· 8 years ago · Mar 10, 2018, 04:18 PM
1-- phpMyAdmin SQL Dump
2-- version 3.4.11.1
3-- http://www.phpmyadmin.net
4--
5-- Host: localhost
6-- Generation Time: Sep 29, 2014 at 10:46 AM
7-- Server version: 5.5.38
8-- PHP Version: 5.4.23
9
10SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
11SET time_zone = "+00:00";
12
13
14/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
15/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
16/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
17/*!40101 SET NAMES utf8 */;
18
19--
20-- Database: `wwwriser_wrdp1`
21--
22
23-- --------------------------------------------------------
24
25--
26-- Table structure for table `wp_commentmeta`
27--
28
29CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
30 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
31 `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
32 `meta_key` varchar(255) DEFAULT NULL,
33 `meta_value` longtext,
34 PRIMARY KEY (`meta_id`),
35 KEY `comment_id` (`comment_id`),
36 KEY `meta_key` (`meta_key`)
37) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;
38
39--
40-- Dumping data for table `wp_commentmeta`
41--
42
43INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
44(28, 20, 'akismet_result', 'true'),
45(29, 20, 'akismet_history', 'a:4:{s:4:"time";d:1370251887.6473190784454345703125;s:7:"message";s:35:"Akismet caught this comment as spam";s:5:"event";s:10:"check-spam";s:4:"user";s:0:"";}'),
46(30, 20, 'akismet_as_submitted', 'a:45:{s:15:"comment_post_ID";i:1676;s:14:"comment_author";s:31:"rimonabantexcellence site title";s:18:"comment_author_url";s:82:"http://www.rimonabantexcellence.com/t.php?aHR0cDovL3Jpc2VyYnVpbGRzLmNvbS9leHRyYS8=";s:20:"comment_author_email";s:0:"";s:15:"comment_content";s:47:"[...] Hello http://riserbuilds.com/extra/ [...]";s:12:"comment_type";s:8:"pingback";s:7:"user_ip";s:13:"94.23.238.222";s:10:"user_agent";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0";s:8:"referrer";N;s:4:"blog";s:22:"http://riserbuilds.com";s:9:"blog_lang";s:5:"en_US";s:12:"blog_charset";s:5:"UTF-8";s:9:"permalink";s:29:"http://riserbuilds.com/extra/";s:21:"akismet_comment_nonce";s:6:"failed";s:18:"POST_<?xml_version";s:304:"''1.0''?>\n<methodCall>\n<methodName>pingback.ping</methodName>\n<params>\n<param>\n<value><string>http://www.rimonabantexcellence.com/t.php?aHR0cDovL3Jpc2VyYnVpbGRzLmNvbS9leHRyYS8=</string></value>\n</param>\n<param>\n<value><string>http://riserbuilds.com/extra/</string></value>\n</param>\n</params>\n</methodCall>\n";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:11:"/xmlrpc.php";s:14:"CONTENT_LENGTH";s:3:"318";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:20:"HTTP_ACCEPT_ENCODING";s:8:"identity";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:15:"HTTP_USER_AGENT";s:72:"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:13:"94.23.238.222";s:11:"REMOTE_PORT";s:5:"44986";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:37:"/home/wwwriser/public_html/xmlrpc.php";s:11:"SCRIPT_NAME";s:11:"/xmlrpc.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:60:"<address>Apache Server at riserbuilds.com Port 80</address>\n";s:9:"UNIQUE_ID";s:24:"UaxiZ66EgmIAAGyNmloAAAIv";s:8:"PHP_SELF";s:11:"/xmlrpc.php";s:12:"REQUEST_TIME";s:10:"1370251881";s:4:"argv";s:0:"";s:4:"argc";s:1:"0";s:25:"comment_post_modified_gmt";s:19:"2011-08-30 17:30:59";}');
47
48-- --------------------------------------------------------
49
50--
51-- Table structure for table `wp_comments`
52--
53
54CREATE TABLE IF NOT EXISTS `wp_comments` (
55 `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
56 `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
57 `comment_author` tinytext NOT NULL,
58 `comment_author_email` varchar(100) NOT NULL DEFAULT '',
59 `comment_author_url` varchar(200) NOT NULL DEFAULT '',
60 `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
61 `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
62 `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
63 `comment_content` text NOT NULL,
64 `comment_karma` int(11) NOT NULL DEFAULT '0',
65 `comment_approved` varchar(20) NOT NULL DEFAULT '1',
66 `comment_agent` varchar(255) NOT NULL DEFAULT '',
67 `comment_type` varchar(20) NOT NULL DEFAULT '',
68 `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
69 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
70 PRIMARY KEY (`comment_ID`),
71 KEY `comment_post_ID` (`comment_post_ID`),
72 KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
73 KEY `comment_date_gmt` (`comment_date_gmt`),
74 KEY `comment_parent` (`comment_parent`)
75) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;
76
77--
78-- Dumping data for table `wp_comments`
79--
80
81INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
82(20, 1676, 'rimonabantexcellence site title', '', 'http://www.rimonabantexcellence.com/t.php?aHR0cDovL3Jpc2VyYnVpbGRzLmNvbS9leHRyYS8=', '94.23.238.222', '2013-06-03 03:31:27', '2013-06-03 09:31:27', '[...] Hello http://riserbuilds.com/extra/ [...]', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0', 'pingback', 0, 0);
83
84-- --------------------------------------------------------
85
86--
87-- Table structure for table `wp_csp2_emails`
88--
89
90CREATE TABLE IF NOT EXISTS `wp_csp2_emails` (
91 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
92 `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
93 `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
94 PRIMARY KEY (`id`)
95) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
96
97-- --------------------------------------------------------
98
99--
100-- Table structure for table `wp_id_moover`
101--
102
103CREATE TABLE IF NOT EXISTS `wp_id_moover` (
104 `moover_id` int(11) NOT NULL AUTO_INCREMENT,
105 `title` varchar(255) NOT NULL,
106 `options` text NOT NULL,
107 `version` varchar(255) NOT NULL,
108 `created` varchar(255) NOT NULL,
109 PRIMARY KEY (`moover_id`)
110) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
111
112--
113-- Dumping data for table `wp_id_moover`
114--
115
116INSERT INTO `wp_id_moover` (`moover_id`, `title`, `options`, `version`, `created`) VALUES
117(1, 'Riser Moover 1', 'a:24:{s:5:"title";s:14:"Riser Moover 1";s:5:"width";s:4:"100%";s:6:"height";s:4:"100%";s:9:"moveImage";s:5:"false";s:8:"moveTime";s:4:"3000";s:9:"moveWidth";s:3:"100";s:9:"slideTime";s:3:"600";s:10:"scaleImage";s:5:"false";s:9:"preloader";s:4:"true";s:10:"navigation";s:4:"true";s:16:"navigationActive";s:4:"true";s:9:"playPause";s:5:"false";s:10:"stopButton";s:0:"";s:10:"playButton";s:0:"";s:10:"nextButton";s:0:"";s:10:"prevButton";s:0:"";s:10:"manualMode";s:5:"false";s:11:"disableCSS3";s:5:"false";s:17:"reloadOnTabSwitch";s:5:"false";s:10:"stopOnLast";s:5:"false";s:7:"onStart";s:0:"";s:13:"onSlideSwitch";s:0:"";s:16:"onSlideSwitchEnd";s:0:"";s:6:"slides";a:3:{i:0;a:2:{s:4:"html";s:716:" \r\n <div class="moover-slide moover-absolute"><img src="http://riserbuilds.com/wp-content/uploads/riser_home_improve_sliderkitchen.jpg" style="width: 960px;">\r\n <div class="moover-text"><p style="left: 9.1%; top: 223px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-1.png" style="width: 539px; height: 50px;"></span></p><p style="left: 25.4%; top: 283px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-2.png" style="width: 305px; height: 50px;"></span></p></div>\r\n </div>\r\n ";s:2:"js";s:145:"{effect:"slide",textLineDelay:"0",afterSlideHoldTime:"3",moveWidth:100,moveTime:3000,crossSideLines:true,lineFrom:"right",transformPreset:"none"}";}i:1;a:2:{s:4:"html";s:850:" <div class="moover-slide moover-absolute"><img src="http://riserbuilds.com/wp-content/uploads/riser_home_improve_sliderhome.jpg" style="width: 960px;">\r\n <div class="moover-text"><p style="left: 26.1%; top: 178px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none; background-position: initial initial; background-repeat: initial initial;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-3.png" style="width: 433px; height: 50px;"></span></p><p style="left: 32.3%; top: 241px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none; background-position: initial initial; background-repeat: initial initial;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-4.png" style="width: 296px; height: 50px;"></span></p></div>\r\n </div>\r\n ";s:2:"js";s:145:"{effect:"slide",textLineDelay:"0",afterSlideHoldTime:"3",moveWidth:100,moveTime:3000,crossSideLines:true,lineFrom:"right",transformPreset:"none"}";}i:2;a:2:{s:4:"html";s:678:" \r\n <div class="moover-slide moover-absolute"><img src="http://riserbuilds.com/wp-content/uploads/keys_slider.jpg" style="width: 960px;">\r\n <div class="moover-text"><p style="left: 6%; top: 183px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-7.png" style="width: 441px; height: 50px;"></span></p><p style="left: 5.1%; top: 117px; font-size: 25px; line-height: 35px; padding: 0px; background-image: none;" class=""><span><img src="http://riserbuilds.com/wp-content/uploads/banner-6.png" style="width: 466px; height: 50px;"></span></p></div>\r\n </div>\r\n ";s:2:"js";s:145:"{effect:"slide",textLineDelay:"0",afterSlideHoldTime:"3",moveWidth:100,moveTime:3000,crossSideLines:true,lineFrom:"right",transformPreset:"none"}";}}}', '19', '2013-02-19 11:05:42');
118
119-- --------------------------------------------------------
120
121--
122-- Table structure for table `wp_links`
123--
124
125CREATE TABLE IF NOT EXISTS `wp_links` (
126 `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
127 `link_url` varchar(255) NOT NULL DEFAULT '',
128 `link_name` varchar(255) NOT NULL DEFAULT '',
129 `link_image` varchar(255) NOT NULL DEFAULT '',
130 `link_target` varchar(25) NOT NULL DEFAULT '',
131 `link_description` varchar(255) NOT NULL DEFAULT '',
132 `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
133 `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
134 `link_rating` int(11) NOT NULL DEFAULT '0',
135 `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
136 `link_rel` varchar(255) NOT NULL DEFAULT '',
137 `link_notes` mediumtext NOT NULL,
138 `link_rss` varchar(255) NOT NULL DEFAULT '',
139 PRIMARY KEY (`link_id`),
140 KEY `link_visible` (`link_visible`)
141) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
142
143--
144-- Dumping data for table `wp_links`
145--
146
147INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
148(1, 'http://www.constructionlawmonitor.com/', 'Construction Law Monitor', '', '_blank', 'Leading thought on construction law', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://feeds.feedburner.com/wlgmonitor'),
149(3, 'http://www.lhbagltrust.com/', 'LHBA GL Trust', '', '_blank', 'Builders in our community, sharing day-to-day business needs', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
150(4, 'http://www.nahb.org/', 'National Association of Home Builders', 'http://www.nahb.org/style/main/images/sitewide/logo_logo.gif', '_blank', 'Reshaping and Enriching Our Communities', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'https://www.nahb.org/rss/news_pressreleases.aspx?pid=0'),
151(6, 'http://www.lhba.org', 'Louisiana Home Builders Association', '', '_blank', 'Providing Louisiana with safe, affordable, quality housing', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://www.lhba.org/blog/feed/'),
152(8, 'http://lsbhi.state.la.us/', 'Louisiana State Board of Home Inspectors', '', '_blank', 'Useful information and resources for LSBHI-licensed home inspectors, consumers and real estate professionals.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
153
154-- --------------------------------------------------------
155
156--
157-- Table structure for table `wp_options`
158--
159
160CREATE TABLE IF NOT EXISTS `wp_options` (
161 `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
162 `option_name` varchar(64) NOT NULL DEFAULT '',
163 `option_value` longtext NOT NULL,
164 `autoload` varchar(20) NOT NULL DEFAULT 'yes',
165 PRIMARY KEY (`option_id`),
166 UNIQUE KEY `option_name` (`option_name`)
167) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2012 ;
168
169--
170-- Dumping data for table `wp_options`
171--
172
173INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
174(1, 'siteurl', 'http://riserbuilds.com', 'yes'),
175(2, 'blogname', 'Riser Builds', 'yes'),
176(3, 'blogdescription', 'Home of Riser Construction', 'yes'),
177(4, 'users_can_register', '1', 'yes'),
178(5, 'admin_email', 'rob@tuxradio.com', 'yes'),
179(6, 'start_of_week', '1', 'yes'),
180(7, 'use_balanceTags', '', 'yes'),
181(8, 'use_smilies', '1', 'yes'),
182(9, 'require_name_email', '1', 'yes'),
183(10, 'comments_notify', '1', 'yes'),
184(11, 'posts_per_rss', '10', 'yes'),
185(12, 'rss_use_excerpt', '0', 'yes'),
186(13, 'mailserver_url', 'mail.example.com', 'yes'),
187(14, 'mailserver_login', 'login@example.com', 'yes'),
188(15, 'mailserver_pass', 'password', 'yes'),
189(16, 'mailserver_port', '110', 'yes'),
190(17, 'default_category', '1', 'yes'),
191(18, 'default_comment_status', 'open', 'yes'),
192(19, 'default_ping_status', 'open', 'yes'),
193(20, 'default_pingback_flag', '1', 'yes'),
194(22, 'posts_per_page', '10', 'yes'),
195(23, 'date_format', 'F j, Y', 'yes'),
196(24, 'time_format', 'g:i a', 'yes'),
197(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
198(29, 'comment_moderation', '0', 'yes'),
199(30, 'moderation_notify', '1', 'yes'),
200(31, 'permalink_structure', '/%postname%/', 'yes'),
201(32, 'gzipcompression', '0', 'yes'),
202(33, 'hack_file', '0', 'yes'),
203(34, 'blog_charset', 'UTF-8', 'yes'),
204(35, 'moderation_keys', '', 'no'),
205(36, 'active_plugins', 'a:4:{i:0;s:19:"akismet/akismet.php";i:1;s:41:"loginradius-for-wordpress/LoginRadius.php";i:2;s:17:"moover/moover.php";i:3;s:23:"wordfence/wordfence.php";}', 'yes'),
206(37, 'home', 'http://riserbuilds.com', 'yes'),
207(38, 'category_base', '', 'yes'),
208(39, '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'),
209(40, 'advanced_edit', '0', 'yes'),
210(41, 'comment_max_links', '2', 'yes'),
211(42, 'gmt_offset', '-6', 'yes'),
212(43, 'default_email_category', '1', 'yes'),
213(44, 'recently_edited', 'a:5:{i:0;s:85:"/home/wwwriser/public_html/wp-content/themes/promotion/functions/breadcrumb-trail.php";i:2;s:64:"/home/wwwriser/public_html/wp-content/themes/promotion/style.css";i:3;s:88:"/home/wwwriser/public_html/wp-content/plugins/moover/moover/_jquery.id.moover-1.7.min.js";i:4;s:89:"/home/wwwriser/public_html/wp-content/plugins/moover/moover/jquery.id.moover-1.7.5.min.js";i:5;s:63:"/home/wwwriser/public_html/wp-content/plugins/moover/moover.php";}', 'no'),
214(45, 'template', 'promotion', 'yes'),
215(46, 'stylesheet', 'promotion', 'yes'),
216(47, 'comment_whitelist', '1', 'yes'),
217(48, 'blacklist_keys', '', 'no'),
218(49, 'comment_registration', '0', 'yes'),
219(50, 'html_type', 'text/html', 'yes'),
220(51, 'use_trackback', '0', 'yes'),
221(52, 'default_role', 'subscriber', 'yes'),
222(53, 'db_version', '27916', 'yes'),
223(54, 'uploads_use_yearmonth_folders', '', 'yes'),
224(55, 'upload_path', '', 'yes'),
225(56, 'blog_public', '1', 'yes'),
226(57, 'default_link_category', '2', 'yes'),
227(58, 'show_on_front', 'page', 'yes'),
228(59, 'tag_base', '', 'yes'),
229(60, 'show_avatars', '1', 'yes'),
230(61, 'avatar_rating', 'G', 'yes'),
231(62, 'upload_url_path', '', 'yes'),
232(63, 'thumbnail_size_w', '150', 'yes'),
233(64, 'thumbnail_size_h', '150', 'yes'),
234(65, 'thumbnail_crop', '1', 'yes'),
235(66, 'medium_size_w', '300', 'yes'),
236(67, 'medium_size_h', '300', 'yes'),
237(68, 'avatar_default', 'mystery', 'yes'),
238(1703, 'page_on_front', '7047', 'yes'),
239(71, 'large_size_w', '1024', 'yes'),
240(72, 'large_size_h', '1024', 'yes'),
241(73, 'image_default_link_type', '', 'yes'),
242(74, 'image_default_size', '', 'yes'),
243(75, 'image_default_align', '', 'yes'),
244(76, 'close_comments_for_old_posts', '0', 'yes'),
245(77, 'close_comments_days_old', '14', 'yes'),
246(78, 'thread_comments', '1', 'yes'),
247(79, 'thread_comments_depth', '5', 'yes'),
248(80, 'page_comments', '0', 'yes'),
249(81, 'comments_per_page', '50', 'yes'),
250(82, 'default_comments_page', 'newest', 'yes'),
251(83, 'comment_order', 'asc', 'yes'),
252(84, 'sticky_posts', 'a:0:{}', 'yes'),
253(85, 'widget_categories', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
254(86, 'widget_text', 'a:7:{i:2;a:3:{s:5:"title";s:0:"";s:4:"text";s:167:"[div style="padding-top:10px"]\r\n<h4 style="padding-top:0px;"><a href="tel:(318) 355-2108">Call Us: <span style="color:#e15743;">(318) 355-2108</span></a></h4>\r\n[/div]";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:10:"Contact Us";s:4:"text";s:390:"[list style="home"]<ul><li>2006 Hicks St, West Monroe, LA</li></ul>[/list]\r\n[list style="phone"]<ul><li>318-355-2108</li></ul>[/list]\r\n[list style="email"]<ul><li>[div style="margin-top:-1px;"]info@riserbuilds.com[/div]</li></ul>[/list]\r\n[list style="skype"]<ul><li>[div style="margin-top:-1px;"]RiserBuilds[/div]</li></ul>[/list]\r\n[list style="twitter"]<ul><li>RiserBuilds</li></ul>[/list]";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:0:"";s:4:"text";s:412:"<h6 style="margin-bottom:5px;">Get in touch</h6>\r\n[list style="home"]<ul><li>2006 Hicks St, West Monroe, LA 71291</li></ul>[/list]\r\n[list style="phone"]<ul><li>(318) 366-4958</li></ul>[/list]\r\n[list style="email"]<ul><li>[div style="margin-top:-1px;"]info@riserbuilds.com[/div]</li></ul>[/list]\r\n[list style="twitter"]<ul><li>RiserBuilds</li></ul>[/list]\r\n[list style="skype"]<ul><li>RiserBuilds</li></ul>[/list]";s:6:"filter";b:0;}i:5;a:3:{s:5:"title";s:11:"Tweet Riser";s:4:"text";s:52:"[tweets username="RiserBuilds" limit="3" style="3" ]";s:6:"filter";b:0;}i:6;a:3:{s:5:"title";s:0:"";s:4:"text";s:103:"<img src="http://riserbuilds.com/wp-content/uploads/member_hba_nela.png" align="left" border="0"></img>";s:6:"filter";b:0;}i:7;a:3:{s:5:"title";s:0:"";s:4:"text";s:414:"[spacer size="20"]\r\n<span style="font-size:23px; display:block;text-align:center; font-family: Georgia, sans-serif; font-style:italic; color:#666;">Build your <span style="color:#e15743;border-bottom:1px dashed #e15743;">dream</span> home with <span style="color:#e15743;border-bottom:1px dashed #e15743;">Riser</span> Construction. </span><span class="mobile-preview" style="float:right; margin-top:2px;"></span>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
255(87, 'widget_rss', 'a:0:{}', 'yes'),
256(88, 'uninstall_plugins', 'a:0:{}', 'no'),
257(89, 'timezone_string', '', 'yes'),
258(91, 'embed_size_w', '', 'yes'),
259(92, 'embed_size_h', '600', 'yes'),
260(95, 'default_post_format', '', 'yes'),
261(96, 'initial_db_version', '20596', 'yes'),
262(97, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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: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'),
263(98, 'widget_search', 'a:3:{i:2;a:1:{s:5:"title";s:0:"";}i:3;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
264(99, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
265(100, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
266(101, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
267(102, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
268(103, 'sidebars_widgets', 'a:18:{s:19:"wp_inactive_widgets";a:1:{i:0;s:8:"search-3";}s:19:"primary-widget-area";a:1:{i:0;s:8:"search-2";}s:15:"top-widget-area";a:1:{i:0;s:6:"text-2";}s:19:"content-widget-area";a:1:{i:0;s:6:"text-7";}s:24:"first-footer-widget-area";a:1:{i:0;s:6:"text-3";}s:25:"second-footer-widget-area";a:1:{i:0;s:6:"text-5";}s:24:"third-footer-widget-area";a:2:{i:0;s:15:"social-widget-2";i:1;s:6:"text-6";}s:25:"fourth-footer-widget-area";a:1:{i:0;s:18:"loginform-widget-2";}s:25:"first-sliding-widget-area";a:0:{}s:26:"second-sliding-widget-area";a:0:{}s:25:"third-sliding-widget-area";a:0:{}s:26:"fourth-sliding-widget-area";a:0:{}s:18:"orphaned_widgets_1";a:0:{}s:18:"orphaned_widgets_2";a:0:{}s:18:"orphaned_widgets_3";a:1:{i:0;s:6:"text-4";}s:18:"orphaned_widgets_4";a:0:{}s:18:"orphaned_widgets_5";a:0:{}s:13:"array_version";i:3;}', 'yes'),
269(104, 'cron', 'a:16:{i:1412003726;a:1:{s:21:"wordfence_hourly_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1412003868;a:1:{s:20:"jetpack_clean_nonces";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1412004922;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"a71795112ebdcac145d7804f50b9e2d6";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412004922;}}}}i:1412019083;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:1412024866;a:1:{s:26:"wordfence_daily_autoUpdate";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1412025326;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:1412025339;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:1412031900;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:1412086526;a:2:{s:26:"wordfence_daily_autoUpdate";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:20:"wordfence_daily_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1412090525;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"cf6fd2a0cc5d4f8c3a8d597de2e96fff";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412090525;}}}}i:1412177407;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"7780c8e1851cc95f10ef2fcacd5edd51";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412177407;}}}}i:1412263278;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"46d885ba1deca041bde74724989b3272";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412263278;}}}}i:1412349272;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"1e780b2863b8aee3a657997be25fbbb6";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412349272;}}}}i:1412438063;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"fc1d853a86b3e1f52a05fe78df333a80";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412438063;}}}}i:1412523034;a:1:{s:30:"wordfence_start_scheduled_scan";a:1:{s:32:"39f7e0ada6b0451fc44cbd3a6d19394d";a:2:{s:8:"schedule";b:0;s:4:"args";a:1:{i:0;i:1412523034;}}}}s:7:"version";i:2;}', 'yes'),
270(1579, 'link_manager_enabled', '1', 'yes'),
271(1675, 'rps_width', '960', 'yes'),
272(1676, 'rps_height', '250', 'yes'),
273(1677, 'rps_post_per_slide', '1', 'yes'),
274(1831, '_transient_timeout_wflginfl_3164820221', '1411680248', 'no'),
275(2009, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1411997293;s:7:"checked";a:3:{s:9:"promotion";s:3:"2.3";s:5:"riser";s:3:"2.3";s:14:"twentyfourteen";s:3:"1.1";}s:8:"response";a:1:{s:14:"twentyfourteen";a:4:{s:5:"theme";s:14:"twentyfourteen";s:11:"new_version";s:3:"1.2";s:3:"url";s:43:"https://wordpress.org/themes/twentyfourteen";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentyfourteen.1.2.zip";}}s:12:"translations";a:0:{}}', 'yes'),
276(113, '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:22:"http://riserbuilds.com";s:4:"link";s:98:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://riserbuilds.com/";s:3:"url";s:131:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://riserbuilds.com/";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'),
277(1861, '_transient_wflginfl_1475652623', '1', 'no'),
278(1867, '_transient_timeout_wflginfl_3247863959', '1411752013', 'no'),
279(1868, '_transient_wflginfl_3247863959', '1', 'no'),
280(1886, '_transient_timeout_wflginfl_774326325', '1411774331', 'no'),
281(1887, '_transient_wflginfl_774326325', '1', 'no'),
282(1741, '_transient_timeout_w3tc.verify_plugins', '1408639361', 'no'),
283(1742, '_transient_w3tc.verify_plugins', '1', 'no'),
284(1746, '_site_transient_browser_7df5c10583e393ed36ed7157f4f7e7e6', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"35.0.1916.153";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
285(1801, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1411697730', 'no');
286INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
287(1802, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '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:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress 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:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Sep 2014 16:20: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:"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:33:"http://wordpress.org/?v=4.1-alpha";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:25:"WordPress 4.0 ?Benny?";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:41:"https://wordpress.org/news/2014/09/benny/";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:50:"https://wordpress.org/news/2014/09/benny/#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, 04 Sep 2014 17:05:39 +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:8:"Releases";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:33:"http://wordpress.org/news/?p=3296";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:370:"Version 4.0 of WordPress, named ?Benny? in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]";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:14:"Matt Mullenweg";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:23564:"<p>Version 4.0 of WordPress, named ?Benny? in honor of jazz clarinetist and bandleader <a href="http://en.wikipedia.org/wiki/Benny_Goodman">Benny Goodman</a>, is available <a href="https://wordpress.org/download/">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id="v-bUdzKMro-1" class="video-player"><embed id="v-bUdzKMro-1-video" src="https://v0.wordpress.com/player.swf?v=1.03&guid=bUdzKMro&isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 4.0 "Benny"" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<hr />\n<h2 style="text-align: center">Manage your media with style</h2>\n<p><img class="alignnone size-full wp-image-3316" src="https://wordpress.org/news/files/2014/09/media.jpg" alt="Media Library" width="1000" height="586" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style="text-align: center">Working with embeds has never been easier</h2>\n<div style="width: 632px; height: 445px; " class="wp-video"><!--[if lt IE 9]><script>document.createElement(''video'');</script><![endif]-->\n<video class="wp-video-shortcode" id="video-3296-1" width="632" height="445" autoplay="true" preload="metadata" controls="controls"><source type="video/mp4" src="//s.w.org/images/core/4.0/embed.mp4?_=1" /><source type="video/webm" src="//s.w.org/images/core/4.0/embed.webm?_=1" /><source type="video/ogg" src="//s.w.org/images/core/4.0/embed.ogv?_=1" /><a href="//s.w.org/images/core/4.0/embed.mp4">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah ? embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We?ve expanded the services supported by default, too ? you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href="https://codex.wordpress.org/Embeds">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style="text-align: center">Focus on your content</h2>\n<div style="width: 632px; height: 356px; " class="wp-video"><video class="wp-video-shortcode" id="video-3296-2" width="632" height="356" autoplay="true" preload="metadata" controls="controls"><source type="video/mp4" src="//s.w.org/images/core/4.0/focus.mp4?_=2" /><source type="video/webm" src="//s.w.org/images/core/4.0/focus.webm?_=2" /><source type="video/ogg" src="//s.w.org/images/core/4.0/focus.ogv?_=2" /><a href="//s.w.org/images/core/4.0/focus.mp4">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style="text-align: center">Finding the right plugin</h2>\n<p><img class="aligncenter size-large wp-image-3309" src="https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png" alt="Add plugins" width="692" height="405" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style="text-align: center">The Ensemble</h2>\n<p>This release was led by <a href="http://helenhousandi.com">Helen Hou-SandÃ</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/alexanderrohmann">Alexander Rohmann</a>, <a href="https://profiles.wordpress.org/aliso">Alison Barrett</a>, <a href="https://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="https://profiles.wordpress.org/amit">Amit Gupta</a>, <a href="https://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/andrezrv">Andres Villarreal</a>, <a href="https://profiles.wordpress.org/zamfeer">Andrew Mowe</a>, <a href="https://profiles.wordpress.org/sumobi">Andrew Munro</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/ankit-k-gupta">Ankit K Gupta</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/arnee">arnee</a>, <a href="https://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="https://profiles.wordpress.org/filosofo">Austin Matzko</a>, <a href="https://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="https://profiles.wordpress.org/kau-boy">Bernhard Kau</a>, <a href="https://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="https://profiles.wordpress.org/bradyvercher">Brady Vercher</a>, <a href="https://profiles.wordpress.org/bramd">bramd</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brianlayman">Brian Layman</a>, <a href="https://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="https://profiles.wordpress.org/camdensegal">Camden Segal</a>, <a href="https://profiles.wordpress.org/sixhours">Caroline Moore</a>, <a href="https://profiles.wordpress.org/mackensen">Charles Fulton</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/chrico">ChriCo</a>, <a href="https://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="https://profiles.wordpress.org/chrisl27">chrisl27</a>, <a href="https://profiles.wordpress.org/caxelsson">Christian Axelsson</a>, <a href="https://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="https://profiles.wordpress.org/boda1982">Christopher Spires</a>, <a href="https://profiles.wordpress.org/clifgriffin">Clifton Griffin</a>, <a href="https://profiles.wordpress.org/jupiterwise">Corey McKrill</a>, <a href="https://profiles.wordpress.org/corphi">Corphi</a>, <a href="https://profiles.wordpress.org/extendwings">Daisuke Takahashi</a>, <a href="https://profiles.wordpress.org/ghost1227">Dan Griffiths</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/danielhuesken">Daniel Husken</a>, <a href="https://profiles.wordpress.org/redsweater">Daniel Jalkut (Red Sweater)</a>, <a href="https://profiles.wordpress.org/dannydehaan">Danny de Haan</a>, <a href="https://profiles.wordpress.org/dkotter">Darin Kotter</a>, <a href="https://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="https://profiles.wordpress.org/dllh">Daryl L. L. Houston (dllh)</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/dlh">David Herrera</a>, <a href="https://profiles.wordpress.org/dnaber-de">David Naber</a>, <a href="https://profiles.wordpress.org/davidthemachine">DavidTheMachine</a>, <a href="https://profiles.wordpress.org/debaat">DeBAAT</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/donncha">Donncha O Caoimh</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/dustyn">Dustyn Doyle</a>, <a href="https://profiles.wordpress.org/eddiemoya">Eddie Moya</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/edwin-at-studiojoyocom">Edwin Siebel</a>, <a href="https://profiles.wordpress.org/ehg">ehg</a>, <a href="https://profiles.wordpress.org/tmeister">Enrique Chavez</a>, <a href="https://profiles.wordpress.org/erayalakese">erayalakese</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="https://profiles.wordpress.org/ebinnion">Eric Binnion</a>, <a href="https://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="https://profiles.wordpress.org/ejdanderson">Evan Anderson</a>, <a href="https://profiles.wordpress.org/eherman24">Evan Herman</a>, <a href="https://profiles.wordpress.org/fab1en">Fab1en</a>, <a href="https://profiles.wordpress.org/fahmiadib">Fahmi Adib</a>, <a href="https://profiles.wordpress.org/feedmeastraycat">feedmeastraycat</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/garhdez">garhdez</a>, <a href="https://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/garza">garza</a>, <a href="https://profiles.wordpress.org/gauravmittal1995">gauravmittal1995</a>, <a href="https://profiles.wordpress.org/gavra">Gavrisimo</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/vancoder">Grant Mangham</a>, <a href="https://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="https://profiles.wordpress.org/bordoni">Gustavo Bordoni</a>, <a href="https://profiles.wordpress.org/harrym">harrym</a>, <a href="https://profiles.wordpress.org/hebbet">hebbet</a>, <a href="https://profiles.wordpress.org/hinnerk">Hinnerk Altenburg</a>, <a href="https://profiles.wordpress.org/hlashbrooke">Hugh Lashbrooke</a>, <a href="https://profiles.wordpress.org/iljoja">iljoja</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/issuu">issuu</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jacklenox">Jack Lenox</a>, <a href="https://profiles.wordpress.org/jackreichert">Jack Reichert</a>, <a href="https://profiles.wordpress.org/jacobdubail">Jacob Dubail</a>, <a href="https://profiles.wordpress.org/janhenkg">JanHenkG</a>, <a href="https://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="https://profiles.wordpress.org/jwenerd">Jared Wenerd</a>, <a href="https://profiles.wordpress.org/jaza613">Jaza613</a>, <a href="https://profiles.wordpress.org/jeffstieler">Jeff Stieler</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jpry">Jeremy Pry</a>, <a href="https://profiles.wordpress.org/slimndap">Jeroen Schmit</a>, <a href="https://profiles.wordpress.org/jerrysarcastic">Jerry Bates (jerrysarcastic)</a>, <a href="https://profiles.wordpress.org/jesin">Jesin A</a>, <a href="https://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="https://profiles.wordpress.org/engelen">Jesper van Engelen</a>, <a href="https://profiles.wordpress.org/jesper800">Jesper van Engelen</a>, <a href="https://profiles.wordpress.org/jessepollak">Jesse Pollak</a>, <a href="https://profiles.wordpress.org/jgadbois">jgadbois</a>, <a href="https://profiles.wordpress.org/jartes">Joan Artes</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/jkudish">Joey Kudish</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnzanussi">John Zanussi</a>, <a href="https://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="https://profiles.wordpress.org/jonnyauk">jonnyauk</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/softmodeling">Jordi Cabot</a>, <a href="https://profiles.wordpress.org/jjeaton">Josh Eaton</a>, <a href="https://profiles.wordpress.org/tai">JOTAKI Taisuke</a>, <a href="https://profiles.wordpress.org/juliobox">Julio Potier</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/jtsternberg">Justin Sternberg</a>, <a href="https://profiles.wordpress.org/greenshady">Justin Tadlock</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/ixkaito">Kaito</a>, <a href="https://profiles.wordpress.org/kapeels">kapeels</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kevinlangleyjr">Kevin Langley</a>, <a href="https://profiles.wordpress.org/kworthington">Kevin Worthington</a>, <a href="https://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/krogsgard">krogsgard</a>, <a href="https://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/lessbloat">lessbloat</a>, <a href="https://profiles.wordpress.org/layotte">Lew Ayotte</a>, <a href="https://profiles.wordpress.org/lritter">lritter</a>, <a href="https://profiles.wordpress.org/lukecarbis">Luke Carbis</a>, <a href="https://profiles.wordpress.org/lgedeon">Luke Gedeon</a>, <a href="https://profiles.wordpress.org/m_i_n">m_i_n</a>, <a href="https://profiles.wordpress.org/funkatronic">Manny Fleurmond</a>, <a href="https://profiles.wordpress.org/targz-1">Manuel Schmalstieg</a>, <a href="https://profiles.wordpress.org/clorith">Marius Jensen (Clorith)</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/sivel">Matt Martz</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mdbitz">Matthew Denton</a>, <a href="https://profiles.wordpress.org/mattheweppelsheimer">Matthew Eppelsheimer</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/meekyhwang">meekyhwang</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/midxcat">mi_cat</a>, <a href="https://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="https://profiles.wordpress.org/michalzuber">michalzuber</a>, <a href="https://profiles.wordpress.org/mauteri">Mike Auteri</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikejolley">Mike Jolley</a>, <a href="https://profiles.wordpress.org/mikelittle">Mike Little</a>, <a href="https://profiles.wordpress.org/mikemanger">Mike Manger</a>, <a href="https://profiles.wordpress.org/mnelson4">Mike Nelson</a>, <a href="https://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikeyarce">Mikey Arce</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/usermrpapa">Mr Papa</a>, <a href="https://profiles.wordpress.org/mrmist">mrmist</a>, <a href="https://profiles.wordpress.org/m_uysl">Mustafa Uysal</a>, <a href="https://profiles.wordpress.org/muvimotv">MuViMoTV</a>, <a href="https://profiles.wordpress.org/nabil_kadimi">nabil_kadimi</a>, <a href="https://profiles.wordpress.org/namibia">Namibia</a>, <a href="https://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="https://profiles.wordpress.org/nd987">nd987</a>, <a href="https://profiles.wordpress.org/neil_pie">Neil Pie</a>, <a href="https://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nbachiyski">Nikolay Bachiyski</a>, <a href="https://profiles.wordpress.org/schoenwaldnils">Nils Schonwald</a>, <a href="https://profiles.wordpress.org/ninos-ego">Ninos</a>, <a href="https://profiles.wordpress.org/nvwd">Nowell VanHoesen</a>, <a href="https://profiles.wordpress.org/compute">Patrick Hesselberg</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/pdclark">Paul Clark</a>, <a href="https://profiles.wordpress.org/paulschreiber">Paul Schreiber</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="https://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="https://profiles.wordpress.org/philipjohn">Philip John</a>, <a href="https://profiles.wordpress.org/senlin">Piet</a>, <a href="https://profiles.wordpress.org/psoluch">Piotr Soluch</a>, <a href="https://profiles.wordpress.org/mordauk">Pippin Williamson</a>, <a href="https://profiles.wordpress.org/purzlbaum">purzlbaum</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/rclations">RC Lations</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rickalee">Ricky Lee Whittemore</a>, <a href="https://profiles.wordpress.org/rob1n">rob1n</a>, <a href="https://profiles.wordpress.org/miqrogroove">Robert Chapin</a>, <a href="https://profiles.wordpress.org/rdall">Robert Dall</a>, <a href="https://profiles.wordpress.org/harmr">RobertHarm</a>, <a href="https://profiles.wordpress.org/rohan013">Rohan Rawat</a>, <a href="https://profiles.wordpress.org/rhurling">Rouven Hurling</a>, <a href="https://profiles.wordpress.org/ruudjoyo">Ruud Laan</a>, <a href="https://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/sammybeats">Sam Brodie</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sathishn">Sathish Nagarajan</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/greglone">ScreenfeedFr</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/seanchayes">Sean Hayes</a>, <a href="https://profiles.wordpress.org/nessworthy">Sean Nessworthy</a>, <a href="https://profiles.wordpress.org/sergejmueller">Sergej Muller</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shanebp">shanebp</a>, <a href="https://profiles.wordpress.org/sharonaustin">Sharon Austin</a>, <a href="https://profiles.wordpress.org/shaunandrews">Shaun Andrews</a>, <a href="https://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="https://profiles.wordpress.org/simonp303">simonp303</a>, <a href="https://profiles.wordpress.org/slobodanmanic">Slobodan Manic</a>, <a href="https://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="https://profiles.wordpress.org/sphoid">sphoid</a>, <a href="https://profiles.wordpress.org/stephdau">Stephane Daury</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stompweb">Steven Jones</a>, <a href="https://profiles.wordpress.org/strangerstudios">strangerstudios</a>, <a href="https://profiles.wordpress.org/5um17">Sumit Singh</a>, <a href="https://profiles.wordpress.org/t4k1s">t4k1s</a>, <a href="https://profiles.wordpress.org/iamtakashi">Takashi Irie</a>, <a href="https://profiles.wordpress.org/taylorde">Taylor Dewey</a>, <a href="https://profiles.wordpress.org/thomasvanderbeek">Thomas van der Beek</a>, <a href="https://profiles.wordpress.org/tillkruess">Till Kruss</a>, <a href="https://profiles.wordpress.org/codenameeli">Tim ''Eli'' Dalbey</a>, <a href="https://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="https://profiles.wordpress.org/tjnowell">Tom J Nowell</a>, <a href="https://profiles.wordpress.org/willmot">Tom Willmot</a>, <a href="https://profiles.wordpress.org/topher1kenobe">Topher</a>, <a href="https://profiles.wordpress.org/torresga">torresga</a>, <a href="https://profiles.wordpress.org/liljimmi">Tracy Levesque</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/treyhunner">treyhunner</a>, <a href="https://profiles.wordpress.org/umeshsingla">Umesh Kumar</a>, <a href="https://profiles.wordpress.org/vinod-dalvi">Vinod Dalvi</a>, <a href="https://profiles.wordpress.org/vlajos">vlajos</a>, <a href="https://profiles.wordpress.org/voldemortensen">voldemortensen</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/winterdev">winterDev</a>, <a href="https://profiles.wordpress.org/wojtekszkutnik">Wojtek Szkutnik</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/katzwebdesign">Zack Katz</a>, <a href="https://profiles.wordpress.org/tollmanz">Zack Tollman</a>, and <a href="https://profiles.wordpress.org/zoerooney">Zoe Rooney</a>. Also thanks to <a href="http://michaelpick.wordpress.com/">Michael Pick</a> for producing the release video, and Helen with <a href="http://adriansandi.com">Adrián SandÃ</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</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:46:"https://wordpress.org/news/2014/09/benny/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:31:"WordPress 4.0 Release Candidate";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:67:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/";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:76:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/#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, 27 Aug 2014 12:20:37 +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:11:"Development";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:8:"Releases";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:33:"http://wordpress.org/news/?p=3287";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:321:"The first release candidate for WordPress 4.0 is now available! In RC 1, we?ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]";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:15:"Helen Hou-Sandi";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:2134:"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we?ve made refinements to what we’ve been working on for this release. Check out the <a href="https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven?t tested 4.0 yet, there?s no time like the present. (Please, not on a production site, unless you?re adventurous.)</p>\n<p><strong>Think you?ve found a bug? </strong>Please post to the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues come up, you?ll be able to <a href="https://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href="https://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you?ll want ?bleeding edge nightlies?). Or you can <a href="https://wordpress.org/wordpress-4.0-RC1.zip">download the release candidate here</a> (zip). If you?d like to learn more about what?s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src="https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692" alt="" width="16" height="16" /> ? About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href="https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></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:72:"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/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: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:20:"WordPress 4.0 Beta 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-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:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/#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, 15 Aug 2014 05:06:19 +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:11:"Development";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:8:"Releases";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:33:"http://wordpress.org/news/?p=3280";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:353:"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]";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:15:"Helen Hou-Sandi";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:2003:"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href="https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We?re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you?re just joining us, please see <a href="https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you?ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven?t tested WordPress 4.0 yet, now is the time ? and be sure to update the ?tested up to? version for your plugins so they?re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don?t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href="https://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you?ll want ?bleeding edge nightlies?). Or you can <a href="https://wordpress.org/wordpress-4.0-beta4.zip">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></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:61:"https://wordpress.org/news/2014/08/wordpress-4-0-beta-4/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:3;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:32:"WordPress 3.9.2 Security Release";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:51:"https://wordpress.org/news/2014/08/wordpress-3-9-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/news/2014/08/wordpress-3-9-2/#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, 06 Aug 2014 19:04:27 +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:8:"Releases";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:8:"Security";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:33:"http://wordpress.org/news/?p=3269";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:377:"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";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:2353:"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href="https://twitter.com/nirgoldshlager">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It  was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href="https://www.drupal.org/SA-CORE-2014-004">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href="http://www.buayacorp.com/">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href="http://onsec.ru/en/">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href="http://systemoverlord.com/">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href="https://codex.wordpress.org/Version_3.9.2">release notes</a> or consult the <a href="https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411">list of changes</a>.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard ? Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href="https://wordpress.org/wordpress-4.0-beta3.zip">now available</a> (zip) and it contains these security fixes.</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:56:"https://wordpress.org/news/2014/08/wordpress-3-9-2/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:4;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:20:"WordPress 4.0 Beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-2/#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 Jul 2014 21:15: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:2:{i:0;a:5:{s:4:"data";s:11:"Development";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:8:"Releases";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:33:"http://wordpress.org/news/?p=3261";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:374:"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don?t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you?ll want ?bleeding edge nightlies?). Or you can download the beta here (zip). For more of what?s new in version 4.0, check out […]";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:15:"Helen Hou-Sandi";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:1745:"<p>WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don?t recommend that you run it on a production site. To get the beta, try the <a href="https://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you?ll want ?bleeding edge nightlies?). Or you can <a href="https://wordpress.org/wordpress-4.0-beta2.zip">download the beta here</a> (zip).</p>\n<p>For more of what?s new in version 4.0, <a href="https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Further refinements for the the plugin installation and media library experiences.</li>\n<li>Updated TinyMCE, which now includes better indentation for lists and the restoration of the color picker.</li>\n<li>Cookies are now tied to a session internally, so if you have trouble logging in, <a href="https://core.trac.wordpress.org/ticket/20276">#20276</a> may be the culprit.</li>\n<li>Various bug fixes (there were <a href="https://core.trac.wordpress.org/log?rev=29228&stop_rev=29060&limit=200">nearly 170 changes</a> since last week).</li>\n</ul>\n<p>If you think you?ve found a bug, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you?re comfortable writing a bug report, <a href="https://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a> and <a href="https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0">everything we?ve fixed</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:61:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-2/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:5;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:20:"WordPress 4.0 Beta 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:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/#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, 10 Jul 2014 10:17: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:2:{i:0;a:5:{s:4:"data";s:11:"Development";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:8:"Releases";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:33:"http://wordpress.org/news/?p=3248";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:329:"WordPress 4.0 Beta 1 is now available! This software is still in development, so we don?t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the WordPress Beta Tester plugin (you?ll want ?bleeding edge nightlies?). Or you can […]";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:15:"Helen Hou-Sandi";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:4031:"<p>WordPress 4.0 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don?t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you?ll want ?bleeding edge nightlies?). Or you can <a href="https://wordpress.org/wordpress-4.0-beta1.zip">download the beta here</a> (zip).</p>\n<p>4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Previews of <a href="https://codex.wordpress.org/Embeds">embedding via URLs</a></strong> in the visual editor and the “Insert from URL” tab in the media modal. Try pasting a URL (such as a <a href="http://wordpress.tv/">WordPress.tv</a> or YouTube video) onto its own line in the visual editor. (<a href="https://core.trac.wordpress.org/ticket/28195">#28195</a>, <a href="https://core.trac.wordpress.org/ticket/15490">#15490</a>)</li>\n<li>The <strong>Media Library</strong> now has a “grid” view in addition to the existing list view. Clicking on an item takes you into a modal where you can see a larger preview and edit information about that attachment, and you can navigate between items right from the modal without closing it. (<a href="https://core.trac.wordpress.org/ticket/24716">#24716</a>)</li>\n<li>We’re freshening up the <strong>plugin install experience</strong>. You’ll see some early visual changes as well as more information when searching for plugins and viewing details. (<a href="https://core.trac.wordpress.org/ticket/28785">#28785</a>, <a href="https://core.trac.wordpress.org/ticket/27440">#27440</a>)</li>\n<li><strong>Selecting a language</strong> when you run the installation process. (<a href="https://core.trac.wordpress.org/ticket/28577">#28577</a>)</li>\n<li>The <strong>editor</strong> intelligently resizes and its top and bottom bars pin when needed. Browsers don’t like to agree on where to put things like cursors, so if you find a bug here, please also let us know your browser and operating system. (<a href="https://core.trac.wordpress.org/ticket/28328">#28328</a>)</li>\n<li>We’ve made some improvements to how your keyboard and cursor interact with <strong>TinyMCE views</strong> such as the gallery preview. Much like the editor resizing and scrolling improvements, knowing about your setup is particularly important for bug reports here. (<a href="https://core.trac.wordpress.org/ticket/28595">#28595</a>)</li>\n<li><strong>Widgets in the Customizer</strong> are now loaded in a separate panel. (<a href="https://core.trac.wordpress.org/ticket/27406">#27406</a>)</li>\n<li>We’ve also made some changes to some <strong>formatting</strong> functions, so if you see quotes curling in the wrong direction, please file a bug report.</li>\n</ul>\n<p><strong>If you think you?ve found a bug</strong>, you can post to the <a href="https://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. We?d love to hear from you! If you?re comfortable writing a reproducible bug report, <a href="https://make.wordpress.org/core/reports/">file one on the WordPress Trac</a>. There, you can also find <a href="https://core.trac.wordpress.org/tickets/major">a list of known bugs</a> and <a href="https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0">everything we?ve fixed</a> so far.</p>\n<p><strong>Developers:</strong> Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the <a href="https://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/#customizer-panels">API for panels in the Customizer</a>.</p>\n<p>Happy testing!</p>\n<p><em>Plugins, editor</em><br />\n<em>Media, things in between</em><br />\n<em>Please help look for bugs</em></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:61:"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/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:6;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:35:"WordPress 3.9.1 Maintenance Release";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:51:"https://wordpress.org/news/2014/05/wordpress-3-9-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/news/2014/05/wordpress-3-9-1/#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, 08 May 2014 18:40:58 +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:8:"Releases";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:33:"http://wordpress.org/news/?p=3241";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:385:"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";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:3106:"<p>After three weeks and more than 9 million downloads of <a title="WordPress 3.9 ?Smith?" href="https://wordpress.org/news/2014/04/smith/">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href="https://core.trac.wordpress.org/query?milestone=3.9.1">list of tickets</a> and the <a href="https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href="https://wordpress.org/plugins/background-update-tester/">that support them</a>, of course.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard ? Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rzen">Brian Richards</a>, <a href="https://profiles.wordpress.org/ehg">Chris Blower</a>, <a href="https://profiles.wordpress.org/jupiterwise">Corey McKrill</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/feedmeastraycat">feedmeastraycat</a>, <a href="https://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-Sandi</a>, <a href="https://profiles.wordpress.org/imath">imath</a>, <a href="https://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/m_i_n">m_i_n</a>, <a href="https://profiles.wordpress.org/clorith">Marius Jensen</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/dimadin">Milan Dini?</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, and <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</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:56:"https://wordpress.org/news/2014/05/wordpress-3-9-1/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:7;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:"WordPress 3.9 ?Smith?";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:41:"https://wordpress.org/news/2014/04/smith/";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:50:"https://wordpress.org/news/2014/04/smith/#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, 16 Apr 2014 18:33:44 +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:8:"Releases";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:33:"http://wordpress.org/news/?p=3154";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:411:"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]";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:14:"Matt Mullenweg";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:23203:"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href="http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)">Jimmy Smith</a>, is available <a href="https://wordpress.org/download/">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n\n<h2 class="about-headline-callout" style="text-align: center">A smoother media editing experience</h2>\n<div>\n<p><img class="alignright wp-image-3168" src="//wordpress.org/news/files/2014/04/editor1-300x233.jpg" alt="editor" width="228" height="177" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we?re talking about you, Microsoft Word.)</p>\n</div>\n<div style="clear: both"></div>\n<div>\n<p><img class="alignright wp-image-3170" src="//wordpress.org/news/files/2014/04/image1-300x233.jpg" alt="image" width="228" height="178" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it?s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style="clear: both"></div>\n<div>\n<p><img class="alignright wp-image-3187" src="//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg" alt="dragdrop" width="228" height="178" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style="clear: both"></div>\n<hr />\n<h2 style="text-align: center">Gallery previews</h2>\n<p><img class="aligncenter size-full wp-image-3169" src="//wordpress.org/news/files/2014/04/gallery1.jpg" alt="gallery" width="980" height="550" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style="text-align: center">Do more with audio and video</h2>\n\n<a href=''https://wordpress.org/news/files/2014/04/AintMisbehavin.mp3''>Ain''t Misbehavin''</a>\n<a href=''https://wordpress.org/news/files/2014/04/DavenportBlues.mp3''>Davenport Blues</a>\n<a href=''https://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3''>Buddy Bolden''s Blues</a>\n<a href=''https://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3''>Squaty Roo</a>\n<a href=''https://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3''>Dixie Blues</a>\n<a href=''https://wordpress.org/news/files/2014/04/WolverineBlues.mp3''>Wolverine Blues</a>\n\n<p>Images have galleries; now we?ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style="text-align: center">Live widget and header previews</h2>\n<div style="width: 692px; height: 448px; " class="wp-video"><video class="wp-video-shortcode" id="video-3154-3" width="692" height="448" preload="metadata" controls="controls"><source type="video/mp4" src="//wordpress.org/news/files/2014/04/widgets.mp4?_=3" /><a href="//wordpress.org/news/files/2014/04/widgets.mp4">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site?s widgets right in the theme customizer. No ?save and surprise? ? preview your changes live and only save them when you?re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style="text-align: center">Stunning new theme browser</h2>\n<p><img class="aligncenter size-full wp-image-3172" src="//wordpress.org/news/files/2014/04/theme1.jpg" alt="theme" width="1003" height="558" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style="text-align: center">The Crew</h2>\n<p>This release was led by <a href="http://nacin.com/">Andrew Nacin</a> and <a href="http://www.getsource.net/">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href="https://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/kawauso">Adam Harley</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adelval">adelval</a>, <a href="https://profiles.wordpress.org/ajay">Ajay</a>, <a href="https://profiles.wordpress.org/akeda">Akeda Bagus</a>, <a href="https://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="https://profiles.wordpress.org/tellyworth">Alex Shiels</a>, <a href="https://profiles.wordpress.org/aliso">Alison Barrett</a>, <a href="https://profiles.wordpress.org/collinsinternet">Allan Collins</a>, <a href="https://profiles.wordpress.org/sabreuse">Amy Hendrix (sabreuse)</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="https://profiles.wordpress.org/norcross">Andrew Norcross</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/rarst">Andrey "Rarst" Savchenko</a>, <a href="https://profiles.wordpress.org/andykeith">Andy Keith</a>, <a href="https://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="https://profiles.wordpress.org/atimmer">Anton Timmermans</a>, <a href="https://profiles.wordpress.org/aubreypwd">Aubrey Portwood</a>, <a href="https://profiles.wordpress.org/barry">Barry</a>, <a href="https://profiles.wordpress.org/toszcze">Bartosz Romanowski</a>, <a href="https://profiles.wordpress.org/bassgang">bassgang</a>, <a href="https://profiles.wordpress.org/bcworkz">bcworkz</a>, <a href="https://profiles.wordpress.org/empireoflight">Ben Dunkle</a>, <a href="https://profiles.wordpress.org/neoxx">Bernhard Riedl</a>, <a href="https://profiles.wordpress.org/bigdawggi">bigdawggi</a>, <a href="https://profiles.wordpress.org/bobbravo2">Bob Gregor</a>, <a href="https://profiles.wordpress.org/bobbingwide">bobbingwide</a>, <a href="https://profiles.wordpress.org/bradt">Brad Touesnard</a>, <a href="https://profiles.wordpress.org/bradparbs">bradparbs</a>, <a href="https://profiles.wordpress.org/bramd">bramd</a>, <a href="https://profiles.wordpress.org/kraftbj">Brandon Kraft</a>, <a href="https://profiles.wordpress.org/brasofilo">brasofilo</a>, <a href="https://profiles.wordpress.org/bravokeyl">bravokeyl</a>, <a href="https://profiles.wordpress.org/bpetty">Bryan Petty</a>, <a href="https://profiles.wordpress.org/cgaffga">cgaffga</a>, <a href="https://profiles.wordpress.org/chiragswadia">Chirag Swadia</a>, <a href="https://profiles.wordpress.org/chouby">Chouby</a>, <a href="https://profiles.wordpress.org/ehg">Chris Blower</a>, <a href="https://profiles.wordpress.org/cmmarslender">Chris Marslender</a>, <a href="https://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="https://profiles.wordpress.org/chrisscott">Chris Scott</a>, <a href="https://profiles.wordpress.org/chriseverson">chriseverson</a>, <a href="https://profiles.wordpress.org/chrisguitarguy">chrisguitarguy</a>, <a href="https://profiles.wordpress.org/cfinke">Christopher Finke</a>, <a href="https://profiles.wordpress.org/ciantic">ciantic</a>, <a href="https://profiles.wordpress.org/antorome">Comparativa de Bancos</a>, <a href="https://profiles.wordpress.org/cojennin">Connor Jennings</a>, <a href="https://profiles.wordpress.org/corvannoorloos">Cor van Noorloos</a>, <a href="https://profiles.wordpress.org/corphi">Corphi</a>, <a href="https://profiles.wordpress.org/cramdesign">cramdesign</a>, <a href="https://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="https://profiles.wordpress.org/redsweater">Daniel Jalkut (Red Sweater)</a>, <a href="https://profiles.wordpress.org/dannydehaan">Danny de Haan</a>, <a href="https://profiles.wordpress.org/koop">Daryl Koopersmith</a>, <a href="https://profiles.wordpress.org/eightface">Dave Kellam (eightface)</a>, <a href="https://profiles.wordpress.org/dpe415">DaveE</a>, <a href="https://profiles.wordpress.org/davidakennedy">David A. Kennedy</a>, <a href="https://profiles.wordpress.org/davidanderson">David Anderson</a>, <a href="https://profiles.wordpress.org/davidmarichal">David Marichal</a>, <a href="https://profiles.wordpress.org/denis-de-bernardy">Denis de Bernardy</a>, <a href="https://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="https://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="https://profiles.wordpress.org/dougwollison">Doug Wollison</a>, <a href="https://profiles.wordpress.org/drewapicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/drprotocols">DrProtocols</a>, <a href="https://profiles.wordpress.org/dustyf">Dustin Filippini</a>, <a href="https://profiles.wordpress.org/eatingrules">eatingrules</a>, <a href="https://profiles.wordpress.org/plocha">edik</a>, <a href="https://profiles.wordpress.org/oso96_2000">Eduardo Reveles</a>, <a href="https://profiles.wordpress.org/eliorivero">Elio Rivero</a>, <a href="https://profiles.wordpress.org/enej">enej</a>, <a href="https://profiles.wordpress.org/ericlewis">Eric Lewis</a>, <a href="https://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="https://profiles.wordpress.org/evarlese">Erica Varlese</a>, <a href="https://profiles.wordpress.org/ethitter">Erick Hitter</a>, <a href="https://profiles.wordpress.org/ejdanderson">Evan Anderson</a>, <a href="https://profiles.wordpress.org/fahmiadib">Fahmi Adib</a>, <a href="https://profiles.wordpress.org/fboender">fboender</a>, <a href="https://profiles.wordpress.org/frank-klein">Frank Klein</a>, <a href="https://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="https://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="https://profiles.wordpress.org/pento">Gary Pendergast</a>, <a href="https://profiles.wordpress.org/genkisan">genkisan</a>, <a href="https://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="https://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="https://profiles.wordpress.org/grahamarmfield">Graham Armfield</a>, <a href="https://profiles.wordpress.org/vancoder">Grant Mangham</a>, <a href="https://profiles.wordpress.org/gcorne">Gregory Cornelius</a>, <a href="https://profiles.wordpress.org/tivnet">Gregory Karpinsky (@tivnet)</a>, <a href="https://profiles.wordpress.org/hakre">hakre</a>, <a href="https://profiles.wordpress.org/hanni">hanni</a>, <a href="https://profiles.wordpress.org/helen">Helen Hou-SandÃ</a>, <a href="https://profiles.wordpress.org/ippetkov">ippetkov</a>, <a href="https://profiles.wordpress.org/ipstenu">Ipstenu (Mika Epstein)</a>, <a href="https://profiles.wordpress.org/jdgrimes">J.D. Grimes</a>, <a href="https://profiles.wordpress.org/jackreichert">Jack Reichert</a>, <a href="https://profiles.wordpress.org/_jameslee">jameslee</a>, <a href="https://profiles.wordpress.org/avryl">Janneke Van Dorpe</a>, <a href="https://profiles.wordpress.org/janrenn">janrenn</a>, <a href="https://profiles.wordpress.org/jaycc">JayCC</a>, <a href="https://profiles.wordpress.org/jeffsebring">Jeff Sebring</a>, <a href="https://profiles.wordpress.org/jenmylo">Jen Mylo</a>, <a href="https://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="https://profiles.wordpress.org/jesin">Jesin A</a>, <a href="https://profiles.wordpress.org/jayjdk">Jesper Johansen (jayjdk)</a>, <a href="https://profiles.wordpress.org/jnielsendotnet">jnielsendotnet</a>, <a href="https://profiles.wordpress.org/jartes">Joan Artes</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joehoyle">Joe Hoyle</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnpbloch">John P. Bloch</a>, <a href="https://profiles.wordpress.org/johnregan3">John Regan</a>, <a href="https://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="https://profiles.wordpress.org/jond3r">Jonas Bolinder (jond3r)</a>, <a href="https://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="https://profiles.wordpress.org/shelob9">Josh Pollock</a>, <a href="https://profiles.wordpress.org/joshuaabenazer">Joshua Abenazer</a>, <a href="https://profiles.wordpress.org/jstraitiff">jstraitiff</a>, <a href="https://profiles.wordpress.org/juliobox">Julio Potier</a>, <a href="https://profiles.wordpress.org/kopepasah">Justin Kopepasah</a>, <a href="https://profiles.wordpress.org/justinsainton">Justin Sainton</a>, <a href="https://profiles.wordpress.org/kadamwhite">K.Adam White</a>, <a href="https://profiles.wordpress.org/trepmal">Kailey (trepmal)</a>, <a href="https://profiles.wordpress.org/kasparsd">Kaspars</a>, <a href="https://profiles.wordpress.org/ryelle">Kelly Dwan</a>, <a href="https://profiles.wordpress.org/kerikae">kerikae</a>, <a href="https://profiles.wordpress.org/kworthington">Kevin Worthington</a>, <a href="https://profiles.wordpress.org/kpdesign">Kim Parsell</a>, <a href="https://profiles.wordpress.org/kwight">Kirk Wight</a>, <a href="https://profiles.wordpress.org/kitchin">kitchin</a>, <a href="https://profiles.wordpress.org/klihelp">klihelp</a>, <a href="https://profiles.wordpress.org/knutsp">Knut Sparhell</a>, <a href="https://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="https://profiles.wordpress.org/obenland">Konstantin Obenland</a>, <a href="https://profiles.wordpress.org/drozdz">Krzysiek Drozdz</a>, <a href="https://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="https://profiles.wordpress.org/ldebrouwer">ldebrouwer</a>, <a href="https://profiles.wordpress.org/leewillis77">Lee Willis</a>, <a href="https://profiles.wordpress.org/lpointet">lpointet</a>, <a href="https://profiles.wordpress.org/spmlucas">Lucas Karpiuk</a>, <a href="https://profiles.wordpress.org/lkwdwrd">Luke Woodward</a>, <a href="https://profiles.wordpress.org/mark8barnes">Mark Barnes</a>, <a href="https://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="https://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="https://profiles.wordpress.org/marventus">Marventus</a>, <a href="https://profiles.wordpress.org/iammattthomas">Matt (Thomas) Miklic</a>, <a href="https://profiles.wordpress.org/mjbanks">Matt Banks</a>, <a href="https://profiles.wordpress.org/matt">Matt Mullenweg</a>, <a href="https://profiles.wordpress.org/mboynes">Matthew Boynes</a>, <a href="https://profiles.wordpress.org/mdbitz">Matthew Denton</a>, <a href="https://profiles.wordpress.org/mattheu">Matthew Haines-Young</a>, <a href="https://profiles.wordpress.org/mattonomics">mattonomics</a>, <a href="https://profiles.wordpress.org/mattyrob">mattyrob</a>, <a href="https://profiles.wordpress.org/matveb">MatÃas Ventura</a>, <a href="https://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="https://profiles.wordpress.org/mcadwell">mcadwell</a>, <a href="https://profiles.wordpress.org/melchoyce">Mel Choyce</a>, <a href="https://profiles.wordpress.org/meloniq">meloniq</a>, <a href="https://profiles.wordpress.org/michael-arestad">Michael Arestad</a>, <a href="https://profiles.wordpress.org/michelwppi">Michel - xiligroup dev</a>, <a href="https://profiles.wordpress.org/mcsf">Miguel Fonseca</a>, <a href="https://profiles.wordpress.org/gradyetc">Mike Burns</a>, <a href="https://profiles.wordpress.org/mikehansenme">Mike Hansen</a>, <a href="https://profiles.wordpress.org/mikemanger">Mike Manger</a>, <a href="https://profiles.wordpress.org/mikeschinkel">Mike Schinkel</a>, <a href="https://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="https://profiles.wordpress.org/mikecorkum">mikecorkum</a>, <a href="https://profiles.wordpress.org/mitchoyoshitaka">mitcho (Michael Yoshitaka Erlewine)</a>, <a href="https://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="https://profiles.wordpress.org/morganestes">Morgan Estes</a>, <a href="https://profiles.wordpress.org/mor10">Morten Rand-Hendriksen</a>, <a href="https://profiles.wordpress.org/Nao">Naoko Takano</a>, <a href="https://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="https://profiles.wordpress.org/nendeb55">nendeb55</a>, <a href="https://profiles.wordpress.org/celloexpressions">Nick Halsey</a>, <a href="https://profiles.wordpress.org/nicolealleyinteractivecom">Nicole Arnold</a>, <a href="https://profiles.wordpress.org/nikv">Nikhil Vimal (NikV)</a>, <a href="https://profiles.wordpress.org/nivijah">Nivi Jah</a>, <a href="https://profiles.wordpress.org/nofearinc">nofearinc</a>, <a href="https://profiles.wordpress.org/nunomorgadinho">Nuno Morgadinho</a>, <a href="https://profiles.wordpress.org/olivm">olivM</a>, <a href="https://profiles.wordpress.org/jbkkd">Omer Korner</a>, <a href="https://profiles.wordpress.org/originalexe">OriginalEXE</a>, <a href="https://profiles.wordpress.org/patricknami">patricknami</a>, <a href="https://profiles.wordpress.org/pbearne">Paul Bearne</a>, <a href="https://profiles.wordpress.org/djpaul">Paul Gibbs</a>, <a href="https://profiles.wordpress.org/paulwilde">Paul Wilde</a>, <a href="https://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="https://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="https://profiles.wordpress.org/philiparthurmoore">Philip Arthur Moore</a>, <a href="https://profiles.wordpress.org/mordauk">Pippin Williamson</a>, <a href="https://profiles.wordpress.org/nprasath002">Prasath Nadarajah</a>, <a href="https://profiles.wordpress.org/prettyboymp">prettyboymp</a>, <a href="https://profiles.wordpress.org/raamdev">Raam Dev</a>, <a href="https://profiles.wordpress.org/rachelbaker">Rachel Baker</a>, <a href="https://profiles.wordpress.org/mauryaratan">Ram Ratan Maurya</a>, <a href="https://profiles.wordpress.org/ramonchiara">ramonchiara</a>, <a href="https://profiles.wordpress.org/ounziw">Rescuework Support</a>, <a href="https://profiles.wordpress.org/rhyswynne">Rhys Wynne</a>, <a href="https://profiles.wordpress.org/ricardocorreia">Ricardo Correia</a>, <a href="https://profiles.wordpress.org/richard2222">Richard</a>, <a href="https://profiles.wordpress.org/theorboman">Richard Sweeney</a>, <a href="https://profiles.wordpress.org/iamfriendly">Richard Tape</a>, <a href="https://profiles.wordpress.org/rickalee">Ricky Lee Whittemore</a>, <a href="https://profiles.wordpress.org/miqrogroove">Robert Chapin</a>, <a href="https://profiles.wordpress.org/robmiller">robmiller</a>, <a href="https://profiles.wordpress.org/rodrigosprimo">Rodrigo Primo</a>, <a href="https://profiles.wordpress.org/romaimperator">romaimperator</a>, <a href="https://profiles.wordpress.org/roothorick">roothorick</a>, <a href="https://profiles.wordpress.org/ruudjoyo">Ruud Laan</a>, <a href="https://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="https://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/otto42">Samuel Wood (Otto)</a>, <a href="https://profiles.wordpress.org/sandyr">Sandeep</a>, <a href="https://profiles.wordpress.org/scottlee">Scott Lee</a>, <a href="https://profiles.wordpress.org/coffee2code">Scott Reilly</a>, <a href="https://profiles.wordpress.org/wonderboymusic">Scott Taylor</a>, <a href="https://profiles.wordpress.org/greglone">ScreenfeedFr</a>, <a href="https://profiles.wordpress.org/scribu">scribu</a>, <a href="https://profiles.wordpress.org/sdasse">sdasse</a>, <a href="https://profiles.wordpress.org/bootsz">Sean Butze</a>, <a href="https://profiles.wordpress.org/seanchayes">Sean Hayes</a>, <a href="https://profiles.wordpress.org/nessworthy">Sean Nessworthy</a>, <a href="https://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/shahpranaf">shahpranaf</a>, <a href="https://profiles.wordpress.org/shaunandrews">Shaun Andrews</a>, <a href="https://profiles.wordpress.org/shinichin">ShinichiN</a>, <a href="https://profiles.wordpress.org/pross">Simon Prosser</a>, <a href="https://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="https://profiles.wordpress.org/siobhan">Siobhan</a>, <a href="https://profiles.wordpress.org/siobhyb">Siobhan Bamber (siobhyb)</a>, <a href="https://profiles.wordpress.org/sirzooro">sirzooro</a>, <a href="https://profiles.wordpress.org/solarissmoke">solarissmoke</a>, <a href="https://profiles.wordpress.org/sonjanyc">sonjanyc</a>, <a href="https://profiles.wordpress.org/spencerfinnell">Spencer Finnell</a>, <a href="https://profiles.wordpress.org/piontkowski">Spencer Piontkowski</a>, <a href="https://profiles.wordpress.org/stephcook22">stephcook22</a>, <a href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>, <a href="https://profiles.wordpress.org/stephenharris">Stephen Harris</a>, <a href="https://profiles.wordpress.org/sbruner">Steve Bruner</a>, <a href="https://profiles.wordpress.org/stevenkword">Steven Word</a>, <a href="https://profiles.wordpress.org/miyauchi">Takayuki Miyauchi</a>, <a href="https://profiles.wordpress.org/tanner-m">Tanner Moushey</a>, <a href="https://profiles.wordpress.org/tlovett1">Taylor Lovett</a>, <a href="https://profiles.wordpress.org/tbrams">tbrams</a>, <a href="https://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="https://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="https://profiles.wordpress.org/willmot">Tom Willmot</a>, <a href="https://profiles.wordpress.org/topher1kenobe">Topher</a>, <a href="https://profiles.wordpress.org/topquarky">topquarky</a>, <a href="https://profiles.wordpress.org/zodiac1978">Torsten Landsiedel</a>, <a href="https://profiles.wordpress.org/toru">Toru Miki</a>, <a href="https://profiles.wordpress.org/wpsmith">Travis Smith</a>, <a href="https://profiles.wordpress.org/umeshsingla">Umesh Kumar</a>, <a href="https://profiles.wordpress.org/undergroundnetwork">undergroundnetwork</a>, <a href="https://profiles.wordpress.org/varunagw">VarunAgw</a>, <a href="https://profiles.wordpress.org/wawco">wawco</a>, <a href="https://profiles.wordpress.org/westonruter">Weston Ruter</a>, <a href="https://profiles.wordpress.org/wokamoto">wokamoto</a>, <a href="https://profiles.wordpress.org/xsonic">xsonic</a>, <a href="https://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="https://profiles.wordpress.org/yurivictor">Yuri Victor</a>, <a href="https://profiles.wordpress.org/zbtirrell">Zach Tirrell</a>, and <a href="https://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>. Also thanks to <a href="http://michaelpick.wordpress.com/">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href="https://make.wordpress.org/">Make WordPress</a> and our <a href="https://make.wordpress.org/core/">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</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:46:"https://wordpress.org/news/2014/04/smith/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:8;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:33:"WordPress 3.9 Release Candidate 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:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#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 Apr 2014 09:47:36 +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:11:"Development";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:8:"Releases";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:33:"http://wordpress.org/news/?p=3151";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:356:"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]";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:"Andrew Nacin";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:2273:"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title="WordPress 3.9 Release Candidate" href="//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/">first release candidate</a>, and those changes are all helpfully summarized <a href="//make.wordpress.org/core/?p=10237">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href="//make.wordpress.org/core/tag/3-9-dev-notes/">notes for developers for 3.9</a>. (For example: <a href="//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/">HTML5</a>, <a href="//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/">symlinks</a>, <a href="//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/">MySQL</a>, <a href="//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href="//wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you?ll want ?bleeding edge nightlies?). Or you can <a href="//wordpress.org/wordpress-3.9-RC2.zip">download the release candidate here</a> (zip). If you?d like to learn more about what?s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src="//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692" alt="" width="16" height="16" /> ? About</strong> in the toolbar) and also check out <a title="WordPress 3.9 Beta 1" href="//wordpress.org/news/2014/03/wordpress-3-9-beta-1/">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites?yet.</em></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:74:"https://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/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:9;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:35:"WordPress 3.8.3 Maintenance Release";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:51:"https://wordpress.org/news/2014/04/wordpress-3-8-3/";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:60:"https://wordpress.org/news/2014/04/wordpress-3-8-3/#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:"Mon, 14 Apr 2014 19:29:13 +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:8:"Releases";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:33:"http://wordpress.org/news/?p=3145";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:338:"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]";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:"Andrew Nacin";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:2341:"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title="WordPress 3.8.2 Security Release" href="https://wordpress.org/news/2014/04/wordpress-3-8-2/">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href="https://wordpress.org/download/">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard ? Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></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:56:"https://wordpress.org/news/2014/04/wordpress-3-8-3/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:32:"https://wordpress.org/news/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:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 25 Sep 2014 14:15:30 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:37:"https://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 18 Sep 2014 16:20:10 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20140311104904";}', 'no');
288INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
289(1805, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1411697730', 'no');
290INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
291(1806, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', '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:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";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:28:"http://planet.wordpress.org/";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:2:"en";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:47:"WordPress Planet - http://planet.wordpress.org/";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:50:{i:0;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WPTavern: A New Resource Devoted To WordPress and Photographers";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:28:"http://wptavern.com/?p=29165";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://wptavern.com/a-new-resource-devoted-to-wordpress-and-photographers";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:2079:"<p><a title="http://wp-photographers.com/" href="http://wp-photographers.com/">WP Photographers,</a> is a new resource created by Aaron Hockley, to help photographers and WordPress users share their photos and build photography businesses. Whether you’re a <a title="http://wp-photographers.com/wordpress-basics/" href="http://wp-photographers.com/wordpress-basics/">beginner </a>or a photographer looking for <a title="http://wp-photographers.com/wordpress-web-hosting-photographers/" href="http://wp-photographers.com/wordpress-web-hosting-photographers/">the best webhosting service</a>, WP Photographers has you covered. In addition to guides, Hockley routinely publishes reviews of WordPress themes and plugins related to photography.</p>\n<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WP-PhotographersWebsite.png" rel="prettyphoto[29165]"><img class="size-full wp-image-31439" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WP-PhotographersWebsite.png?resize=1025%2C657" alt="WP Photographers Front Page" /></a>WP Photographers Front Page\n<p>He started the site because there were few resources on the web that discuss the intersection between WordPress and photography. “Being deep in both worlds I get lots of questions from photographers figuring out WordPress and WordPress folks trying to better use images,” Hockley told the Tavern. He hopes WP Photographers becomes a valuable resource to photographers and plans on starting a podcast to supplement the content on the site.</p>\n<p>As Hockley continues to add relevant content, it could become the go-to place for budding photographers using WordPress. There are several articles on the subject but it’s convenient to see a website devoted to the topic.</p>\n<p>To learn more about Hockley and the inspiration behind WP Photographers, check out this<a title="http://photofocus.com/2014/09/04/finally-a-wordpress-site-for-photographers/" href="http://photofocus.com/2014/09/04/finally-a-wordpress-site-for-photographers/"> interview</a> on PhotoFocus.com.</p>";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, 24 Sep 2014 23:37:45 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Matt: Corporate 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=44154";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:36:"http://ma.tt/2014/09/corporate-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"<p><a href="http://www.ft.com/cms/s/2/937b06c2-3ebd-11e4-adef-00144feabdc0.html">The Invasion of Corporate News</a>.</p>";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, 24 Sep 2014 22:05: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"Lorelle on WP: WordPress Social Meetup in Vancouver, Washington, This Weekend";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:37:"http://lorelle.wordpress.com/?p=11895";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:101:"http://lorelle.wordpress.com/2014/09/24/wordpress-social-meetup-in-vancouver-washington-this-weekend/";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:489:"We’re putting together a WordPress Social Meetup in Vancouver, Washington, just a few minutes from downtown Portland, on Sundays from 4-7, and the first one is this Sunday, Sept. 28, 2014! Part of the WordPress PDX Meetup, we’re excited to be one of the first to offer a social meetup rather than a formal presentation […]<img alt="" border="0" src="http://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11895&subd=lorelle&ref=&feed=1" width="1" height="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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Sep 2014 20:27:30 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:100:"WPTavern: GavickPro Releases Free WordPress Portfolio Theme for Design, Art and Photography Websites";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:28:"http://wptavern.com/?p=31386";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:109:"http://wptavern.com/gavickpro-releases-free-wordpress-portfolio-theme-for-design-art-and-photography-websites";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:4322:"<p>A few months ago, the folks at GavickPro <a href="http://wptavern.com/gavickpro-abandons-theme-framework-in-favor-of-wordpress-customizer" target="_blank">abandoned their GavernWP Framework</a> in favor of using the WordPress customizer for theme options. The shop’s customers found the original framework to be too cumbersome and confusing, so the GavickPro team decided to move away from frameworks altogether.</p>\n<p>With the customizer in place as the baseline for the next generation of themes, GavickPro has been releasing a string of free products to give potential customers a way to test drive the new approach. <a href="https://www.gavick.com/wordpress-themes/portfolio,174.html" target="_blank">Portfolio</a> is the latest theme release, created to showcase art and photography with a lightweight, minimalist design.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-gavickpro.png" rel="prettyphoto[31386]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-gavickpro.png?resize=994%2C784" alt="portfolio-gavickpro" class="aligncenter size-full wp-image-31405" /></a></p>\n<p>Portfolio items in the this simple theme are essentially just regular posts with a featured image assigned. No extra portfolio plugin is required. If you set the homepage to display the latest posts, it will use the grid layout that you see in the theme’s <a href="http://www.gavick.com/demo/wordpress/portfolio/" target="_blank">demo</a>. Mousing over a post toggles its title and excerpt into view.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-customizer.png" rel="prettyphoto[31386]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-customizer.png?resize=225%2C300" alt="portfolio-customizer" class="alignright size-medium wp-image-31416" /></a>The customizer includes options for setting the background and primary color for your site. It also allows you to easily change the number of columns, the date format, and enable/disable word-break.</p>\n<p>The Portfolio theme also offers options for selecting from a predefined list of Google Fonts for the header and body. You can also paste in the URL for any other Google Font that you prefer to use.</p>\n<p>The theme includes one widget area and support for the gallery, image, link, quote, and video post formats.</p>\n<p>A social links menu can be created by adding the following available CSS classes to your menu items:</p>\n<ul>\n<li>icon-fb</li>\n<li>icon-gplus</li>\n<li>icon-twitter</li>\n<li>icon-youtube</li>\n<li>icon-pinterest</li>\n<li>icon-rss</li>\n</ul>\n<p>The theme also includes built-in support for <a href="https://disqus.com/" target="_blank">Disqus</a>. Threaded comments, author boxes, and sharing buttons are all nicely styled to remain in the background with portfolio content in the spotlight.</p>\n<p>The Portfolio theme is mobile-friendly and responds well to various devices. Your work will look beautiful, no matter the screen size.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-wordpress-theme-responsive.jpg" rel="prettyphoto[31386]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/portfolio-wordpress-theme-responsive.jpg?resize=700%2C625" alt="portfolio-wordpress-theme-responsive" class="aligncenter size-full wp-image-31410" /></a></p>\n<p>If you like the content in the <a href="http://www.gavick.com/demo/wordpress/portfolio/" target="_blank">live demo</a>, you can download it as a <a href="http://www.gavick.com/documentation/wordpress-themes/themes-demo-content-wxr-files/" target="_blank">WXR file</a>, which includes the sample menus, posts, and images to help you get started.</p>\n<p>The theme is simply named Portfolio and after testing it, I can confirm that all the customization features work as advertised. I’d recommend it for simple portfolio sites where you don’t need to have portfolio items separate from the rest of the content on your site. It’s available to <a href="https://www.gavick.com/wordpress-themes/portfolio,174.html" target="_blank">download</a> for free from the GavickPro website. You can also find the code on <a href="https://github.com/GavickPro/Portfolio-Free-WordPress-Theme" target="_blank">GitHub</a>.</p>";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, 24 Sep 2014 18:48: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: Flox: Privately Hosted Social Networks Powered by WordPress and BuddyPress";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:28:"http://wptavern.com/?p=31029";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:93:"http://wptavern.com/flox-privately-hosted-social-networks-powered-by-wordpress-and-buddypress";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:9302:"<p>Every day, millions of people mindlessly pump content into social networks that are owned by someone else. These massive data silos plaster your feed with advertising and blatantly disregard user privacy. It’s a symbiotic relationship wherein you are the product being sold, but you have no control.</p>\n<p>Even Twitter, which many saw as the last vestige of social networking sanity, appears to be inching closer to <a href="http://mashable.com/2014/09/04/twitter-filtered-feed/" target="_blank">filtered feeds</a>, experimenting with an <a href="http://techcrunch.com/2014/09/01/twitters-timeline-could-get-more-algorithmic/" target="_blank">algorithmic approach to the timeline</a> in order to deliver content they deem relevant to you. All the major social outlets are starting to pollute users’ feeds with content they don’t want to see; it’s the inevitable byproduct of mining user data for profit.</p>\n<p>A growing dissatisfaction with this pollution is leading innovators to create new streams of social interaction, with more realistic business models that deliver an unpolluted experience as the product. Many are turning to private social networks as an alternative to the sprawling networks that invariably attempt to connect you to every passing acquaintance.</p>\n<h2>Flox Enters the Market to Provide Hosted Private Networks</h2>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/flox.jpg" rel="prettyphoto[31029]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/flox.jpg?resize=1025%2C516" alt="flox" class="aligncenter size-full wp-image-31141" /></a></p>\n<p><a href="https://flox.io/" target="_blank">Flox</a> is a brand new service will soon be launching hosted private networks powered by <a href="https://wordpress.org/" target="_blank">WordPress</a>, <a href="https://buddypress.org/" target="_blank">BuddyPress</a>, and <a href="http://www.idangero.us/framework7/" target="_blank">Framework7</a>. The platform will allow you to host your own social network, completely under your control, with the ability to send status updates, photos, messages, and more, in your own private place on the web. Flox users can be part of multiple networks or “flocks,” hence the platform’s sheep logo.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/flox-logo.png" rel="prettyphoto[31029]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/flox-logo.png?resize=250%2C250" alt="flox-logo" class="alignright size-full wp-image-31394" /></a>Founded by BuddyPress project lead <a href="http://jjj.me/" target="_blank">John James Jacoby</a>, Flox is the first WordPress-powered application to jump into hosting full-featured social networks. Jacoby recently left his engineering position at 10up, to pursue his dream of creating hosted communities. Fortunately, Jake Goldman and the folks at <a href="http://10up.com/" target="_blank">10up</a> were behind him and opted to subsidize the project.</p>\n<p>“Jake and I talked about the idea (again) and came to the conclusion it wasn’t something Jake saw 10up being responsible for in perpetuity, but was still valuable,” Jacoby told the Tavern. “Jake and the 10up execs were kind enough to invest a bit in helping bootstrap it. They?ll be my initial round of beta testers.”</p>\n<p>The unique thing about Flox is that it’s designed to be a mobile-only network. At the moment, the only way you access it is via your mobile browser. There is no desktop version. Jacoby describes it as “a mobile experience that acts more like Twitter meets Slack powered by BuddyPress, than it does ‘large blogging network conglomerate.''” Essentially, it is the “WordPress.com for BuddyPress,” but he hopes that it will be much more than that.</p>\n<p>The possiblity of hosted BuddyPress communities has been burning in Jacoby’s head since his earlier days at Automattic. “The idea goes way back to 2007/8, with the idea of BuddyPress on WordPress.com. When Matt eventually abandoned that idea, I couldn’t let go of the bigger idea of letting people roll their own WordPress.com?s,” he said.</p>\n<p>Why is Flox mobile only? Jacoby believes this is the way of the future for online social interaction.</p>\n<blockquote><p>The idea to go Mobile-only was inspired by a few things: Jake Goldman really wanted a great mobile experience to communicate with 10uppers; I believe we’re entering an era where many people will use mobile devices as their only machines; my desire to funnel the most relevant and important people in my life into a convenient, easy-to-use, and own-my-own-data place in my pocket.</p></blockquote>\n<p>Jacoby is flying solo on the project for now but he hopes to add to his team as the platform gains momentum. “By the end of the year, my goal is to have at least one full-time employee on it besides myself,” he said. “Ideally many more down the line, but we?ll see what I?m able to pull off.”</p>\n<h3>The Technology Behind Flox</h3>\n<p>Conversations in Flox include all the native BuddyPress social features distilled into a UI that is highly optimized for mobile. Users have the option to create “channels” to further filter the activity stream.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/flox-conversation.png" rel="prettyphoto[31029]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/flox-conversation.png?resize=460%2C818" alt="flox-conversation" class="aligncenter size-full wp-image-31150" /></a></p>\n<p>Flox is intended to be an application where its users never see the backend of WordPress. Jacoby hopes to preserve wp-admin to be used strictly as a UI for Flox staff to manage the installation. The idea is that administrators of their own networks will get a purposely crafted experience, without all of the maintenance associated with managing a WordPress site.</p>\n<p>Under the hood, each flock is its own network on a multi-network installation of WordPress. “BuddiOS is the heart of the mobile experience, at least right now,” Jacoby said. “Currently, it?s a WordPress theme, though it might eventually turn into a plugin that auto-detects a mobile environment, and adjusts. We?ll see how that experience pans out in the long-term.”</p>\n<p>Outside of WordPress and BuddyPress, Framework7 is the only other technology in the mix right now. “I started down the AngularJS road but it?s not really the right tool for this job,” Jacoby said. “I can see future versions using a restful API, but for what I need and how much work needs to go into that API, I wasn’t inclined to rush it.”</p>\n<p>Why isn’t Flox launching with a native app? Jacoby wants to start out by refining the experience of the basic social features before delving further into integrating with native device features. “I built a ‘native app’ using a UIWebView that I’m using personally, but that alone isn’t enough to make it into the Apple App store,” he explained. “It will need to use something native to the phone first, which will likely be push notifications or settings integration.”</p>\n<p>Jacoby plans to put the BuddiOS WordPress theme up for sale to start, in order to help further subsidize BuddyPress/Flox development. Now that he is focusing on Flox, he has a greater ability to contribute to the open source BuddyPress project, which is entirely volunteer driven. This can only mean good things for the future of BuddyPress.</p>\n<h3>Pricing and Launch Information</h3>\n<p>Flox is emerging as a fresh alternative to the massive social networks where you have limited control over the content presented to you. Online social networking, in its purest form, is the ability to have authentic interactions with the people you choose. Flox is aiming to restore the simplicity and power of small, focused networks but is also built to scale to accommodate large businesses that require social networking for employees.</p>\n<p>Users can create several networks, each with their own members. The platform is designed to make it easy to switch between your various private social networks and <a href="https://flox.io/pricing/" target="_blank">pricing</a> is flexible based on the number of users. Personal networks are free and limited to 5 users in 5 networks. The Business pricing option rings in at $3/user per month and is limited to 25 users. Pro social networks do not have a user limit and receive access to priority support at $10/user per month.</p>\n<p>The platform is a promising option for those who want the power of mobile BuddyPress social networking without the hassle of managing their own installations. It also appeals to those who are looking to leave traditional social networks in favor of creating their own.</p>\n<p>At the moment, <a href="https://flox.io" target="_blank">Flox</a> is in its early beta period and <a href="https://flox.io/sign-up/" target="_blank">signups</a> are limited to a few testers. The service will be launching soon, putting private social networks in the pockets of users around the world.</p>";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, 24 Sep 2014 13:07:23 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"WPTavern: How Public Perception of WordPress Influences Developer Contracts";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:28:"http://wptavern.com/?p=31255";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://wptavern.com/how-public-perception-of-wordpress-influences-developer-contracts";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:15284:"<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/cash.jpg" rel="prettyphoto[31255]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/cash.jpg?resize=1019%2C504" alt="photo credit: Tax Credits - cc" class="size-full wp-image-31371" /></a>photo credit: <a href="https://www.flickr.com/photos/76657755@N04/7658205070/">Tax Credits</a> – <a href="http://creativecommons.org/licenses/by/2.0/">cc</a>\n<p>If the WordPress community is your only barometer of knowing how an open source community works together, then you might want to explore outside a bit further to gain a broader outlook on other cultures. Some of the differences are worth examining.</p>\n<p>A few days ago I noticed an interesting observation regarding the relationship between plugin development and project offers in CakePHP vs. WordPress.</p>\n<blockquote class="twitter-tweet" width="550"><p>Another CakePHP project offer thanks to two open source plugins of mine from years ago. Three times more often than WP offers.</p>\n<p>— Mario Y. Peshev (@no_fear_inc) <a href="https://twitter.com/no_fear_inc/status/511604514236141568">September 15, 2014</a></p></blockquote>\n<p></p>\n<p><a href="http://devwp.eu/" target="_blank">Mario Peshev</a> is a WordPress contributor who owns <a href="http://devrix.com/" target="_blank">DevriX</a>, a high-end agency specializing in SaaS development and platform architecture. He is also a co-organizer of WordCamp Sofia and WordCamp Europe 2014.</p>\n<p>It seems curious that Peshev would regularly receive more offers for CakePHP work, originating from older code he’d written, versus requests for WordPress, which powers more than 23% of the web. In his experience, it’s not just related to CakePHP but many other technologies as well.</p>\n<p>“It’s not only CakePHP really. CakePHP, CodeIgniter, Java, Django, Drupal, Android even – all sorts of small extensions, plugins or apps I’ve built and released publicly get larger attention than my WordPress contributions,” Peshev told the Tavern.</p>\n<p><strong>“Not only do I get 2-3x more projects with any other platform (even though I haven’t contributed there for 3+ years), but the proposed rates and budgets are few times higher.”</strong></p>\n<p>His experience seems to suggest that there’s a disconnect somewhere in how potential customers value the skills of WordPress developers.</p>\n<h2>Client Perception of WordPress</h2>\n<p>WordPress is heralded the world over as being the most user friendly publishing software on the web. Unfortunately, this can also contribute to unrealistic client expectations when it comes to custom development.</p>\n<p>“The majority of the WordPress users that get in touch with us are: bloggers, small company owners, marketing consultants, sales agents, small and medium-sized businesses,” Peshev said. “They are not technical people and don’t have realistic (according to the market standards) expectations for the type of work they ask for.”</p>\n<p>He outlined a typical scenario that plagues many development agencies. Because users can piece most of their sites together without help, they figure the rest should be easy:</p>\n<blockquote><p>A common scenario is: “We’ve built our WordPress website ourselves with a premium theme and a few plugins, so we just need those tiny changes applied here and there.” Their infrastructure is not ready for the types of changes they need, and the fact that 90%+ of their requirements cost $100 or so (for a premium theme + a plugin) doesn’t justify paying ten times more for the other 10% if that would be 10-20 hours of high-end development. The math just doesn’t add up for them.</p></blockquote>\n<p>These misconceptions play out in various ways, including users feeling entitled when it comes to free plugin and theme features, core updates, and other improvements that seem to arrive magically from the sky. Very few plugin and theme developers can report anything more than meager donations when it comes to contributing free extensions.</p>\n<p>For Peshev, creating open source extensions for platforms outside the WordPress ecosystem has been far more rewarding in terms of referrals for work. He detailed a recent request he received in a post titled <a href="http://devwp.eu/15-wordpress-gig/" target="_blank">The $15 WordPress Gig</a>:</p>\n<p><strong><em>“Hello, I?m looking for someone who could customize a WordPress plugin we bought. It?s a car reservation system, we need to change the pricing model and add a few extra SQL tables that would operate with the plugin.”</em></strong></p>\n<p>After requesting a project description and budget, Peshev received the following reply:</p>\n<p><strong><em>“Thanks, the plugin costs $25 so I estimate the change would probably cost around $15.”</em></strong></p>\n<p>While that response may seem shocking to a developer, it makes perfect sense to someone who only has the price tag of the original product as a gauge for judging the value of work related to it.</p>\n<h2>Reshaping Client Expectations</h2>\n<p>The WordPress community has a unique challenge when it comes to communicating the costs of custom development, given that thousands of free and/or dirt cheap themes and plugins are available. How can a seemingly simple modification be 10x the price of the original plugin?</p>\n<p>Some of these issues stem from the way most development agencies attract customers. <strong>“WordPress is more design and marketing oriented than other communities. Portfolios reveal beautiful and stylish websites and agencies focus on frontend work,”</strong> Peshev said.</p>\n<p>“Building CRMs, eRPs, eCommerce platforms or other backend-oriented platforms and services is still not a common thing in the WordPress ecosystem, even if it’s completely possible and some of us build these sorts of projects for larger clients.”</p>\n<p>Peshev believes that since most clients lack technical knowledge, they judge agencies and developers by what they can see. “<span class="pullquote alignleft">Clients don’t browse WordPress.org or GitHub portfolios, they are just looking for beautiful designs.</span> Code quality doesn’t matter unless you deal with eCommerce, and scalability and security are overlooked until it’s too late.”</p>\n<p>If you sell WordPress development services, you will undoubtedly have to become skilled at reshaping client expectations. When it comes to custom development, experienced developers often recommend giving the potential customer a more familiar frame of reference:</p>\n<blockquote class="twitter-tweet" lang="en"><p><a href="https://twitter.com/pollyplummer">@pollyplummer</a> I can buy a suit for $99 ''off the peg'' or pay 10x that for a custom suit that is made perfectly for me.</p>\n<p>— Jonathan Atkinson (@twsjonathan) <a href="https://twitter.com/twsjonathan/status/514573813707599873">September 24, 2014</a></p></blockquote>\n<p></p>\n<p>There are many different pre-internet era professions that are easier for clients to understand:</p>\n<blockquote class="twitter-tweet" width="550"><p><a href="https://twitter.com/BoiteAWeb">@boiteaweb</a> <a href="https://twitter.com/pollyplummer">@pollyplummer</a> if I need electrical work and it takes the electrician 10 mins and a $2 piece I don''t expect to pay him $10</p>\n<p>— Jonathan Atkinson (@twsjonathan) <a href="https://twitter.com/twsjonathan/status/514575464728244224">September 24, 2014</a></p></blockquote>\n<p></p>\n<p>What is difficult for customers to grasp, is that development expertise is most similar to the work of a traditional engineer in that it requires applying years of knowledge and experience to devise a technical solution that will hold up in the long run.</p>\n<p>A client may see his request as a “simple tweak to a plugin or theme” but is unaware of the many obstacles that can make it complicated. Peshev details a few examples in his recent piece on <a href="http://devwp.eu/slippery-slope-wordpress-customizations/" target="_blank">The Slippery Slope of WordPress Customizations</a>:</p>\n<ul>\n<li>The theme is not written according to the WordPress guidelines</li>\n<li>The plugins are not compatible</li>\n<li>There have been various manual changes in those plugins</li>\n<li>The hosting provider has some limitations</li>\n<li>There are PHP/MySQL version issues</li>\n<li>The site uses some 3rd party API/service/database that needs special attention</li>\n<li>The fixes could cause a regression in another area of the site</li>\n<li>A simple functionality has been built with a complex plugin and the change needs to be applied there, which requires hacking the plugin itself </li>\n</ul>\n<p>For many small to mid-sized development agencies, the majority of incoming requests are directly related to customization work. Developers have to be prepared to educate clients on the realities of building quality WordPress solutions. While client perceptions are a major factor in the size of contracts developers are able to win, Peshev believes that the WordPress community has deeper cultural issues to resolve before the public will change its mind on the value of WordPress development.</p>\n<h3>Changing Public Perception by Building a Culture of Contributing</h3>\n<p>Because the open source WordPress project is primarily a volunteer-driven effort, a culture of contribution is vital to its continued ability to innovate. It’s also vital for extension developers if they want to work together to build more elegant solutions. According to Peshev, very few companies and agencies see the value of contributing to the project.</p>\n<blockquote><p>While traveling around Europe I’ve met developers and devops at WordCamps from companies with 400+ employees, where the WordPress department is only 5-10 people strong. Those projects are large online magazines, or platforms for digital and high-tech companies that heavily rely on the WordPress platform, and they rarely invest in WordPress advocates or full-time contributors.</p></blockquote>\n<p>Apart from a small number of corporately-funded contributors, the rest are individuals who donate time in the evening after the kids go to bed, over the weekend, or in between their freelance/agency duties.</p>\n<p>Yet, many contributions go unrecognized and are often wrongly attributed entirely to Automattic by <a href="http://qz.com/260933/the-case-for-a-distributed-workforce/" target="_blank">every</a> <a href="http://www.fastcolabs.com/3035463/how-matts-machine-works" target="_blank">major</a> <a href="http://techcrunch.com/2014/08/26/automattic-acquires-bruteprotect-to-help-keep-wordpress-users-safe/" target="_blank">tech</a> <a href="http://techcrunch.com/2014/05/05/automattic-raises-160m-to-catch-up-with-the-webs-evolution/" target="_blank">news</a> outlet. These are honest mistakes, but, when left uncorrected, they contribute to the public perception that the project is the work of a handful of people who work for an elite agency, marginalizing the efforts of hundreds of unpaid volunteers.</p>\n<p>“‘WordPress themes’ is the most popular subject in Google searches if you check with the Keyword planner,” Peshev notes. “Yet until a week ago there were no paid contributors to the WordPress Theme Review Team. Lots of people haven’t been noticed at all there, despite the facts that millions of websites run the themes they have reviewed and polished in order to reach to the point that they actually work.”</p>\n<p>He contends that when contributions are undervalued or unrecognized, WordPress developers have little motivation to work together. This applies to product development as well, which spills over into custom development work.</p>\n<p>“Have you noticed how many Lightbox, Gallery or Slider plugins we have out there? <span class="pullquote alignleft">Contributors don’t help each other and products stay small and simple</span>,” Peshev siad. “I have 25+ plugins on GitHub and I’ve only ever gotten three or four pull requests for any changes, and keep seeing similar plugins popping up every few weeks.</p>\n<p>Our culture outside of the core isn’t contributing, but building everything from scratch or using ‘builder’ plugins, which is somewhat justified by the low budgets that prevent us from any research activities which could slow us down (and burn our profits).”</p>\n<p>As a result, many developers opt to go it alone, building custom solutions as quickly as possible on small budgets. Unfortunately, this practice restricts the growth of development agencies.</p>\n<p>“I see a huge gap between the types of WordPress development/design requests,” Peshev said.</p>\n<p>“The types of WordPress experts that I see out there are either freelancers and small studios with up to 3-4 people, or agencies like Human Made, 10up, WebDevStudios (and Automattic, of course). On one hand, there are the small $500 customization gigs or $3K eCommerce projects. On the other end we have the WordPress.com VIP type of clients and requests that are at least 50 times more expensive than the others.”</p>\n<p>WordPress clients who cannot afford VIP level service turn to smaller companies like Peshev’s to accommodate their budgets. However, Peshev is frequently approached by clients looking for high-end consultants for other platforms, based on past open source contributions. Unfortunately, when it comes to WordPress work, contributions have done little for bringing in larger projects.</p>\n<p>“I find it challenging to grow from a consultant to a larger and sustainable agency solely with WordPress – and I see numerous small agencies getting stuck at 4-5 people tops,” he said.</p>\n<h3>Promoting Collaboration and Contribution</h3>\n<p>For many dedicated WordPress contributors like Peshev, open source contributions have not led to more work or better contracts, despite the fact that these types of contributions should verify these developers as high-end experts. A little bit of skill and free time are all that are required to contribute to open source software, but time comes at a cost when you’re struggling to pay the bills.</p>\n<p>Peshev’s observations raise some important questions that are worth considering. In an ecosystem where developers are often in competition with each other to create the same simple extensions for fast cash, it doesn’t pay to collaborate on more elegant solutions. This contributes to a market flooded with cheap solutions and customers who don’t value the skills required for WordPress development.</p>\n<p>Highly skilled developers, who might otherwise be driven away to other more lucrative platforms, often choose to stick with WordPress because of its unique community. If we can find a way to change the culture to value and reward contributors, they will be better positioned to make a living with WordPress. This allows them to create more stable, secure solutions that raise the quality expectations of users across the web.</p>";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, 24 Sep 2014 04:29:05 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WPTavern: iThemes Suffers Security Breach, Customers Urged To Reset Passwords";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:28:"http://wptavern.com/?p=31293";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:86:"http://wptavern.com/ithemes-suffers-security-breach-customers-urged-to-reset-passwords";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:2904:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2009/08/ithemeslogo.png" rel="prettyphoto[31293]"><img class="alignright wp-image-2310 size-full" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2009/08/ithemeslogo.png?resize=255%2C69" alt="iThemes Logo" /></a>iThemes published details on a security breach that took place earlier today. According to <a title="http://ithemes.com/2014/09/23/important-security-update-for-all-customers/" href="http://ithemes.com/2014/09/23/important-security-update-for-all-customers/">the announcement</a>, after noticing suspicious activity, they noticed a signification attack on their membership database. iThemes urges all customers to reset their passwords immediately. To protect accounts from any unauthorized access, iThemes has temporarily reset all user passwords. To regain access to your account, you?ll need to <a href="http://ithemes.com/member/password_reset.php">reset your password</a>.</p>\n<p>The attackers could gain access to the following customer data:</p>\n<ul>\n<li>Username</li>\n<li>Password</li>\n<li>Email address</li>\n<li>First and last name (if you set it)</li>\n<li>IP address</li>\n<li>The names of products you purchased</li>\n<li>Coupon codes you might have used</li>\n<li>Access times</li>\n<li>Payment receipt information (but no other payment info)</li>\n</ul>\n<p>Since a third-party payment processor is used, credit card information is not at risk of being obtained. iThemes is working to figure out how the attack happened, ensure the security of the rest of their servers, and make sure the site is safe for visitors to browse. The team has outlined a three-step process towards accomplishing these tasks.</p>\n<ul>\n<li>We are performing a review / audit of our Information Technology (IT) Stack</li>\n<li>We are performing a review / audit of our Products and their code base</li>\n<li>We are reviewing and updating our Security Incident Response and Detection procedures</li>\n</ul>\n<p>iThemes is partnering with security service company, <a title="http://sucuri.net/" href="http://sucuri.net/">Sucuri</a>, to help with the discovery process. The CEO of iThemes, Cory Miller, concluded the announcement with the following statement.</p>\n<blockquote><p>I deeply apologize for this event. Security is a staple of the service and products we provide and I assure you we will do everything we can to analyze, understand how this occurred and seek to prevent it from happening again.</p>\n<p>Know that your personal information is of the utmost priority to me and if you have any questions or concerns, please let us know.</p></blockquote>\n<p>Although no business owner wants to go through an experience like this, I give kudos to iThemes for being upfront and honest with their customers instead of waiting for days. If you’re an iThemes customer, please make the effort to change your password as soon as possible.</p>";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, 23 Sep 2014 23:21:44 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"WPTavern: Envato on The State of WordPress Blogging Themes";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:28:"http://wptavern.com/?p=31251";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://wptavern.com/envato-on-the-state-of-wordpress-blogging-themes";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:1521:"<p>Envato has a nice article covering the <a title="http://marketblog.envato.com/trends/current-state-wordpress-blogging-themes/" href="http://marketblog.envato.com/trends/current-state-wordpress-blogging-themes/">current state</a> of WordPress blogging themes. The article does a nice job highlighting not only the styles over the years but the inspiration behind them as well. The design traits profiled include:</p>\n<ul>\n<li>Modern Single-Column Layout</li>\n<li>Traditional Two-Column Layout</li>\n<li>The Journal Layout</li>\n<li>The Masonry/Grid Layout</li>\n</ul>\n<p>My favorite style is a toss-up between the journal and single-column layout. That’s why I’m psyched to see the <a title="http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme" href="http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme">Twenty Fifteen default theme</a> go with a clean, two-column layout. I think a lot of sites will use it compared to Twenty Fourteen which was more of a magazine style. Here’s a look at the various styles used by default themes in WordPress over the years starting with Twenty Ten.</p>\n<a href="http://wptavern.com/envato-on-the-state-of-wordpress-blogging-themes#gallery-31251-1-slideshow">Click to view slideshow.</a>\n<p>Which style is your favorite and are you happy to see the Twenty Fifteen default theme go back to a more traditional two-column layout? What do you think the next WordPress theme design trend will be?</p>";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, 23 Sep 2014 22:20:15 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WPTavern: BuddyPress Feature Plugin Adds Rich Text Fields to Profiles";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:28:"http://wptavern.com/?p=31220";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:79:"http://wptavern.com/buddypress-feature-plugin-adds-rich-text-fields-to-profiles";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:4733:"<p>Earlier this year, BuddyPress contributors announced that the project would be adopting the <a href="http://wptavern.com/wordpress-core-development-goes-to-warp-speed-with-features-as-plugins-model" target="_blank">features-as-plugins</a> model to help speed up future development. This is the same development model that has been working well for WordPress core, helping four major features land in the 3.8 release.</p>\n<p>The <a href="http://wptavern.com/buddypress-to-adopt-features-as-plugins-model-to-develop-new-media-component" target="_blank">BuddyPress Media Component and Attachment API</a> was the first feature to enter development as a plugin. One of the benefits of using this model, where it makes sense, is that it gets more people involved in creating and testing new features before they are added to BP core.</p>\n<h3>Buddypress xProfile Rich Text Field</h3>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text.jpg" rel="prettyphoto[31220]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text.jpg?resize=772%2C250" alt="rich-text" class="aligncenter size-full wp-image-31236" /></a></p>\n<p><a href="https://wordpress.org/plugins/bp-xprofile-rich-text-field/" target="_blank">Buddypress xProfile Rich Text Field</a> is the second plugin to present itself as a feature plugin for consideration. It adds a rich-text editor custom field type to extended profiles. <a href="http://haystack.co.uk/" target="_blank">Christian Wach</a>, better known as <a href="https://profiles.wordpress.org/needle/" target="_blank">@needle</a>, created the plugin with the hope that it will be included in BP core.</p>\n<p>Once installed, you’ll find a new profile field type called “Rich Text Area” as an option when creating a new field. It’s essentially a multi-line textarea field with a visual editor added in.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text-field-type.png" rel="prettyphoto[31220]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text-field-type.png?resize=634%2C338" alt="rich-text-field-type" class="aligncenter size-full wp-image-31222" /></a></p>\n<p>Instead of a blank multi-line text box, members will find simple tools for formatting text, links, bullet lists, etc. on the frontend. Having these familiar formatting options available makes it easier for users provide a more readable profile entry, as opposed to a flat block of text.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text-profile-fields.png" rel="prettyphoto[31220]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/rich-text-profile-fields.png?resize=618%2C456" alt="rich-text-profile-fields" class="aligncenter size-full wp-image-31224" /></a></p>\n<p>BuddyPress themes that use compatibility mode will automatically work with this plugin. However, if your theme supplies its own BuddyPress template files, you may need to make a few adjustments in order for this plugin to work.</p>\n<p>A <a href="https://buddypress.trac.wordpress.org/ticket/5625" target="_blank">ticket</a> is open for discussion regarding adding this feature to BuddyPress 2.2. Christian Wach created a preliminary patch for a Visual Editor field type. BuddyPress core developer Boone Gorges shared his initial <a href="https://buddypress.trac.wordpress.org/timeline?from=2014-09-19T19%3A45%3A34Z&precision=second" target="_blank">thoughts</a> on the patch:</p>\n<blockquote><p>We should not have a separate field type for this. IMHO, all multi-line textarea fields should support rich text. In fact, I think we should just turn it on for those fields and not allow it to be turned off (since there’s a Text tab in addition to the Visual tab), though if others feel differently perhaps we could have an admin toggle to disable on a per-field basis. In any case, I don’t see a strong case for having a separate field type.</p></blockquote>\n<p>This makes sense, as I’m not sure why you would ever want a textarea field type that doesn’t have visual editing capabilities. Wach revised his patch to add options to the textarea field type instead of creating a brand new field type. This change appears to be the direction that the feature will take, if it is approved for inclusion in BP core.</p>\n<p>In the meantime, you can utilize the <a href="https://wordpress.org/plugins/bp-xprofile-rich-text-field/" target="_blank">Buddypress xProfile Rich Text Field</a> feature plugin to get this working on your site. If the feature is included in BuddyPress 2.2, it will be easy to simply switch the field type to “multi-line textarea” when the time comes.</p>";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, 23 Sep 2014 18:33: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"Matt: Checky";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:21:"http://ma.tt/?p=44149";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:28:"http://ma.tt/2014/09/checky/";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:354:"<p><a href="http://www.checkyapp.com/">Checky tells you how many times a day you check your phone</a>, which Mary Meeker said in 2013 that we do <a href="http://www.kpcb.com/insights/2013-internet-trends">150 times a day</a>. In a brilliant act of marketing, Checky is brought to you by the same people as <a href="http://www.calm.com/">Calm.com</a>.</p>";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, 23 Sep 2014 07:58:42 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:10;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Matt: Fog of Sadness";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:21:"http://ma.tt/?p=44146";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:36:"http://ma.tt/2014/09/fog-of-sadness/";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:412:"<blockquote><p>It?s happened every year for the past five years. Sometimes it sets in the afternoon I arrive home, like today. Sometimes it sets in after I wake up from the post trip nap (last year?s ?nap? was 18 hours long, due to sheer exhaustion from too much fun).</p></blockquote>\n<p>Lori McLeese on the post-meetup <a href="http://loriloo.com/2014/09/22/the-fog-of-sadness/">Fog of Sadness</a>.</p>";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, 23 Sep 2014 04:29:31 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:11;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"WPTavern: Is It Maintained? Web App Monitors the Activity of Open Source Projects";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:28:"http://wptavern.com/?p=31176";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:90:"http://wptavern.com/is-it-maintained-web-app-monitors-the-activity-of-open-source-projects";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:3233:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/isitmaintained.jpg" rel="prettyphoto[31176]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/isitmaintained.jpg?resize=1025%2C471" alt="isitmaintained" class="aligncenter size-full wp-image-31184" /></a></p>\n<p>If you’ve ever wondered how well an open source project is maintained, you now have a quick way to get an overview, without scouring the project’s issues queue or trying to infer something based on its release history. <a href="http://isitmaintained.com/" target="_blank">Is It Maintained?</a> is a new web app that allows you to check the activity of open source projects by plugging in the URL of its public GitHub repository.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/check-a-project.jpg" rel="prettyphoto[31176]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/check-a-project.jpg?resize=830%2C440" alt="check-a-project" class="aligncenter size-full wp-image-31189" /></a></p>\n<p>In this example, we’re checking up on <a href="https://github.com/Varying-Vagrant-Vagrants/VVV" target="_blank">Varying Vagrant Vagrants</a>. The output displays the percentage of open issues and the median closing time for issues.</p>\n<h3>Metrics</h3>\n<p>Previously, <a href="http://mnapoli.fr/" target="_blank">Matthieu Napoli</a>, the app’s creator, had considered using release frequency and last commit date as metrics, but dropped those ideas given the difficulty in determining what constitutes a “good” or “bad” frequency. Currently, the Is It Maintained app measures how well a project is maintained, based on analysis of the following metrics mined from the project’s repository:</p>\n<ul>\n<li><strong>Resolution Time</strong> – Median time needed to close an issue or pull request.</li>\n<li><strong>Open Percentage</strong> – Percentage of open issues and pull requests.</li>\n</ul>\n<p>It’s important to note that not all issues in the queue are taken into account. The app ignores issues from collaborators as well as ones with labels like “feature”, “enhancement”, “duplicate,” etc.</p>\n<p>In the future, Napoli is considering adding “reactivity” into the metrics, which would measure the average time for issue acknowledgement (i.e. first comment after the issue was open).</p>\n<p>Browsing the site, you can see projects recently analyzed along with the most popular projects that have been checked. The app can be particularly handy for checking up on a library or framework before building on top of it. Obviously, it only works with open source projects that use GitHub for their central place of development.</p>\n<p>Measuring whether or not a project is maintained is not an exact science, but Napoli is committed to improving the app, which is still in alpha version. He’s open to suggestions and contributions to the project on <a href="https://github.com/mnapoli/IsItMaintained" target="_blank">GitHub</a>. Do you think there’s any set of metrics that can ever provide a reasonable approximation of how well an open source project is maintained?</p>";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, 23 Sep 2014 01:28:57 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:12;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WPTavern: Fukasawa: A Free Masonry WordPress Theme for Photographers and Collectors";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:28:"http://wptavern.com/?p=31047";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:92:"http://wptavern.com/fukasawa-a-free-masonry-wordpress-theme-for-photographers-and-collectors";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:3767:"<p>WordPress theme designer <a href="http://wptavern.com/a-chat-with-anders-noren-on-finding-inspiration-for-wordpress-theme-design" target="_blank">Anders Norén</a> is an unstoppable force, rolling out his ninth free theme to WordPress.org in just over a year. <a href="https://wordpress.org/themes/fukasawa" target="_blank">Fukasawa</a> is a masonry theme designed to showcase the work of photographers, collectors, and visual artists.</p>\n<p>The theme is named for Japanese industrial designer Naoto Fukasawa, who is both well-known and highly decorated for his influential work in designing electronics and household appliances. Design is a way of life for Fukasawa, and his works originate out of an awareness of what is natural, an instinctual response to the surrounding environment.</p>\n<p>“I wanted to do a really clean design built with a media-heavy grid in mind,” Norén said about his latest creation. Fukasawa delivers with its minimalist Pinterest-style layout.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/fukasawa.png" rel="prettyphoto[31047]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/fukasawa.png?resize=880%2C660" alt="fukasawa" class="aligncenter size-full wp-image-31049" /></a></p>\n<p>The theme offers support for three post formats, including image, gallery, and video. <a href="http://www.andersnoren.se/themes/fukasawa/the-design-ethos-of-naoto-fukasawa/" target="_blank">Gallery posts</a> include a built-in slideshow of images before the post content. Both galleries and videos play on the home page in addition to the single posts template.</p>\n<p>Fukasawa adds support for one sidebar area and five custom widgets, including recent posts, categories, Flickr, Dribble, and a video widget. A few of these can be seen in the sidebar of the <a href="http://www.andersnoren.se/themes/fukasawa/" target="_blank">live demo</a>.</p>\n<p>In contrast to the masonry style homepage, Fukasawa includes a highly simplified <a href="http://www.andersnoren.se/themes/fukasawa/archive-template/" target="_blank">archive template</a>, which will populate the page with a list of posts, categories, tags, and contributors to the site.</p>\n<p>The theme’s design is mostly set and your site will look very similar to the demo immediately upon installation. The customizer allows you to upload a custom logo and to change the theme’s accent color, which is visible in certain elements like blockquotes and links.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/blockquote.png" rel="prettyphoto[31047]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/blockquote.png?resize=730%2C452" alt="blockquote" class="aligncenter size-full wp-image-31086" /></a></p>\n<p>Fukasawa integrates with <a href="http://jetpack.me/" target="_blank">Jetpack</a> for adding infinite scroll to load posts without reloading the page. It also includes built-in support for Jetpack <a href="http://jetpack.me/support/tiled-galleries/" target="_blank">Tiled Galleries</a>, which you can preview on the live demo’s <a href="http://www.andersnoren.se/themes/fukasawa/style-guide/" target="_blank">style guide</a> page.</p>\n<p>When composing in the visual editor, you’ll find that Fukasawa includes matching editor styles to help you visualize your content on the frontend. The theme is also responsive, retina-ready and translation-ready.</p>\n<p>If your blog features highly visual posts, then Fukasawa is a solid option for putting the spotlight on your content in an elegant, mobile-friendly way. <a href="https://wordpress.org/themes/fukasawa" target="_blank">Download</a> it for free from WordPress.org or install it via your admin theme browser.</p>";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:"Mon, 22 Sep 2014 16:02:42 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:13;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Matt: Automattic Grand Meetup 2014";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:21:"http://ma.tt/?p=44138";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:50:"http://ma.tt/2014/09/automattic-grand-meetup-2014/";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:2058:"<p>Although <a href="http://automattic.com/">Automattic</a> is a fully distributed company with most people working from home in 197 cities around the world, we think it’s really important to meet in person as well and we bring the entire company together once a year. This year we went to Park City, Utah, and were blessed with amazing weather all week. We were right at the base of a mountain so there were beautiful trails for hikes and runs and gorgeous views no matter what direction you looked.</p>\n<p><img src="http://i1.wp.com/s.ma.tt/files/2014/09/FullSizeRender-2.jpg?resize=604%2C220" alt="FullSizeRender-2" class="aligncenter size-full wp-image-44143" /></p>\n<p>There were all sorts of activities people did throughout the week from paintball to skydiving to a Magic: The Gathering tournament (I played for the first time in about 15 years) and morning running classes every day at 7 am. I went to a Crossfit class with about 15 colleagues. My body is sore but my heart is happy.</p>\n<p><img src="http://i2.wp.com/s.ma.tt/files/2014/09/FullSizeRender-1.jpg?resize=604%2C453" alt="Myself and Joe" class="aligncenter size-full wp-image-44144" /></p>\n<p>I’m really grateful that I get to work with the people I do, and on the problems that we work on together. It’s far from easy, in fact each year brings new challenges and I make mistakes as often as not, but it is worthwhile and incredibly fulfilling. A few hours ago I gave a closing toast and teared up looking around the room. So many folks that give their passion and dedicate themselves to jobs both large and small, visible and unseen, to help make the web a better place. A web that we want to live in. Here’s a vignette from when we were taking our annual family photo, it’s a goofy and crazy group of incredibly unique individuals that I hope to know and make things with for many decades to come.</p>\n<p><img src="http://i0.wp.com/s.ma.tt/files/2014/09/2014-company-animated.gif?resize=604%2C340" alt="" class="aligncenter size-full wp-image-44139" /></p>";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:"Mon, 22 Sep 2014 03:05:56 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:14;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Matt: Cuomo?s Embarrassment";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:21:"http://ma.tt/?p=44134";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:42:"http://ma.tt/2014/09/cuomos-embarrassment/";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:576:"<p>Last week in the New York elections my friend who was running for Lieutenant Governor, <a href="http://timwu.org/">Tim Wu</a>, lost. However, <a href="http://www.newyorker.com/news/john-cassidy/cuomos-embarrassment">the New Yorker has a great look at how close the race was</a>. As John Cassidy puts it, “The strong showing by Teachout and Wu was a victory for progressive voters who warmed to their message about tackling rising inequality, political corruption, and corporate abuses.” <cite>Hat tip: <a href="http://codybrown.name/">Cody Brown</a>.</cite></p>";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, 21 Sep 2014 05:57:33 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:15;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:17:"Matt: Zero to One";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:21:"http://ma.tt/?p=44104";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:33:"http://ma.tt/2014/09/zero-to-one/";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:174:"<p><a href="http://smile.amazon.com/gp/product/B00J6YBOFQ/">Zero to One by Peter Thiel and Blake Masters</a> is one of the best business books I’ve read in a while.</p>";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, 20 Sep 2014 10:30:01 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:16;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WPTavern: Add Remote Libraries to the WordPress Media Library";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:28:"http://wptavern.com/?p=30986";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:71:"http://wptavern.com/add-remote-libraries-to-the-wordpress-media-library";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:3366:"<p>WordPress offers excellent oEmbed support for embedding content from more than two dozen major <a href="http://codex.wordpress.org/Embeds" target="_blank">services</a>. Pasting a link into the editor on its own line will have it magically appear as embedded media on the frontend. However, the task of finding that media in another browser window is still required, and this takes you outside of WordPress.</p>\n<p>The <a href="https://wordpress.org/plugins/remote-medias-lite/" target="_blank">Remote Media Libraries</a> plugin aims to simplify the process of inserting remote media, while keeping you in the admin. The plugin gives you quick access to content that is hosted on Youtube, Vimeo, or Dailymotion, and presents it as a natural part of your media library.</p>\n<p>When setting up the plugin, you can add remote libraries by selecting a service and adding your account username. For example, let’s say you’re creating a fitness site and you want quick access to videos from the <a href="https://www.youtube.com/user/FitnessBlender" target="_blank">FitnessBlender</a> account on Youtube. Simply paste the username into the settings.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/add-new-remote-library.png" rel="prettyphoto[30986]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/add-new-remote-library.png?resize=1025%2C347" alt="add-new-remote-library" class="aligncenter size-full wp-image-30989" /></a></p>\n<p>Next, you can navigate to the post editor and test the integration by clicking Add Media. Use the menu on the left side of the modal to insert from your remote gallery.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/insert-fitness-blender.jpg" rel="prettyphoto[30986]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/insert-fitness-blender.jpg?resize=1025%2C540" alt="insert-fitness-blender" class="aligncenter size-full wp-image-30990" /></a></p>\n<p>The URL for the selected video will be wrapped in an embed shortcode and will display on the frontend like any other video. I’m not sure why it adds the shortcode as inserting the plain URL would be adequate.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/fitness-video.jpg" rel="prettyphoto[30986]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/fitness-video.jpg?resize=574%2C490" alt="fitness-video" class="aligncenter size-full wp-image-30991" /></a></p>\n<p>Currently, the supported remote libraries are limited to Youtube, Vimeo, and Dailymotion, but the plugin author plans to add the following in the near future:</p>\n<ul>\n<li>Vimeo Pro (make your exclusive videos private right from WP admin)</li>\n<li>Instagram</li>\n<li>Amazon S3 Services</li>\n<li>Cloud files</li>\n<li>Flickr</li>\n</ul>\n<p>Sites that frequently embed media from one or more of the supported video service providers can benefit from having quick access to remote media in the WordPress admin. This is especially helpful for video bloggers who regularly post their most recent video as a blog post. The <a href="https://wordpress.org/plugins/remote-medias-lite/" target="_blank">Remote Media Libraries</a> plugin brings your latest videos into the media library in a way that feels like a natural part of WordPress. Download it for free from WordPress.org.</p>";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, 20 Sep 2014 00:40:23 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:17;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"WPTavern: Add the New BuddyPress Mentions Interface to bbPress Forum Replies";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:28:"http://wptavern.com/?p=30965";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:86:"http://wptavern.com/add-the-new-buddypress-mentions-interface-to-bbpress-forum-replies";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:2905:"<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg" rel="prettyphoto[30965]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-bbpress.jpg?resize=1025%2C493" alt="buddypress-bbpress" class="aligncenter size-full wp-image-30982" /></a></p>\n<p><a href="http://wptavern.com/buddypress-2-1-patsy-released" target="_blank">BuddyPress 2.1</a> was released yesterday with a handy new mentions interface that pops up a suggestions panel as you are typing. In the past, you would need to know a member’s username in order to write a mention in the activity stream, which many times meant looking it up. The new mentions interface makes it easier to pull users into conversations that happen in the activity stream.</p>\n<p>Many BuddyPress sites utilize <a href="http://bbpress.org/" target="_blank">bbPress</a> for forums, as the plugins work quite seamlessly together. bbPress forum replies is another place where access to the new mentions interface would prove to be enormously useful, as forums are a central place for interaction and conversation on many community sites. A <a href="https://bbpress.trac.wordpress.org/ticket/2409" target="_blank">ticket</a> for adding this already exists in bbPress trac.</p>\n<p>In the meantime, BuddyPress core developer Mathieu Viet, better known as @imath, <a href="https://twitter.com/imath/status/512730386003017729" target="_blank">posted</a> a quick <a href="https://gist.github.com/imath/5a3c4ac645ec765863f2" target="_blank">gist</a> for adding the mentions to bbPress forum replies. Simply add the code to your <em><a href="http://codex.buddypress.org/themes/bp-custom-php/" target="_blank">bp-custom.php</a></em> file:</p>\n<pre class="brush: php; title: ; notranslate"><?php\nfunction custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {\n if ( function_exists( ''bbpress'' ) && is_bbpress() ) {\n $retval = true;\n }\n \n return $retval;\n}\nadd_filter( ''bp_activity_maybe_load_mentions_scripts'', ''custom_bbpress_maybe_load_mentions_scripts'' );</pre>\n<p>I tested it and it works exactly the same as it would in the activity stream. Here’s what it looks like, added to a test site with BuddyPress and bbPress:</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/bbpress-demo.gif" rel="prettyphoto[30965]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/bbpress-demo.gif?resize=704%2C273" alt="bbpress-demo" class="aligncenter size-full wp-image-30968" /></a></p>\n<p>Keep an eye on the relevant <a href="https://bbpress.trac.wordpress.org/ticket/2409" target="_blank">ticket</a>, as this feature is likely to make its way into bbPress core in the near future. In the meantime, many thanks to @imath for this quick workaround. You can add it to any site using BuddyPress 2.1 and bbPress for better use of mentions in your forums.</p>";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, 19 Sep 2014 20:12:29 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:18;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"WPTavern: A Vagrant Configuration for Contributing to WordPress Meta";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:28:"http://wptavern.com/?p=30931";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:78:"http://wptavern.com/a-vagrant-configuration-for-contributing-to-wordpress-meta";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:3988:"<p>Contributors on the <a href="http://make.wordpress.org/meta/" target="_blank">WordPress Meta team</a> are responsible for WordPress.org and its associated sites, i.e. wordcamp.org, apps.wordpress.org, etc. The team works on supporting and improving these sites along with the build tools that are used by the other contributor groups. Folks often complain about how the sites work, but did you know that much of the code is open source and open for contribution?</p>\n<p>Up until recently, there was no easy way to set up a local development environment for contributing to WordPress Meta. This created a hindrance for new contributors looking to get involved, according to team member Ian Dunn.</p>\n<blockquote><p>Setting up local development environments to contribute to the Meta sites can be an obstacle for those without access to the private subversion repositories or a sandbox, especially at a meetup or WordCamp contributor day, where time is limited.</p></blockquote>\n<p>That’s why Dunn created <a href="https://github.com/iandunn/wordpress-meta-environment" target="_blank">WordPress Meta Environment</a>, a vagrant configuration based on <a href="https://github.com/Varying-Vagrant-Vagrants/VVV" target="_blank">Varying Vagrant Vagrants</a>. It allows you to quickly set up a development environment that is already provisioned with everything you need to contribute a patch to any of the supported meta sites. The setup includes all the open source code and sample data, similar to what you would find on the production site.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/wordpress-meta-environment.png" rel="prettyphoto[30931]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/wordpress-meta-environment.png?resize=1025%2C644" alt="wordpress-meta-environment" class="aligncenter size-full wp-image-30963" /></a></p>\n<p>Currently, the WordPress Meta Environment supports the following sites, with more planned in the future:</p>\n<ul>\n<li><a href="http://apps.wordpress.org" target="_blank">apps.wordpress.org</a></li>\n<li><a href="http://developer.wordpress.org" target="_blank">developer.wordpress.org</a></li>\n<li><a href="http://global.wordpress.org" target="_blank">global.wordpress.org</a></li>\n<li><a href="http://jobs.wordpress.net" target="_blank">jobs.wordpress.net</a></li>\n<li><a href="http://wordcamp.org" target="_blank">wordcamp.org</a></li>\n</ul>\n<p>Setup is very similar to the instructions for <a href="https://github.com/Varying-Vagrant-Vagrants/VVV" target="_blank">Getting Started</a> with VVV, except you’ll clone the <a href="https://github.com/iandunn/wordpress-meta-environment" target="_blank">WordPress Meta Environment</a> repository instead. Once the setup is finished, you can visit http://wp-meta.dev for a list of supported sites and server tools.</p>\n<p>The configuration will continue to evolve and add support for other official WordPress sites. Dunn received some helpful feedback after attending WordCamp Seattle?s contributor day. As a result, the project’s <a href="https://github.com/iandunn/wordpress-meta-environment/blob/master/TODO.md" target="_blank">road map</a> includes a number of priorities for future refinements that will make it a better turnkey local development environment.</p>\n<p>The WordPress Meta team works together to create goals/priorities and to provide feedback on efforts toward meta site improvements. If you’re thinking about submitting a patch or have already created one, it’s a good idea to check in with the <a href="http://make.wordpress.org/meta/" target="_blank">WordPress Meta team</a> on the P2 blog or in IRC in #wordpress-meta. For more information on contributing, check out the <a href="http://make.wordpress.org/meta/handbook/about/contributor-day/" target="_blank">Getting Started</a> section of the Meta Handbook before heading over to <a href="https://meta.trac.wordpress.org/" target="_blank">Meta trac</a>.</p>";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, 19 Sep 2014 19:12:51 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:19;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WPTavern: Staffer Plugin Adds Staff Management and Profiles to 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wptavern.com/?p=30901";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:82:"http://wptavern.com/staffer-plugin-adds-staff-management-and-profiles-to-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2874:"<p>Adding staff, board members, or another collection of individuals is a common requirement when building an online presence for an organization. The best way to make sure that your staff member data is portable when you change themes, is to add it via a plugin.</p>\n<p><a href="https://wordpress.org/plugins/staffer/" target="_blank">Staffer</a> is a newly approved plugin on WordPress.org that stores staff/employee information in a custom post type. It allows you to create and manage a directory of staff members, which displays on the frontend as individual profiles and a grid style directory.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/staffer.png" rel="prettyphoto[30901]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/staffer.png?resize=1025%2C1831" alt="staffer" class="aligncenter size-full wp-image-30902" /></a></p>\n<p>Individual staff member pages can easily be created just like you would compose a regular post. The plugin adds a metabox to the editor for including staff member details such as a member’s title and social links. Member profile pictures are assigned using the featured image.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/staffer-single-profile.png" rel="prettyphoto[30901]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/staffer-single-profile.png?resize=1025%2C815" alt="staffer-single-profile" class="aligncenter size-full wp-image-30904" /></a></p>\n<p>Staffer offers a wide range of settings for customizing the display of the directory and profiles, including the following:</p>\n<ul>\n<li>Optional staff grid layout</li>\n<li>Set listings per page</li>\n<li>Set a custom Staffer page title (default title is Staff), used as the archive page title and within breadcrumbs</li>\n<li>Set a custom URL slug</li>\n<li>Option to disable all Staffer CSS</li>\n<li>Custom content wrappers</li>\n<li>Ability to add custom CSS</li>\n</ul>\n<p>Staffer is compatible with nearly every WordPress theme. For the few cases of incompatibility, the option to use custom content wrappers will usually solve any issues. Developers can also create their own <em>archive-staff.php</em> and <em>single-staff.php</em> files to override the plugin’s templates. If you want to order staff profiles, the plugin’s author recommends using the <a href="https://wordpress.org/plugins/post-types-order/" target="_blank">Post Types Order</a> plugin in combination with Staffer.</p>\n<p>I tested the plugin and it works as advertised. Staffer adds minimal styles, which helps it to integrate well with the rest of your site. If you’re in need of a ready made custom post type for staff management, Staffer is a flexible option that’s easy to use. <a href="https://wordpress.org/plugins/staffer/" target="_blank">Download</a> it from WordPress.org.</p>";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, 18 Sep 2014 23:36: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:20;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WPTavern: BuddyPress 2.1 Patsy Released";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:28:"http://wptavern.com/?p=30753";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:49:"http://wptavern.com/buddypress-2-1-patsy-released";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:4297:"<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/patsy.jpg" rel="prettyphoto[30753]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/patsy.jpg?resize=1025%2C506" alt="patsy" class="aligncenter size-full wp-image-30874" /></a></p>\n<p><a href="http://buddypress.org/2014/09/buddypress-2-1-patsy/" target="_blank">BuddyPress 2.1 “Patsy”</a> is fresh out of the oven, named for a coal-oven pizzeria in East Harlem, NYC. <a href="http://en.wikipedia.org/wiki/Patsy''s_Pizzeria" target="_blank">Patsy’s</a> is famous for its traditional New York style thin crust pizza and claims to have originated the practice of selling pizza by the slice.</p>\n<h2>New @mentions Interface</h2>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/mentions-demo.gif" rel="prettyphoto[30753]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/mentions-demo.gif?resize=1025%2C342" alt="mentions-demo" class="aligncenter size-full wp-image-30870" /></a></p>\n<p>The name is fitting, because 2.1 is another slice of excellence from BuddyPress contributors. Building on the @mentions feature in the activity stream, this release introduces a totally revamped @mentions interface. As you begin to type the @ key, members will be autosuggested via a new suggestions panel. You’ll find that this feature also works nicely on mobile.</p>\n<h2>New URL Profile Field Type</h2>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/url-field-type.png" rel="prettyphoto[30753]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/url-field-type.png?resize=548%2C158" alt="url-field-type" class="aligncenter size-full wp-image-30880" /></a></p>\n<p>This release also introduces a new profile field type that will have broad appeal to many BuddyPress communities. Site administrators can now select the URL field type, which will transform URLs of any format into links on the frontend of a user’s profile:</p>\n<h2>Automatic Translation Fetching</h2>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/countries.gif" rel="prettyphoto[30753]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/countries.gif?resize=818%2C392" alt="countries" class="aligncenter size-full wp-image-30886" /></a></p>\n<p>A <a href="http://wptavern.com/7-surprising-results-from-the-2013-buddypress-codex-survey" target="_blank">survey</a> conducted in 2013 showed that nearly 50% of BuddyPress sites are in languages other than English. The 2.1 release offers better support for translations, which will now download automatically to your WordPress installation. BuddyPress lead developer Boone Gorges credits volunteers from the polyglots team for making this release more translatable and more translated than ever.</p>\n<h3>BuddyPress 2.1 Highlights</h3>\n<p>In addition to the most visible new features, the 2.1 release adds many smaller improvements that make this version faster, more secure, and easier to use. A few of the highlights include:</p>\n<ul>\n<li>Set better passwords with the password strength meter on the registration and user settings pages</li>\n<li>Continued performance enhancements, particularly on the Members and Groups directories</li>\n<li>Members admin: Introduce ?Extended Profile? tab on a user?s profile. This allows admins to edit various BuddyPress information about a user including profile fields, the user?s avatar and user status in the admin.\n<li>Formally deprecated the BuddyBar</li>\n<li>Renamed ?Avatar? to ?Profile Photo?</li>\n<li>Better compatibility with themes that load their template content in advanced ways, like Stargazer</li>\n</ul>\n<p>There’s also no small number of <a href="https://codex.buddypress.org/releases/version-2-1/#development-themes-plugins" target="_blank">improvements under the hood</a> for developers who are creating BuddyPress themes and plugins, as Gorges outlines in the release <a href="http://buddypress.org/2014/09/buddypress-2-1-patsy/" target="_blank">post</a>. Check out the <a href="https://codex.buddypress.org/releases/version-2-1/" target="_blank">changelog for 2.1</a> to see the full list. Backup your site and update to BuddyPress 2.1 to take advantage of all the latest improvements.</p>";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, 18 Sep 2014 19:47:40 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:21;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"BuddyPress: BuddyPress 2.1 ?Patsy?";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:31:"http://buddypress.org/?p=197721";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:51:"http://buddypress.org/2014/09/buddypress-2-1-patsy/";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:6431:"<p>The BuddyPress team is proud to introduce BuddyPress 2.1 “Patsy”!</p>\n<p> </p>\n<h4>Revamped @mentions interface</h4>\n<p><a href="http://buddypress.org/wp-content/uploads/1/2014/09/mentions.gif"><img src="http://i1.wp.com/buddypress.org/wp-content/uploads/1/2014/09/mentions.gif" alt="mentions" width="740" height="291" /></a></p>\n<p>BuddyPress has long supported @mentions in the activity stream. But previously, you needed to know the username of the member you wanted to mention. No longer. In BuddyPress 2.1, typing the <code>@</code> key will bring up the new suggestions panel, making it easier than ever to connect with others in your network.</p>\n<p> </p>\n<h4>New profile field type: URL</h4>\n<p>The new URL field type allows your users to enter URLs in a number of formats, and ensures that they’re properly linked when displayed on member profiles.</p>\n<p> </p>\n<h4>Better translations</h4>\n<p>Running a BuddyPress site in a language other than English? We’ve worked with the WordPress team to get BP translation files downloading automatically to your WP installation. And, thanks to the tireless effort of a team of polyglots, BP is more translatable – and more translated – than ever.</p>\n<p> </p>\n<h4>Under the hood</h4>\n<p>We’ve made dozens of improvements with developers in mind. Here’s a taste:</p>\n<ul>\n<li>Access control in <code>BP_Group_Extension</code> has been completely overhauled, allowing plugins to manage access to their nav items on a fine-grained basis.</li>\n<li>A new <code>group_activity</code> sort order has been added for Groups queries.</li>\n<li>A <code>no_access_url</code> parameter has been added to <code>bp_core_new_subnav_item()</code>. This allows you to set the URL that users are redirected to when they do not have permission to access a sub-navigation item.</li>\n<li>Extra CSS classes have been added to Profile Field visibility field elements, allowing greater CSS customization.</li>\n</ul>\n<p>Read more about the hundreds of bug fixes and feature enhancements in BuddyPress 2.1 at <a href="https://codex.buddypress.org/releases/version-2-1/">our official 2.1 changelog</a>.</p>\n<p> </p>\n<h4>Give me my propers when you get home</h4>\n<p>The following users contributed code to BuddyPress 2.1. Huge thanks to them, and to all who have tested and provided feedback during this development period!</p>\n<p><a href="https://profiles.wordpress.org/adamt19/">adamt19</a>, <a href="https://profiles.wordpress.org/Viper007Bond/">Alex Mills (Viper007Bond)</a>, <a href="https://profiles.wordpress.org/allendav/">allendav</a>, <a href="https://profiles.wordpress.org/alternatekev/">alternatekev</a>, <a href="https://profiles.wordpress.org/automattic/">Automattic</a>, <a href="https://profiles.wordpress.org/beaulebens/">Beau Lebens (beaulebens)</a>, <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, <a href="https://profiles.wordpress.org/williamsba1/">Brad Williams (williamsba1)</a>, <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, <a href="https://profiles.wordpress.org/danbp/">danbp</a>, <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, <a href="https://profiles.wordpress.org/ebellempire/">Erin B. (ebellempire)</a>, <a href="https://profiles.wordpress.org/esroyo/">esroyo</a>, <a href="https://profiles.wordpress.org/godavid33">godavid33</a>, <a href="https://profiles.wordpress.org/henry.wright">Henry Wright (henry.wright)</a>, <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>, <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, <a href="https://profiles.wordpress.org/jconti/">Jose Conti (jconti)</a>, <a href="https://profiles.wordpress.org/jreeve/">jreeve</a>, <a href="https://profiles.wordpress.org/Offereins">Laurens Offereins (Offereins)</a> <a href="https://profiles.wordpress.org/lenasterg/">lenasterg</a>, <a href="https://profiles.wordpress.org/mercime/">mercime</a>, <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>, <a href="https://profiles.wordpress.org/milesstewart88/">Miles Stewart (milesstewart88)</a>, <a href="https://profiles.wordpress.org/needle/">needle</a>, <a href="https://profiles.wordpress.org/sooskriszta/">OC2PS (sooskriszta)</a>, <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, <a href="https://profiles.wordpress.org/rogercoathup/">Roger Coathup (rogercoathup)</a>, <a href="https://profiles.wordpress.org/pollyplummer/">Sarah Gooding (pollyplummer)</a>, <a href="https://profiles.wordpress.org/SGr33n/">Sergio De Falco (SGr33n)</a>, <a href="https://profiles.wordpress.org/shanebp/">shanebp</a>, <a href="https://profiles.wordpress.org/slaFFik/">Slava UA (slaFFik)</a>, <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, <a href="https://profiles.wordpress.org/karmatosed/">Tammie (karmatosed)</a>, <a href="https://profiles.wordpress.org/tomdxw/">tomdxw</a>, <a href="https://profiles.wordpress.org/treyhunner/">treyhunner</a>, <a href="https://profiles.wordpress.org/ubernaut/">ubernaut</a>, <a href="https://profiles.wordpress.org/wbajzek/">wbajzek</a>, <a href="https://profiles.wordpress.org/WCUADD/">WCUADD</a>, <a href="https://profiles.wordpress.org/wpdennis/">wpdennis</a>, <a href="https://profiles.wordpress.org/wolfhoundjesse/">wolfhoundjesse</a>.</p>\n<p> </p>\n<h4>By the slice</h4>\n<p>BuddyPress 2.1 is named for <a href="http://en.wikipedia.org/wiki/Patsy''s_Pizzeria">Patsy’s</a>, a classic pizzeria in East Harlem, NYC. Aside from top-notch pies, Patsy’s is famous for its claim to have originated the practice of selling pizza by the slice. What better way to celebrate a new version of BuddyPress than grabbing a slice for yourself?</p>\n<p>Download BuddyPress 2.1 “Patsy” today, from your WordPress Dashboard or <a href="https://wordpress.org/plugins/buddypress/">wordpress.org/plugins/buddypress</a>. Questions or comments about this release? Stop by our excellent <a href="https://buddypress.org/support/">support forums</a> or visit <a href="https://buddypress.trac.wordpress.org/">our development tracker</a>. Thanks for using BuddyPress!</p>";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, 18 Sep 2014 18:31:14 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";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:22;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WPTavern: Crawford: A Free Minimalist WordPress Theme for Writers";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:28:"http://wptavern.com/?p=30835";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:"http://wptavern.com/crawford-a-free-minimalist-wordpress-theme-for-writers";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:3361:"<p>A steady stream of minimalist themes for writers has been flowing into the official WordPress Themes Directory this year. As people grow disenchanted with interaction on social networks, the personal blog is on course for a renaissance. The beauty of WordPress is that anyone with something to say can be a writer.</p>\n<p><a href="http://wordpress.org/themes/crawford" target="_blank">Crawford</a> joins their ranks of free minimalist themes designed specifically for writers who wish to place more emphasis on their content without all the distractions of sidebars, widgets, and superfluous features.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford.png" rel="prettyphoto[30835]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford.png?resize=880%2C660" alt="crawford" class="aligncenter size-full wp-image-30845" /></a></p>\n<p>With Crawford activated on your site, you’re almost guaranteed to have it looking like the demo in under a minute. The theme options mirror the frontend simplicity, offering only the basics. Crawford doesn’t include any header, background, or color customization options.</p>\n<p>The customizer features your standard controls for changing the site title and tagline. You can also set the primary and secondary navigation menus and assign widgets to the three footer areas. That’s it. The design itself cannot be further customized from here unless you <a href="http://codex.wordpress.org/Child_Themes" target="_blank">create a child theme</a>.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford-customizer.jpg" rel="prettyphoto[30835]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford-customizer.jpg?resize=1025%2C632" alt="crawford-customizer" class="aligncenter size-full wp-image-30847" /></a></p>\n<p>No design options in the mix may seem like a drawback for those looking for a more flexible, all-purpose theme. However, the lack of features in Crawford is meant to be one of its chief selling points. The theme is also responsive for displaying your content beautifully on mobile devices.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford-devices.png" rel="prettyphoto[30835]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/crawford-devices.png?resize=895%2C458" alt="crawford-devices" class="aligncenter size-full wp-image-30837" /></a></p>\n<p>Crawford was created by Australian theme developers from <a href="http://www.wpmultiverse.com/" target="_blank">wpmultiverse</a>. Check out a <a href="http://demo.wpmultiverse.com/crawford/" target="_blank">live demo</a> to see the theme in action with blog posts set for the homepage. Of all the minimalist blog themes I’ve seen lately, Crawford stands out as exceptionally readable. View a <a href="http://demo.wpmultiverse.com/crawford/how-shopping-locally-benefits-the-community/" target="_blank">single post</a> to see how elegantly the design displays blockquotes, unordered lists, and tags.</p>\n<p>Having a new, clean theme in place can sometimes make all the difference for having the motivation to write. If you need a fresh start, <a href="http://wordpress.org/themes/crawford" target="_blank">Crawford</a> is a beautiful option now available for download from WordPress.org</p>";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, 18 Sep 2014 18:07:47 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:23;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"Matt: Tim Cook on Privacy";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:21:"http://ma.tt/?p=44125";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:41:"http://ma.tt/2014/09/tim-cook-on-privacy/";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:146:"<p><a href="http://www.apple.com/privacy/">Tim Cook’s letter on Apple privacy is pretty amazing and a shot across the bow of Google</a>.</p>";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, 18 Sep 2014 07:24: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:24;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:92:"WPTavern: Netropolitan ?Facebook for Rich People? is Powered by WordPress and BuddyPress";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:28:"http://wptavern.com/?p=30784";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:96:"http://wptavern.com/netropolitan-facebook-for-rich-people-is-powered-by-wordpress-and-buddypress";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:5349:"<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/Netropolitan-feature.jpg" rel="prettyphoto[30784]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/Netropolitan-feature.jpg?resize=1025%2C503" alt="photo credit: Netropolitan" class="size-full wp-image-30813" /></a>photo credit: <a href="http://netropolitan.info/">Netropolitan</a>\n<p><a href="http://netropolitan.info/" target="_blank">Netropolitan</a>, colloquially dubbed the “Facebook for rich people,” is a new private social network available to those who are willing to shell out $9,000 to join and $3,000/year to continue membership. The site advertises itself as <em>“The online country club for people with more money than time,”</em> and has been featured on <a href="http://www.cnn.com/2014/09/16/tech/social-media/netropolitan-social-media/" target="_blank">CNN</a> and other major news outlets across the globe.</p>\n<p>The controversial social network was created by James Touchi-Peters, a former conductor of the Minnesota Philharmonic Orchestra. “This whole thing started because when I was traveling in my work, I wanted to get in on a social event where basically I could meet people like myself,” Touchi-Peters told Vice in a recent <a href="http://www.vice.com/read/this-guy-is-creating-a-facebook-for-rich-people-917" target="_blank">interview</a>. The membership fee is meant to vet the members as they join in order to maintain the exclusivity of the network.</p>\n<p>One glance at the site and it’s obvious that it was built with WordPress, BuddyPress, and bbPress, using a $63 Themeforest <a href="http://themeforest.net/item/kleo-next-level-premium-wordpress-theme/6776630" target="_blank">theme</a>. The theme packages with it a drag-and-drop page builder as well as extra functionality to extend BuddyPress, add integration with <a href="http://www.paidmembershipspro.com/" target="_blank">Paid Memberships Pro</a>, and display sliders via <a href="http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised" target="_blank">Slider Revolution</a>.</p>\n<p>“It?s your standard, typical social network, except the one change we made is that instead of using the friend method that people are used to usually reciprocally confirming relationships, we?re using the follower method,” Touchi-Peters said. This functionality is readily available via the <a href="https://wordpress.org/plugins/buddypress-followers/" target="_blank">BuddyPress Follow</a> plugin.</p>\n<p>The intriguing aspect of the story is how long this site took to build. Touchi-Peter’s answer to Vice implies that the network required two years of development. “From when we decided to move forward, we’ve been working on it technically for two years. It?s been a four-year process.” Touring Netropolitan’s informational pages shows a screenshot of the founder’s BuddyPress profile page, which seems identical to the theme’s <a href="http://seventhqueen.com/themedemo/?product=kleo" target="_blank">demo</a>, with the exception of the logo.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/netropolitan.jpg" rel="prettyphoto[30784]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/netropolitan.jpg?resize=1025%2C640" alt="netropolitan" class="aligncenter size-full wp-image-30802" /></a></p>\n<p>Many media outlets seem to be incredulous that he would choose to build the social network on WordPress, betraying a popular notion that the software is somehow insecure because it’s free. What many onlookers do not understand is that WordPress itself is not inherently insecure. Rather, low quality themes and plugins can include vulnerabilities that provide entry points for exploitation, which is more likely when site owners fail to update old software.</p>\n<p>The concern in this particular case with Netropolitan is that the site keep pace with updates, as it’s currently behind on core updates and its theme packages the Slider Revolution plugin that recently made headlines when the developer failed to publicly disclose the severity of a recently patched <a href="http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised" target="_blank">critical vulnerability</a>. Like any tool, software takes a little bit of effort and education for people to use it and maintain it in a responsible way. If WordPress didn’t hold the power to build so many things, it wouldn’t be the constant target of hackers and spammers. This is the trade off.</p>\n<p>Nearly every WordPress development agency has been approached multiple times to build similar sites – the “Ebay for Elites,” or “Match.com for Millionaires,” all promising exclusivity at a premium. It’s humorous but also a testament to how flexible people believe the WordPress platform is for building nearly any kind of website. Netropolitan may not be the finest implementation of WordPress/BuddyPress that the world has ever seen, but it is evidence that open source software makes it possible for people to run with their entrepreneurial ideas and take them all the way to the world stage.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:25;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WPTavern: Edit WordPress Posts and Postmeta in the Customizer";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:28:"http://wptavern.com/?p=30745";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:71:"http://wptavern.com/edit-wordpress-posts-and-postmeta-in-the-customizer";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:5150:"<p>WordPress users were thrilled when <a href="http://wptavern.com/widget-customizer-approved-for-wordpress-3-9" target="_blank">widgets were added to the customizer</a> in the 3.9 release. A better UI and real-time previews revived widgets and once again made them a joy to use. The experience was so beneficial to users that the project continues to plough ahead with customizer enhancements. <a href="http://wptavern.com/wordpress-4-0-benny-now-available-for-download" target="_blank">WordPress 4.0</a> introduced contextual controls and a new <a href="https://core.trac.wordpress.org/ticket/27406" target="_blank">Panels API</a> for segmenting controls into groups. It also added a wider array of controls and parameters that make it possible for the customizer to be used beyond themes and widgets.</p>\n<p>Just when you thought you’d seen it all, core contributor Weston Ruter and the folks at <a href="http://x-team.com/" target="_blank">X-Team</a> have added post editing to the customizer as an experimental plugin on WordPress.org. <a href="https://wordpress.org/plugins/customize-posts/" target="_blank">Customize Posts</a> brings the power of live frontend previews to WordPress posts and postmeta with the tagline: <strong>“Stop editing your posts/postmeta blind!”</strong></p>\n<p>Once installed, you’ll find a new “Customize” menu item on pages and posts, which will launch it into the customizer for editing.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/customize.png" rel="prettyphoto[30745]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/customize.png?resize=1025%2C131" alt="customize" class="aligncenter size-full wp-image-30760" /></a></p>\n<p>Customize Posts enables you to edit both post content and postmeta, including the following:</p>\n<ul>\n<li>Post title</li>\n<li>Post content</li>\n<li>Slug</li>\n<li>Author</li>\n<li>Published time/date</li>\n<li>Excerpt</li>\n<li>Status</li>\n<li>Comments (Open/Closed)</li>\n<li>Parent and Menu Order</li>\n<li>Page Template</li>\n<li>Featured Image</li>\n<li>Any additional postmeta (custom metaboxes would have to be opt-in)</li>\n</ul>\n<p>This would only be possible with the new Panels API, since it adds a long list of controls, as you can see in the screenshot below:</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/customize-posts.png" rel="prettyphoto[30745]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/customize-posts.png?resize=1025%2C1069" alt="customize-posts" class="aligncenter size-full wp-image-30764" /></a></p>\n<p>Version 0.2.0 makes it possible to add, modify and delete postmeta and all of these action are fully previewable. The plugin also grants customize capability to authors and editors who wouldn’t normally have access.</p>\n<p>On themes like Twenty Fourteen, where you have featured images that appear on single posts, the plugin adds a convenient way to live preview various images without having to go back and forth between the admin and the frontend. If you have an extensive array of postmeta that lends itself well to live previews, I can see how this plugin could be very useful.</p>\n<p>One thing that is particularly disconcerting is that once you are editing the post in the customizer, it appears that you cannot truly save the content without publishing it. The big blue “Save & Publish” button is your only option.</p>\n<p>In the current absence of a full-featured frontend editor for WordPress, the experience of using Customize Posts for editing post content is a somewhat clunky alternative with its narrow editing pane. The slight lag between writing and the update in the preview amounts to a significant drawback for daily use. However, it’s an interesting proof of concept and definitely worth exploring. Ruter readily <a href="https://github.com/avryl/wp-front-end-editor/issues/87#issuecomment-43518287" target="_blank">admits</a> that the plugin is, for all intents and purposes, an experiment:</p>\n<blockquote><p>I’m happy if Customize Posts develops in parallel to Front-end Editing. I was just hoping it might be a useful reference for how to leverage the Customizer to preview changes to post/postmeta. I’ll continue hacking on my Customizer prototype to see what comes out of it.</p></blockquote>\n<p>The development team notes on the plugin’s description that Customize Posts is not to be confused with 10up’s <a href="https://github.com/10up/Post-Customizer" target="_blank">Post Customizer</a>, a plugin in the same vein that addresses a different problem. 10up and X-Team are in <a href="https://github.com/10up/Post-Customizer/issues/9#issue-34028226" target="_blank">communication</a> about collaborating between the two plugins wherever possible in addition to interfacing with other contributors on existing core tickets for the issues addressed in these plugins.</p>\n<p>If a frontend editor does wind up landing in core in the future, do you think that the concept shown here for editing posts and postmeta could be a compliment to the experience?</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:26;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: PhpStorm 8 Released With Full WordPress Support";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:28:"http://wptavern.com/?p=30709";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:67:"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support";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:3906:"<p><a href="http://www.jetbrains.com/phpstorm/" target="_blank">PhpStorm</a> from JetBrains is far and away the <a href="http://www.sitepoint.com/best-php-ide-2014-survey-results/" target="_blank">most favored IDE for PHP developers</a>. In March, PhpStorm announced that the upcoming version 8 would <a href="http://blog.jetbrains.com/phpstorm/2014/03/wordpress-support-in-phpstorm-8-eap/" target="_blank">add official support for WordPress</a>. The official release is finally here and delivers on that promise, adding a deeper level of support for developers who work with the WordPress code base.</p>\n<p>PhpStorm 8 makes it easy to set up your development environment configuration specifically for WordPress. You can now add WordPress integration when creating a new project, or add it to existing projects.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-enable-wp-integration.png" rel="prettyphoto[30709]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-enable-wp-integration.png?resize=772%2C242" alt="phpstorm-enable-wp-integration" class="aligncenter size-full wp-image-30726" /></a></p>\n<p>In version 8 you’ll find an impressive array of built-in hook features:</p>\n<ul>\n<li>Completion for WordPress Action and Filter functions parameters (hooks completion)</li>\n<li>Navigation from Action and Filter functions (hook registration) to hook invocation</li>\n<li>Callbacks from Hook Registration</li>\n<li>With Navigate | Symbol…you can search for hook invocations and easily navigate to them</li>\n<li>Find Usages for Hook Registration Functions</li>\n</ul>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm_wordpress.png" rel="prettyphoto[30709]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm_wordpress.png?resize=1025%2C806" alt="phpstorm_wordpress" class="aligncenter size-full wp-image-30711" /></a></p>\n<p>This release adds WordPress code style, the ability to search on WordPress.org right from the editor, and support for <a href="http://wp-cli.org/" target="_blank">WP-CLI</a>. It also includes PHP Code Sniffer with <a href="https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards" target="_blank">WordPress Coding Standards</a> integration to help you keep your project in line with WP coding conventions.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-cli.png" rel="prettyphoto[30709]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-wp-cli.png?resize=602%2C361" alt="phpstorm-wp-cli" class="aligncenter size-full wp-image-30728" /></a></p>\n<p>PhpStorm 8 includes a plugin skeleton to help you get started. It creates a <em>plugin-name.php</em> file with the proper meta information.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-new-plugin.png" rel="prettyphoto[30709]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/phpstorm-new-plugin.png?resize=798%2C458" alt="phpstorm-new-plugin" class="aligncenter size-full wp-image-30724" /></a></p>\n<p>Check out the <a href="http://confluence.jetbrains.com/display/PhpStorm/WordPress+Development+using+PhpStorm" target="_blank">online documentation</a> for a guide to configuring your development environment for WordPress projects. If you’re curious to know how much work went into building in WordPress support, have a look at the number of <a href="http://youtrack.jetbrains.com/issues/WI?q=wordpress" target="_blank">issues tracked</a> during development for this version.</p>\n<p>A PhpStorm license is $199, but if you contribute to an open source project or create open source extensions for WordPress, you may be eligible for a free <a href="http://www.jetbrains.com/phpstorm/buy/choose_edition.jsp?license=OPEN_SOURCE" target="_blank">Open Source License</a>.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:27;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"WPTavern: A Chat With Anders Norén on Finding Inspiration for WordPress Theme Design";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:28:"http://wptavern.com/?p=30661";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:94:"http://wptavern.com/a-chat-with-anders-noren-on-finding-inspiration-for-wordpress-theme-design";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:7817:"<p>When we last <a href="http://wptavern.com/anders-noren-on-achieving-simplicity-in-wordpress-theme-design" target="_blank">interviewed</a> Anders Norén, he was the new kid on the block with a handful of successful WordPress themes. Norén, a communications student from UmeÃ¥, Sweden, had just started tossing around the idea of pursuing WordPress theme development as a serious hobby. In the span of about one year, he has released eight <a href="http://profiles.wordpress.org/Anlino/" target="_blank">free themes</a> on WordPress.org, with a cumulative 189,452 downloads.</p>\n<p>Norén seems to be equipped with a never-ending fountain of inspiration for new themes. His <a href="http://wptavern.com/rams-a-free-wordpress-blogging-theme-with-zero-fluff" target="_blank">Rams theme</a>, which bears a few similarities to the upcoming <a href="http://wptavern.com/first-look-at-designs-for-the-twenty-fifteen-default-wordpress-theme" target="_blank">Twenty Fifteen default theme</a>, was inspired by Dieter Rams, a German industrial designer who is well known for his innovative, unobtrusive, and timeless product design.</p>\n<p>I spoke with him regarding <a href="http://wordpress.org/themes/hoffman" target="_blank">Hoffman</a>, his latest free blogging theme and discovered that his design inspiration primarily comes from the recognition of others’ artistic talents.</p>\n<p>“Hoffman was named after the actor Philip Seymour Hoffman, who sadly passed away in February this year,” he said. “I was devastated when I heard the news. I’ve been a huge fan of Hoffman for years. He was never the traditional leading man, but he always gave <a href="https://www.youtube.com/watch?v=066BFGk6QvA" target="_blank">memorable performances</a>,” Norén said, linking to one of his favorites.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/hoffman.png" rel="prettyphoto[30661]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/hoffman.png?resize=880%2C660" alt="hoffman" class="aligncenter size-full wp-image-30671" /></a></p>\n<p>While many designers have inspiration come in the form of images, dreams, and sketches on paper napkins, Norén’s sparks of creativity for theme design arrive as clarion pieces of the design as a whole. He builds upon these fragments until the theme starts to take shape.</p>\n<p>“Usually, is starts with a pretty clear idea of a single aspect of the design. With Rams, it was the interplay between the colors mint green, graphite and grey. I stumbled over the color scheme on the website of a Dutch advertising agency and instantly fell in love with it,” he said.</p>\n<p>“With Radcliffe, I wanted to do a theme with fullscreen featured images. With my upcoming theme Fukasawa, I wanted to do a really clean design built with a media-heavy grid in mind. When that single detail is in place, the rest usually grows naturally around it,” Norén told the Tavern. His approach is interesting in that instead of trying to formulate pieces for a larger idea, he starts with the smaller pieces until they form a unified concept to drive the design.</p>\n<h3>Norén’s Secret: Jump Into the Code as Soon as Possible</h3>\n<p>Once inspired, Norén doesn’t sit idly courting the muse but rather moves directly into action, prototyping his theme idea in the browser. <strong>“Once I have an idea, I try to get started on the HTML/CSS/jQuery as soon as possible,”</strong> he said. “I rarely do any sketches ? by hand or in Photoshop ? before I jump into the code.”</p>\n<p>Norén’s “design in the browser” approach makes sense with people increasingly accessing content on mobile devices. In fact, it’s one of the best ways to find if out if your idea is viable as a theme. “I find it hard to know whether a design will work until I have it up and running in Safari,” he said. “Most of the designs don’t work. My list of discarded themes is a lot longer than the list of published ones.”</p>\n<h3>Releasing Free Themes as a Vehicle for Personal Creativity</h3>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/design.jpg" rel="prettyphoto[30661]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/design.jpg?resize=1025%2C470" alt="design" class="aligncenter size-full wp-image-30701" /></a></p>\n<p>A WordPress.org theme developer has the luxury of designing for himself, something that Norén isn’t yet ready to give up. I asked him why he continues to release free themes and if he plans to make a career out of web development.</p>\n<p>“In the beginning, I think a lot of it came down to insecurity,” he admitted. “I wasn’t sure my themes did enough or did it good enough for anyone to pay for them, so I released my themes for free on WordPress.org instead.</p>\n<p>“That said, once I started releasing themes on WordPress.org, I realized that it was a lot of fun. The attention and appreciation of others is nice, of course, but the best part is seeing someone putting your theme to good (or unexpected) use,” he said.</p>\n<p><strong>“Also, by not being dependent on my themes for income, I can keep building the themes I want to make rather than the ones I think people would pay for. I don?t think I’m willing to give that up just yet.”</strong></p>\n<p>Giving himself over to his hobby of theme development is the path that led Norén to discover that his true passion lies in designing and developing for the web.</p>\n<p>“When you interviewed me six months ago, I didn’t really have any intentions to actually work as a web designer,” Norén said. “I was content to keep it as a hobby. Over the course of the past six months, I’ve come to realize that that isn’t the case anymore. I?ll be looking for a job as a web designer after I?m finished with my BA in June next year.”</p>\n<p>Although he’s already been approached by several companies, he is committed to finishing his studies before pursuing a career in development. “I’ve already had some job offers, some for contract work, some for employment, but I would kick myself for all eternity if I bailed on my studies with less than a year remaining,” Norén said. “That said, if Automattic got in touch about a job as a theme wrangler, I would probably have a hard time turning them down.”</p>\n<h3>Looking to the Future</h3>\n<p>Outside of his upcoming Fukasawa release, Norén doesn’t have any other themes in progress due to work and studies taking up most of his time. That hasn’t stopped ideas from buzzing around in his head. <strong>“I would like to build something using the new portfolio post type included in Jetpack, and it?d be interesting to build a business theme for WordPress.org as well,”</strong> he said, noting that the selection of themes in that category is still very limited. Although he won’t be able to work on themes until December, he hopes to build another to release before the holidays are over.</p>\n<p><a href="http://www.andersnoren.se/" target="_blank">Anders Norén</a> is knocking it out of the park with his continual stream of beautiful free themes. While many theme developers struggle to produce original works, Norén has found the keys to standing out from the crowd, as evidenced by the fact that he is rapidly closing in on 200,000 downloads on WordPress.org. With an impressive portfolio already in hand and a seemingly inexhaustable supply of design inspiration, Norén will enter the work force well-prepared for the stiff competition that accompanies commercial WordPress theme design.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:28;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"WPTavern: BuddyPress 2.1 RC1 Released: Last Round of Testing Begins";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:28:"http://wptavern.com/?p=30637";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:"http://wptavern.com/buddypress-2-1-rc1-released-last-round-of-testing-begins";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:2306:"<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png" rel="prettyphoto[30637]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398" alt="buddypress-logo-blue" class="aligncenter size-full wp-image-30655" /></a></p>\n<p>BuddyPress 2.1 is right around the corner. After a fairly quiet beta period, <a href="http://buddypress.org/2014/09/buddypress-2-1-release-candidate/" target="_blank">2.1 RC1</a> is now in the hands of testers and is your last chance to test before the official release.</p>\n<p>BuddyPress lead developer Boone Gorges also posted an important <a href="https://bpdevel.wordpress.com/2014/09/16/following-some-technical-difficulties-the/" target="_blank">update</a> to let those who maintain BP language packs know that the latest strings from BP trunk are <a href="http://translate.wordpress.org/projects/buddypress/dev" target="_blank">now available for translation</a>. You’ve got a couple days to translate the new strings in order to have your language pack ready for 2.1.</p>\n<p>The upcoming milestone will introduce a revamped mentions interface that functions like Twitter to autosuggest usernames while typing. This addition makes the mentions feature more useful and intuitive for members of large BuddyPress communities.</p>\n<p>The 2.1 release will also include a new profile field type (URL), automatic translation fetching, and more performance improvements. For a quick overview of all the development highlights coming in 2.1, check out our <a href="http://wptavern.com/buddypress-2-1-beta-1-now-available-for-testing" target="_blank">2.1 beta 1 post</a>.</p>\n<p>If you’re testing RC1, please make sure to report any bugs or issues on <a href="https://buddypress.trac.wordpress.org/" target="_blank">BuddyPress trac</a>. Currently <a href="https://buddypress.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&milestone=2.1&groupdesc=1&group=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority" target="_blank">active tickets for 2.1</a> have been whittled down to one, so you know it’s almost ready to ship. Expect the BuddyPress 2.1 official release sometime this week.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:29;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WPTavern: Pho: A Free Minimalist, Masonry WordPress Theme";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:28:"http://wptavern.com/?p=30598";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:65:"http://wptavern.com/pho-a-free-minimalist-masonry-wordpress-theme";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:3811:"<p>The folks at <a href="http://thematosoup.com/" target="_blank">ThematoSoup</a> are in the habit of naming their theme releases for delicious soup dishes. The team, comprised of WordPress plugin and theme developers <a href="https://twitter.com/slobodanmanic" target="_blank">Slobodan Manic</a> and <a href="https://twitter.com/NikolicDragan" target="_blank">Dragan Nikolic</a>, is dedicated to creating minimalist-inspired WordPress products.</p>\n<p><strong>“We eat, sleep and breathe WordPress and digital clutter gives us nightmares,”</strong> the duo expressed on their about page. The design of <a href="http://wordpress.org/themes/pho" target="_blank">Pho</a>, their latest theme, embodies this sentiment and follows in the minimalist tradition with emphasis on the content.</p>\n<p>The theme was designed to be fast, lean, and easily customized. It showcases images on the homepage with a slider that features content based on a tag that you specify.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/pho.png" rel="prettyphoto[30598]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/pho.png?resize=880%2C660" alt="pho" class="aligncenter size-full wp-image-30602" /></a></p>\n<p>Below the slider you can customize the homepage display using the various page templates. The masonry aspect of the design is completely optional, as you can select between masonry (with or without sidebar) or standard (with or without sidebar).</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/pho-homepage.png" rel="prettyphoto[30598]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/pho-homepage.png?resize=324%2C500" alt="pho-homepage" class="alignright size-large wp-image-30612" /></a></p>\n<p>Pho includes three menus: an understated, simple primary navigation, footer menu, and one at the top for social links. It supports both sidebar and footer widget areas.</p>\n<p>All of the theme options can be found in the native customizer, including an option to upload a logo to replace the site title. You can also change the site’s primary color, archives layout, and choose from a few pre-selected fonts for the body and headings. The customizer also allows you to set the theme’s background image/color, and specify the featured content tag.</p>\n<p>After testing Pho in my development environment, I found that with a few tweaks in the customizer, you can have your site looking just like the demo in a matter of minutes. Since the options are all in the same place, there’s nothing confusing about customizing Pho to suit your preferences.</p>\n<p>The featured content area on the homepage will require the use of some larger sized images in order to truly shine. Pho is retina-ready and will respond nicely to various devices from desktop to mobile.</p>\n<p>The theme’s developers did not neglect <a href="http://demo.thematosoup.com/pho/template-comments/" target="_blank">comments</a> and have styled threaded comments up to four levels deep. Pho also includes support for paginated comments and styles for images, videos, and author comments.</p>\n<p>The theme includes built-in support for <a href="https://github.com/zamoose/themehookalliance" target="_blank">Theme Hook Alliance</a>, a community-driven project that offers third-party action hooks to theme developers to implement for more flexibility.</p>\n<p>Check out a <a href="http://demo.thematosoup.com/pho/" target="_blank">live demo</a> to see it in action and test how elegantly it responds to various screen sizes. If you want to update your blog or website with a new minimalist design, download <a href="http://wordpress.org/themes/pho" target="_blank">Pho</a> for free from WordPress.org or add it via your admin themes browser.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:30;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WPTavern: Free PSD Template for Creating a WordPress.org Plugin Banner";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:28:"http://wptavern.com/?p=30572";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://wptavern.com/free-psd-template-for-creating-a-wordpress-org-plugin-banner";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:3500:"<p>Creating a custom banner for your plugin on WordPress.org will help your extension to stand out among the 33,000+ others in the plugin directory. A little bit of branding also gives the impression that the plugin isn’t just a one night stand but rather a work that you’re committed to continually update.</p>\n<p>If your plugin is lacking a custom icon, the WordPress plugin installer will create a default icon based on a color sampling of your plugin banner. It only takes a few minutes to create a banner and now it’s easier than ever with the free <a href="http://planetozh.com/blog/2014/09/wordpress-plugin-banner-as-a-psd/" target="_blank">WordPress Plugin Banner PSD template</a> from Ozh.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/plugin-banner-template.jpg" rel="prettyphoto[30572]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/plugin-banner-template.jpg?resize=1025%2C345" alt="plugin-banner-template" class="aligncenter size-full wp-image-30574" /></a></p>\n<p>The reason why plugin developers put off creating a banner is because it takes a bit of thoughtful planning to find or create an image with the proper dimensions. In addition, you need to select an image that still looks good with the plugin title obscuring the bottom left corner.</p>\n<p>Ozh’s template accounts for all of these things and gives you different layers for creating and previewing your banner in Photoshop with the right dimensions. It’s important to note that if you want your plugin banner to support retina displays, then you need to add an <a href="http://make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays/" target="_blank">additional banner</a> that is double the size of the template:1544 pixels wide and 500 pixels tall with a file named “banner-1544×500.png” or “banner-1544×500.jpg.” (The plugin directory does not accept GIF files.)</p>\n<p>When using Ozh’s PSD template you can preview the plugin title on your banner, but make sure to turn the visibility for that layer off before saving your final banner image. The placeholder for the background reminds you of the file name for the banner (banner-772×250.jpg) and its location: root /assets directory.</p>\n<p>After committing your banner to the /assets directory, it may take a few minutes before it will show up on WordPress.org. The <a href="https://wordpress.org/plugins/about/faq/" target="_blank">Developer FAQ</a> section for the plugin directory has a tip on previewing your plugin page with your image:</p>\n<blockquote><p>For development and testing, you can add a URL parameter to your plugin’s URL of “?banner_url=A_URL_TO_YOUR_IMAGE” to preview what the page will look like with your own image. This will only work with your own plugins; you cannot use this parameter on anybody else’s plugins.</p></blockquote>\n<p>With the availability of this new banner template, there’s no excuse to leave your plugin looking sad and neglected. Add a custom banner and, while you’re at it, check out Andrew Nacin’s <a href="http://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/" target="_blank">tips for creating a custom icon</a>. You can <a href="http://planetozh.com/blog/2014/09/wordpress-plugin-banner-as-a-psd/" target="_blank">download the WordPress.org plugin banner template</a> PSD directly from Ozh’s website.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:31;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WPTavern: New Plugin Adds Conditional Profile Fields to BuddyPress";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:28:"http://wptavern.com/?p=29143";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:"http://wptavern.com/new-plugin-adds-conditional-profile-fields-to-buddypress";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:5174:"<a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg" rel="prettyphoto[29143]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/different-users.jpg?resize=1024%2C492" alt="photo credit: Dunechaser - cc" class="size-full wp-image-30565" /></a>photo credit: <a href="https://www.flickr.com/photos/dunechaser/6042984689/">Dunechaser</a> – <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">cc</a>\n<p>When you create profile fields in BuddyPress, they apply to every user in the same way. Each user responds to the same set of questions, but this could stand to be a little more flexible to account for differences in users. What if you could conditionally show profile fields, based on a user’s answers to certain questions?</p>\n<p>Prolific BuddyPress plugin developer Brajesh Singh created a plugin to do exactly this. <a href="http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/" target="_blank">Conditional Profile Fields for BuddyPress</a> gives site administrators the ability to set conditions for hiding/showing profile fields based on a user’s responses to other profile fields. For example, let’s say you create a field to ask if the user is a morning or night person.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/profile-field.png" rel="prettyphoto[29143]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/profile-field.png?resize=775%2C434" alt="profile-field" class="aligncenter size-full wp-image-29145" /></a></p>\n<p>You can then set up a second question, such as <em>“Do you eat breakfast?”</em> With the help of this plugin, you can make the question contingent on the first question where you asked if the person is a morning or night person. Perhaps you are curious if a user who identifies as a “night person” also eats breakfast. While editing the breakfast question, scroll to the bottom and you will find a new box for setting a <strong>Visibility Condition</strong>.</p>\n<p>From the dropdown, select the question you want as the condition, show/hide, and the value that field is contingent upon. The plugin also includes support for muti-option fields.</p>\n<p><a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/conditions.jpg" rel="prettyphoto[29143]"><img src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/conditions.jpg?resize=764%2C202" alt="conditions" class="aligncenter size-full wp-image-30548" /></a></p>\n<p>Once you have your condition set, you can navigate to the frontend to see that the conditional fields are shown or hidden based on your selection. Here’s a quick demo:</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/conditional-profile-fields-demo.gif" rel="prettyphoto[29143]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/conditional-profile-fields-demo.gif?resize=578%2C389" alt="conditional-profile-fields-demo" class="aligncenter size-full wp-image-30540" /></a></p>\n<p>If you mark the first profile field as “Required” when creating it, then BuddyPress will also show the field on the registration form and conditional fields will also apply. The plugin currently supports the following features:</p>\n<ul>\n<li>Compatibly with 99% of WordPress themes</li>\n<li>2 visibility option to either show the field or hide the field based on the condition</li>\n<li>A field dropdown box to allow you to select the field that governs the display of this field</li>\n<li>6 operators to match the values (6 operators for the number/text/textarea field and 2 operators for matching the multi-select box/check box/radio)</li>\n<li>It supports the multi-type field as well as other fields (and should support custom profile fields automatically)</li>\n<li>Currently the date field is not supported for creating conditions</li>\n</ul>\n<p>The Conditional Profile Fields plugin is an excellent addition to any BuddyPress site that brings together different types of users. For example, educational sites might include students, teachers, tutors, etc. Instead of using a complicated plugin to set up different user types, you can add a conditional profile field to ask the user to select from student, teacher, etc. From there you can create different profile field groups containing questions conditional upon the user’s previous selection.</p>\n<p>Conditional profile fields could also be useful for many other types of social networks, including:</p>\n<ul>\n<li>Dating sites</li>\n<li>Professional organizations</li>\n<li>Sports teams</li>\n<li>Multilingual communities</li>\n<li>Job or freelancer networks</li>\n<li>Hobby or interest-based networks</li>\n</ul>\n<p>I tested the plugin with BuddyPress 2.1 beta 1 and found that it works exactly advertised. Conditional profile fields are an excellent way to extend a niche social network to display profile fields specifically tailored to different user types. Download Conditional Profile Fields for BuddyPress for free from <a href="http://buddydev.com/plugins/conditional-profile-fields-for-buddypress/" target="_blank">BuddyDev.com</a>.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:32;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:104:"WPTavern: Graph Paper Press Launches Theme.Works, A Drag and Drop Platform for Building WordPress Themes";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:28:"http://wptavern.com/?p=30410";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:113:"http://wptavern.com/graph-paper-press-launches-theme-works-a-drag-and-drop-platform-for-building-wordpress-themes";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:5028:"<p>The folks behind <a href="http://graphpaperpress.com/" target="_blank">Graph Paper Press</a> launched a new custom WordPress theme builder this week. <a href="https://theme.works/" target="_blank">Theme.Works</a> was created to be a new brand, featuring a theme building platform that allows users to build a WordPress theme in under 60 seconds.</p>\n<p><strong>“We wanted something crazy easy for users to understand and use,”</strong> founder Thad Allender said. “Theme.Works inverts the traditional theme creation process: Instead of passively picking a stock template, you get to create a totally custom design for each piece of your website,” he explained. Users have the option to choose different headers, slideshows, portfolios, blogs, signup forms, contact forms, testimonials, footers, etc, via a drag and drop interface.</p>\n<p>Theme.Works is actually a custom one-page app built with Node,js, Grunt, and PHP. It allows each customer to design his own theme and then download it for $79. Here’s a quick preview of how it works:</p>\n<p></p>\n<p>Graph Paper Press is one of the oldest WordPress theme shops in business, founded in 2007, so it’s surprising to see Theme.Works launched as its own brand. I asked Allender why the team didn’t opt to put the new theme builder under its well-known GPP umbrella.</p>\n<p>“We wanted to build a new brand around a single idea/product,” he said. “Something with a clear value proposition without any distractions.” Allender also noted that the tech behind the venture is different, given that the builder is a Node.js / PHP app. “The dashboard (releasing next month) needed a singular focus on building custom designs,” he explained.</p>\n<p>To celebrate the launch, Theme.Works released a free theme with fullscreen background video and portfolio integration. It includes 10 different page templates and 10 color palettes to choose from, along with dozens of custom fonts. The theme is an example of what can be built using the drag and drop theme builder.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/theme.works-free-wordpress-theme-464x1024.jpg" rel="prettyphoto[30410]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/theme.works-free-wordpress-theme-464x1024.jpg?resize=464%2C1024" alt="theme.works-free-wordpress-theme-464x1024" class="aligncenter size-full wp-image-30516" /></a></p>\n<p>Check out a <a href="https://theme.works/demo/?header=10&portfolio=1&footer=3&toolbar=hide" target="_blank">live preview</a> of the theme fully customized.</p>\n<p>I downloaded the Theme.Works demo theme and installed it on a test site. I was impressed with some of the options, especially the color palettes and custom fonts.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/theme-colors.jpg" rel="prettyphoto[30410]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/theme-colors.jpg?resize=1010%2C369" alt="theme-colors" class="aligncenter size-full wp-image-30521" /></a></p>\n<p>Unfortunately, the theme options are divided almost equally between the native customizer on the frontend and the dedicated theme options panel in the admin. I believe this might introduce a point of confusion for users. If they don’t find the header options in the theme options, they may not know to look for them on the frontend.</p>\n<p>Although I am no stranger to building and customizing WordPress themes, I found it difficult to get the theme looking just like the demo. The experience certainly was not as advertised in the announcement <a href="http://graphpaperpress.com/blog/themeworks-wordpress-theme-builder/" target="_blank">post</a>, which claims: <em>“The theme you design is the theme you download, simple as that. No guesswork, no reference manual needed to get your theme up and running. Just activate and start publishing.”</em> On the contrary, I found there were many options to configure before I could even think about publishing.</p>\n<p>I was also concerned that the portfolio functionality is bundled with the theme. Allender said that they have attempted using a portfolio custom post type in the past but decided to take a different route. “We did that at GPP and users found it confusing. So instead, we offer users a plugin to migrate CPTs.” This seems like an extra hassle if you ever want to change your theme.</p>\n<p>However, the end result, as displayed in the Theme.Works live demo, is quite appealing and beautifully designed if you are able to achieve the same look with your content. Theme.Works plans to give away one new free every month, built using the new platform. You can download the free theme directly from <a href="https://theme.works/blog/2014/09/welcome/" target="_blank">Theme.Works</a>. While you’re there, make sure to test out the new theme building <a href="https://theme.works/" target="_blank">platform</a> and let us know your thoughts.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:33;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:91:"WPTavern: Aesop Story Engine 1.1 Beta Now Available for Testing Ahead of First Major Update";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:28:"http://wptavern.com/?p=30470";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:101:"http://wptavern.com/aesop-story-engine-1-1-beta-now-available-for-testing-ahead-of-first-major-update";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:4806:"<p>Aesop Story Engine <a href="http://aesopstoryengine.com/updates/ase-1-1-beta/" target="_blank">1.1. beta</a> is now in the hands of eager testers, as project leader Nick Haskins prepares to launch the first major update to the plugin since its release. Haskin’s open source storytelling plugin was <a href="http://wptavern.com/aesop-wordpress-storytelling-plugin-is-now-fully-funded" target="_blank">fully funded</a> via a <a href="https://aesop.crowdhoster.com/storytelling-engine" target="_blank">Crowdhoster campaign</a> earlier this year. Shortly thereafter he released it on WordPress.org and <a href="http://wptavern.com/aesop-story-engine-launches-commercial-wordpress-themes" target="_blank">launched a line of commercial themes</a> that showcase the storyengine.</p>\n<p>The plugin’s 1.1 release represents a major leap forward in terms of usability. “Our primary focus with this update was to improve usability even further by removing the friction created with generating and editing story components,” Haskins said. The generator in 1.1 will be completely responsive down to mobile device displays.</p>\n<p><a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/ase-generator.gif" rel="prettyphoto[30470]"><img src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/ase-generator.gif?resize=1025%2C632" alt="ase-generator" class="aligncenter size-full wp-image-30472" /></a></p>\n<p>The story components will have a new interface in version 1.1, which more closely matches the WordPress admin. This version also adds the ability to edit story components in the visual editor. Components are now converted into a placeholder where you can easily edit their attributes. Clicking the pencil icons launches the modal view with the last options you entered.</p>\n<p><a href="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/ASE-editable-story-components.gif" rel="prettyphoto[30470]"><img src="http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/ASE-editable-story-components.gif?resize=1025%2C659" alt="ASE-editable-story-components" class="aligncenter size-full wp-image-30485" /></a></p>\n<p>After 1.1 is pushed out Haskins plans to keep hammering away at usability in preparation for launching a hosted solution for Aesop Story Engine. “After 1.1 goes out, it’s back to further improving the user interface, making things even easier, and reducing even more friction ahead of revisiting a hosted solution to offer, as the plugin will have matured at that point,” he said.</p>\n<p>Haskins is steadily and patiently refining the plugin and has set no ETA for the hosted version. His primary focus is on improving the experience of the story engine. “We really want it to be an incredible experience, more than just ‘a skinned WordPress multisite,''” he said. “I’m watching the JSON API and waiting for more admin type capabilities. Next year would be a better guess at this point for the hosted version,” Haskins told the Tavern.</p>\n<p>So far the project is experiencing success. “Sales have been going really, really well. Month after month of growth even with the price of <a href="http://aesopstoryengine.com/library/" target="_blank">themes</a> at $120 each, which subsequently allows for further development,” Haskins reported. Version 1.1 will introduce the ability for developers to <a href="https://github.com/AesopInteractive/sample-addon" target="_blank">create custom add-ons</a> to tie into the Story Engine, which is likely to bring more products into the ASE marketplace.</p>\n<h3>Aesop Story Engine Finds Momentum in Education</h3>\n<p>The Aesop Story Engine was created to empower WordPress publishers to pursue the art of digital storytelling, but Haskins wasn’t sure where it would take off when he initially tested the waters to see if there was any interest. While the product seems to be rather niche, it has surprisingly found the most traction in the education sector. “In terms of demographics, we are seeing a lot of big name universities, and about an equal amount of design firms,” Haskins said.</p>\n<p>“The rest of users seem to fall into general writers, publishers, and news organizations, Detroit News being the most recent addition. This inevitably gives us a bit more context when making decisions regarding premium themes and upcoming addons,” Haskins said. <strong>“Simply put, the education space is the biggest trend at the moment.”</strong></p>\n<p>Version 1.1 is projected to launch at the beginning of next week. If you want to get in on testing the beta, check out the post on the ASE blog to <a href="http://aesopstoryengine.com/updates/ase-1-1-beta/" target="_blank">download the zip file</a>.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Sarah Gooding";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:34;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"WPTavern: Take The Annual WPShout Webhosting Survey";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:28:"http://wptavern.com/?p=30460";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:61:"http://wptavern.com/take-the-annual-wpshout-webhosting-survey";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:2066:"<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPShoutWebhostingSurveyFeaturedImage.png" rel="prettyphoto[30460]"><img class="size-full wp-image-30463" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPShoutWebhostingSurveyFeaturedImage.png?resize=635%2C265" alt="WPShout Webhosting Survey Featured Image" /></a>photo credit: <a href="https://www.flickr.com/photos/henryfaber/230444653/">hfabulous</a> – <a href="http://creativecommons.org/licenses/by-nc/2.0/">cc</a>\n<p><a title="http://wptavern.com/wpshout-releases-results-of-their-webhosting-survey" href="http://wptavern.com/wpshout-releases-results-of-their-webhosting-survey">Since 2011</a>, WPShout has conducted a comprehensive, non-biased, webhosting survey. Although the site has changed hands, Fred Meyer and David Hayes are continuing the tradition and the survey questions are <a title="http://wpshout.com/announcing-2014-wordpress-hosting-review/" href="http://wpshout.com/announcing-2014-wordpress-hosting-review/">ready to fill out</a>. There are four required questions with no identifiable information required to submit your answers. The survey is aimed at figuring out the following information:</p>\n<ul class="clearfix">\n<li>Reliability</li>\n<li>Speed</li>\n<li>Usability</li>\n<li>Support</li>\n<li>Value</li>\n<li>WordPress compatibility</li>\n</ul>\n<p>The data will be collected, collated, and openly shared to the community for individual analysis. In 2013, 214 people participated in the survey. The goal for 2015, is 500. Most users who run a self-hosted WordPress site also have a webhosting account. This is a chance to share your experience with that company for the benefit of others.</p>\n<p>It’s hard to find good information about webhosting companies without running into reviews filled with affiliate links. If you have a few minutes to spare, please <a title="http://wpshout.com/announcing-2014-wordpress-hosting-review/" href="http://wpshout.com/announcing-2014-wordpress-hosting-review/">take the survey</a> and help spread the word.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";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:35;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:84:"WPTavern: WP Couch Mode Gives Readers an Option to Read Content Without Distractions";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:28:"http://wptavern.com/?p=30445";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:94:"http://wptavern.com/wp-couch-mode-gives-readers-an-option-to-read-content-without-distractions";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:3076:"<p>If you operate a content heavy website and want an easy way to give readers an option to read content without distractions, now you can with the <a title="https://wordpress.org/plugins/wp-couch-mode/" href="https://wordpress.org/plugins/wp-couch-mode/">WP Couch Mode</a> plugin. Developed by Ritesh Vatwani, WP Couch Mode adds a customizable link to content. When clicked, a lightbox appears displaying only the content of the post. Within the lightbox, you can increase the font size, make it full-screen, or print the article.</p>\n<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPCouchModeSettings.png" rel="prettyphoto[30445]"><img class="size-full wp-image-30447" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/WPCouchModeSettings.png?resize=685%2C568" alt="Configuration Settings For WP Couch Mode" /></a>Configuration Settings For WP Couch Mode\n<p> </p>\n<p>The plugin provides options to add the link before or after the content. You can edit the display text of the link and there’s a shortcode available if you need more control. Here’s what it looks like on the desktop view.</p>\n<a href="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/DesktopViewOfWPCouchMode.png" rel="prettyphoto[30445]"><img class="size-full wp-image-30454" src="http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/DesktopViewOfWPCouchMode.png?resize=1025%2C452" alt="Desktop View Of WP Couch Mode" /></a>Desktop View Of WP Couch Mode\n<p>One of the first things you’ll notice is that the images are large. When viewed on a desktop, the images are displayed at full size. On a mobile device, the images are smaller to account for screen size. Something that will need to be addressed in the next version is the poor handling of featured images. For some reason, WP Couch Mode takes a very small version of a featured image and blows it up. This causes featured images to look terrible on mobile devices. I think it would be better to not show the featured image and instead, only show images attached to the post.</p>\n<p>When I accessed Couch Mode on my iPhone 5s in portrait mode, the X in the top right corner is cut off making it difficult to close the window. In order to access the close button, I put my phone into landscape mode. Alternatively, if enabled, I can tap the button to shrink/expand the lightbox as a work around. This is what the content looks like on my phone.</p>\n<a href="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/image1.jpg" rel="prettyphoto[30445]"><img class="size-full wp-image-30449" src="http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/image1.jpg?resize=640%2C1136" alt="Portrait View Shows The X Cutoff" /></a>Portrait View Shows The X Cutoff\n<p> </p>\n<p>I doubt this plugin will be installed and used on sites that make a living through display advertisements. It’s like providing readers an ad-blocker tailored to the site. Overall, the plugin works as advertised. The lightbox needs some work but other than that, it gets rid of all the distractions.</p>";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, 18 Sep 2014 06:45: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";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:36;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"Dougal Campbell: Yarrr! Talk Like a Pirate Day Is Almost Upon 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:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=80084";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:"http://dougal.gunters.org/blog/2014/09/18/yarrr-talk-like-pirate-day-almost-upon-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1481:"<div class="featured-image align-right"><img width="240" height="240" src="http://dougal.gunters.org/wordpress/wp-content/uploads/2014/09/pirate_skull_crossbones-240x240.jpg" class="attachment-post-thumbnail wp-post-image" alt="Yarrr!" /></div><p>Once again, <a title="Yarrr!" href="http://www.talklikeapirate.com/piratehome.html">Talk Like a Pirate Day</a> is almost here. Yes, this Friday, September 19 is Talk Like A Pirate Day, and all good citizens of the Interwebs are expected to participate!</p>\n<p>To make it easy for all of my WordPress friends, I created the <a title="Text Filter Suite" href="http://dougal.gunters.org/plugins/text-filter-suite/">Text Filter Suite plugin</a>, which will automagically piratify your web site for TLaPD. Just go to ‘Add New Plugin’ in your Dashboard, and search for ‘talk like a pirate’.</p>\n<p>And once again, to demonstrate, any comments added to this post will automatically be converted into pirate speak! Arrr!</p>\n<p> </p>\n<p>Original Article: <a rel="nofollow" href="http://dougal.gunters.org/blog/2014/09/18/yarrr-talk-like-pirate-day-almost-upon-us/">Yarrr! Talk Like a Pirate Day Is Almost Upon Us!</a><br />\n<a rel="nofollow" href="http://dougal.gunters.org">Dougal Campbell's geek ramblings - WordPress, web development, and world domination.</a></p>\n<div class="yarpp-related-rss yarpp-related-none">\n<img src="http://yarpp.org/pixels/5db43ee24c4f1e1d0e45d08cc91b0130" alt="YARPP" />\n</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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Sep 2014 04:13:19 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Dougal Campbell";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:37;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt: Merchbar";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:21:"http://ma.tt/?p=44123";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:30:"http://ma.tt/2014/09/merchbar/";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:584:"<p><a href="http://www.merchbar.com/">Merchbar</a> is an iPhone app that makes it easy to buy merchandise from your favorite artists. It also was the first investment I made through my <a href="https://angel.co/photomatt/syndicate">Angellist Syndicate</a>, and I’m excited for the team on its launch. (Although it’s good to remember that launching is a halfway point — you should expect to spend at least as much time as you did leading up to launch to get to something you’re happy with. Something I’m thinking about a lot in Automattic these days.)</p>";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, 17 Sep 2014 18:36: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:38;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Fast Company Profile";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:21:"http://ma.tt/?p=44118";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:42:"http://ma.tt/2014/09/fast-company-profile/";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:1820:"<blockquote><p>Every second, somewhere in the world four babies and two WordPress blogs are born.</p></blockquote>\n<p>That great line comes from <a href="http://www.fastcolabs.com/3035463/how-matts-machine-works">Shane Snow’s profile of myself, Automattic, and WordPress called “How Matt’s Machine Works</a>.” If you’re interested in the latest on how Automattic works as seen from the eye of a journalist with a background in product and technology, check it out.</p>\n<p>A few comments: Since it came out my colleagues have been making fun of me for “trolling.” <img src="http://i1.wp.com/s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif?w=604" alt=":)" class="wp-smiley" /> The term “benevolent dictator for life” goes back to <a href="http://en.wikipedia.org/wiki/Benevolent_dictator_for_life">at least 1995 and is common in open source communities</a>. Our lounge in SF <a href="http://lounge.automattic.com/tour/">is now much nicer than the one pictured</a>. We mostly use <a href="https://slack.com/">Slack</a> instead of Skype. I would say my management style has changed quite a bit since when <a href="http://scottberkun.com/">Scott</a> was at the company. The end of the article nails it in that as <a href="http://automattic.com/">Automattic</a> has scaled, to 272 at latest count, it’s really the over 40 leads who keep things running as smoothly as they do, and many people in similar roles on the .org side.</p>\n<p>Even with the above, the article is probably the best look at the things I’m involved with every day since <a href="http://ma.tt/2009/06/the-way-i-work-annotated/">2009’s The Way I Work</a>, so kudos to Shane and <a href="http://www.fastcolabs.com/3035463/how-matts-machine-works">definitely check it out</a>.</p>";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, 17 Sep 2014 05:09:14 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:39;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"BuddyPress: BuddyPress 2.1 Release Candidate";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:31:"http://buddypress.org/?p=197074";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:"http://buddypress.org/2014/09/buddypress-2-1-release-candidate/";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:769:"<p>BuddyPress 2.1 Release Candidate 1 is now available. The “Release Candidate” status means that the final release of BP 2.1 is imminent, and this is your last chance to put the next version through its paces before it comes out.</p>\n<p>Get BP 2.1-RC1 through Subversion, or by downloading the zip file here: <a href="https://downloads.wordpress.org/plugin/buddypress.2.1-RC1.zip">https://downloads.wordpress.org/plugin/buddypress.2.1-RC1.zip</a>. And remember: this is still pre-release software, so we don’t recommend running it on your production site.</p>\n<p>Questions or comments? Drop a note in <a href="https://buddypress.org/support/">our support forums</a> or <a href="https://buddypress.trac.wordpress.org/">our development tracker</a>.</p>";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, 16 Sep 2014 15:24:48 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";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:40;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Matt: Ultimate Office Perk";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:21:"http://ma.tt/?p=44114";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:42:"http://ma.tt/2014/09/ultimate-office-perk/";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:542:"<p>We’ve had some really good press the past week, the first I’d like to share with you comes from Aimee Groth writing for Quartz: <a href="http://qz.com/260933/the-case-for-a-distributed-workforce/">The makers of WordPress.com learned years ago that the ultimate office perk is not having an office</a>. The funny thing is I’m writing this from the once-a-year Automattic Grand Meetup, which is in Utah this year, there are over 250 of my colleagues here and it’s great fun meeting and hanging out with everybody.</p>";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, 16 Sep 2014 06:23:42 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:41;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"BuddyPress: BuddyPress 2.0.3 Security Release";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:31:"http://buddypress.org/?p=194190";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:64:"http://buddypress.org/2014/09/buddypress-2-0-3-security-release/";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:614:"<p>BuddyPress 2.0.3 is now available. This is a security release which fixes one security issue with group creation, which was discovered by the BuddyPress team.</p>\n<p>This is an important and recommended update for all BuddyPress sites. A full changelog is at <a href="http://codex.buddypress.org/developer/releases/version-2-0-3/">http://codex.buddypress.org/developer/releases/version-2-0-3/</a>.</p>\n<p>You can upgrade via your WordPress Dashboard > Updates. You can also download the latest version at <a href="https://wordpress.org/plugins/buddypress/">https://wordpress.org/plugins/buddypress</a>.</p>";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:"Mon, 15 Sep 2014 15:51:28 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Paul Gibbs";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:42;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"Matt: White House Goes On Lockdown After Sneaky Toddler Breaches Fence";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:21:"http://ma.tt/?p=44111";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:102:"http://ma.tt/2014/09/white-house-goes-on-lockdown-after-sneaky-toddler-breaches-fence-the-two-way-npr/";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:497:"<blockquote><p>“We were going to wait until he learned to talk to question him,” Secret Service Agent Edwin Donovan said in a statement, “but in lieu of that he got a timeout and was sent on [his] way with [his] parents.”</p></blockquote>\n<p>Pretty funny article from <a href="http://www.npr.org/blogs/thetwo-way/2014/08/08/338851452/white-house-goes-on-lockdown-after-sneaky-toddler-breaches-fence">White House Goes On Lockdown After Sneaky Toddler Breaches Fence</a>.</p>";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:"Mon, 15 Sep 2014 05:08:46 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:43;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: Logical Conclusion of AI";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:21:"http://ma.tt/?p=44108";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:46:"http://ma.tt/2014/09/logical-conclusion-of-ai/";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:650:"<p>There’s been some great threads going around inspired by the book <a href="http://www.amazon.com/dp/B00LOOCGB2/">Superintelligence: Paths, Dangers, Strategies</a>, including Elon Musk hoping <a href="https://twitter.com/elonmusk/status/496012177103663104">we’re not just a biological bootloader</a>. Via Automattician <a href="http://mattmazur.com/">Matt Mazur</a> I came across this <a href="http://www.amazon.com/review/R3EGMJ28UD35YN/">fantastic review of the book on Amazon that gives a great counter-balance and lots of additional information you wouldn’t get from the book itself</a>, and also summarizes it quite well.</p>";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, 14 Sep 2014 06:59:34 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:44;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Matt: Minimum Viable Civilization";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:21:"http://ma.tt/?p=44105";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:49:"http://ma.tt/2014/09/minimum-viable-civilization/";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:466:"<p>We’ve talked about the Fermi Paradox <a href="http://ma.tt/2014/07/the-fermi-paradox/">here</a> and <a href="http://ma.tt/2014/08/thegreatfilter/">here</a> before, my long-time friend David Galbraith, ever the architect, tackles the Fermi Paradox from the <a href="http://davidgalbraith.org/uncategorized/minimum-maximum-viable-civilizations/3859/">point of view of the natural limits of communication in Minimum & Maximum Viable Civilizations</a>.</p>";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, 13 Sep 2014 04:54: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:45;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:89:"WordPress.tv Blog: Designing with WordPress: Recent WordCamp Presentations for Designers";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:31:"http://blog.wordpress.tv/?p=388";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:105:"http://blog.wordpress.tv/2014/09/13/designing-with-wordpress-recent-wordcamp-presentations-for-designers/";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:3570:"<p>There is no doubt that design is a popular topic at any WordCamp. From <a href="http://wordpress.tv/event/wordcamp-vancouver-2014/" target="_blank">WordCamp Vancouver</a> and <a href="http://wordpress.tv/event/wordcamp-asheville-2014/" target="_blank">WordCamp Asheville</a> come these great talks on how to level-up your WordPress design skills.</p>\n<h2>Designing for Content</h2>\n<div id="v-GlavJHoF-1" class="video-player">\n</div>\n<p>This talk from David Hickox goes over the method he has created for designing websites from the content outward. His talk covers aspects of designing in code, type choices, line height and typographic scale, creating a proper base style sheet, usability best practices, semantic structure, and more.</p>\n<h2>Responsive web development made easy with CSS and the mobile plugin</h2>\n<div id="v-q2CbXT0x-1" class="video-player">\n</div>\n<p>In this lightning talk, Christine Rondeau offer some tips and tricks to get better looking sites on mobile devices, including how you can use the mobile plugin to get completely different layouts on mobile devices.</p>\n<h2>Designing for Sales and Conversions</h2>\n<div id="v-htjkWeqo-1" class="video-player">\n</div>\n<p>Sarah Benoit shares insights into the latest trends in website usability, searchability and design elements that encourage conversions ? purchases, form completions, event registrations, and more. Learn best practices for designing a site with WordPress that both looks great AND converts website visitors into the customers, clients, and potential leads every business needs.</p>\n<h2>Building Better Websites Through Collaboration, Communication, and Consistency</h2>\n<div id="v-o9kH1iIK-1" class="video-player">\n</div>\n<p>In this presentation from WordCamp Asheville, Julien Melissas talks about how perfecting your workflow can help you level up your professionalism, relationships with clients & colleagues, and happiness levels!</p><br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/388/" /></a> <img alt="" border="0" src="http://pixel.wp.com/b.gif?host=blog.wordpress.tv&blog=5310177&post=388&subd=wptvblog&ref=&feed=1" width="1" height="1" /><div><a href="http://blog.wordpress.tv/2014/09/13/designing-with-wordpress-recent-wordcamp-presentations-for-designers/"><img alt="David Hickox: Designing for Content" src="http://videos.videopress.com/GlavJHoF/video-e1a32c408c_scruberthumbnail_0.jpg" width="160" height="120" /></a></div><div><a href="http://blog.wordpress.tv/2014/09/13/designing-with-wordpress-recent-wordcamp-presentations-for-designers/"><img alt="Christine Rondeau: Responsive web development made easy with CSS and the mobile plugin" src="http://videos.videopress.com/q2CbXT0x/video-5a97567e88_std.original.jpg" width="160" height="120" /></a></div><div><a href="http://blog.wordpress.tv/2014/09/13/designing-with-wordpress-recent-wordcamp-presentations-for-designers/"><img alt="Sarah Benoit: Designing for Sales and Conversions" src="http://videos.videopress.com/htjkWeqo/video-825d890916_scruberthumbnail_1.jpg" width="160" height="120" /></a></div><div><a href="http://blog.wordpress.tv/2014/09/13/designing-with-wordpress-recent-wordcamp-presentations-for-designers/"><img alt="Julien Melissas: Building Better Websites Through Collaboration, Communication, and Consistency" src="http://videos.videopress.com/o9kH1iIK/video-74e0e5cadc_scruberthumbnail_0.jpg" width="160" height="120" /></a></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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 13 Sep 2014 00:20:56 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Jerry Bates";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:46;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Matt: Long-term Asia-Pacific Security";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:21:"http://ma.tt/?p=44075";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:52:"http://ma.tt/2014/09/long-term-asia-pacificsecurity/";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:723:"<blockquote><p>As reported by the Boston Globe, four-star Admiral Samuel Locklear, Commander of U.S. Pacific Command, provided an ?unexpected answer? when recently asked ?what is the biggest long-term security threat in the Pacific region??\n</p></blockquote>\n<p>I usually don’t do this, but <a href="http://climateandsecurity.org/2013/03/12/admiral-locklear-climate-change-the-biggest-long-term-security-threat-in-the-pacific-region/">check out the link to see what the United States Navy admiral who currently serves as the commander of the U.S. Pacific Command said</a>. <cite>Hat tip: <a href="http://grist.org/cities/screwed-by-climate-change-10-cities-that-will-be-hardest-hit/">Jim Meyer</a>.</cite></p>";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 20:56: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:47;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Matt: Hip Hop is not down with Monsanto";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:21:"http://ma.tt/?p=44078";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://ma.tt/2014/09/hip-hop-is-not-down-withmonsanto/";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:160:"<p>Brentin Mock from Grist looks for evidence that <a href="http://grist.org/food/hip-hop-is-not-down-with-monsanto/">Hip Hop is not down with Monsanto</a>.</p>";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, 10 Sep 2014 22:25: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";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:48;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Post Status: Your website is not allowed to be fast";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:30:"http://www.poststat.us/?p=7118";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:41:"http://www.poststat.us/website-fast-nope/";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:3035:"<p><img class="aligncenter size-large wp-image-7120" src="http://www.poststat.us/wp-content/uploads/2014/09/net-neutraility-752x334.jpg" alt="net-neutraility" width="627" height="278" /></p>\n<p>There could quite realistically be a day that your blog or website is not allowed to be fast. Not because you didn’t do proper performance testing and optimization, but because a corporatocracy won’t allow it.</p>\n<p>And your website is small potatoes that they don’t care about. You simply don’t have enough money for them to bother enabling you to deliver your website at high speeds to potential readers.</p>\n<p>Net neutrality is a horribly boring term to describe the seriousness of the issue at hand. Thankfully, comedian John Oliver explains net neutrality in a way that makes it significantly more entertaining and easy to understand:</p>\n<p></p>\n<p>As Oliver notes, and the website <a href="https://www.battleforthenet.com/">Battle for the Net</a> describes, this is incredibly important but also quite difficult to understand. The issue primarily affects the US but by default will impact the entire web and therefore the world around us. The democratization of the web (a core priority for WordPress itself) is at risk.</p>\n<p>This is why WordPress, Netflix, and a whole <a href="https://www.battleforthenet.com/#team-internet">slew of other websites</a> are taking part in a protest today. I complained this morning that I didn’t think poor UX (via popups and distractions on websites) were the best way to educate, but rather a day to write blog posts about the issue would be better. So here I am. This issue is important to me, my career, and you too — whether you know it or not.</p>\n<p>The web is an amazing place with a level of publishing accessibility — no matter how little money a publisher (<a href="http://www.slideshare.net/krogsgard/why-we-publish-wordcamp-birmingham-2014wordcamp-birminghamwhywepublish2014">you’re a publisher</a>) has — that has never before existed in the world.</p>\n<p>Don’t let your internet plan become this:</p>\n<p><img class="aligncenter size-large wp-image-7119" src="http://www.poststat.us/wp-content/uploads/2014/09/upgrade-your-internet-752x464.jpg" alt="upgrade-your-internet" width="627" height="386" /></p>\n<p>This issue is much more up in the air than you may think; lawmakers (amazingly) can still be swayed. So do your duty and contact your lawmaker today. Let them know that you value an open internet and you support net neutrality. Sign the <a href="https://www.battleforthenet.com/">petition on the Battle for the Net website</a>.</p>\n<p>Even more importantly, educate your friends and family about the importance of an open internet — an internet where the barrier to entry is low and citizen journalists, bloggers, and anyone that has a message can share that message and potentially impact the entire world.</p>\n<p>Support net neutrality. It makes the internet and our world just a little bit better.</p>";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, 10 Sep 2014 14:32:18 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Brian Krogsgard";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:49;a:6:{s:4:"data";s:13:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"Lorelle on WP: What is Your Favorite Article on Lorelle on 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:37:"http://lorelle.wordpress.com/?p=11871";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:91:"http://lorelle.wordpress.com/2014/09/10/what-is-your-favorite-lorelle-on-wordpress-article/";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:499:"I’ve been asked to put together a best-of collection of Lorelle on WordPress articles in an ebook. Do you have a favorite? I’m looking for articles that you’ve bookmarked and returned back to over the years to help you with WordPress and blogging, or articles that helped you understand and embrace a WordPress or blogging […]<img alt="" border="0" src="http://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11871&subd=lorelle&ref=&feed=1" width="1" height="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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 10 Sep 2014 11:31:28 +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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";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:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 25 Sep 2014 14:15:30 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"185116";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 25 Sep 2014 14:00:16 GMT";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20140311104904";}', 'no');
292INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
293(1753, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1408078307', 'no'),
294(1754, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/08/14/tom-harness-and-leigh-caldwell-business-blogging-like-a-rock-star/'' title='' ''>WordPress.tv: Tom Harness and Leigh Caldwell: Business Blogging Like a Rock Star</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/08/14/zoe-rooney-automating-theme-development-with-gulp-yeoman-and-friends/'' title='' ''>WordPress.tv: Zoe Rooney: Automating Theme Development with Gulp, Yeoman, and Friends</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/08/14/wordcamp-organizers-orientation-hangout-feb-18-2014/'' title='' ''>WordPress.tv: WordCamp Organizers? Orientation Hangout Feb 18, 2014</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2014/08/14/taylor-buley-how-parade-com-uses-the-wordpress-theme-customizer-api/'' title='' ''>WordPress.tv: Taylor Buley: How Parade.com Uses the WordPress Theme Customizer API</a></li><li><a class=''rsswidget'' href=''http://wptavern.com/webdevstudios-names-dre-armeda-vice-president-of-operations?utm_source=rss&utm_medium=rss&utm_campaign=webdevstudios-names-dre-armeda-vice-president-of-operations'' title=''Dre Armeda and Brad Williams Join Forces In the time Dre Armeda spent with Sucuri, he turned a two-person part-time hobby into a multi-million dollar, 30+ employee company. When Armeda left the company he helped found, he didn?t provide any hints as to where he was going. Three months after leaving Sucuri, Armeda has been named the Vice President of Operations for WebDevStudios. Brad Williams, co-owner of WebDevStudios and Armeda were kind enough to answer a few questions I had regarding the hire. Interview With Dre Armeda and Brad Williams What does the Vice President of Operations for WebDevStudios do? Brad Williams ? The Vice President of Operations is a new role at WDS and our first Executive position outside of the original Partners.  WDS has been growing quite a bit this year and we knew it was time to start expanding the leadership team. Dre brings a wealth of knowledge and a ton of experience to WDS, specifically around building a very successful distributed company.  Some of the primary responsibilities for Dre include business development, improving operational efficiency, marketing, and even sales.  Roles at WDS are always evolving, so I certainly expect Dre?s position to really evolve and be defined over the next few months. In some instances, businesses can ruin friendships. How did you two factor that into the equation before making the hire? Will the fact that you?re now co-workers have an effect on your personal relationship? Image Courtesy Of Designsimply.com Brad Williams ? When we started discussing the possibility of Dre Armeda joining WDS, this was the first item we discussed. We knew from the start that we had to look at this from a business perspective and not because we are close friends. The last thing either of us would ever want would be to ruin the friendship that we have. Dre Armeda is a perfect fit for WDS, not only in the business sense, but also our company culture. We work hard, and play hard, and no one works and plays harder than Dre Armeda! Out of all the possible places to work in the WordPress ecosystem, why did you choose WebDevStudios? Dre Armeda ? There is certainly a long relationship there with the leadership, the company, and the team. Brad Williams and I of course are the co-hosts of DradCast and have even presented on the topic of security together in years past at WordCamps. While part of Sucuri, we successfully worked with WebDevstudios in various capacities. The direction of the company, and the culture is very much inline with where I want to be, and where I want to go. Along with that connection, our long relationship, and the experience I can bring to the table, I think the decision was easy. Do you look at this as a long-term (2-3 year) position? Dre Armeda ? One of the key points we talked about as we started looking into the possibility of working together was exactly that. We were looking for a long term situation and we?re excited about what the future brings! What lessons or experiences did you learn with Sucuri that you?ll be able to apply to improve WebDevStudios? Dre Armeda ? The position will encompass a broad range of responsibilities and oversight ranging from organizational and business development, to talent development and strategy. I?ve had the great opportunity to work in these areas over the past five years as I helped build Sucuri into the successful organization it is today. I am very passionate about better serving our audience by expanding global reach and I?m certainly excited about increasing overall organizational efficiency through resourcing, process improvement, and business development. I really enjoy helping implement strategies to scale organizations efficiently and ultimately the lessons I have learned from my experience at Sucuri definitely align with the forward vision at WebDevStudios! What Was Once A Joke Has Become A Reality Those who know Williams and Armeda have joked that the two would some day work together but it was always a joke. Now, it?s real and it will be interesting to see how it works out. Based on the interview, Armeda is committed to the company for the long-term, something that?s not easily accomplished when hiring remote workers. Does this move surprise you or did you see the writing on the wall?''>WPTavern: WebDevStudios Names Dre Armeda Vice President of Operations</a></li></ul></div>', 'no'),
295(1811, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1411697731', 'no'),
296(1812, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2014/09/benny/''>WordPress 4.0 ?Benny?</a> <span class="rss-date">September 4, 2014</span><div class="rssSummary">Version 4.0 of WordPress, named ?Benny? in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we?ve put a little extra polish into it. This release brings you a smoother writing and management experience [?]</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wptavern.com/a-new-resource-devoted-to-wordpress-and-photographers'' title=''WP Photographers, is a new resource created by Aaron Hockley, to help photographers and WordPress users share their photos and build photography businesses. Whether you?re a beginner or a photographer looking for the best webhosting service, WP Photographers has you covered. In addition to guides, Hockley routinely publishes reviews of WordPress themes and p''>WPTavern: A New Resource Devoted To WordPress and Photographers</a></li><li><a class=''rsswidget'' href=''http://ma.tt/2014/09/corporate-news/'' title=''The Invasion of Corporate News.''>Matt: Corporate News</a></li><li><a class=''rsswidget'' href=''http://lorelle.wordpress.com/2014/09/24/wordpress-social-meetup-in-vancouver-washington-this-weekend/'' title=''We?re putting together a WordPress Social Meetup in Vancouver, Washington, just a few minutes from downtown Portland, on Sundays from 4-7, and the first one is this Sunday, Sept. 28, 2014! Part of the WordPress PDX Meetup, we?re excited to be one of the first to offer a social meetup rather than a formal presentation [?]''>Lorelle on WP: WordPress Social Meetup in Vancouver, Washington, This Weekend</a></li></ul></div><div class="rss-widget"><ul></ul></div>', 'no'),
297(1757, '_transient_timeout_feed_77fa140e07ce53fe8c87136636f83d72', '1408078308', 'no'),
298(1758, '_transient_feed_77fa140e07ce53fe8c87136636f83d72', '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:72:"\n \n \n \n \n \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:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";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:41:"https://wordpress.org/plugins/browse/new/";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:33:"WordPress Plugins » View: Newest";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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Aug 2014 16:45:18 +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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=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:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"WP Documenter";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:52:"https://wordpress.org/plugins/documenter/#post-70880";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, 12 Aug 2014 15:34: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70880@https://wordpress.org/plugins/";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:53:"Instant switching between user accounts in 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Asaquzzaman mishu";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP Appcache";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:"https://wordpress.org/plugins/wp-appcache/#post-70859";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:"Mon, 11 Aug 2014 23:08:22 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70859@https://wordpress.org/plugins/";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:86:"Allows your WordPress site to leverage the awesomeness of the HTML5 Application Cache.";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:10:"Jack Lenox";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Author and Post Statistic Widgets";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://wordpress.org/plugins/author-and-post-statistic-widgets/#post-70775";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, 08 Aug 2014 21:36: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70775@https://wordpress.org/plugins/";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:150:"APSW is an easy solution to display authors' activity and posts' popularity statistics on your WordPress website. This plugin comes with man";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:14:"AdvancedCoding";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"LOOKBOOK Embed";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:56:"https://wordpress.org/plugins/lookbook-embed/#post-70873";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, 12 Aug 2014 13:07: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70873@https://wordpress.org/plugins/";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:88:"Just add LOOKBOOK links into your posts and the plugin will add the Hype button for you.";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:9:"pattyland";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Drip Email Campaigns + Gravity Forms";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:"https://wordpress.org/plugins/drip-gravity-forms/#post-70861";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:"Mon, 11 Aug 2014 23:38:02 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70861@https://wordpress.org/plugins/";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:56:"Integrates Gravity Forms with Email Marketing tool Drip.";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:7:"getdrip";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Kalendá? CZ";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:51:"https://wordpress.org/plugins/feed-back/#post-70813";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, 10 Aug 2014 18:01:36 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70813@https://wordpress.org/plugins/";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:8:"Feedback";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:9:"Webster.K";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Post Title Spell Check";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:64:"https://wordpress.org/plugins/post-title-spell-check/#post-70887";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, 12 Aug 2014 19:20:34 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70887@https://wordpress.org/plugins/";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:70:"Add spell check functionality to the WordPress post title input field.";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:10:"Robert Neu";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WP JV Custom Email Settings";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:69:"https://wordpress.org/plugins/wp-jv-custom-email-settings/#post-70874";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, 12 Aug 2014 13:54: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70874@https://wordpress.org/plugins/";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:83:"Let you change default "Wordpress " e-mail address when sending out e-mails";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:8:"janosver";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Admin Featured Thumbnail";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:66:"https://wordpress.org/plugins/admin-featured-thumbnail/#post-70904";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 Aug 2014 08:07: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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70904@https://wordpress.org/plugins/";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:43:"Add post thumbnails to admin list of posts.";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:6:"wphigh";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:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WP Permalinks Export";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:62:"https://wordpress.org/plugins/wp-permalinks-export/#post-70903";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 Aug 2014 07:39:12 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70903@https://wordpress.org/plugins/";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:55:"Export all permalinks (posts, pages) along with titles.";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:10:"Jordy Meow";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:10;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Project Panorama Lite";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://wordpress.org/plugins/project-panorama-lite/#post-67425";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, 14 May 2014 20:14:40 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"67425@https://wordpress.org/plugins/";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:150:"Keep clients happy by communicating project status and progress in a visual way. Project Panorama is a simple and effective alternative to basecamp an";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:10:"3pointross";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:11;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Weaver X Theme Support";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://wordpress.org/plugins/weaverx-theme-support/#post-70860";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:"Mon, 11 Aug 2014 23:31: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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70860@https://wordpress.org/plugins/";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:53:"A useful shortcode and widget collection for Weaver X";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:8:"wpweaver";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:12;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Font Awesome Field";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:"https://wordpress.org/plugins/font-awesome-field/#post-70792";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, 09 Aug 2014 16:39:07 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70792@https://wordpress.org/plugins/";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:69:"Adds a metabox with a field where you can select a Font Awesome icon.";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:9:"tormorten";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:13;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Memoria Ticket System";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://wordpress.org/plugins/memoria-ticket-system/#post-70753";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, 08 Aug 2014 15:35:44 +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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70753@https://wordpress.org/plugins/";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:150:"A ticket system for Wordpress to use for support, contact and/or issue reporting. Ability to create categories and departments. Each ticket and commen";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:11:"vatanbytyqi";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:14;a:6:{s:4:"data";s:30:"\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:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Use jQuery jsDelivr";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:61:"https://wordpress.org/plugins/use-jquery-jsdelivr/#post-70870";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, 12 Aug 2014 11:45: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:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"70870@https://wordpress.org/plugins/";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:98:"Loads the open source scripts jQuery, jQuery-migrate and jQuerymasonry from jsDelivr\\'s CDN .";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:10:"luciole135";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:42:"https://wordpress.org/plugins/rss/view/new";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:4:"type";i:128;s:7:"headers";a:11:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 14 Aug 2014 16:51:48 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Thu, 14 Aug 2014 17:20:18 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Thu, 14 Aug 2014 16:45:18 +0000";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 249";}s:5:"build";s:14:"20140311104904";}', 'no'),
299(1629, 'SEOPager_prelabel', '« Previous ', 'yes'),
300(1630, 'SEOPager_nextlabel', 'Next »', 'yes'),
301(1631, 'SEOPager_preallow', 'disallow', 'yes'),
302(1632, 'SEOPager_nextallow', 'disallow', 'yes'),
303(198, 'csp2_option_tree', 'a:44:{s:15:"general_default";s:7:"General";s:16:"seedprod_api_key";s:0:"";s:6:"status";s:8:"Disabled";s:21:"google_analytics_code";s:0:"";s:7:"favicon";s:63:"http://riserbuilds.com/wp-content/uploads/2012/07/favicon-2.ico";s:19:"coming_soon_options";s:19:"Coming Soon Options";s:4:"logo";s:64:"http://riserbuilds.com/wp-content/uploads/2012/07/riser_logo.png";s:8:"headline";s:16:"We\\''re building!";s:11:"description";s:339:"<p>Thanks for visiting our new online home! Â We\\''re getting ready to launch, and we can\\''t wait to show it to you! Â If you need to contact Daniel immediately, you can reach him 24/7 at (318) 355-2108. Â If you\\''d like to stay in the loop of what\\''s coming, enter your email below and we\\''ll notify you when we launch. See you soon!</p>\r\n";s:14:"subscribe_list";a:19:{s:4:"list";s:8:"database";s:24:"constantcontact_username";s:5:"admin";s:24:"constantcontact_password";s:10:"Riseradmin";s:20:"constantcontact_list";s:0:"";s:22:"campaignmonitor_apikey";s:0:"";s:22:"campaignmonitor_client";s:0:"";s:20:"campaignmonitor_list";s:0:"";s:16:"aweber_auth_code";s:0:"";s:11:"aweber_list";s:0:"";s:17:"mailchimp_api_key";s:0:"";s:14:"mailchimp_list";s:0:"";s:18:"feedburner_address";s:0:"";s:14:"feedburner_loc";s:5:"us_US";s:7:"btn_txt";s:9:"Notify Me";s:11:"msg_default";s:16:"Enter Your Email";s:7:"msg_600";s:27:"You\\''re already subscribed.";s:7:"msg_500";s:24:"Error, please try again.";s:7:"msg_400";s:27:"Please enter a valid email.";s:7:"msg_200";s:25:"You\\''ll be notified soon!";}s:19:"social_icon_display";a:1:{i:0;s:3:"Yes";}s:16:"social_icon_size";s:5:"Small";s:21:"footer_branding_image";s:72:"http://riserbuilds.com/wp-content/uploads/2012/07/poweredbytux-clear.png";s:20:"footer_branding_link";s:19:"http://tuxradio.com";s:17:"coming_soon_style";s:17:"Coming Soon Style";s:8:"bg_style";a:6:{s:16:"background-color";s:7:"#2b2e30";s:15:"bg-image-layout";s:7:"stretch";s:17:"background-repeat";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:16:"background-image";s:0:"";}s:10:"font_color";a:2:{s:16:"foreground_color";s:7:"#ffffff";s:18:"shadow_box_opacity";s:2:"10";}s:10:"link_color";a:1:{s:5:"color";s:7:"#33ccff";}s:13:"headline_font";a:1:{s:11:"font-family";s:15:"_helvetica_neue";}s:9:"body_font";a:1:{s:11:"font-family";s:15:"_helvetica_neue";}s:14:"typekit_kit_id";s:0:"";s:10:"custom_css";s:0:"";s:21:"coming_soon_incentive";s:31:"Coming Soon Incentive & Sharing";s:14:"incentive_text";s:0:"";s:14:"incentive_link";s:0:"";s:19:"incentive_link_text";s:0:"";s:24:"maintenance_mode_options";s:24:"Maintenance Mode Options";s:25:"maintenance_mode_bg_image";s:0:"";s:25:"maintenance_mode_headline";s:0:"";s:28:"maintenance_mode_description";s:8:"<br />\r\n";s:36:"maintenance_mode_social_icon_display";a:1:{i:0;s:3:"Yes";}s:15:"social_profiles";s:15:"Social Profiles";s:16:"twitter_username";s:0:"";s:20:"facebook_profile_url";s:45:"https://www.facebook.com/RiserConstructionLLC";s:18:"google_profile_url";s:0:"";s:20:"linkedin_profile_url";s:0:"";s:21:"pinterest_profile_url";s:0:"";s:8:"advanced";s:8:"Advanced";s:9:"seo_title";s:0:"";s:15:"seo_description";s:0:"";s:15:"client_view_url";s:0:"";s:19:"exclude_url_pattern";s:0:"";s:13:"header_script";s:0:"";s:13:"footer_script";s:0:"";}', 'yes'),
304(197, 'external_updates-seedprod-coming-soon-pro', 'O:8:"stdClass":3:{s:9:"lastCheck";i:1408034552;s:14:"checkedVersion";s:5:"2.6.3";s:6:"update";N;}', 'yes'),
305(199, 'csp2_version', '2.6.3', 'yes');
306INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
307(200, 'csp2_google_font_families', 'a:523:{s:4:"Abel";s:7:"''Abel'';";s:13:"Abril+Fatface";s:16:"''Abril Fatface'';";s:8:"Aclonica";s:11:"''Aclonica'';";s:4:"Acme";s:7:"''Acme'';";s:5:"Actor";s:8:"''Actor'';";s:7:"Adamina";s:10:"''Adamina'';";s:10:"Advent+Pro";s:13:"''Advent Pro'';";s:15:"Aguafina+Script";s:18:"''Aguafina Script'';";s:6:"Aladin";s:9:"''Aladin'';";s:7:"Aldrich";s:10:"''Aldrich'';";s:8:"Alegreya";s:11:"''Alegreya'';";s:11:"Alegreya+SC";s:14:"''Alegreya SC'';";s:10:"Alex+Brush";s:13:"''Alex Brush'';";s:13:"Alfa+Slab+One";s:16:"''Alfa Slab One'';";s:5:"Alice";s:8:"''Alice'';";s:5:"Alike";s:8:"''Alike'';";s:13:"Alike+Angular";s:16:"''Alike Angular'';";s:5:"Allan";s:8:"''Allan'';";s:7:"Allerta";s:10:"''Allerta'';";s:15:"Allerta+Stencil";s:18:"''Allerta Stencil'';";s:6:"Allura";s:9:"''Allura'';";s:8:"Almendra";s:11:"''Almendra'';";s:11:"Almendra+SC";s:14:"''Almendra SC'';";s:8:"Amaranth";s:11:"''Amaranth'';";s:9:"Amatic+SC";s:12:"''Amatic SC'';";s:9:"Amethysta";s:12:"''Amethysta'';";s:6:"Andada";s:9:"''Andada'';";s:6:"Andika";s:9:"''Andika'';";s:6:"Angkor";s:9:"''Angkor'';";s:24:"Annie+Use+Your+Telescope";s:27:"''Annie Use Your Telescope'';";s:13:"Anonymous+Pro";s:16:"''Anonymous Pro'';";s:5:"Antic";s:8:"''Antic'';";s:12:"Antic+Didone";s:15:"''Antic Didone'';";s:10:"Antic+Slab";s:13:"''Antic Slab'';";s:5:"Anton";s:8:"''Anton'';";s:6:"Arapey";s:9:"''Arapey'';";s:7:"Arbutus";s:10:"''Arbutus'';";s:19:"Architects+Daughter";s:22:"''Architects Daughter'';";s:5:"Arimo";s:8:"''Arimo'';";s:8:"Arizonia";s:11:"''Arizonia'';";s:6:"Armata";s:9:"''Armata'';";s:8:"Artifika";s:11:"''Artifika'';";s:4:"Arvo";s:7:"''Arvo'';";s:4:"Asap";s:7:"''Asap'';";s:5:"Asset";s:8:"''Asset'';";s:7:"Astloch";s:10:"''Astloch'';";s:4:"Asul";s:7:"''Asul'';";s:10:"Atomic+Age";s:13:"''Atomic Age'';";s:6:"Aubrey";s:9:"''Aubrey'';";s:9:"Audiowide";s:12:"''Audiowide'';";s:7:"Average";s:10:"''Average'';";s:19:"Averia+Gruesa+Libre";s:22:"''Averia Gruesa Libre'';";s:12:"Averia+Libre";s:15:"''Averia Libre'';";s:17:"Averia+Sans+Libre";s:20:"''Averia Sans Libre'';";s:18:"Averia+Serif+Libre";s:21:"''Averia Serif Libre'';";s:10:"Bad+Script";s:13:"''Bad Script'';";s:9:"Balthazar";s:12:"''Balthazar'';";s:7:"Bangers";s:10:"''Bangers'';";s:5:"Basic";s:8:"''Basic'';";s:10:"Battambang";s:13:"''Battambang'';";s:7:"Baumans";s:10:"''Baumans'';";s:5:"Bayon";s:8:"''Bayon'';";s:8:"Belgrano";s:11:"''Belgrano'';";s:7:"Belleza";s:10:"''Belleza'';";s:7:"Bentham";s:10:"''Bentham'';";s:15:"Berkshire+Swash";s:18:"''Berkshire Swash'';";s:5:"Bevan";s:8:"''Bevan'';";s:11:"Bigshot+One";s:14:"''Bigshot One'';";s:5:"Bilbo";s:8:"''Bilbo'';";s:16:"Bilbo+Swash+Caps";s:19:"''Bilbo Swash Caps'';";s:6:"Bitter";s:9:"''Bitter'';";s:13:"Black+Ops+One";s:16:"''Black Ops One'';";s:5:"Bokor";s:8:"''Bokor'';";s:6:"Bonbon";s:9:"''Bonbon'';";s:8:"Boogaloo";s:11:"''Boogaloo'';";s:10:"Bowlby+One";s:13:"''Bowlby One'';";s:13:"Bowlby+One+SC";s:16:"''Bowlby One SC'';";s:7:"Brawler";s:10:"''Brawler'';";s:10:"Bree+Serif";s:13:"''Bree Serif'';";s:14:"Bubblegum+Sans";s:17:"''Bubblegum Sans'';";s:4:"Buda";s:7:"''Buda'';";s:7:"Buenard";s:10:"''Buenard'';";s:10:"Butcherman";s:13:"''Butcherman'';";s:14:"Butterfly+Kids";s:17:"''Butterfly Kids'';";s:5:"Cabin";s:8:"''Cabin'';";s:15:"Cabin+Condensed";s:18:"''Cabin Condensed'';";s:12:"Cabin+Sketch";s:15:"''Cabin Sketch'';";s:15:"Caesar+Dressing";s:18:"''Caesar Dressing'';";s:10:"Cagliostro";s:13:"''Cagliostro'';";s:14:"Calligraffitti";s:17:"''Calligraffitti'';";s:5:"Cambo";s:8:"''Cambo'';";s:6:"Candal";s:9:"''Candal'';";s:9:"Cantarell";s:12:"''Cantarell'';";s:11:"Cantata+One";s:14:"''Cantata One'';";s:5:"Cardo";s:8:"''Cardo'';";s:5:"Carme";s:8:"''Carme'';";s:10:"Carter+One";s:13:"''Carter One'';";s:6:"Caudex";s:9:"''Caudex'';";s:18:"Cedarville+Cursive";s:21:"''Cedarville Cursive'';";s:11:"Ceviche+One";s:14:"''Ceviche One'';";s:10:"Changa+One";s:13:"''Changa One'';";s:6:"Chango";s:9:"''Chango'';";s:18:"Chau+Philomene+One";s:21:"''Chau Philomene One'';";s:14:"Chelsea+Market";s:17:"''Chelsea Market'';";s:6:"Chenla";s:9:"''Chenla'';";s:17:"Cherry+Cream+Soda";s:20:"''Cherry Cream Soda'';";s:5:"Chewy";s:8:"''Chewy'';";s:6:"Chicle";s:9:"''Chicle'';";s:5:"Chivo";s:8:"''Chivo'';";s:4:"Coda";s:7:"''Coda'';";s:12:"Coda+Caption";s:15:"''Coda Caption'';";s:8:"Codystar";s:11:"''Codystar'';";s:9:"Comfortaa";s:12:"''Comfortaa'';";s:11:"Coming+Soon";s:14:"''Coming Soon'';";s:11:"Concert+One";s:14:"''Concert One'';";s:9:"Condiment";s:12:"''Condiment'';";s:7:"Content";s:10:"''Content'';";s:12:"Contrail+One";s:15:"''Contrail One'';";s:11:"Convergence";s:14:"''Convergence'';";s:6:"Cookie";s:9:"''Cookie'';";s:5:"Copse";s:8:"''Copse'';";s:6:"Corben";s:9:"''Corben'';";s:7:"Cousine";s:10:"''Cousine'';";s:8:"Coustard";s:11:"''Coustard'';";s:21:"Covered+By+Your+Grace";s:24:"''Covered By Your Grace'';";s:12:"Crafty+Girls";s:15:"''Crafty Girls'';";s:9:"Creepster";s:12:"''Creepster'';";s:11:"Crete+Round";s:14:"''Crete Round'';";s:12:"Crimson+Text";s:15:"''Crimson Text'';";s:7:"Crushed";s:10:"''Crushed'';";s:6:"Cuprum";s:9:"''Cuprum'';";s:6:"Cutive";s:9:"''Cutive'';";s:6:"Damion";s:9:"''Damion'';";s:14:"Dancing+Script";s:17:"''Dancing Script'';";s:7:"Dangrek";s:10:"''Dangrek'';";s:20:"Dawning+of+a+New+Day";s:23:"''Dawning of a New Day'';";s:8:"Days+One";s:11:"''Days One'';";s:6:"Delius";s:9:"''Delius'';";s:17:"Delius+Swash+Caps";s:20:"''Delius Swash Caps'';";s:14:"Delius+Unicase";s:17:"''Delius Unicase'';";s:13:"Della+Respira";s:16:"''Della Respira'';";s:10:"Devonshire";s:13:"''Devonshire'';";s:13:"Didact+Gothic";s:16:"''Didact Gothic'';";s:9:"Diplomata";s:12:"''Diplomata'';";s:12:"Diplomata+SC";s:15:"''Diplomata SC'';";s:10:"Doppio+One";s:13:"''Doppio One'';";s:5:"Dorsa";s:8:"''Dorsa'';";s:5:"Dosis";s:8:"''Dosis'';";s:11:"Dr+Sugiyama";s:14:"''Dr Sugiyama'';";s:10:"Droid+Sans";s:13:"''Droid Sans'';";s:15:"Droid+Sans+Mono";s:18:"''Droid Sans Mono'';";s:11:"Droid+Serif";s:14:"''Droid Serif'';";s:9:"Duru+Sans";s:12:"''Duru Sans'';";s:9:"Dynalight";s:12:"''Dynalight'';";s:11:"EB+Garamond";s:14:"''EB Garamond'';";s:5:"Eater";s:8:"''Eater'';";s:9:"Economica";s:12:"''Economica'';";s:11:"Electrolize";s:14:"''Electrolize'';";s:11:"Emblema+One";s:14:"''Emblema One'';";s:12:"Emilys+Candy";s:15:"''Emilys Candy'';";s:10:"Engagement";s:13:"''Engagement'';";s:9:"Enriqueta";s:12:"''Enriqueta'';";s:9:"Erica+One";s:12:"''Erica One'';";s:7:"Esteban";s:10:"''Esteban'';";s:15:"Euphoria+Script";s:18:"''Euphoria Script'';";s:5:"Ewert";s:8:"''Ewert'';";s:3:"Exo";s:6:"''Exo'';";s:13:"Expletus+Sans";s:16:"''Expletus Sans'';";s:12:"Fanwood+Text";s:15:"''Fanwood Text'';";s:9:"Fascinate";s:12:"''Fascinate'';";s:16:"Fascinate+Inline";s:19:"''Fascinate Inline'';";s:8:"Federant";s:11:"''Federant'';";s:6:"Federo";s:9:"''Federo'';";s:6:"Felipa";s:9:"''Felipa'';";s:9:"Fjord+One";s:12:"''Fjord One'';";s:8:"Flamenco";s:11:"''Flamenco'';";s:7:"Flavors";s:10:"''Flavors'';";s:10:"Fondamento";s:13:"''Fondamento'';";s:16:"Fontdiner+Swanky";s:19:"''Fontdiner Swanky'';";s:5:"Forum";s:8:"''Forum'';";s:12:"Francois+One";s:15:"''Francois One'';";s:20:"Fredericka+the+Great";s:23:"''Fredericka the Great'';";s:11:"Fredoka+One";s:14:"''Fredoka One'';";s:8:"Freehand";s:11:"''Freehand'';";s:6:"Fresca";s:9:"''Fresca'';";s:7:"Frijole";s:10:"''Frijole'';";s:9:"Fugaz+One";s:12:"''Fugaz One'';";s:9:"GFS+Didot";s:12:"''GFS Didot'';";s:15:"GFS+Neohellenic";s:18:"''GFS Neohellenic'';";s:8:"Galdeano";s:11:"''Galdeano'';";s:13:"Gentium+Basic";s:16:"''Gentium Basic'';";s:18:"Gentium+Book+Basic";s:21:"''Gentium Book Basic'';";s:3:"Geo";s:6:"''Geo'';";s:7:"Geostar";s:10:"''Geostar'';";s:12:"Geostar+Fill";s:15:"''Geostar Fill'';";s:12:"Germania+One";s:15:"''Germania One'';";s:14:"Give+You+Glory";s:17:"''Give You Glory'';";s:13:"Glass+Antiqua";s:16:"''Glass Antiqua'';";s:6:"Glegoo";s:9:"''Glegoo'';";s:17:"Gloria+Hallelujah";s:20:"''Gloria Hallelujah'';";s:10:"Goblin+One";s:13:"''Goblin One'';";s:10:"Gochi+Hand";s:13:"''Gochi Hand'';";s:8:"Gorditas";s:11:"''Gorditas'';";s:21:"Goudy+Bookletter+1911";s:24:"''Goudy Bookletter 1911'';";s:8:"Graduate";s:11:"''Graduate'';";s:12:"Gravitas+One";s:15:"''Gravitas One'';";s:11:"Great+Vibes";s:14:"''Great Vibes'';";s:6:"Gruppo";s:9:"''Gruppo'';";s:5:"Gudea";s:8:"''Gudea'';";s:6:"Habibi";s:9:"''Habibi'';";s:15:"Hammersmith+One";s:18:"''Hammersmith One'';";s:7:"Handlee";s:10:"''Handlee'';";s:7:"Hanuman";s:10:"''Hanuman'';";s:12:"Happy+Monkey";s:15:"''Happy Monkey'';";s:11:"Henny+Penny";s:14:"''Henny Penny'';";s:20:"Herr+Von+Muellerhoff";s:23:"''Herr Von Muellerhoff'';";s:15:"Holtwood+One+SC";s:18:"''Holtwood One SC'';";s:14:"Homemade+Apple";s:17:"''Homemade Apple'';";s:8:"Homenaje";s:11:"''Homenaje'';";s:15:"IM+Fell+DW+Pica";s:18:"''IM Fell DW Pica'';";s:18:"IM+Fell+DW+Pica+SC";s:21:"''IM Fell DW Pica SC'';";s:19:"IM+Fell+Double+Pica";s:22:"''IM Fell Double Pica'';";s:22:"IM+Fell+Double+Pica+SC";s:25:"''IM Fell Double Pica SC'';";s:15:"IM+Fell+English";s:18:"''IM Fell English'';";s:18:"IM+Fell+English+SC";s:21:"''IM Fell English SC'';";s:20:"IM+Fell+French+Canon";s:23:"''IM Fell French Canon'';";s:23:"IM+Fell+French+Canon+SC";s:26:"''IM Fell French Canon SC'';";s:20:"IM+Fell+Great+Primer";s:23:"''IM Fell Great Primer'';";s:23:"IM+Fell+Great+Primer+SC";s:26:"''IM Fell Great Primer SC'';";s:7:"Iceberg";s:10:"''Iceberg'';";s:7:"Iceland";s:10:"''Iceland'';";s:7:"Imprima";s:10:"''Imprima'';";s:11:"Inconsolata";s:14:"''Inconsolata'';";s:5:"Inder";s:8:"''Inder'';";s:12:"Indie+Flower";s:15:"''Indie Flower'';";s:5:"Inika";s:8:"''Inika'';";s:12:"Irish+Grover";s:15:"''Irish Grover'';";s:9:"Istok+Web";s:12:"''Istok Web'';";s:8:"Italiana";s:11:"''Italiana'';";s:9:"Italianno";s:12:"''Italianno'';";s:14:"Jim+Nightshade";s:17:"''Jim Nightshade'';";s:10:"Jockey+One";s:13:"''Jockey One'';";s:12:"Jolly+Lodger";s:15:"''Jolly Lodger'';";s:12:"Josefin+Sans";s:15:"''Josefin Sans'';";s:12:"Josefin+Slab";s:15:"''Josefin Slab'';";s:6:"Judson";s:9:"''Judson'';";s:5:"Julee";s:8:"''Julee'';";s:5:"Junge";s:8:"''Junge'';";s:4:"Jura";s:7:"''Jura'';";s:17:"Just+Another+Hand";s:20:"''Just Another Hand'';";s:23:"Just+Me+Again+Down+Here";s:26:"''Just Me Again Down Here'';";s:7:"Kameron";s:10:"''Kameron'';";s:5:"Karla";s:8:"''Karla'';";s:14:"Kaushan+Script";s:17:"''Kaushan Script'';";s:10:"Kelly+Slab";s:13:"''Kelly Slab'';";s:5:"Kenia";s:8:"''Kenia'';";s:5:"Khmer";s:8:"''Khmer'';";s:7:"Knewave";s:10:"''Knewave'';";s:9:"Kotta+One";s:12:"''Kotta One'';";s:6:"Koulen";s:9:"''Koulen'';";s:6:"Kranky";s:9:"''Kranky'';";s:5:"Kreon";s:8:"''Kreon'';";s:6:"Kristi";s:9:"''Kristi'';";s:9:"Krona+One";s:12:"''Krona One'';";s:15:"La+Belle+Aurore";s:18:"''La Belle Aurore'';";s:8:"Lancelot";s:11:"''Lancelot'';";s:4:"Lato";s:7:"''Lato'';";s:13:"League+Script";s:16:"''League Script'';";s:12:"Leckerli+One";s:15:"''Leckerli One'';";s:6:"Ledger";s:9:"''Ledger'';";s:6:"Lekton";s:9:"''Lekton'';";s:5:"Lemon";s:8:"''Lemon'';";s:10:"Lilita+One";s:13:"''Lilita One'';";s:9:"Limelight";s:12:"''Limelight'';";s:11:"Linden+Hill";s:14:"''Linden Hill'';";s:7:"Lobster";s:10:"''Lobster'';";s:11:"Lobster+Two";s:14:"''Lobster Two'';";s:16:"Londrina+Outline";s:19:"''Londrina Outline'';";s:15:"Londrina+Shadow";s:18:"''Londrina Shadow'';";s:15:"Londrina+Sketch";s:18:"''Londrina Sketch'';";s:14:"Londrina+Solid";s:17:"''Londrina Solid'';";s:4:"Lora";s:7:"''Lora'';";s:21:"Love+Ya+Like+A+Sister";s:24:"''Love Ya Like A Sister'';";s:17:"Loved+by+the+King";s:20:"''Loved by the King'';";s:14:"Lovers+Quarrel";s:17:"''Lovers Quarrel'';";s:12:"Luckiest+Guy";s:15:"''Luckiest Guy'';";s:8:"Lusitana";s:11:"''Lusitana'';";s:7:"Lustria";s:10:"''Lustria'';";s:7:"Macondo";s:10:"''Macondo'';";s:18:"Macondo+Swash+Caps";s:21:"''Macondo Swash Caps'';";s:5:"Magra";s:8:"''Magra'';";s:13:"Maiden+Orange";s:16:"''Maiden Orange'';";s:4:"Mako";s:7:"''Mako'';";s:12:"Marck+Script";s:15:"''Marck Script'';";s:9:"Marko+One";s:12:"''Marko One'';";s:8:"Marmelad";s:11:"''Marmelad'';";s:6:"Marvel";s:9:"''Marvel'';";s:4:"Mate";s:7:"''Mate'';";s:7:"Mate+SC";s:10:"''Mate SC'';";s:9:"Maven+Pro";s:12:"''Maven Pro'';";s:6:"Meddon";s:9:"''Meddon'';";s:13:"MedievalSharp";s:16:"''MedievalSharp'';";s:10:"Medula+One";s:13:"''Medula One'';";s:6:"Megrim";s:9:"''Megrim'';";s:12:"Merienda+One";s:15:"''Merienda One'';";s:12:"Merriweather";s:15:"''Merriweather'';";s:5:"Metal";s:8:"''Metal'';";s:12:"Metamorphous";s:15:"''Metamorphous'';";s:11:"Metrophobic";s:14:"''Metrophobic'';";s:8:"Michroma";s:11:"''Michroma'';";s:9:"Miltonian";s:12:"''Miltonian'';";s:16:"Miltonian+Tattoo";s:19:"''Miltonian Tattoo'';";s:7:"Miniver";s:10:"''Miniver'';";s:14:"Miss+Fajardose";s:17:"''Miss Fajardose'';";s:14:"Modern+Antiqua";s:17:"''Modern Antiqua'';";s:7:"Molengo";s:10:"''Molengo'';";s:8:"Monofett";s:11:"''Monofett'';";s:7:"Monoton";s:10:"''Monoton'';";s:20:"Monsieur+La+Doulaise";s:23:"''Monsieur La Doulaise'';";s:7:"Montaga";s:10:"''Montaga'';";s:6:"Montez";s:9:"''Montez'';";s:10:"Montserrat";s:13:"''Montserrat'';";s:4:"Moul";s:7:"''Moul'';";s:8:"Moulpali";s:11:"''Moulpali'';";s:22:"Mountains+of+Christmas";s:25:"''Mountains of Christmas'';";s:10:"Mr+Bedfort";s:13:"''Mr Bedfort'';";s:8:"Mr+Dafoe";s:11:"''Mr Dafoe'';";s:14:"Mr+De+Haviland";s:17:"''Mr De Haviland'';";s:19:"Mrs+Saint+Delafield";s:22:"''Mrs Saint Delafield'';";s:13:"Mrs+Sheppards";s:16:"''Mrs Sheppards'';";s:4:"Muli";s:7:"''Muli'';";s:13:"Mystery+Quest";s:16:"''Mystery Quest'';";s:6:"Neucha";s:9:"''Neucha'';";s:6:"Neuton";s:9:"''Neuton'';";s:10:"News+Cycle";s:13:"''News Cycle'';";s:7:"Niconne";s:10:"''Niconne'';";s:9:"Nixie+One";s:12:"''Nixie One'';";s:6:"Nobile";s:9:"''Nobile'';";s:6:"Nokora";s:9:"''Nokora'';";s:7:"Norican";s:10:"''Norican'';";s:7:"Nosifer";s:10:"''Nosifer'';";s:20:"Nothing+You+Could+Do";s:23:"''Nothing You Could Do'';";s:12:"Noticia+Text";s:15:"''Noticia Text'';";s:8:"Nova+Cut";s:11:"''Nova Cut'';";s:9:"Nova+Flat";s:12:"''Nova Flat'';";s:9:"Nova+Mono";s:12:"''Nova Mono'';";s:9:"Nova+Oval";s:12:"''Nova Oval'';";s:10:"Nova+Round";s:13:"''Nova Round'';";s:11:"Nova+Script";s:14:"''Nova Script'';";s:9:"Nova+Slim";s:12:"''Nova Slim'';";s:11:"Nova+Square";s:14:"''Nova Square'';";s:6:"Numans";s:9:"''Numans'';";s:6:"Nunito";s:9:"''Nunito'';";s:14:"Odor+Mean+Chey";s:17:"''Odor Mean Chey'';";s:15:"Old+Standard+TT";s:18:"''Old Standard TT'';";s:9:"Oldenburg";s:12:"''Oldenburg'';";s:11:"Oleo+Script";s:14:"''Oleo Script'';";s:9:"Open+Sans";s:12:"''Open Sans'';";s:19:"Open+Sans+Condensed";s:22:"''Open Sans Condensed'';";s:8:"Orbitron";s:11:"''Orbitron'';";s:15:"Original+Surfer";s:18:"''Original Surfer'';";s:6:"Oswald";s:9:"''Oswald'';";s:16:"Over+the+Rainbow";s:19:"''Over the Rainbow'';";s:8:"Overlock";s:11:"''Overlock'';";s:11:"Overlock+SC";s:14:"''Overlock SC'';";s:3:"Ovo";s:6:"''Ovo'';";s:6:"Oxygen";s:9:"''Oxygen'';";s:7:"PT+Mono";s:10:"''PT Mono'';";s:7:"PT+Sans";s:10:"''PT Sans'';";s:15:"PT+Sans+Caption";s:18:"''PT Sans Caption'';";s:14:"PT+Sans+Narrow";s:17:"''PT Sans Narrow'';";s:8:"PT+Serif";s:11:"''PT Serif'';";s:16:"PT+Serif+Caption";s:19:"''PT Serif Caption'';";s:8:"Pacifico";s:11:"''Pacifico'';";s:10:"Parisienne";s:13:"''Parisienne'';";s:11:"Passero+One";s:14:"''Passero One'';";s:11:"Passion+One";s:14:"''Passion One'';";s:12:"Patrick+Hand";s:15:"''Patrick Hand'';";s:9:"Patua+One";s:12:"''Patua One'';";s:11:"Paytone+One";s:14:"''Paytone One'';";s:16:"Permanent+Marker";s:19:"''Permanent Marker'';";s:7:"Petrona";s:10:"''Petrona'';";s:11:"Philosopher";s:14:"''Philosopher'';";s:6:"Piedra";s:9:"''Piedra'';";s:13:"Pinyon+Script";s:16:"''Pinyon Script'';";s:7:"Plaster";s:10:"''Plaster'';";s:4:"Play";s:7:"''Play'';";s:8:"Playball";s:11:"''Playball'';";s:16:"Playfair+Display";s:19:"''Playfair Display'';";s:7:"Podkova";s:10:"''Podkova'';";s:10:"Poiret+One";s:13:"''Poiret One'';";s:10:"Poller+One";s:13:"''Poller One'';";s:4:"Poly";s:7:"''Poly'';";s:8:"Pompiere";s:11:"''Pompiere'';";s:12:"Pontano+Sans";s:15:"''Pontano Sans'';";s:16:"Port+Lligat+Sans";s:19:"''Port Lligat Sans'';";s:16:"Port+Lligat+Slab";s:19:"''Port Lligat Slab'';";s:5:"Prata";s:8:"''Prata'';";s:11:"Preahvihear";s:14:"''Preahvihear'';";s:14:"Press+Start+2P";s:17:"''Press Start 2P'';";s:14:"Princess+Sofia";s:17:"''Princess Sofia'';";s:8:"Prociono";s:11:"''Prociono'';";s:10:"Prosto+One";s:13:"''Prosto One'';";s:7:"Puritan";s:10:"''Puritan'';";s:8:"Quantico";s:11:"''Quantico'';";s:12:"Quattrocento";s:15:"''Quattrocento'';";s:17:"Quattrocento+Sans";s:20:"''Quattrocento Sans'';";s:9:"Questrial";s:12:"''Questrial'';";s:9:"Quicksand";s:12:"''Quicksand'';";s:7:"Qwigley";s:10:"''Qwigley'';";s:6:"Radley";s:9:"''Radley'';";s:7:"Raleway";s:10:"''Raleway'';";s:12:"Rammetto+One";s:15:"''Rammetto One'';";s:6:"Rancho";s:9:"''Rancho'';";s:9:"Rationale";s:12:"''Rationale'';";s:9:"Redressed";s:12:"''Redressed'';";s:13:"Reenie+Beanie";s:16:"''Reenie Beanie'';";s:7:"Revalia";s:10:"''Revalia'';";s:6:"Ribeye";s:9:"''Ribeye'';";s:13:"Ribeye+Marrow";s:16:"''Ribeye Marrow'';";s:9:"Righteous";s:12:"''Righteous'';";s:9:"Rochester";s:12:"''Rochester'';";s:9:"Rock+Salt";s:12:"''Rock Salt'';";s:7:"Rokkitt";s:10:"''Rokkitt'';";s:9:"Ropa+Sans";s:12:"''Ropa Sans'';";s:7:"Rosario";s:10:"''Rosario'';";s:8:"Rosarivo";s:11:"''Rosarivo'';";s:12:"Rouge+Script";s:15:"''Rouge Script'';";s:4:"Ruda";s:7:"''Ruda'';";s:11:"Ruge+Boogie";s:14:"''Ruge Boogie'';";s:6:"Ruluko";s:9:"''Ruluko'';";s:14:"Ruslan+Display";s:17:"''Ruslan Display'';";s:9:"Russo+One";s:12:"''Russo One'';";s:6:"Ruthie";s:9:"''Ruthie'';";s:4:"Sail";s:7:"''Sail'';";s:5:"Salsa";s:8:"''Salsa'';";s:8:"Sancreek";s:11:"''Sancreek'';";s:11:"Sansita+One";s:14:"''Sansita One'';";s:6:"Sarina";s:9:"''Sarina'';";s:7:"Satisfy";s:10:"''Satisfy'';";s:10:"Schoolbell";s:13:"''Schoolbell'';";s:14:"Seaweed+Script";s:17:"''Seaweed Script'';";s:9:"Sevillana";s:12:"''Sevillana'';";s:18:"Shadows+Into+Light";s:21:"''Shadows Into Light'';";s:22:"Shadows+Into+Light+Two";s:25:"''Shadows Into Light Two'';";s:6:"Shanti";s:9:"''Shanti'';";s:5:"Share";s:8:"''Share'';";s:9:"Shojumaru";s:12:"''Shojumaru'';";s:11:"Short+Stack";s:14:"''Short Stack'';";s:8:"Siemreap";s:11:"''Siemreap'';";s:10:"Sigmar+One";s:13:"''Sigmar One'';";s:7:"Signika";s:10:"''Signika'';";s:16:"Signika+Negative";s:19:"''Signika Negative'';";s:9:"Simonetta";s:12:"''Simonetta'';";s:13:"Sirin+Stencil";s:16:"''Sirin Stencil'';";s:8:"Six+Caps";s:11:"''Six Caps'';";s:7:"Slackey";s:10:"''Slackey'';";s:6:"Smokum";s:9:"''Smokum'';";s:6:"Smythe";s:9:"''Smythe'';";s:7:"Sniglet";s:10:"''Sniglet'';";s:7:"Snippet";s:10:"''Snippet'';";s:5:"Sofia";s:8:"''Sofia'';";s:10:"Sonsie+One";s:13:"''Sonsie One'';";s:16:"Sorts+Mill+Goudy";s:19:"''Sorts Mill Goudy'';";s:13:"Special+Elite";s:16:"''Special Elite'';";s:10:"Spicy+Rice";s:13:"''Spicy Rice'';";s:9:"Spinnaker";s:12:"''Spinnaker'';";s:6:"Spirax";s:9:"''Spirax'';";s:10:"Squada+One";s:13:"''Squada One'';";s:15:"Stardos+Stencil";s:18:"''Stardos Stencil'';";s:21:"Stint+Ultra+Condensed";s:24:"''Stint Ultra Condensed'';";s:20:"Stint+Ultra+Expanded";s:23:"''Stint Ultra Expanded'';";s:5:"Stoke";s:8:"''Stoke'';";s:19:"Sue+Ellen+Francisco";s:22:"''Sue Ellen Francisco'';";s:9:"Sunshiney";s:12:"''Sunshiney'';";s:16:"Supermercado+One";s:19:"''Supermercado One'';";s:11:"Suwannaphum";s:14:"''Suwannaphum'';";s:18:"Swanky+and+Moo+Moo";s:21:"''Swanky and Moo Moo'';";s:9:"Syncopate";s:12:"''Syncopate'';";s:9:"Tangerine";s:12:"''Tangerine'';";s:6:"Taprom";s:9:"''Taprom'';";s:5:"Telex";s:8:"''Telex'';";s:10:"Tenor+Sans";s:13:"''Tenor Sans'';";s:18:"The+Girl+Next+Door";s:21:"''The Girl Next Door'';";s:6:"Tienne";s:9:"''Tienne'';";s:5:"Tinos";s:8:"''Tinos'';";s:9:"Titan+One";s:12:"''Titan One'';";s:11:"Trade+Winds";s:14:"''Trade Winds'';";s:7:"Trocchi";s:10:"''Trocchi'';";s:7:"Trochut";s:10:"''Trochut'';";s:7:"Trykker";s:10:"''Trykker'';";s:10:"Tulpen+One";s:13:"''Tulpen One'';";s:6:"Ubuntu";s:9:"''Ubuntu'';";s:16:"Ubuntu+Condensed";s:19:"''Ubuntu Condensed'';";s:11:"Ubuntu+Mono";s:14:"''Ubuntu Mono'';";s:5:"Ultra";s:8:"''Ultra'';";s:14:"Uncial+Antiqua";s:17:"''Uncial Antiqua'';";s:14:"UnifrakturCook";s:17:"''UnifrakturCook'';";s:18:"UnifrakturMaguntia";s:21:"''UnifrakturMaguntia'';";s:7:"Unkempt";s:10:"''Unkempt'';";s:6:"Unlock";s:9:"''Unlock'';";s:4:"Unna";s:7:"''Unna'';";s:5:"VT323";s:8:"''VT323'';";s:6:"Varela";s:9:"''Varela'';";s:12:"Varela+Round";s:15:"''Varela Round'';";s:11:"Vast+Shadow";s:14:"''Vast Shadow'';";s:5:"Vibur";s:8:"''Vibur'';";s:8:"Vidaloka";s:11:"''Vidaloka'';";s:4:"Viga";s:7:"''Viga'';";s:5:"Voces";s:8:"''Voces'';";s:7:"Volkhov";s:10:"''Volkhov'';";s:8:"Vollkorn";s:11:"''Vollkorn'';";s:8:"Voltaire";s:11:"''Voltaire'';";s:23:"Waiting+for+the+Sunrise";s:26:"''Waiting for the Sunrise'';";s:8:"Wallpoet";s:11:"''Wallpoet'';";s:15:"Walter+Turncoat";s:18:"''Walter Turncoat'';";s:9:"Wellfleet";s:12:"''Wellfleet'';";s:8:"Wire+One";s:11:"''Wire One'';";s:17:"Yanone+Kaffeesatz";s:20:"''Yanone Kaffeesatz'';";s:10:"Yellowtail";s:13:"''Yellowtail'';";s:10:"Yeseva+One";s:13:"''Yeseva One'';";s:10:"Yesteryear";s:13:"''Yesteryear'';";s:6:"Zeyada";s:9:"''Zeyada'';";}', 'yes'),
308(188, 'db_upgraded', '', 'yes'),
309(148, 'recently_activated', 'a:2:{s:27:"wp-super-cache/wp-cache.php";i:1408038464;s:53:"seedprod-coming-soon-pro/seedprod-coming-soon-pro.php";i:1408035349;}', 'yes'),
310(152, 'jetpack_activated', '1', 'yes'),
311(153, 'jetpack_options', 'a:2:{s:7:"version";s:16:"1.3.4:1339622172";s:11:"old_version";s:16:"1.3.4:1339622172";}', 'yes'),
312(1783, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";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:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";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:13:"support_email";s:27:"updatehelp392@wordpress.org";}}s:12:"last_checked";i:1411997293;s:15:"version_checked";s:5:"3.9.2";s:12:"translations";a:0:{}}', 'yes'),
313(1785, 'can_compress_scripts', '0', 'yes'),
314(1786, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1408047240', 'yes'),
315(1787, '_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:"4587";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2848";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"2785";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"2284";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2189";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1792";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1587";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1563";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1529";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1519";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1448";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"1411";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1350";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1209";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1153";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1121";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:4:"1044";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:4:"1001";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"995";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"823";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"811";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"798";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"793";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"789";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"730";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"693";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"691";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"661";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"638";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"618";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"609";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"607";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"601";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"593";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"587";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"546";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"544";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"543";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"536";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"534";}}', 'yes'),
316(628, '_transient_random_seed', 'bdcfd51a42ba376a6ca04a30db6fa5b3', 'yes'),
317(1633, 'SEOPager_linkallow', 'allow', 'yes'),
318(1634, 'SEOPager_bordercolor', 'black', 'yes'),
319(1635, 'SEOPager_bgcolor1', 'white', 'yes'),
320(661, 'akismet_available_servers', 'a:4:{s:12:"72.233.69.88";b:1;s:12:"72.233.69.89";b:1;s:12:"66.135.58.61";b:1;s:12:"66.135.58.62";b:1;}', 'yes'),
321(662, 'akismet_connectivity_time', '1360864589', 'yes'),
322(663, 'wordpress_api_key', '619edd1a4900', 'yes'),
323(664, 'akismet_discard_month', 'true', 'yes'),
324(665, 'akismet_show_user_comments_approved', 'false', 'yes'),
325(671, 'theme_mods_twentyeleven', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1349983768;s:4:"data";a:6:{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:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}}}}', 'yes'),
326(672, 'current_theme', 'ProMotion', 'yes'),
327(673, 'theme_mods_Karma', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:18:"Primary Navigation";i:10;s:17:"Footer Navigation";i:11;s:22:"Top Toolbar Navigation";i:12;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1360826738;s:4:"data";a:14:{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:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}s:9:"sidebar-6";N;s:9:"sidebar-7";N;s:9:"sidebar-8";N;s:9:"sidebar-9";N;s:10:"sidebar-10";N;s:10:"sidebar-11";N;s:10:"sidebar-12";N;s:10:"sidebar-13";N;}}}', 'yes'),
328(674, 'theme_switched', '', 'yes'),
329(675, 'uds-pricing-tables', 'a:0:{}', 'yes'),
330(676, 'aioseop_options', 'a:1:{s:13:"aiosp_enabled";i:0;}', 'yes');
331INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
332(677, '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:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-1.png";s:17:"custom-logo-2.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-2.png";s:17:"custom-logo-3.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-3.png";s:17:"custom-logo-4.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-4.png";s:17:"custom-logo-5.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-5.png";s:17:"custom-logo-6.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-6.png";s:17:"custom-logo-7.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-7.png";s:17:"custom-logo-8.png";s:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-8.png";s:17:"custom-logo-9.png";s:104:"http://riserbuilds.com/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:114:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-dark.jpg";s:12:"karma-coffee";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-coffee.jpg";s:15:"karma-teal-grey";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-teal-grey.jpg";s:15:"karma-blue-grey";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-blue-grey.jpg";s:12:"karma-autumn";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-autumn.jpg";s:10:"karma-teal";s:114:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-teal.jpg";s:10:"karma-grey";s:114:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-grey.jpg";s:12:"karma-cherry";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-cherry.jpg";s:12:"karma-purple";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-purple.jpg";s:12:"karma-silver";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-silver.jpg";s:10:"karma-fire";s:114:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-fire.jpg";s:12:"karma-violet";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-violet.jpg";s:16:"karma-royal-blue";s:120:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-royal-blue.jpg";s:12:"karma-golden";s:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-golden.jpg";s:16:"karma-periwinkle";s:120:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-periwinkle.jpg";s:15:"karma-cool-blue";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-cool-blue.jpg";s:16:"karma-lime-green";s:120:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-lime-green.jpg";s:10:"karma-pink";s:114:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-pink.jpg";s:14:"karma-sky-blue";s:118:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-sky-blue.jpg";s:18:"karma-forest-green";s:122:"http://riserbuilds.com/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:116:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-default.jpg";s:16:"secondary-coffee";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-coffee.jpg";s:16:"secondary-cherry";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-cherry.jpg";s:16:"secondary-autumn";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-autumn.jpg";s:14:"secondary-fire";s:113:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-fire.jpg";s:16:"secondary-golden";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-golden.jpg";s:20:"secondary-lime-green";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-lime-green.jpg";s:16:"secondary-purple";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-purple.jpg";s:14:"secondary-pink";s:113:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-pink.jpg";s:16:"secondary-violet";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-violet.jpg";s:20:"secondary-periwinkle";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-periwinkle.jpg";s:14:"secondary-teal";s:113:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-teal.jpg";s:22:"secondary-forest-green";s:121:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-forest-green.jpg";s:19:"secondary-teal-grey";s:118:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-teal-grey.jpg";s:19:"secondary-blue-grey";s:118:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-blue-grey.jpg";s:20:"secondary-royal-blue";s:119:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-royal-blue.jpg";s:19:"secondary-cool-blue";s:118:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-cool-blue.jpg";s:18:"secondary-sky-blue";s:117:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-sky-blue.jpg";s:16:"secondary-silver";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-silver.jpg";s:14:"secondary-dark";s:113:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-dark.jpg";s:14:"secondary-grey";s:113:"http://riserbuilds.com/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:98:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/no-font.png";s:10:"Droid+Sans";s:103:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/1-droid-sans.png";s:5:"Cabin";s:98:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/2-cabin.png";s:9:"Cantarell";s:102:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/3-cantarell.png";s:6:"Cuprum";s:99:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/4-cuprum.png";s:6:"Oswald";s:99:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/5-oswald.png";s:6:"Neuton";s:99:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/6-neuton.png";s:8:"Orbitron";s:101:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/7-orbitron.png";s:4:"Arvo";s:97:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/8-arvo.png";s:5:"Kreon";s:98:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/9-kreon.png";s:12:"Indie+Flower";s:106:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/10-indie-flower.png";s:12:"Josefin Sans";s:106:"http://riserbuilds.com/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:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/footer-layouts/footer-layout-1.png";s:4:"full";s:115:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/footer-layouts/footer-layout-2.png";s:6:"bottom";s:115:"http://riserbuilds.com/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:105:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/red.jpg";s:11:"white_theme";s:107:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/white.jpg";s:11:"black_theme";s:107:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/black.jpg";s:11:"clean_theme";s:107:"http://riserbuilds.com/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:104:"http://riserbuilds.com/wp-content/themes/Karma/truethemes_framework/admin/images/image-frames/modern.png";s:6:"shadow";s:104:"http://riserbuilds.com/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:23:{i:0;s:21:"Select the Blog page:";i:1;s:11:"sample-page";i:2;s:4:"blog";i:3;s:6:"blog-2";i:4;s:6:"home-2";i:5;s:7:"sitemap";i:6;s:10:"shortcodes";i:7;s:21:"external-image-frames";i:8;s:18:"buttons-lists-text";i:9;s:16:"columns-callouts";i:10;s:10:"lightboxes";i:11;s:14:"tabs-accordion";i:12;s:25:"testimonials-video-tweets";i:13;s:17:"latest-blog-posts";i:14;s:5:"pages";i:15;s:8:"left-nav";i:16;s:9:"right-nav";i:17;s:10:"video-left";i:18;s:11:"video-right";i:19;s:16:"left-nav-sidebar";i:20;s:17:"right-nav-sidebar";i:21;s:7:"gallery";i:22;s:7:"contact";}}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 →";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:4:{i:3;s:4:"Blog";i:4;s:7:"Gallery";i:5;s:15:"Homepage Slider";i:1;s:13:"Uncategorized";}}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:5:{i:0;s:18:"Select a category:";i:1;s:4:"Blog";i:2;s:7:"Gallery";i:3;s:15:"Homepage Slider";i:4;s:13:"Uncategorized";}}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 → 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 → 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 → 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 → 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 → 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 → 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 → 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 → H1 Headings";s:4:"desc";s:48:"Select a font color for all <h1> 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 → H2 Headings";s:4:"desc";s:48:"Select a font color for all <h2> 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 → H3 Headings";s:4:"desc";s:48:"Select a font color for all <h3> 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 → H4 Headings";s:4:"desc";s:48:"Select a font color for all <h4> 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 → H5 Headings";s:4:"desc";s:48:"Select a font color for all <h5> 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 → H6 Headings";s:4:"desc";s:48:"Select a font color for all <h6> 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 → 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 → 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 → 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 → 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 → H1 Headings";s:4:"desc";s:47:"Select a font size for all <h1> 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 → H2 Headings";s:4:"desc";s:47:"Select a font size for all <h2> 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 → H3 Headings";s:4:"desc";s:47:"Select a font size for all <h3> 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 → H4 Headings";s:4:"desc";s:47:"Select a font size for all <h4> 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 → H5 Headings";s:4:"desc";s:47:"Select a font size for all <h5> 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 → H6 Headings";s:4:"desc";s:47:"Select a font size for all <h6> 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 → 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 → 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 → 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 → 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 → 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 → H1 Headings";s:4:"desc";s:47:"Select a font face for all <h1> 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 → H2 Headings";s:4:"desc";s:47:"Select a font face for all <h2> 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 → H3 Headings";s:4:"desc";s:47:"Select a font face for all <h3> 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 → H4 Headings";s:4:"desc";s:47:"Select a font face for all <h4> 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 → H5 Headings";s:4:"desc";s:47:"Select a font face for all <h5> 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 → H6 Headings";s:4:"desc";s:47:"Select a font face for all <h6> 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 → 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'),
333(678, 'of_themename', 'Karma', 'yes'),
334(679, 'of_shortname', 'ka', 'yes'),
335(680, 'txfx_plt_schema_version', '3', 'yes'),
336(681, 'ka_sitelogo', '', 'yes');
337INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
338(682, 'ka_loginlogo', '', 'yes'),
339(683, 'ka_favicon', '', 'yes'),
340(684, 'ka_logo_icon', '', 'yes'),
341(685, 'ka_logo_text', '', 'yes'),
342(686, 'ka_hidemetabox', 'true', 'yes'),
343(687, 'ka_google_analytics', '', 'yes'),
344(688, 'ka_seo_module', 'false', 'yes'),
345(689, 'ka_update_notifier', 'true', 'yes'),
346(690, 'ka_main_scheme', 'karma-grey', 'yes'),
347(691, 'ka_secondary_scheme', 'default', 'yes'),
348(692, 'ka_custom_css', '', 'yes'),
349(693, 'ka_google_font', 'nofont', 'yes'),
350(694, 'ka_custom_google_font', '', 'yes'),
351(695, 'ka_toolbar', 'true', 'yes'),
352(696, 'ka_dropdown', 'false', 'yes'),
353(697, 'ka_nav_description', 'false', 'yes'),
354(698, 'ka_tools_panel', 'true', 'yes'),
355(699, 'ka_searchbar', 'true', 'yes'),
356(700, 'ka_searchbartext', 'Search', 'yes'),
357(701, 'ka_crumbs', 'true', 'yes'),
358(702, 'ka_breadcrumbs_home_text', 'Home', 'yes'),
359(703, 'ka_footer_columns', '4', 'yes'),
360(704, 'ka_footer_layout', 'full_bottom', 'yes'),
361(705, 'ka_scrolltoplink', 'true', 'yes'),
362(706, 'ka_scrolltoplinktext', 'top', 'yes'),
363(707, 'ka_formbuilder', 'true', 'yes'),
364(708, 'ka_publickey', '', 'yes'),
365(709, 'ka_privatekey', '', 'yes'),
366(710, 'ka_recaptcha_theme', 'default_theme', 'yes'),
367(711, 'ka_recaptcha_custom', '', 'yes'),
368(712, 'ka_contact_required', '(required)', 'yes'),
369(713, 'ka_contact_successmsg', 'Thank you for messaging us. We will get back to you as soon as possible. Cheers!', 'yes'),
370(714, 'ka_submit_button_text', 'SUBMIT', 'yes'),
371(715, 'ka_404title', 'Page not Found', 'yes'),
372(716, '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'),
373(717, 'ka_results_title', 'Search Results', 'yes'),
374(718, 'ka_results_fallback', '<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>', 'yes'),
375(719, 'ka_sitemap2_column1', 'Pages', 'yes'),
376(720, 'ka_sitemap2_column2', 'Posts', 'yes'),
377(721, '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'),
378(722, 'ka_blog_image_frame', 'modern', 'yes'),
379(723, 'ka_blogpage', 'Select the Blog page:', 'yes'),
380(724, 'ka_blogtitle', 'Blog', 'yes'),
381(725, 'ka_blogbutton', 'Continue Reading ?', 'yes'),
382(726, 'ka_dragshare', 'true', 'yes'),
383(727, 'ka_posted_by', 'false', 'yes'),
384(728, 'ka_post_date', 'false', 'yes'),
385(729, 'ka_blogauthor', 'true', 'yes'),
386(730, 'ka_related_posts', 'true', 'yes'),
387(731, 'ka_related_posts_title', 'Related Posts', 'yes'),
388(732, 'ka_related_posts_count', '5', 'yes'),
389(733, 'ka_blogexcludetest', '', 'yes'),
390(734, 'ka_post_comments', 'true', 'yes'),
391(735, 'ka_jcycle_category', 'Select a category:', 'yes'),
392(736, 'ka_jcycle_pause_hover', 'true', 'yes'),
393(737, 'ka_jcycle_timeout', '8000', 'yes'),
394(738, 'ka_cu3er_slider_id', '1', 'yes'),
395(739, 'ka_testimonial_enable', 'true', 'yes'),
396(740, 'ka_testimonial_pause_hover', 'true', 'yes'),
397(741, 'ka_testimonial_timeout', '8000', 'yes'),
398(742, 'ka_custom_info_text', '', 'yes'),
399(743, 'ka_custom_logo_font_color', '', 'yes'),
400(744, 'ka_main_menu_font_color', '', 'yes'),
401(745, 'ka_main_content_font_color', '', 'yes'),
402(746, 'ka_footer_content_font_color', '', 'yes'),
403(747, 'ka_link_font_color', '', 'yes'),
404(748, 'ka_link_hover_font_color', '', 'yes'),
405(749, 'ka_side_menu_font_color', '', 'yes'),
406(750, 'ka_h1_font_color', '', 'yes'),
407(751, 'ka_h2_font_color', '', 'yes'),
408(752, 'ka_h3_font_color', '', 'yes'),
409(753, 'ka_h4_font_color', '', 'yes'),
410(754, 'ka_h5_font_color', '', 'yes'),
411(755, 'ka_h6_font_color', '', 'yes'),
412(756, 'ka_custom_logo_font_size', '--select--', 'yes'),
413(757, 'ka_main_menu_font_size', '--select--', 'yes'),
414(758, 'ka_main_content_font_size', '--select--', 'yes'),
415(759, 'ka_side_menu_font_size', '--select--', 'yes'),
416(760, 'ka_h1_font_size', '--select--', 'yes'),
417(761, 'ka_h2_font_size', '--select--', 'yes'),
418(762, 'ka_h3_font_size', '--select--', 'yes'),
419(763, 'ka_h4_font_size', '--select--', 'yes'),
420(764, 'ka_h5_font_size', '--select--', 'yes'),
421(765, 'ka_h6_font_size', '--select--', 'yes'),
422(766, 'ka_footer_content_font_size', '--select--', 'yes'),
423(767, 'ka_custom_logo_font', 'nofont', 'yes'),
424(768, 'ka_main_content_font', 'nofont', 'yes'),
425(769, 'ka_main_navigation_font', 'nofont', 'yes'),
426(770, 'ka_sidebar_menu_font', 'nofont', 'yes'),
427(771, 'ka_h1_font', 'nofont', 'yes'),
428(772, 'ka_h2_font', 'nofont', 'yes'),
429(773, 'ka_h3_font', 'nofont', 'yes'),
430(774, 'ka_h4_font', 'nofont', 'yes'),
431(775, 'ka_h5_font', 'nofont', 'yes'),
432(776, 'ka_h6_font', 'nofont', 'yes'),
433(777, 'ka_footer_content_font', 'nofont', 'yes'),
434(778, 'notifier-cache', '<?xml version="1.0" encoding="UTF-8"?>\n<notifier>\n <latest>3.0.1</latest>\n <changelog>\n<![CDATA[\n<h4>Version 3.0.1</h4>\n<ul>\n<li><strong>- File Update:</strong> <em>truethemes.js and style.css</em> changed mobile menu to a normal list, remove first item toggle. Fixes unclickable first level menu item.</li>\n<li><strong>- File Update:</strong> <em>admin-functions.php</em> changed woocommerce css to use get_template_directory_uri</li>\n<li><strong>- File Update:</strong> <em>template_sitemap-2.php</em> stripslashes to echo $sitemap_column3 to fix broken email address.</li>\n<li><strong>- File Update:</strong> <em>404.php</em> stripslashes to title and message to fix broken url.</li>\n<li><strong>- File Update:</strong> <em>_woocommerce.css</em> .chzn-results css fix for auto populate states in checkout page</li>\n<li><strong>- File Update:</strong> <em>admin-functions.php</em> Updated with checks for Jetpack plugin, show global notification in Theme activation view if detected.</li>\n<li><strong>- File Update:</strong> <em>basic.php</em> Added support for multisite wp-signup.php, which is the public registration page.</li>\n<li><strong>- File Update:</strong> <em>shortcodes.php</em> Fixed accordion and tabs shortcode bug, by removing reference to missing callback function, and rewriting back to WordPress standard shortcode format.</li>\n<li><strong>- Overview:</strong> Minor bug fixes, Responsive optimizations</li>\n<li><strong>- File Update:</strong> <em>style.css</em> Added fixes for broken "Google +" and "Email" social icons.</li>\n<li><strong>- File Update:</strong> <em>/images/_global/global-sprite.png</em> Added images for "Google +" and "Email" social icons.</li>\n<li><strong>- File Update:</strong> <em>style.css</em> fixed spacing bug in IE8+ on jQuery2page template.</li>\n<li><strong>- File Update:</strong> <em>/css/mobile.css</em> fixed layout in mobile/iPad view. (Left Nav + Sidebar, Right Nav + Sidebar, WooCommerce Sidebar).</li>\n</ul>\n\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'),
435(779, 'notifier-cache-last-updated', '1360825713', 'yes'),
436(1784, 'rewrite_rules', 'a:87:{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:58:"services_rendered/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?services_rendered=$matches[1]&feed=$matches[2]";s:53:"services_rendered/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?services_rendered=$matches[1]&feed=$matches[2]";s:46:"services_rendered/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?services_rendered=$matches[1]&paged=$matches[2]";s:28:"services_rendered/([^/]+)/?$";s:39:"index.php?services_rendered=$matches[1]";s:37:"portfolio/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"portfolio/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"portfolio/([^/]+)/trackback/?$";s:36:"index.php?portfolio=$matches[1]&tb=1";s:38:"portfolio/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&paged=$matches[2]";s:45:"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&cpage=$matches[2]";s:30:"portfolio/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?portfolio=$matches[1]&page=$matches[2]";s:26:"portfolio/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"portfolio/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"portfolio/[^/]+/([^/]+)/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:41:"index.php?&page_id=7047&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'),
437(2007, '_site_transient_timeout_theme_roots', '1411999092', 'yes'),
438(2008, '_site_transient_theme_roots', 'a:3:{s:9:"promotion";s:7:"/themes";s:5:"riser";s:7:"/themes";s:14:"twentyfourteen";s:7:"/themes";}', 'yes'),
439(784, '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:"«";s:9:"last_text";s:7:"»";s:9:"next_text";s:7:"»";s:9:"prev_text";s:7:"«";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'),
440(785, 'ka_blogexcludetest_1', 'false', 'yes'),
441(1700, 'category_children', 'a:0:{}', 'yes'),
442(796, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
443(797, 'ka_blogexcludetest_3', 'false', 'yes'),
444(798, 'ka_blogexcludetest_4', 'false', 'yes'),
445(799, 'ka_blogexcludetest_5', 'false', 'yes'),
446(1771, 'wpsupercache_start', '1408035368', 'yes'),
447(1772, 'wpsupercache_count', '0', 'yes'),
448(1732, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1408077756', 'no'),
449(1733, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://riserbuilds.com/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p>', 'no'),
450(1767, 'ossdl_off_cdn_url', 'http://riserbuilds.com', 'yes'),
451(1768, 'ossdl_off_include_dirs', 'wp-content,wp-includes', 'yes'),
452(1809, '_transient_timeout_plugin_slugs', '1411740931', 'no'),
453(1810, '_transient_plugin_slugs', 'a:8:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";i:2;s:17:"moover/moover.php";i:3;s:19:"jetpack/jetpack.php";i:4;s:53:"seedprod-coming-soon-pro/seedprod-coming-soon-pro.php";i:5;s:41:"loginradius-for-wordpress/LoginRadius.php";i:6;s:23:"wordfence/wordfence.php";i:7;s:41:"wordpress-importer/wordpress-importer.php";}', 'no'),
454(1636, 'SEOPager_bgcolor2', 'white', 'yes'),
455(1637, 'SEOPager_fgcolor1', '#67A7C4', 'yes'),
456(1638, 'SEOPager_fgcolor2', '#7F7F7F', 'yes'),
457(1639, 'SEOPager_auto', 'disallow', 'yes'),
458(1640, 'SEOPager_title', 'disallow', 'yes'),
459(1641, 'SEOPager_titletext', '%wp_title% — Page %page_no%', 'yes'),
460(1642, 'SEOPager_excerpt', 'disallow', 'yes'),
461(1643, 'SEOPager_excerpt_pre', 'Archived; click post to view.<br />\n<b>Excerpt:</b>', 'yes'),
462(1644, 'SEOPager_excerpt_post', '...', 'yes'),
463(1645, 'SEOPager_excerpt_length', '25%', 'yes'),
464(1646, 'SEOPager_excerpt_first_page', 'disallow', 'yes'),
465(1647, 'SEOPager_ellipsis', '...', 'yes'),
466(1648, 'SEOPager_num_of_pages', '10', 'yes'),
467(1706, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
468(1704, 'page_for_posts', '4437', 'yes'),
469(1576, '_transient_plugins_delete_result_1', '1', 'yes'),
470(1649, 'option_tree', 'a:157:{s:15:"general_default";s:6:"Global";s:11:"logo_uploud";s:60:"http://riserbuilds.com/wp-content/uploads/riser_logo_red.png";s:10:"logo_width";s:5:"190px";s:11:"logo_height";s:5:"101px";s:16:"logo_margin_left";s:0:"";s:18:"logo_margin_bottom";s:0:"";s:10:"login_logo";s:56:"http://riserbuilds.com/wp-content/uploads/login-logo.png";s:7:"favicon";s:59:"http://riserbuilds.com/wp-content/uploads/riser_favicon.png";s:10:"back_areas";s:16:"Background areas";s:22:"horizontal_menu_height";s:5:"130px";s:11:"menu_opt_bg";s:7:"#ffffff";s:13:"menu_bg_image";s:0:"";s:22:"menu_background_repeat";s:0:"";s:30:"menu_background_image_position";s:0:"";s:26:"header_bottom_border_color";s:7:"#ffffff";s:24:"subhead_background_color";s:7:"#282d33";s:14:"subhead_bg_img";s:0:"";s:17:"subhead_bg_repeat";s:0:"";s:14:"subhead_bg_pos";s:0:"";s:16:"page_title_color";s:7:"#ffffff";s:12:"subhead_text";s:7:"#e0e0e0";s:14:"slider_shadows";a:1:{i:0;s:15:"disable shadows";}s:15:"slider_bg_color";s:0:"";s:13:"slider_bg_img";s:0:"";s:16:"slider_bg_repeat";s:8:"repeat-x";s:18:"slider_bg_position";s:0:"";s:12:"cfw_bg_color";s:4:"#222";s:10:"cfw_bg_img";s:0:"";s:13:"cfw_bg_repeat";s:8:"repeat-x";s:10:"cfw_bg_pos";s:0:"";s:19:"bc_background_color";s:7:"#ffffff";s:17:"bc_background_img";s:0:"";s:12:"bc_bg_repeat";s:0:"";s:14:"bc_bg_position";s:0:"";s:9:"bc_border";s:7:"#ffffff";s:10:"body_color";s:7:"#ffffff";s:21:"body_background_image";s:0:"";s:22:"body_background_repeat";s:0:"";s:19:"body_image_position";s:0:"";s:23:"footer_background_color";s:7:"#f7f7f7";s:13:"footer_bg_img";s:0:"";s:16:"footer_bg_repeat";s:0:"";s:13:"footer_bg_pos";s:0:"";s:13:"copy_bg_color";s:7:"#292e34";s:11:"main_colors";s:18:"Main color options";s:13:"heading_color";s:4:"#333";s:18:"content_text_color";s:7:"#4d4d4d";s:15:"meta_link_color";s:0:"";s:10:"link_color";s:7:"#717173";s:16:"link_hover_color";s:7:"#292e34";s:21:"sidebar_divider_color";s:7:"#dddddd";s:16:"breadcrumb_color";s:7:"#e6e6e6";s:23:"button_background_color";s:7:"#292e34";s:17:"button_text_color";s:7:"#ffffff";s:29:"button_hover_background_color";s:7:"#163152";s:23:"button_hover_text_color";s:7:"#ffffff";s:8:"blog_opt";s:12:"Blog options";s:18:"select_blog_header";s:11:"Post Slider";s:16:"blog_header_html";s:0:"";s:28:"exclude_categories_from_blog";s:0:"";s:8:"menu_opt";s:12:"Menu options";s:17:"menu_margin_right";s:0:"";s:18:"menu_margin_bottom";s:0:"";s:19:"menu_opt_link_color";s:0:"";s:19:"menu_opt_link_hover";s:7:"#ffffff";s:32:"menu_link_hover_background_color";s:7:"#333333";s:16:"submenu_bg_color";s:4:"#fff";s:18:"submenu_link_color";s:7:"#555555";s:18:"submenu_link_hover";s:7:"#e36552";s:30:"submenu_hover_background_color";s:0:"";s:21:"submenu_divider_color";s:0:"";s:10:"typography";s:10:"Typography";s:17:"choose_cufon_font";s:4:"Hero";s:24:"upload_custom_cufon_font";s:0:"";s:14:"menu_font_size";s:4:"13px";s:17:"submenu_font_size";s:0:"";s:7:"h1_size";s:4:"30px";s:7:"h2_size";s:0:"";s:7:"h3_size";s:0:"";s:7:"h4_size";s:4:"18px";s:7:"h5_size";s:0:"";s:7:"h6_size";s:0:"";s:22:"content_text_font_size";s:0:"";s:18:"sidebar_title_size";s:0:"";s:7:"sliders";s:22:"Offer and Orbit slides";s:19:"offer_slider_images";a:3:{i:0;a:5:{s:5:"order";s:1:"0";s:5:"title";s:15:"Amazing Product";s:5:"image";s:29:"http://lorempixel.com/415/305";s:4:"link";s:0:"";s:11:"description";s:286:"Praesent non sapien odio. Suspendisse in nisi ut metus consectetur dignissim. In hac habitasse platea dictumst. Suspendisse sed pellentesque mauris. <br/><br/>\r\n[button link=\\"#\\" color=\\"#f6b440\\" size=\\"1\\" style=\\"1\\" dark=\\"1\\" square=\\"0\\" target=\\"self\\"]View information[/button]";}i:1;a:5:{s:5:"order";s:1:"1";s:5:"title";s:11:"Great Offer";s:5:"image";s:31:"http://lorempixel.com/g/415/305";s:4:"link";s:0:"";s:11:"description";s:265:"Mauris pretium nibh sed libero tempus in sagittis tortor interdum. Nullam nibh nisi, aliquam nec semper sed, semper vitae orci. <br/><br/>\r\n[button link=\\"#\\" color=\\"#f6b440\\" size=\\"1\\" style=\\"1\\" dark=\\"1\\" square=\\"0\\" target=\\"self\\"]View information[/button]";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:9:"Choose Us";s:5:"image";s:36:"http://lorempixel.com/415/305/sports";s:4:"link";s:0:"";s:11:"description";s:290:"Suspendisse sed pellentesque mauris. In congue congue risus, et mollis tellus vulputate eget. Vivamus malesuada eleifend mollis. Aliquam erat volutpat. <br/><br/>\r\n[button link=\\"#\\" color=\\"#f6b440\\" size=\\"1\\" style=\\"1\\" dark=\\"1\\" square=\\"0\\" target=\\"self\\"]View information[/button]";}}s:19:"orbit_slider_images";a:3:{i:0;a:5:{s:5:"order";s:1:"0";s:5:"title";s:5:"First";s:5:"image";s:29:"http://lorempixel.com/960/350";s:4:"link";s:0:"";s:11:"description";s:57:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. ";}i:1;a:5:{s:5:"order";s:1:"3";s:5:"title";s:6:"Second";s:5:"image";s:31:"http://lorempixel.com/g/960/350";s:4:"link";s:0:"";s:11:"description";s:93:"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.";}i:2;a:5:{s:5:"order";s:1:"2";s:5:"title";s:5:"Third";s:5:"image";s:36:"http://lorempixel.com/960/350/sports";s:4:"link";s:0:"";s:11:"description";s:52:"Mauris pulvinar lectus ac nulla consectetur cursus. ";}}s:18:"all_slider_options";s:14:"Slider options";s:18:"offer_slider_delay";s:5:"10000";s:22:"offer_background_color";s:0:"";s:12:"orbit_height";s:5:"350px";s:9:"animation";s:4:"fade";s:14:"animationspeed";s:4:"2000";s:5:"timer";s:4:"true";s:12:"advancespeed";s:5:"10000";s:12:"pauseonhover";s:4:"true";s:20:"startclockonmouseout";s:0:"";s:25:"startclockonmouseoutafter";s:0:"";s:14:"directionalnav";s:4:"true";s:8:"captions";s:4:"true";s:16:"captionanimation";s:9:"slideOpen";s:21:"captionanimationspeed";s:0:"";s:7:"bullets";s:5:"false";s:12:"translations";s:24:"Custom text/translations";s:18:"search_results_for";s:0:"";s:16:"search_not_found";s:0:"";s:12:"blog_comment";s:0:"";s:13:"blog_comments";s:0:"";s:14:"blog_posted_on";s:0:"";s:7:"blog_by";s:0:"";s:11:"blog_in_cat";s:0:"";s:9:"blog_read";s:0:"";s:10:"blog_leave";s:15:"Leave a comment";s:13:"comments_name";s:0:"";s:14:"comments_email";s:0:"";s:16:"comments_website";s:0:"";s:17:"comments_responce";s:0:"";s:18:"comments_responces";s:0:"";s:12:"comments_add";s:0:"";s:12:"comments_log";s:0:"";s:12:"comments_out";s:0:"";s:13:"comments_your";s:0:"";s:15:"comments_button";s:11:"ADD COMMENT";s:13:"comments_pass";s:0:"";s:19:"comments_click_here";s:0:"";s:19:"comments_moderation";s:0:"";s:17:"portfolio_all_txt";s:0:"";s:9:"port_back";s:0:"";s:14:"contact_submit";s:0:"";s:19:"contact_is_required";s:23:"This field is required.";s:16:"contact_required";s:10:"(required)";s:18:"contact_successmsg";s:37:"Message sent successfully. Thank you!";s:9:"title_404";s:0:"";s:11:"message_404";s:108:"The page you were looking for doesn\\''t exist.</br> This message and title are customizable and translatable.";s:21:"footer_slidingsidebar";s:24:"Footer / Sliding sidebar";s:20:"footer_heading_color";s:0:"";s:25:"footer_content_text_color";s:4:"#555";s:17:"footer_link_color";s:7:"#717173";s:23:"footer_link_hover_color";s:4:"#999";s:19:"fotter_border_color";s:7:"#c9c9c9";s:27:"disable_sliding_sidebar_opt";a:1:{i:0;s:23:"disable sliding sidebar";}s:32:"sliding_sidebar_background_color";s:7:"#e15743";s:29:"sliding_sidebar_heading_color";s:0:"";s:26:"sliding_sidebar_text_color";s:0:"";s:26:"sliding_sidebar_link_color";s:0:"";s:32:"sliding_sidebar_link_hover_color";s:0:"";s:19:"copyright_area_text";s:30:"© 2014 Riser Construction LLC";s:20:"copyright_text_color";s:7:"#e3e3e3";s:22:"footer_menu_link_color";s:7:"#e3e3e3";s:28:"footer_menu_link_hover_color";s:0:"";s:12:"contact_form";s:12:"Contact form";s:18:"contact_form_width";s:3:"60%";s:17:"analytics_statics";s:22:"Analytics / Statistics";s:14:"analytics_code";s:0:"";s:13:"mobile_setigs";s:14:"Mobile devices";s:17:"responsive_layout";s:45:"Responsive layout for smartphones and tablets";s:37:"disable_cufon_font_for_mobile_devices";a:1:{i:0;s:7:"disable";}}', 'yes'),
471(1627, 'theme_mods_promotion', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:26;s:6:"footer";i:22;}}', 'yes'),
472(1628, 'SEOPager_styles', 'boxed', 'yes'),
473(1650, 'option_tree_version', '1.1.7.1', 'yes'),
474(1651, 'option_tree_activation', 'set', 'yes'),
475(1652, 'su_custom_css', '', 'yes'),
476(1832, '_transient_wflginfl_3164820221', '1', 'no'),
477(1860, '_transient_timeout_wflginfl_1475652623', '1411735657', 'no'),
478(1779, 'theme_mods_riser', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:2:{s:7:"primary";i:26;s:6:"footer";i:22;}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1408038390;s:4:"data";a:16:{s:18:"orphaned_widgets_1";a:1:{i:0;s:6:"text-4";}s:19:"wp_inactive_widgets";a:1:{i:0;s:8:"search-3";}s:19:"primary-widget-area";a:0:{}s:15:"top-widget-area";a:1:{i:0;s:8:"search-2";}s:19:"content-widget-area";a:1:{i:0;s:6:"text-2";}s:24:"first-footer-widget-area";a:1:{i:0;s:6:"text-7";}s:25:"second-footer-widget-area";a:1:{i:0;s:6:"text-3";}s:24:"third-footer-widget-area";a:1:{i:0;s:6:"text-5";}s:25:"fourth-footer-widget-area";a:2:{i:0;s:15:"social-widget-2";i:1;s:6:"text-6";}s:25:"first-sliding-widget-area";a:1:{i:0;s:18:"loginform-widget-2";}s:26:"second-sliding-widget-area";a:0:{}s:25:"third-sliding-widget-area";a:0:{}s:26:"fourth-sliding-widget-area";a:0:{}s:16:"CUSTOM-no-header";a:0:{}s:15:"CUSTOM-contacts";a:0:{}s:21:"CUSTOM-custom-sidebar";a:0:{}}}}', 'yes'),
479(1776, 'wpsupercache_gc_time', '1408035897', 'yes'),
480(1709, 'services_rendered_children', 'a:0:{}', 'yes'),
481(1678, 'rps_total_posts', '6', 'yes'),
482(1679, 'rps_slider_content', '1', 'yes'),
483(1680, 'rps_category_ids', '', 'yes'),
484(1681, 'rps_post_include_ids', '', 'yes'),
485(1682, 'rps_post_exclude_ids', '', 'yes'),
486(1683, 'rps_post_title_color', '', 'yes'),
487(1684, 'rps_slider_speed', '', 'yes'),
488(1685, 'rps_pagination_style', '$pagination_style', 'yes'),
489(1686, 'rps_excerpt_words', '', 'yes'),
490(1769, 'ossdl_off_exclude', '.php', 'yes'),
491(1695, 'w3tc_request_data', '', 'no'),
492(1696, '_transient_test.verify_permissions', '1360865326', 'yes'),
493(1705, 'widget_social-widget', 'a:2:{i:2;a:78:{s:5:"title";s:10:"Follow Us!";s:4:"text";s:0:"";s:10:"imgcaption";s:12:"Follow Us on";s:9:"icon_size";s:7:"default";s:9:"icon_pack";s:7:"default";s:9:"animation";s:4:"fade";s:12:"icon_opacity";s:7:"default";s:6:"newtab";s:3:"yes";s:8:"nofollow";s:2:"on";s:9:"alignment";s:4:"left";s:8:"facebook";s:45:"https://www.facebook.com/RiserConstructionLLC";s:10:"googleplus";s:0:"";s:7:"twitter";s:31:"https://twitter.com/RiserBuilds";s:7:"myspace";s:0:"";s:5:"orkut";s:0:"";s:5:"hyves";s:0:"";s:8:"linkedin";s:0:"";s:11:"asmallworld";s:0:"";s:10:"foursquare";s:0:"";s:6:"meetup";s:0:"";s:6:"flickr";s:0:"";s:6:"picasa";s:0:"";s:10:"deviantart";s:0:"";s:7:"youtube";s:0:"";s:4:"hulu";s:0:"";s:7:"ustream";s:0:"";s:5:"vimeo";s:0:"";s:8:"flixster";s:0:"";s:4:"imdb";s:0:"";s:5:"steam";s:0:"";s:5:"skype";s:19:"skype://RiserBuilds";s:4:"talk";s:0:"";s:4:"digg";s:0:"";s:6:"reddit";s:0:"";s:9:"delicious";s:0:"";s:7:"stumble";s:0:"";s:4:"buzz";s:0:"";s:10:"friendfeed";s:0:"";s:7:"rss_url";s:0:"";s:9:"subscribe";s:27:"mailto:info@riserbuilds.com";s:6:"tumblr";s:0:"";s:7:"blogger";s:0:"";s:9:"wordpress";s:0:"";s:4:"yelp";s:0:"";s:10:"slideshare";s:0:"";s:3:"bbb";s:0:"";s:14:"merchantcircle";s:0:"";s:4:"etsy";s:0:"";s:4:"ebay";s:0:"";s:6:"lastfm";s:0:"";s:7:"pandora";s:0:"";s:4:"ping";s:0:"";s:7:"live365";s:0:"";s:12:"digitaltunes";s:0:"";s:10:"soundcloud";s:0:"";s:8:"bandcamp";s:0:"";s:6:"tungle";s:0:"";s:8:"plancast";s:0:"";s:11:"custom1name";s:0:"";s:11:"custom1icon";s:0:"";s:10:"custom1url";s:0:"";s:11:"custom2name";s:0:"";s:11:"custom2icon";s:0:"";s:10:"custom2url";s:0:"";s:11:"custom3name";s:0:"";s:11:"custom3icon";s:0:"";s:10:"custom3url";s:0:"";s:11:"custom4name";s:0:"";s:11:"custom4icon";s:0:"";s:10:"custom4url";s:0:"";s:11:"custom5name";s:0:"";s:11:"custom5icon";s:0:"";s:10:"custom5url";s:0:"";s:11:"custom6name";s:0:"";s:11:"custom6icon";s:0:"";s:10:"custom6url";s:0:"";s:14:"customiconsurl";s:56:"http://wwww.yoursite.com/wordpress/wp-content/your-icons";s:15:"customiconspath";s:19:"/path/to/your-icons";}s:12:"_multiwidget";i:1;}', 'yes'),
494(1697, 'theme_mods_twentytwelve', 'a:2:{i:0;b:0;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1360866105;s:4:"data";a:4:{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:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
495(1710, 'moover-settings', 'a:2:{s:9:"remove_db";i:1;s:11:"permissions";s:12:"edit_plugins";}', 'yes'),
496(1707, 'widget_loginform-widget', 'a:2:{i:2;a:1:{s:5:"title";s:12:"Client Login";}s:12:"_multiwidget";i:1;}', 'yes'),
497(1719, 'LoginRadius_settings', 'a:46:{s:18:"LoginRadius_useapi";s:4:"curl";s:18:"LoginRadius_apikey";s:36:"1d3a9fe0-8c84-4f68-aabb-e842806210f8";s:18:"LoginRadius_secret";s:36:"5b20027c-9241-4d3a-ad92-9ecd35d5106a";s:17:"LoginRadius_title";s:20:"Login with Social ID";s:21:"LoginRadius_loginform";s:1:"0";s:19:"LoginRadius_regform";s:1:"0";s:27:"LoginRadius_regformPosition";s:5:"embed";s:21:"LoginRadius_sendemail";s:9:"sendemail";s:22:"LoginRadius_dummyemail";s:10:"dummyemail";s:9:"msg_email";s:102:"Unfortunately, the ID Provider did not provided your email address. Please enter your email to proceed";s:14:"msg_existemail";s:103:"The email you have entered is either already registered or invalid. Please enter a valid email address.";s:20:"LoginRadius_redirect";s:8:"samepage";s:15:"custom_redirect";s:0:"";s:24:"LoginRadius_loutRedirect";s:8:"homepage";s:19:"custom_loutRedirect";s:0:"";s:31:"LoginRadius_disableRegistration";s:1:"0";s:22:"LoginRadius_noProvider";s:1:"0";s:25:"LoginRadius_socialLinking";s:1:"1";s:24:"LoginRadius_socialavatar";s:12:"socialavatar";s:25:"LoginRadius_commentEnable";s:1:"1";s:36:"LoginRadius_commentInterfacePosition";s:17:"after_leave_reply";s:23:"LoginRadius_autoapprove";s:1:"0";s:23:"LoginRadius_shareEnable";s:1:"1";s:24:"LoginRadius_sharingTitle";s:16:"Share Riser now!";s:24:"LoginRadius_sharingTheme";s:10:"horizontal";s:16:"topSharing_theme";s:2:"16";s:19:"bottomSharing_theme";s:2:"16";s:21:"verticalSharing_theme";s:2:"32";s:17:"sharing_providers";a:4:{i:0;s:8:"facebook";i:1;s:10:"googleplus";i:2;s:7:"twitter";i:3;s:5:"email";}s:19:"rearrange_providers";a:4:{i:0;s:8:"facebook";i:1;s:7:"twitter";i:2;s:10:"googleplus";i:3;s:5:"email";}s:24:"sharing_verticalPosition";s:8:"top_left";s:14:"sharing_offset";s:0:"";s:23:"LoginRadius_sharebottom";s:1:"1";s:21:"LoginRadius_sharepage";s:1:"1";s:25:"LoginRadius_counterEnable";s:1:"0";s:24:"LoginRadius_counterTitle";s:8:"Be a fan";s:24:"LoginRadius_counterTheme";s:10:"horizontal";s:16:"topCounter_theme";s:2:"16";s:19:"bottomCounter_theme";s:2:"16";s:21:"verticalCounter_theme";s:2:"32";s:17:"counter_providers";a:4:{i:0;s:13:"Facebook Like";i:1;s:10:"Google+ +1";i:2;s:14:"LinkedIn Share";i:3;s:13:"Twitter Tweet";}s:24:"counter_verticalPosition";s:8:"top_left";s:14:"counter_offset";s:0:"";s:25:"LoginRadius_counterbottom";s:1:"1";s:29:"LoginRadius_loginformPosition";s:5:"embed";s:23:"LoginRadius_commentform";s:3:"new";}', 'yes'),
498(1770, 'ossdl_cname', '', 'yes'),
499(1720, 'loginradius_version', '4.0', 'yes'),
500(1721, 'widget_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
501(1722, 'wordfence_version', '5.2.5', 'yes'),
502(1940, '_transient_timeout_wflginfl_1475652363', '1411884511', 'no'),
503(1723, 'wordfenceActivated', '1', 'yes'),
504(1745, '_site_transient_timeout_browser_7df5c10583e393ed36ed7157f4f7e7e6', '1408639905', 'yes'),
505(1724, 'wf_plugin_act_error', '', 'yes'),
506(1941, '_transient_wflginfl_1475652363', '1', 'no'),
507(1990, '_transient_timeout_wflginfl_774324559', '1411959106', 'no'),
508(1991, '_transient_wflginfl_774324559', '1', 'no'),
509(1725, 'akismet_spam_count', '1', 'yes'),
510(1759, '_transient_timeout_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1408078308', 'no'),
511(1760, '_transient_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1408035108', 'no'),
512(1761, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1408078308', 'no'),
513(1762, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''http://wordpress.org/plugins/woocommerce/''>WooCommerce - excelling eCommerce</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=8792af0969&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''WooCommerce - excelling eCommerce''>Install</a>)</span>\n<p>WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''https://wordpress.org/plugins/post-title-spell-check/''>Post Title Spell Check</a></h5> <span>(<a href=''plugin-install.php?tab=plugin-information&plugin=post-title-spell-check&_wpnonce=cb859f29ca&TB_iframe=true&width=600&height=800'' class=''thickbox'' title=''Post Title Spell Check''>Install</a>)</span>\n<p>Add spell check functionality to the WordPress post title input field.</p>\n', 'no'),
514(1763, '_site_transient_timeout_wporg_theme_feature_list', '1408047098', 'yes'),
515(1764, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:8:"Features";a:19:{i:1;s:8:"blavatar";i:2;s:10:"buddypress";i:3;s:17:"custom-background";i:4;s:13:"custom-colors";i:5;s:13:"custom-header";i:6;s:11:"custom-menu";i:7;s:12:"editor-style";i:8;s:21:"featured-image-header";i:9;s:15:"featured-images";i:10;s:15:"flexible-header";i:11;s:20:"front-page-post-form";i:12;s:19:"full-width-template";i:13;s:12:"microformats";i:14;s:12:"post-formats";i:15;s:20:"rtl-language-support";i:16;s:11:"sticky-post";i:17;s:13:"theme-options";i:18;s:17:"threaded-comments";i:19;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}}', 'yes'),
516(1773, 'supercache_stats', 'a:3:{s:9:"generated";i:1408038212;s:10:"supercache";a:5:{s:7:"expired";i:0;s:12:"expired_list";a:0:{}s:6:"cached";i:0;s:11:"cached_list";a:0:{}s:2:"ts";i:1408038212;}s:7:"wpcache";a:3:{s:6:"cached";i:0;s:7:"expired";i:0;s:5:"fsize";s:3:"0KB";}}', 'yes'),
517(2010, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1412003204;s:8:"response";a:3:{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:19:"jetpack/jetpack.php";O:8:"stdClass":7:{s:2:"id";s:5:"20101";s:4:"slug";s:7:"jetpack";s:6:"plugin";s:19:"jetpack/jetpack.php";s:11:"new_version";s:5:"2.5.2";s:3:"url";s:38:"https://wordpress.org/plugins/jetpack/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/jetpack.2.5.2.zip";s:10:"autoupdate";b:1;}s:41:"loginradius-for-wordpress/LoginRadius.php";O:8:"stdClass":7:{s:2:"id";s:5:"26733";s:4:"slug";s:25:"loginradius-for-wordpress";s:6:"plugin";s:41:"loginradius-for-wordpress/LoginRadius.php";s:11:"new_version";s:5:"6.0.1";s:14:"upgrade_notice";s:128:"Fixed issues in last version\nCompatiblilty with Wordpress 4.0\nTweak: Removed hard-coded plugin version and stored it in database";s:3:"url";s:56:"https://wordpress.org/plugins/loginradius-for-wordpress/";s:7:"package";s:74:"https://downloads.wordpress.org/plugin/loginradius-for-wordpress.6.0.1.zip";}}s:12:"translations";a:0:{}}', 'yes'),
518(1799, '_site_transient_timeout_browser_0410737989a2297c0b704d5ea7b573e3', '1412259327', 'yes'),
519(1800, '_site_transient_browser_0410737989a2297c0b704d5ea7b573e3', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"37.0.2062.102";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
520(1803, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1411697730', 'no'),
521(1804, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1411654530', 'no'),
522(1807, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1411697730', 'no'),
523(1808, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1411654530', 'no');
524
525-- --------------------------------------------------------
526
527--
528-- Table structure for table `wp_option_tree`
529--
530
531CREATE TABLE IF NOT EXISTS `wp_option_tree` (
532 `id` mediumint(9) NOT NULL AUTO_INCREMENT,
533 `item_id` varchar(50) NOT NULL,
534 `item_title` varchar(100) NOT NULL,
535 `item_desc` longtext,
536 `item_type` varchar(30) NOT NULL,
537 `item_options` varchar(250) DEFAULT NULL,
538 `item_sort` mediumint(9) NOT NULL DEFAULT '0',
539 PRIMARY KEY (`id`),
540 UNIQUE KEY `item_id` (`item_id`)
541) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=205 ;
542
543--
544-- Dumping data for table `wp_option_tree`
545--
546
547INSERT INTO `wp_option_tree` (`id`, `item_id`, `item_title`, `item_desc`, `item_type`, `item_options`, `item_sort`) VALUES
548(1, 'general_default', 'Global', '', 'heading', '', 0),
549(2, 'general_options', 'Logo options', '<h1>Site logo options</h1>', 'textblock', '', 0),
550(3, 'logo_uploud', 'Logo upload', '', 'upload', '', 0),
551(4, 'logo_width', 'Logo width', 'Note: add "px" at the end. Example: 65px', 'input', '', 0),
552(5, 'logo_height', 'Logo height', 'Note: add "px" at the end. Example: 65px', 'input', '', 0),
553(6, 'logo_margin_left', 'Logo margin left', 'Logo margin from left. Example: 10px or -10px', 'input', '', 0),
554(7, 'logo_margin_bottom', 'Logo margin bottom', 'Logo margin from bottom. Example: 10px or -10px', 'input', '', 0),
555(8, 'gener_opt_title', 'Misc. options', '<h1>Additional options</h1>', 'textblock', '', 0),
556(9, 'disable_breadcrumbs', 'Breadcrumbs', '', 'checkbox', 'disable breadcrumbs', 0),
557(10, 'login_logo', 'Login logo', 'Upload a custom logo for Wordpress login page', 'upload', '', 0),
558(11, 'favicon', 'Favicon', '16x16px recommended.', 'upload', '', 0),
559(12, 'back_areas', 'Background areas', '', 'heading', '', 0),
560(13, 'header_background_options', 'Header background options', '<h1>Menu area / header</h1>', 'textblock', '', 0),
561(14, 'horizontal_menu_height', 'Header height', 'Height of the header area. Example: 200px', 'input', '', 0),
562(15, 'menu_opt_bg', 'Background color', '', 'colorpicker', '', 0),
563(16, 'menu_bg_image', 'Custom background image', '', 'upload', '', 0),
564(17, 'menu_background_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
565(18, 'menu_background_image_position', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
566(19, 'header_bottom_border_color', 'Header bottom border color', '', 'colorpicker', '', 0),
567(20, 'slider_and_title_background', 'Page title background & color options', '<h1>Page title and Custom header element (1st background)</h1>', 'textblock', '', 0),
568(21, 'disable_subhead_inner_shadows', 'Inner shadows', '', 'checkbox', 'disable shadows', 0),
569(22, 'subhead_background_color', 'Background color', '', 'colorpicker', '', 0),
570(23, 'subhead_bg_img', 'Custom background image', '', 'upload', '', 0),
571(24, 'subhead_bg_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
572(25, 'subhead_bg_pos', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
573(26, 'page_title_color', 'Title color', '', 'colorpicker', '', 0),
574(27, 'subhead_text', 'Text color', '', 'colorpicker', '', 0),
575(28, 'slider_background_options', 'Slider background options', '<h1>Custom header element (2nd background)</h1>', 'textblock', '', 0),
576(29, 'slider_shadows', 'Inner shadows', '', 'checkbox', 'disable shadows', 0),
577(30, 'slider_bg_color', 'Background color', '', 'colorpicker', '', 0),
578(31, 'slider_bg_img', 'Custom background image', '', 'upload', '', 0),
579(32, 'slider_bg_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
580(33, 'slider_bg_position', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
581(34, 'custom_full_w_txtblock', 'Custom header element (full width background)', '<h1>Custom header element (full width background)</h1>', 'textblock', '', 0),
582(35, 'cfw_inner_shadows', 'Inner shadows', '', 'checkbox', 'disable shadows', 0),
583(36, 'cfw_bg_color', 'Background color', '', 'colorpicker', '', 0),
584(37, 'cfw_bg_img', 'Custom background image', '', 'upload', '', 0),
585(38, 'cfw_bg_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
586(39, 'cfw_bg_pos', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
587(40, 'before_content_widget_area_background', 'Before content widget area background', '<h1>Widget area before content </h1>', 'textblock', '', 0),
588(41, 'bc_background_color', 'Background color', '', 'colorpicker', '', 0),
589(42, 'bc_background_img', 'Custom background image', '', 'upload', '', 0),
590(43, 'bc_bg_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
591(44, 'bc_bg_position', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
592(45, 'bc_border', 'Border color', '', 'colorpicker', '', 0),
593(46, 'content_background_options', 'Content background options', '<h1>Main content background options</h1>', 'textblock', '', 0),
594(47, 'body_color', 'Background color', '', 'colorpicker', '', 0),
595(48, 'body_background_image', 'Custom background image', '', 'upload', '', 0),
596(49, 'body_background_repeat', 'Background image repeat', 'Leave empty to repeat both vertically and horizontally', 'select', 'repeat-x, repeat-y, no-repeat', 0),
597(50, 'body_image_position', 'Background image position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
598(51, 'footer_background_options', 'Footer background options', '<h1>Footer background options</h1>', 'textblock', '', 0),
599(52, 'footer_background_color', 'Footer background color', '', 'colorpicker', '', 0),
600(53, 'footer_bg_img', 'Footer background image', '', 'upload', '', 0),
601(54, 'footer_bg_repeat', 'Footer background image repeat', '', 'select', 'repeat-x, repeat-y, no-repeat', 0),
602(55, 'footer_bg_pos', 'Footer background position', 'The first value is the horizontal position and the second value is the vertical. Example: center top or 50% 0%', 'input', '', 0),
603(56, 'copyright_background_area', 'Copyright background area', '<h1>Copyright background area</h1>', 'textblock', '', 0),
604(57, 'copy_bg_color', 'Background color', '', 'colorpicker', '', 0),
605(58, 'main_colors', 'Main color options', '', 'heading', '', 0),
606(59, 'content_element_options', 'Content options', '<h1>Content element color options</h1>', 'textblock', '', 0),
607(60, 'heading_color', 'Heading color', '', 'colorpicker', '', 0),
608(61, 'content_text_color', 'Content text color', '', 'colorpicker', '', 0),
609(62, 'meta_link_color', 'Meta text color', '', 'colorpicker', '', 0),
610(63, 'link_color', 'Link color', '', 'colorpicker', '', 0),
611(64, 'link_hover_color', 'Link hover color', '', 'colorpicker', '', 0),
612(65, 'sidebar_divider_color', 'Sidebar line & solid line divider color', '', 'colorpicker', '', 0),
613(66, 'breadcrumb_color', 'Breadcrumb color', '', 'colorpicker', '', 0),
614(67, 'submit_button_title', 'Submit button title', '<h1 class="subcategory">Submit button color options</h1>', 'textblock', '', 0),
615(68, 'button_background_color', 'Button background color', '', 'colorpicker', '', 0),
616(69, 'button_text_color', 'Button text color', '', 'colorpicker', '', 0),
617(70, 'button_hover_background_color', 'Button hover background color', '', 'colorpicker', '', 0),
618(71, 'button_hover_text_color', 'Button hover text color', '', 'colorpicker', '', 0),
619(72, 'blog_opt', 'Blog options', '', 'heading', '', 0),
620(73, 'blog_general_options', 'blog general options', '<h1>General options</h1>', 'textblock', '', 0),
621(74, 'select_blog_header', 'Select Blog Header Element', '', 'radio', 'Post Slider, Orbit slider, Custom Header Element (NO background), Custom Header Element (1st background), Custom Header Element (2st background), Custom Header Element (Full width), None', 0),
622(75, 'blog_header_html', 'Custom header element HTML', '', 'textarea', '4', 0),
623(76, 'exclude_categories_from_blog', 'Exclude categories from blog page', 'Enter category ID's to exclude them from blog page (separated by comma).<br/>Example: -6, -12', 'input', '', 0),
624(77, 'before_content_blog', 'Enable "before content" widget area in blog page', '', 'checkbox', 'enable widget area', 0),
625(78, 'blog_post_layout', 'Blog / Post layout', '<h1>Blog / Single post layout</h1>', 'textblock', 'centred, left', 0),
626(79, 'blog_layout_sidebar', 'Disable blog layout sidebar', '', 'checkbox', 'disable sidebar', 0),
627(80, 'post_lay_break', 'post layout break', '<br/>', 'textblock', '', 0),
628(81, 'post_layout_sidebar', 'Disable single post layout sidebar', '', 'checkbox', 'disable sidebar', 0),
629(82, 'post_meta_options', 'Choose what to display in meta field', '<h1>Choose what to display in meta field</h1>', 'textblock', '', 0),
630(83, 'hide_date_from_meta', 'Date', '', 'checkbox', 'hide', 0),
631(84, 'hide_author_from_meta', 'Author', '', 'checkbox', 'hide', 0),
632(85, 'hide_category_from_meta', 'Category', '', 'checkbox', 'hide', 0),
633(86, 'hide_comments_from_meta', 'Comments', '', 'checkbox', 'hide', 0),
634(87, 'hide_tags_from_meta', 'Tags', '', 'checkbox', 'hide', 0),
635(88, 'menu_opt', 'Menu options', '', 'heading', '', 0),
636(89, 'general_opt_menu', 'General options', '<h1>General options</h1>', 'textblock', '', 0),
637(90, 'menu_margin_right', 'Menu margin right', 'Menu margin from right. Example: 10px or -10px', 'input', '', 0),
638(91, 'menu_margin_bottom', 'Menu margin bottom', 'Menu margin from bottom. Example: 10px or -10px', 'input', '', 0),
639(92, 'menu_otp_break', 'menu opt break', '<br/>', 'textblock', '', 0),
640(93, 'menu_opt_link_color', 'Menu link color', '', 'colorpicker', '', 0),
641(94, 'menu_opt_link_hover', 'Menu link hover color', '', 'colorpicker', '', 0),
642(95, 'menu_link_hover_background_color', 'Menu link hover background color', '', 'colorpicker', '', 0),
643(96, 'submenu_options', 'Submenu options', '<h1>Submenu options</h1>', 'textblock', '', 0),
644(97, 'submenu_bg_color', 'Submenu background color', '', 'colorpicker', '', 0),
645(98, 'submenu_link_color', 'Submenu link color', '', 'colorpicker', '', 0),
646(99, 'submenu_link_hover', 'Submenu link hover color', '', 'colorpicker', '', 0),
647(100, 'submenu_hover_background_color', 'Submenu background hover color', '', 'colorpicker', '', 0),
648(101, 'submenu_divider_color', 'Link divider color', '', 'colorpicker', '', 0),
649(102, 'typography', 'Typography', '', 'heading', '', 0),
650(103, 'custom_font', 'Custom font', '<h1>Custom font</h1>', 'textblock', '', 0),
651(104, 'disable_cufon_fonts', 'Cufon fonts', '', 'checkbox', 'disable cufon', 0),
652(105, 'choose_cufon_font', 'Choose font', '', 'select', 'Colaborate, Titillium, Open_Sans, ChunkFive, BebasNeue, Geosans-Light, Hero, Quicksand, Segan, Vegur, custom', 0),
653(106, 'upload_custom_cufon_font', 'Upload custom cufon font', 'If you want to use your own custom font please visit www.cufonfonts.com. Choose the font you like and select "Cufon File Download" . Upload file (fontname.js) here, and check "activate my uploaded font" below.', 'upload', '', 0),
654(107, 'use_custom_font', 'Use custom font?', '', 'checkbox', 'activate my uploaded font', 0),
655(108, 'menu_size_title', 'Menu', '<h1>Menu</h1>', 'textblock', '', 0),
656(109, 'menu_font_size', 'Menu font size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
657(110, 'submenu_font_size', 'Sub-menu font size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
658(111, 'heding_size_opt', 'Heading font size', '<h1>Headings</h1>', 'textblock', '', 0),
659(112, 'h1_size', 'h1 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
660(113, 'h2_size', 'h2 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
661(114, 'h3_size', 'h3 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
662(115, 'h4_size', 'h4 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
663(116, 'h5_size', 'h5 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
664(117, 'h6_size', 'h6 size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
665(118, 'content_font_size_opt', 'Content font sizes', '<h1>Content</h1>', 'textblock', '', 0),
666(119, 'content_text_font_size', 'Content text size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
667(120, 'sidebar_title_size', 'Sidebar title size', 'Note: add "px" at the end. Example: 15px', 'input', '', 0),
668(121, 'sliders', 'Offer and Orbit slides', '', 'heading', '', 0),
669(122, 'offer_slider_images', 'Offer slider', '', 'slider', '', 0),
670(123, 'orbit_slider_images', 'Orbit slider', '', 'slider', '', 0),
671(124, 'all_slider_options', 'Slider options', '', 'heading', '', 0),
672(125, 'offer_slider', 'Offer slider', '<h1>Offer slider options</h1>', 'textblock', '', 0),
673(126, 'offer_slider_delay', 'Slide delay', 'Set this variable for slide delay, 1000 = 1 SECOND', 'input', '', 0),
674(127, 'offer_background_color', 'Background color', '', 'colorpicker', '', 0),
675(128, 'orbit_slider_opt', 'Orbit slider options', '<h1>Orbit slider options</h1>', 'textblock', '', 0),
676(129, 'orbit_height', 'Height', 'Note: add "px" at the end. Example: 300px', 'input', '', 0),
677(130, 'animation', 'Animation', 'Choose your slide transition style.', 'select', 'fade, horizontal-slide, vertical-slide, horizontal-push', 0),
678(131, 'animationspeed', 'Animation speed', 'Choose how fast will transitions happen. (milliseconds) If nothing is selected, default value is applied: 600', 'input', '', 0),
679(132, 'timer', 'Timer', 'Enable or disable timer controller. True=enable; False=disable. Default value: true', 'select', 'true, false', 0),
680(133, 'advancespeed', 'Auto advance speed', 'If timer is enabled, input time between transitions (milliseconds). Default value: 4000', 'input', '', 0),
681(134, 'pauseonhover', 'Pause on hover', 'If this option is enabled slider will pause on mouse over. Default value:false', 'select', 'true, false', 0),
682(135, 'startclockonmouseout', 'Start clock on mouse out', 'If enabled slider will start again when mouse is moved away from slide.\nDefault value: false', 'select', 'true, false', 0),
683(136, 'startclockonmouseoutafter', 'Start clock on mouse out timing', 'How long after mouse moved off the slide should the timer start again\nDefault value: false', 'input', '', 0),
684(137, 'directionalnav', 'Navigation arrows', 'Enable or disable navigation arrows.\nDefault value: True', 'select', 'true, false', 0),
685(138, 'captions', 'Captions', 'Enable or disable captions. \nDafault: True', 'select', 'true, false', 0),
686(139, 'captionanimation', 'Caption animation', 'Choose caption animation.', 'select', 'fade, slideOpen, none', 0),
687(140, 'captionanimationspeed', 'Caption animation speed', 'Choose how quickly should captions animate in.', 'input', '', 0),
688(141, 'bullets', 'Bullets', 'Enable or disable bullet navigation. \nDefault: True', 'select', 'true, false', 0),
689(142, 'translations', 'Custom text/translations', '', 'heading', '', 0),
690(143, 'search_custom', 'Search custom', '<h1>Search</h1>', 'textblock', '', 0),
691(144, 'search_results_for', 'Search Results - Title', 'Custom text for "Search Results for:"', 'input', '', 0),
692(145, 'search_not_found', 'Search Results - Nothing Found Message.', 'Message that is displayed when a search is unsuccessful.', 'textarea', '3', 0),
693(146, 'blog', 'Blog', '<h1>Blog</h1>', 'textblock', '', 0),
694(147, 'blog_comment', 'Blog - comment', 'Custom text for "comment"', 'input', '', 0),
695(148, 'blog_comments', 'Blog - comments', 'Custom text for "comments"', 'input', '', 0),
696(149, 'blog_posted_on', 'Blog - Posted on', 'Default: Posted on January 9', 'input', '', 0),
697(150, 'blog_by', 'Blog - by', 'Default: by "User name"', 'input', '', 0),
698(151, 'blog_in_cat', 'Blog - in', 'Default: in "category"', 'input', '', 0),
699(152, 'blog_read', 'Blog - Read more', 'Custom text for "Read more"', 'input', '', 0),
700(153, 'blog_leave', 'Blog - leave a comment', 'Custom text for "Leave a comment"', 'input', '', 0),
701(154, 'comment_text', 'Comment text', '<h1>Comments</h1>', 'textblock', '', 0),
702(155, 'comments_name', 'Comments - Name', 'Custom Comments - Name translation', 'input', '', 0),
703(156, 'comments_email', 'Comments - Email', 'Custom Comments - Email translation', 'input', '', 0),
704(157, 'comments_website', 'Comments - Website', 'Custom Comments - Website translation', 'input', '', 0),
705(158, 'comments_responce', 'Comments - Responce to', 'Custom text for "Response to"', 'input', '', 0),
706(159, 'comments_responces', 'Comments - Responses to', 'Custom text for "Responses to"', 'input', '', 0),
707(160, 'comments_add', 'Comments - Add a comment', 'Custom text for "Add a coment"', 'input', '', 0),
708(161, 'comments_log', 'Comments - Logged in as', 'Custom text for "Logged in as"', 'input', '', 0),
709(162, 'comments_out', 'Comments - Log out', 'Custom text for "Log out"', 'input', '', 0),
710(163, 'comments_your', 'Comments - Your comment', 'Custom text for "Your comment"', 'input', '', 0),
711(164, 'comments_button', 'Comments - Add comment', 'Custom text for "Add comment"', 'input', '', 0),
712(165, 'comments_pass', 'Comments - Pasword protected', 'Pasword protected message text', 'textarea', '3', 0),
713(166, 'comments_click_here', 'Comments - Click here to cancel reply.', 'Insert Comments - Click here to cancel reply. translation', 'input', '', 0),
714(167, 'comments_moderation', 'Comments - Your comment is awaiting moderation', 'Insert Comments - Your comment is awaiting moderation translation', 'input', '', 0),
715(168, 'portfolio_translate', 'Portfolio translate', '<h1>Portfolio</h1>', 'textblock', '', 0),
716(169, 'portfolio_all_txt', 'Portfolio - ALL', 'Custom text for "ALL" categories in sortable portfolio', 'input', '', 0),
717(170, 'port_back', 'Portfolio - BACK button', 'Custom text for "Back" button', 'input', '', 0),
718(171, 'contact_text', 'contact text', '<h1>Contact form</h1>', 'textblock', '', 0),
719(172, 'contact_submit', 'Contact form - Submit button', 'Custom text for "Submit" button', 'input', '', 0),
720(173, 'contact_is_required', 'Contact form: is required text', 'If required field is empty: error message', 'input', '', 0),
721(174, 'contact_required', 'Contact Form: Required Text', 'Text displayed next to the required fields.', 'input', '', 0),
722(175, 'contact_successmsg', 'Contact Form: Success Message', 'Success message displayed after the form is submitted.', 'textarea', '3', 0),
723(176, '404_page', '404 page', '<h1>404 page</h1>', 'textblock', '', 0),
724(177, 'title_404', '404 Page Page Title', '404 Error Page Title.', 'input', '', 0),
725(178, 'message_404', '404 Message', '404 Error Message.', 'textarea', '3', 0),
726(179, 'footer_slidingsidebar', 'Footer / Sliding sidebar', '', 'heading', '', 0),
727(180, 'footer_options', 'Footer options', '<h1>Footer options</h1>', 'textblock', '', 0),
728(181, 'footer_heading_color', 'Footer heading color', '', 'colorpicker', '', 0),
729(182, 'footer_content_text_color', 'Footer content text color', '', 'colorpicker', '', 0),
730(183, 'footer_link_color', 'Footer link color', '', 'colorpicker', '', 0),
731(184, 'footer_link_hover_color', 'Footer link hover color', '', 'colorpicker', '', 0),
732(185, 'fotter_border_color', 'Footer link bottom border color', '', 'colorpicker', '', 0),
733(186, 'sliding_sidebar_options', 'Sliding sidebar options', '<h1>Sliding sidebar options</h1>', 'textblock', '', 0),
734(187, 'disable_sliding_sidebar_opt', 'Sliding sidebar', '', 'checkbox', 'disable sliding sidebar', 0),
735(188, 'sliding_sidebar_background_color', 'Sliding sidebar background color', '', 'colorpicker', '', 0),
736(189, 'sliding_sidebar_heading_color', 'Sliding sidebar heading color', '', 'colorpicker', '', 0),
737(190, 'sliding_sidebar_text_color', 'Sliding sidebar text color', '', 'colorpicker', '', 0),
738(191, 'sliding_sidebar_link_color', 'Sliding sidebar link color', '', 'colorpicker', '', 0),
739(192, 'sliding_sidebar_link_hover_color', 'Sliding sidebar link hover color', '', 'colorpicker', '', 0),
740(193, 'copyright_opt_title', 'Copyright / Footer menu area options', '<h1>Copyright / Bottom menu area options</h1>', 'textblock', '', 0),
741(194, 'copyright_area_text', 'Copyright area text', '', 'input', '', 0),
742(195, 'copyright_text_color', 'Copyright text color', '', 'colorpicker', '', 0),
743(196, 'footer_menu_link_color', 'Bottom menu link color', '', 'colorpicker', '', 0),
744(197, 'footer_menu_link_hover_color', 'Bottom menu link hover color', '', 'colorpicker', '', 0),
745(198, 'contact_form', 'Contact form', '', 'heading', '', 0),
746(199, 'contact_form_width', 'Contact form width', 'Enter contact form input field width in px or %', 'input', '', 0),
747(200, 'analytics_statics', 'Analytics / Statistics', '', 'heading', '', 0),
748(201, 'analytics_code', 'Analytics code', 'Insert your analytics or statistics code in text area, it will be placed just before &#60;/body&#62;', 'textarea', '10', 0),
749(202, 'mobile_setigs', 'Mobile devices', '', 'heading', '', 0),
750(203, 'responsive_layout', 'Layout options', '', 'radio', 'Responsive layout only for smartphones, Responsive layout for smartphones and tablets, Don't use responsive layout', 0),
751(204, 'disable_cufon_font_for_mobile_devices', 'Disable cufon font for mobile devices', '', 'checkbox', 'disable', 0);
752
753-- --------------------------------------------------------
754
755--
756-- Table structure for table `wp_postmeta`
757--
758
759CREATE TABLE IF NOT EXISTS `wp_postmeta` (
760 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
761 `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
762 `meta_key` varchar(255) DEFAULT NULL,
763 `meta_value` longtext,
764 PRIMARY KEY (`meta_id`),
765 KEY `post_id` (`post_id`),
766 KEY `meta_key` (`meta_key`)
767) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3920 ;
768
769--
770-- Dumping data for table `wp_postmeta`
771--
772
773INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
774(5, 5, '_edit_last', '1'),
775(4, 5, '_edit_lock', '1408039250'),
776(6, 6, '_wp_attached_file', '2012/07/poweredbytux-clear.png'),
777(7, 6, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"198";s:6:"height";s:2:"28";s:14:"hwstring_small";s:23:"height=''18'' width=''128''";s:4:"file";s:30:"2012/07/poweredbytux-clear.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"poweredbytux-clear-150x28.png";s:5:"width";s:3:"150";s:6:"height";s:2:"28";}}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:"";}}'),
778(8, 7, '_wp_attached_file', '2012/07/riser_logo.png'),
779(9, 7, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"400";s:6:"height";s:2:"90";s:14:"hwstring_small";s:23:"height=''28'' width=''128''";s:4:"file";s:22:"2012/07/riser_logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"riser_logo-150x90.png";s:5:"width";s:3:"150";s:6:"height";s:2:"90";}s:6:"medium";a:3:{s:4:"file";s:21:"riser_logo-300x67.png";s:5:"width";s:3:"300";s:6:"height";s:2:"67";}}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:"";}}'),
780(10, 8, '_wp_attached_file', '2012/07/favicon-2.ico'),
781(11, 8, '_wp_attachment_metadata', 'a:0:{}'),
782(1971, 7541, '_menu_item_menu_item_parent', '0'),
783(1972, 7541, '_menu_item_object_id', '7541'),
784(1973, 7541, '_menu_item_object', 'custom'),
785(1974, 7541, '_menu_item_target', ''),
786(1975, 7541, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
787(2488, 7363, 'header_choice_select', ''),
788(2131, 4437, 'content_sidebar_check', 'off'),
789(2132, 4438, '_edit_last', '1'),
790(3267, 7621, '_wp_attached_file', 'Riser-Construction-Terms-and-Conditions.pdf'),
791(3268, 7621, '_edit_lock', '1360945711:1'),
792(3269, 7623, '_wp_attached_file', 'riser_logo_red.png'),
793(3879, 7824, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:228:"Name: Becki Telano\nEmail: Rebecca.telano@opso.net\n: \n: \nPhone: 318-372-7318\n\n\nTime: Monday August 25, 2014 at 6:50 am\nIP Address: 174.241.1.1\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:122:"From: Becki Telano <Rebecca.telano@opso.net>\r\nReply-To: Rebecca.telano@opso.net\r\nContent-Type: text/plain; charset="UTF-8"";}'),
794(3426, 7663, '_edit_lock', '1361062626:1'),
795(3270, 7623, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:101;s:4:"file";s:18:"riser_logo_red.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"riser_logo_red-150x101.png";s:5:"width";i:150;s:6:"height";i:101;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:"";}}'),
796(3726, 7777, '_feedback_all_fields', 'a:5:{s:4:"Name";s:13:"Lesley bishop";s:5:"Email";s:23:"Lesleybishop1@yahoo.com";s:15:"Daytime Phone #";s:10:"3185478428";s:7:"Comment";s:184:"Denver mercer suggested you to possibly help us with remodeling our 1975 home. Currently we need stairs built to a loft above the kitchen. Would like an estimate if possible. Thank you";s:19:"I agree with terms.";s:3:"Yes";}'),
797(3720, 7777, '_feedback_author', 'Lesley bishop'),
798(3721, 7777, '_feedback_author_email', 'Lesleybishop1@yahoo.com'),
799(3722, 7777, '_feedback_author_url', ''),
800(3723, 7777, '_feedback_subject', '[Riser Builds] Contacts'),
801(3724, 7777, '_feedback_ip', '166.137.156.47'),
802(3725, 7777, '_feedback_contact_form_url', 'http://riserbuilds.com/contacts/'),
803(3718, 7776, '_feedback_akismet_values', 'a:42:{s:14:"comment_author";s:10:"NastAnneXO";s:20:"comment_author_email";s:31:"cyfuwoolfshirlulene@outlook.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:23:"[Riser Builds] Contacts";s:17:"comment_author_IP";s:14:"188.143.232.70";s:15:"comment_content";s:418:"May cause congenital abnormalities? I would be really helpful if anybody can answer to that concern. I''m stuck with this problem for final week and I''m not able to locate homes answer for that concern. Any response will be extremely appreciated. Thank you quite considerably and have a excellent day. Apologies for my weak english language. Cheers ! \r\n_________________ \r\nzgaga objawy dieta refluksowa dieta refluksowa";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:14:"188.143.232.70";s:10:"user_agent";s:61:"Mozilla/5.0 (Windows NT 5.2; rv:17.0) Gecko/17.0 Firefox/17.0";s:8:"referrer";s:32:"http://riserbuilds.com/contacts/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:10:"/contacts/";s:14:"CONTENT_LENGTH";s:3:"750";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:32:"http://riserbuilds.com/contacts/";s:15:"HTTP_USER_AGENT";s:61:"Mozilla/5.0 (Windows NT 5.2; rv:17.0) Gecko/17.0 Firefox/17.0";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:18:"REDIRECT_UNIQUE_ID";s:24:"UfTdXa6EgmIAAElUNnkAAAIi";s:12:"REDIRECT_URL";s:10:"/contacts/";s:11:"REMOTE_ADDR";s:14:"188.143.232.70";s:11:"REMOTE_PORT";s:4:"2319";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.0";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UfTdXa6EgmIAAElUNnkAAAIi";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1375001949";s:4:"argc";s:1:"0";}'),
804(3717, 7776, '_feedback_extra_fields', 'a:2:{s:15:"Daytime Phone #";s:6:"123456";s:19:"I agree with terms.";s:3:"Yes";}'),
805(3729, 7777, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:20:"info@riserbuilds.com";}s:7:"subject";s:23:"[Riser Builds] Contacts";s:7:"message";s:468:"Name: Lesley bishop\nEmail: Lesleybishop1@yahoo.com\n: \nComment: Denver mercer suggested you to possibly help us with remodeling our 1975 home. Currently we need stairs built to a loft above the kitchen. Would like an estimate if possible. Thank you\nDaytime Phone #: 3185478428\nI agree with terms.: Yes\n\n\nTime: Wednesday August 28, 2013 at 9:33 am\nIP Address: 166.137.156.47\nContact Form URL: http://riserbuilds.com/contacts/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:123:"From: Lesley bishop <Lesleybishop1@yahoo.com>\r\nReply-To: Lesleybishop1@yahoo.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
806(2493, 7364, '_edit_last', '1'),
807(2494, 7364, 'page_color_choice', ''),
808(2495, 7364, 'header_choice_select', ''),
809(2496, 7364, 'content_sidebar_check', 'off'),
810(2285, 1982, 'footer_widget_check', 'off'),
811(2286, 1982, 'portfolio_cat_id_value', ''),
812(2287, 1982, 'content_sidebar_check', 'off'),
813(2288, 2049, 'footer_widget_check', 'off'),
814(2289, 2049, '_edit_last', '1'),
815(2290, 2049, 'portfolio_cat', ''),
816(2291, 2049, 'page_color_choice', ''),
817(2292, 2049, 'header_choice_select', 'custom-element-full'),
818(2130, 4437, 'portfolio_cat_id_value', ''),
819(2129, 4437, 'footer_widget_check', 'off'),
820(2128, 4437, 'page_color_choice', ''),
821(2127, 4437, 'portfolio_cat', ''),
822(2125, 4437, 'client2', ''),
823(2126, 4437, 'style', ''),
824(2124, 4437, 'custom_header_id', ''),
825(2122, 4437, 'client', ''),
826(2123, 4437, 'custom_header_html', 'Custom Header HTML will only work if "Custom Header Element" choosen.'),
827(2121, 4437, 'website_url', ''),
828(2120, 4437, 'header_choice_select', 'moover-slider'),
829(2119, 4437, '_edit_last', '1'),
830(2118, 4437, '_wp_page_template', 'default'),
831(2117, 4390, '_edit_last', '1'),
832(2116, 1182, 'custom_header_id', ''),
833(2115, 1182, '_wp_page_template', 'Template_right-sidebar.php'),
834(2114, 1182, 'header_choice_select', ''),
835(2113, 1182, 'page_color_choice', ''),
836(2112, 1182, 'portfolio_cat', ''),
837(2111, 1182, '_edit_last', '1'),
838(2108, 1115, 'portfolio_cat_id_value', ''),
839(2109, 1115, 'content_sidebar_check', 'off'),
840(2110, 1115, '_tcc-pps-replace', 'primary-widget-area'),
841(2106, 1115, '_edit_last', '1'),
842(2107, 1115, 'footer_widget_check', 'off'),
843(2105, 1115, 'portfolio_cat', ''),
844(2104, 1115, 'page_color_choice', ''),
845(2103, 1115, 'header_choice_select', ''),
846(2102, 1115, '_wp_page_template', 'Template_left-sidebar.php'),
847(2101, 1115, 'custom_header_id', ''),
848(3763, 7784, '_feedback_subject', '[Riser Builds] Home'),
849(3762, 7784, '_feedback_author_url', ''),
850(3761, 7784, '_feedback_author_email', 'qingdao.forum.qdfc.me@mail.ru'),
851(3759, 7783, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:225:"Name: Kris Harper\nEmail: sup4fly@gmail.com\n: \n: \nPhone: 318-348-8520\n\n\nTime: Monday November 18, 2013 at 6:36 pm\nIP Address: 75.65.109.248\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:109:"From: Kris Harper <sup4fly@gmail.com>\r\nReply-To: sup4fly@gmail.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
852(3760, 7784, '_feedback_author', 'qingdao.forum.qdfc.me'),
853(2089, 793, 'header_image_repeat', 'repeat'),
854(2088, 793, 'page_image_choice', ''),
855(2087, 793, 'page_position_choice', ''),
856(2086, 793, 'content_sidebar_check', 'on'),
857(2085, 793, 'portfolio_cat_id_value', ''),
858(2084, 793, 'custom_header_id', ''),
859(2083, 793, '_wp_page_template', 'default'),
860(2082, 793, 'custom_header_html', '[jcarousel width="1040" height="200" bg="#fff" items="2" margin="10" link="none" speed="1000"]\n[div style="padding-bottom:35px;"] [/div] '),
861(2081, 793, 'header_choice_select', 'custom-element'),
862(3719, 7776, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:20:"info@riserbuilds.com";}s:7:"subject";s:34:"***SPAM*** [Riser Builds] Contacts";s:7:"message";s:698:"Name: NastAnneXO\nEmail: cyfuwoolfshirlulene@outlook.com\n: \nComment: May cause congenital abnormalities? I would be really helpful if anybody can answer to that concern. I''m stuck with this problem for final week and I''m not able to locate homes answer for that concern. Any response will be extremely appreciated. Thank you quite considerably and have a excellent day. Apologies for my weak english language. Cheers ! \r\n_________________ \r\nzgaga objawy dieta refluksowa dieta refluksowa\nDaytime Phone #: 123456\nI agree with terms.: Yes\n\n\nTime: Sunday July 28, 2013 at 2:59 am\nIP Address: 188.143.232.70\nContact Form URL: http://riserbuilds.com/contacts/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:136:"From: NastAnneXO <cyfuwoolfshirlulene@outlook.com>\r\nReply-To: cyfuwoolfshirlulene@outlook.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
863(2492, 7363, 'custom_header_id', ''),
864(2491, 7363, '_wp_page_template', 'portfolio-one.php'),
865(2490, 7363, 'portfolio_cat_id_value', ''),
866(2489, 7363, 'content_sidebar_check', 'off'),
867(2483, 7047, 'page_position_choice', ''),
868(2482, 7047, '_edit_last', '1'),
869(2481, 7047, 'page_color_choice', ''),
870(2480, 7047, 'header_choice_select', 'custom-element'),
871(2476, 7047, 'custom_header_id', ''),
872(3843, 7817, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:20:"info@riserbuilds.com";}s:7:"subject";s:23:"[Riser Builds] Contacts";s:7:"message";s:481:"Name: Charles&Juanita Davis\nEmail: cdavis276@yahoo.com\n: \nComment: We will get with you for a estimate for our new house in Old Darbonne Crossing as soon as we buy our lot. We don''t know if the house plan we like will fit on the lot.\r\n\r\nThanks for the e-mail.\nDaytime Phone #: 3669165\nI agree with terms.: Yes\n\n\nTime: Thursday February 27, 2014 at 5:36 pm\nIP Address: 72.146.118.99\nContact Form URL: http://riserbuilds.com/contacts/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:127:"From: Charles&Juanita Davis <cdavis276@yahoo.com>\r\nReply-To: cdavis276@yahoo.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
873(2080, 793, 'page_color_choice', ''),
874(2079, 793, 'portfolio_cat', ''),
875(2078, 793, '_edit_last', '1'),
876(2077, 793, 'footer_widget_check', 'off'),
877(2076, 563, 'header_image_repeat', 'repeat'),
878(2075, 563, 'page_image_choice', ''),
879(2074, 563, 'page_position_choice', ''),
880(2073, 563, 'content_sidebar_check', 'off'),
881(2072, 563, 'portfolio_cat_id_value', ''),
882(2071, 563, 'page_color_choice', ''),
883(2070, 563, 'page_color_choice_text', '#00FF00'),
884(2069, 563, 'custom_header_id', ''),
885(2068, 563, '_wp_page_template', 'default'),
886(2067, 563, 'header_choice_select', 'offer-slider'),
887(2066, 563, 'portfolio_cat', ''),
888(2065, 563, '_edit_last', '1'),
889(2064, 563, 'footer_widget_check', 'off'),
890(2270, 1854, 'header_choice_select', ''),
891(2271, 1854, '_wp_page_template', 'default'),
892(2272, 1854, 'custom_header_id', ''),
893(2273, 1854, 'footer_widget_check', 'off'),
894(2274, 1854, 'portfolio_cat_id_value', ''),
895(2275, 1854, 'content_sidebar_check', 'off'),
896(2149, 7544, 'website_url', ''),
897(2150, 7544, 'client', ''),
898(2151, 7544, 'myCustomImage', ''),
899(2152, 7544, '_tcc-pps-replace', 'primary-widget-area'),
900(2153, 7544, 'custom_header_id', ''),
901(2154, 7544, 'portfolio_cat', ''),
902(2155, 7544, 'style', ''),
903(2156, 7544, 'portfolio_cat_id_value', ''),
904(2157, 7544, 'footer_widget_check', 'off'),
905(2158, 7544, 'page_color_choice', ''),
906(2159, 7544, 'custom_header_html', '[gmap width="100%" height="280" address="2006 Hicks St, West Monroe, LA, USA"]'),
907(2160, 7544, 'content_sidebar_check', 'off'),
908(2161, 7544, 'page_position_choice', ''),
909(2162, 7544, 'page_image_choice', ''),
910(2163, 7544, 'header_image_repeat', 'repeat'),
911(2164, 7233, '_edit_last', '1'),
912(2165, 1191, '_edit_last', '1'),
913(2166, 1191, 'portfolio_cat', ''),
914(2167, 1191, 'page_color_choice', ''),
915(2168, 1191, 'header_choice_select', ''),
916(2169, 1191, '_wp_page_template', 'default'),
917(2170, 1191, 'custom_header_id', ''),
918(2171, 1191, 'footer_widget_check', 'off'),
919(2172, 1193, '_edit_last', '1'),
920(2173, 1193, 'portfolio_cat', ''),
921(2174, 1193, 'page_color_choice', ''),
922(2175, 1193, 'header_choice_select', ''),
923(2176, 1193, '_wp_page_template', 'default'),
924(2177, 1193, 'custom_header_id', ''),
925(2178, 1193, 'footer_widget_check', 'off'),
926(2179, 1259, '_edit_last', '1'),
927(2180, 1259, 'portfolio_cat', ''),
928(2181, 1259, 'page_color_choice', ''),
929(2182, 1259, 'header_choice_select', ''),
930(2183, 1259, '_wp_page_template', 'default'),
931(2184, 1259, 'custom_header_id', ''),
932(2185, 1259, 'footer_widget_check', 'off'),
933(2186, 1259, 'portfolio_cat_id_value', ''),
934(2187, 1285, 'custom_header_id', ''),
935(2188, 1285, '_wp_page_template', 'default'),
936(2189, 1285, 'header_choice_select', ''),
937(2190, 1285, 'page_color_choice', ''),
938(2191, 1285, 'portfolio_cat', ''),
939(2192, 1285, '_edit_last', '1'),
940(2193, 1285, 'footer_widget_check', 'off'),
941(2194, 1285, 'portfolio_cat_id_value', ''),
942(2195, 1285, 'content_sidebar_check', 'off'),
943(2196, 1329, '_edit_last', '1'),
944(2197, 1329, 'portfolio_cat', ''),
945(2198, 1329, 'page_color_choice', ''),
946(2199, 1329, 'header_choice_select', ''),
947(2200, 1329, '_wp_page_template', 'default'),
948(2201, 1329, 'custom_header_id', ''),
949(2202, 1329, 'footer_widget_check', 'off'),
950(2203, 1329, 'portfolio_cat_id_value', ''),
951(2204, 1329, 'content_sidebar_check', 'off'),
952(2205, 1525, '_edit_last', '1'),
953(2206, 1525, 'portfolio_cat', ''),
954(2207, 1525, 'page_color_choice', ''),
955(2208, 1525, 'header_choice_select', ''),
956(2209, 1525, '_wp_page_template', 'Template_right-sidebar.php'),
957(2210, 1525, 'custom_header_id', ''),
958(2211, 1525, 'footer_widget_check', 'off'),
959(2212, 1525, 'portfolio_cat_id_value', ''),
960(2213, 1525, 'content_sidebar_check', 'off'),
961(2214, 1594, '_edit_last', '1'),
962(2215, 1594, 'portfolio_cat', ''),
963(2216, 1594, 'page_color_choice', ''),
964(2217, 1594, 'header_choice_select', ''),
965(2218, 1594, '_wp_page_template', 'Template_right-sidebar.php'),
966(2219, 1594, 'custom_header_id', ''),
967(2220, 1594, 'footer_widget_check', 'off'),
968(2221, 1594, 'portfolio_cat_id_value', ''),
969(2222, 1594, 'content_sidebar_check', 'off'),
970(3855, 7822, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
971(3854, 7822, '_feedback_ip', '91.200.13.5'),
972(3853, 7822, '_feedback_subject', '[Riser Builds] Home'),
973(3851, 7822, '_feedback_author_email', 'AlixSkellN@blog-1.ru'),
974(3852, 7822, '_feedback_author_url', ''),
975(3850, 7822, '_feedback_author', 'AlixSkell'),
976(2232, 1676, '_edit_last', '1'),
977(2233, 1676, 'portfolio_cat', ''),
978(2234, 1676, 'page_color_choice', ''),
979(2235, 1676, 'header_choice_select', ''),
980(2236, 1676, '_wp_page_template', 'Template_right-sidebar.php'),
981(2237, 1676, 'custom_header_id', ''),
982(2238, 1676, 'footer_widget_check', 'off'),
983(2239, 1676, 'portfolio_cat_id_value', ''),
984(3858, 7822, '_feedback_akismet_values', 'a:45:{s:14:"comment_author";s:9:"AlixSkell";s:20:"comment_author_email";s:20:"AlixSkellN@blog-1.ru";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"91.200.13.5";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"91.200.13.5";s:10:"user_agent";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"147";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.0";s:14:"HTTP_X_REAL_IP";s:11:"91.200.13.5";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"91.200.13.5";s:11:"REMOTE_PORT";s:5:"51284";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"U-DrfsC5UvUAAB9x8-sAAACh";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:13:"1408297854.36";s:12:"REQUEST_TIME";s:10:"1408297854";s:4:"argc";s:1:"0";}'),
985(3857, 7822, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
986(2249, 1749, '_edit_last', '1'),
987(2250, 1749, 'portfolio_cat', ''),
988(2251, 1749, 'page_color_choice', ''),
989(2252, 1749, 'header_choice_select', ''),
990(2253, 1749, '_wp_page_template', 'Template_right-sidebar.php'),
991(2254, 1749, 'custom_header_id', ''),
992(2255, 1749, 'footer_widget_check', 'off'),
993(2256, 1749, 'portfolio_cat_id_value', ''),
994(2257, 1749, 'content_sidebar_check', 'off'),
995(2258, 1798, '_edit_last', '1'),
996(1994, 6119, '_edit_last', '1'),
997(1995, 4, '_edit_last', '1'),
998(1996, 6120, '_edit_last', '1'),
999(3888, 7825, '_feedback_akismet_values', 'a:47:{s:14:"comment_author";s:14:"Rebecca Telano";s:20:"comment_author_email";s:23:"Rebecca.Tekabo@opso.net";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:13:"174.251.144.2";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"174.251.144.2";s:10:"user_agent";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"145";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.1";s:14:"HTTP_X_REAL_IP";s:13:"174.251.144.2";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:13:"174.251.144.2";s:11:"REMOTE_PORT";s:5:"45246";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"U-0KF8C5UvUAAH8kU8AAAAAQ";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:12:"1409092119.2";s:12:"REQUEST_TIME";s:10:"1409092119";s:4:"argc";s:1:"0";}'),
1000(3887, 7825, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:10:"3183727319";}'),
1001(3886, 7825, '_feedback_all_fields', 'a:3:{s:4:"Name";s:14:"Rebecca Telano";s:5:"Email";s:23:"Rebecca.Tekabo@opso.net";s:5:"Phone";s:10:"3183727319";}'),
1002(3885, 7825, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1003(444, 4934, '_menu_item_type', 'custom'),
1004(445, 4934, '_menu_item_menu_item_parent', '0'),
1005(446, 4934, '_menu_item_object_id', '4934'),
1006(447, 4934, '_menu_item_object', 'custom'),
1007(448, 4934, '_menu_item_target', ''),
1008(449, 4934, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1009(450, 4934, '_menu_item_xfn', ''),
1010(451, 4934, '_menu_item_url', 'http://www.riserbuilds.com/feed/'),
1011(3884, 7825, '_feedback_ip', '174.251.144.2'),
1012(3883, 7825, '_feedback_subject', '[Riser Builds] Home'),
1013(3882, 7825, '_feedback_author_url', ''),
1014(3881, 7825, '_feedback_author_email', 'Rebecca.Tekabo@opso.net'),
1015(3880, 7825, '_feedback_author', 'Rebecca Telano'),
1016(3250, 7600, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:16;s:6:"height";i:16;s:4:"file";s:17:"riser_favicon.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:"";}}'),
1017(3249, 7600, '_wp_attached_file', 'riser_favicon.png'),
1018(3236, 7596, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1019(3235, 7596, '_menu_item_target', ''),
1020(3234, 7596, '_menu_item_object', 'custom'),
1021(3233, 7596, '_menu_item_object_id', '7596'),
1022(3232, 7596, '_menu_item_menu_item_parent', '0'),
1023(3231, 7596, '_menu_item_type', 'custom'),
1024(484, 6119, '_edit_last', '1'),
1025(485, 4, '_edit_last', '1'),
1026(486, 6120, '_edit_last', '1'),
1027(487, 16, '_edit_last', '1'),
1028(488, 17, '_edit_last', '1'),
1029(3869, 7823, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:228:"Name: Becki Telano\nEmail: Rebecca.telano@opso.net\n: \n: \nPhone: 318-372-7318\n\n\nTime: Monday August 25, 2014 at 6:50 am\nIP Address: 174.241.1.1\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:122:"From: Becki Telano <Rebecca.telano@opso.net>\r\nReply-To: Rebecca.telano@opso.net\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1030(2910, 7555, '_menu_item_url', ''),
1031(2909, 7555, '_menu_item_xfn', ''),
1032(3646, 7756, '_edit_last', '1'),
1033(3647, 7756, '_edit_lock', '1361243733:1'),
1034(3648, 7756, '_thumbnail_id', '7725'),
1035(3649, 7756, 'page_color_choice', ''),
1036(3650, 7756, 'page_position_choice', ''),
1037(3651, 7756, 'page_image_choice', ''),
1038(3878, 7824, '_feedback_akismet_values', 'a:47:{s:14:"comment_author";s:12:"Becki Telano";s:20:"comment_author_email";s:23:"Rebecca.telano@opso.net";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"174.241.1.1";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"174.241.1.1";s:10:"user_agent";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"145";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.1";s:14:"HTTP_X_REAL_IP";s:11:"174.241.1.1";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"174.241.1.1";s:11:"REMOTE_PORT";s:5:"58690";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"U-sxF8C5UvUAAFszBuMAAAEB";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:13:"1408971031.16";s:12:"REQUEST_TIME";s:10:"1408971031";s:4:"argc";s:1:"0";}'),
1039(3768, 7784, '_feedback_akismet_values', 'a:40:{s:14:"comment_author";s:21:"qingdao.forum.qdfc.me";s:20:"comment_author_email";s:29:"qingdao.forum.qdfc.me@mail.ru";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:13:"218.56.74.207";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"218.56.74.207";s:10:"user_agent";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"168";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:65:"Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:13:"218.56.74.207";s:11:"REMOTE_PORT";s:4:"2000";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.0";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"Uowgs8C5UvUAABIZ2z4AAAB6";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1384915123";s:4:"argc";s:1:"0";}'),
1040(3767, 7784, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1041(3766, 7784, '_feedback_all_fields', 'a:3:{s:4:"Name";s:21:"qingdao.forum.qdfc.me";s:5:"Email";s:29:"qingdao.forum.qdfc.me@mail.ru";s:5:"Phone";s:6:"123456";}'),
1042(3765, 7784, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1043(3425, 7663, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:73;s:4:"file";s:19:"member_hba_nela.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:"";}}'),
1044(3424, 7663, '_wp_attached_file', 'member_hba_nela.png'),
1045(2811, 7381, '_wp_page_template', 'paged-portfolio-four.php'),
1046(2812, 7381, 'custom_header_id', ''),
1047(3428, 7669, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:198;s:6:"height";i:276;s:4:"file";s:21:"licensed-bond-ins.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"licensed-bond-ins-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:29:"licensed-bond-ins-198x230.png";s:5:"width";i:198;s:6:"height";i:230;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:29:"licensed-bond-ins-198x250.png";s:5:"width";i:198;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:29:"licensed-bond-ins-198x250.png";s:5:"width";i:198;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"licensed-bond-ins-198x210.png";s:5:"width";i:198;s:6:"height";i:210;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:"";}}'),
1048(2810, 7381, 'portfolio_cat_id_value', ''),
1049(2809, 7381, 'content_sidebar_check', 'off'),
1050(2808, 7381, 'header_choice_select', ''),
1051(2802, 7380, 'content_sidebar_check', 'off'),
1052(2801, 7380, 'header_choice_select', ''),
1053(2800, 7380, 'page_color_choice', ''),
1054(2799, 7380, '_edit_last', '1'),
1055(2798, 7379, 'custom_header_id', ''),
1056(2797, 7379, '_wp_page_template', 'default'),
1057(2796, 7379, 'portfolio_cat_id_value', ''),
1058(2795, 7379, 'content_sidebar_check', 'off'),
1059(3769, 7784, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:30:"***SPAM*** [Riser Builds] Home";s:7:"message";s:242:"Name: qingdao.forum.qdfc.me\nEmail: qingdao.forum.qdfc.me@mail.ru\n: \n: \nPhone: 123456\n\n\nTime: Tuesday November 19, 2013 at 8:38 pm\nIP Address: 218.56.74.207\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:143:"From: qingdao.forum.qdfc.me <qingdao.forum.qdfc.me@mail.ru>\r\nReply-To: qingdao.forum.qdfc.me@mail.ru\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1060(607, 4390, '_edit_last', '1'),
1061(3866, 7823, '_feedback_all_fields', 'a:3:{s:4:"Name";s:12:"Becki Telano";s:5:"Email";s:23:"Rebecca.telano@opso.net";s:5:"Phone";s:12:"318-372-7318";}'),
1062(3865, 7823, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1063(3864, 7823, '_feedback_ip', '174.241.1.1'),
1064(3863, 7823, '_feedback_subject', '[Riser Builds] Home'),
1065(3862, 7823, '_feedback_author_url', ''),
1066(3861, 7823, '_feedback_author_email', 'Rebecca.telano@opso.net'),
1067(3868, 7823, '_feedback_akismet_values', 'a:47:{s:14:"comment_author";s:12:"Becki Telano";s:20:"comment_author_email";s:23:"Rebecca.telano@opso.net";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"174.241.1.1";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"174.241.1.1";s:10:"user_agent";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"145";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:257:"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a [FBAN/FBIOS;FBAV/9.0.0.25.31;FBBV/2102024;FBDV/iPhone4,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/7.0.4;FBSS/2; FBCR/Verizon;FBID/phone;FBLC/en_US;FBOP/5]";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.1";s:14:"HTTP_X_REAL_IP";s:11:"174.241.1.1";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"174.241.1.1";s:11:"REMOTE_PORT";s:5:"58621";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"U-sxFMC5UvUAAFyPF6YAAAF9";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:13:"1408971028.18";s:12:"REQUEST_TIME";s:10:"1408971028";s:4:"argc";s:1:"0";}'),
1068(634, 6118, '_edit_last', '1'),
1069(635, 6121, '_edit_last', '1'),
1070(3382, 7378, 'page_image_choice', ''),
1071(3383, 7378, 'header_image_repeat', 'repeat'),
1072(3361, 7379, '_edit_lock', '1361241773:1'),
1073(654, 7233, '_edit_last', '1'),
1074(3771, 7785, '_feedback_author_email', 'lechenie.griji.pozvonochnika@yandex.ru'),
1075(3770, 7785, '_feedback_author', '?????.??????'),
1076(3776, 7785, '_feedback_all_fields', 'a:3:{s:4:"Name";s:23:"?????.??????";s:5:"Email";s:38:"lechenie.griji.pozvonochnika@yandex.ru";s:5:"Phone";s:6:"123456";}'),
1077(3778, 7785, '_feedback_akismet_values', 'a:40:{s:14:"comment_author";s:23:"?????.??????";s:20:"comment_author_email";s:38:"lechenie.griji.pozvonochnika@yandex.ru";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:14:"123.234.39.124";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:14:"123.234.39.124";s:10:"user_agent";s:61:"Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/17.0 Firefox/17.0";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"223";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:61:"Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/17.0 Firefox/17.0";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:14:"123.234.39.124";s:11:"REMOTE_PORT";s:4:"3642";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.0";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UpbNt8C5UvUAAAKPyV8AAAGm";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1385614775";s:4:"argc";s:1:"0";}'),
1078(3777, 7785, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1079(3758, 7783, '_feedback_akismet_values', 'a:45:{s:14:"comment_author";s:11:"Kris Harper";s:20:"comment_author_email";s:17:"sup4fly@gmail.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:13:"75.65.109.248";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"75.65.109.248";s:10:"user_agent";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"138";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip,deflate,sdch";s:20:"HTTP_ACCEPT_LANGUAGE";s:14:"en-US,en;q=0.8";s:18:"HTTP_CACHE_CONTROL";s:9:"max-age=0";s:15:"HTTP_CONNECTION";s:10:"keep-alive";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:108:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:13:"75.65.109.248";s:11:"REMOTE_PORT";s:5:"52328";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UoqynsC5UvUAACL052YAAAAT";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1384821406";s:4:"argc";s:1:"0";}'),
1080(3697, 7770, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:231:"Name: melinda plam\nEmail: melindaplam@yahoo.com\n: \n: \nPhone: 318-340-9070\n\n\nTime: Thursday February 28, 2013 at 11:56 pm\nIP Address: 98.80.76.33\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:118:"From: melinda plam <melindaplam@yahoo.com>\r\nReply-To: melindaplam@yahoo.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1081(3672, 7764, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:441;s:6:"height";i:50;s:4:"file";s:12:"banner-7.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-7-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"banner-7-300x34.png";s:5:"width";i:300;s:6:"height";i:34;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:19:"banner-7-418x50.png";s:5:"width";i:418;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-7-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-7-210x50.png";s:5:"width";i:210;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:"";}}'),
1082(3748, 7781, '_feedback_akismet_values', 'a:40:{s:14:"comment_author";s:8:"miflrhwp";s:20:"comment_author_email";s:14:"xmtoqbxm@e.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:15:"119.165.200.112";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:15:"119.165.200.112";s:10:"user_agent";s:108:"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"140";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:108:"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.91 Safari/537.11";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:15:"119.165.200.112";s:11:"REMOTE_PORT";s:4:"3238";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.0";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UoSfp66EgmIAAAjBLaQAAAIp";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1384423335";s:4:"argc";s:1:"0";}'),
1083(2520, 7378, 'custom_header_id', ''),
1084(2511, 7366, 'portfolio_cat_id_value', ''),
1085(2510, 7366, 'content_sidebar_check', 'off'),
1086(2509, 7366, 'header_choice_select', ''),
1087(2508, 7366, 'page_color_choice', ''),
1088(2507, 7366, '_edit_last', '1'),
1089(2506, 7365, 'custom_header_id', ''),
1090(2505, 7365, '_wp_page_template', 'portfolio-three.php'),
1091(2433, 5992, 'header_image_repeat', 'repeat'),
1092(2432, 5992, 'page_image_choice', ''),
1093(2431, 5992, 'page_position_choice', ''),
1094(2430, 5992, 'content_sidebar_check', 'off'),
1095(2429, 5992, 'custom_header_id', ''),
1096(2428, 5992, '_wp_page_template', 'default'),
1097(2427, 5992, 'portfolio_cat_id_value', ''),
1098(2426, 5992, 'footer_widget_check', 'off'),
1099(2425, 5992, 'header_choice_select', ''),
1100(2424, 5992, 'page_color_choice', ''),
1101(2423, 5992, '_edit_last', '1'),
1102(2412, 4441, 'footer_widget_check', 'off'),
1103(2411, 4441, 'header_choice_select', ''),
1104(2410, 4441, 'page_color_choice', ''),
1105(2409, 4441, '_edit_last', '1'),
1106(2408, 4249, 'content_sidebar_check', 'off'),
1107(2407, 4249, 'portfolio_cat_id_value', ''),
1108(2406, 4249, '_wp_page_template', 'default'),
1109(2401, 4249, 'footer_widget_check', 'off'),
1110(2400, 3992, 'content_sidebar_check', 'off'),
1111(2399, 3992, '_edit_last', '1'),
1112(2398, 3992, 'page_color_choice', ''),
1113(2397, 3992, 'header_choice_select', ''),
1114(2396, 3992, 'footer_widget_check', 'off'),
1115(2395, 3992, 'portfolio_cat_id_value', ''),
1116(2394, 3992, '_wp_page_template', 'default'),
1117(2393, 3992, 'custom_header_id', ''),
1118(2386, 3032, 'header_choice_select', ''),
1119(2385, 3032, 'page_color_choice', ''),
1120(2384, 3032, '_edit_last', '1'),
1121(3840, 7817, '_feedback_all_fields', 'a:5:{s:4:"Name";s:25:"Charles&Juanita Davis";s:5:"Email";s:19:"cdavis276@yahoo.com";s:15:"Daytime Phone #";s:7:"3669165";s:7:"Comment";s:192:"We will get with you for a estimate for our new house in Old Darbonne Crossing as soon as we buy our lot. We don''t know if the house plan we like will fit on the lot.\r\n\r\nThanks for the e-mail.";s:19:"I agree with terms.";s:3:"Yes";}'),
1122(2360, 2504, 'header_choice_select', ''),
1123(2359, 2504, 'page_color_choice', ''),
1124(2358, 2504, 'portfolio_cat', ''),
1125(2357, 2504, '_edit_last', '1'),
1126(2356, 2489, 'content_sidebar_check', 'off'),
1127(2355, 2489, 'portfolio_cat_id_value', ''),
1128(2354, 2489, 'footer_widget_check', 'off'),
1129(2353, 2489, 'custom_header_id', ''),
1130(2352, 2489, '_wp_page_template', 'default'),
1131(3842, 7817, '_feedback_akismet_values', 'a:49:{s:14:"comment_author";s:25:"Charles&Juanita Davis";s:20:"comment_author_email";s:19:"cdavis276@yahoo.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:23:"[Riser Builds] Contacts";s:17:"comment_author_IP";s:13:"72.146.118.99";s:15:"comment_content";s:192:"We will get with you for a estimate for our new house in Old Darbonne Crossing as soon as we buy our lot. We don''t know if the house plan we like will fit on the lot.\r\n\r\nThanks for the e-mail.";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"72.146.118.99";s:10:"user_agent";s:63:"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)";s:8:"referrer";s:32:"http://riserbuilds.com/contacts/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:10:"/contacts/";s:14:"CONTENT_LENGTH";s:3:"408";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:37:"text/html, application/xhtml+xml, */*";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:12:"HTTP_REFERER";s:32:"http://riserbuilds.com/contacts/";s:15:"HTTP_USER_AGENT";s:63:"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.1";s:14:"HTTP_X_REAL_IP";s:13:"72.146.118.99";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:18:"REDIRECT_UNIQUE_ID";s:24:"Uw-MD8C5UvUAAAJTg9oAAACN";s:12:"REDIRECT_URL";s:10:"/contacts/";s:17:"REDIRECT_W3TC_ENC";s:5:"_gzip";s:11:"REMOTE_ADDR";s:13:"72.146.118.99";s:11:"REMOTE_PORT";s:5:"24689";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"Uw-MD8C5UvUAAAJTg9oAAACN";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1393544207";s:4:"argc";s:1:"0";}'),
1132(3841, 7817, '_feedback_extra_fields', 'a:2:{s:15:"Daytime Phone #";s:7:"3669165";s:19:"I agree with terms.";s:3:"Yes";}'),
1133(2344, 2483, 'header_choice_select', ''),
1134(2343, 2483, 'page_color_choice', ''),
1135(2342, 2483, 'portfolio_cat', ''),
1136(2341, 2483, '_edit_last', '1'),
1137(2340, 2483, 'footer_widget_check', 'off'),
1138(2333, 2482, 'portfolio_cat', ''),
1139(2332, 2482, '_edit_last', '1'),
1140(2331, 2482, 'portfolio_cat_id_value', ''),
1141(2330, 2464, 'content_sidebar_check', 'off'),
1142(2329, 2464, 'portfolio_cat_id_value', ''),
1143(2326, 2464, 'header_choice_select', ''),
1144(2325, 2464, 'page_color_choice', ''),
1145(2324, 2464, 'portfolio_cat', ''),
1146(2323, 2464, '_edit_last', '1'),
1147(2322, 2464, 'footer_widget_check', 'off'),
1148(2314, 2151, 'header_choice_select', ''),
1149(2313, 2151, 'page_color_choice', ''),
1150(2312, 2151, 'portfolio_cat', ''),
1151(2311, 2151, '_edit_last', '1'),
1152(2310, 2151, 'page_position_choice', ''),
1153(2309, 2119, 'page_position_choice', ''),
1154(2308, 2119, 'page_image_choice', ''),
1155(2300, 2119, 'page_color_choice', ''),
1156(2299, 2119, 'portfolio_cat', ''),
1157(2298, 2119, '_edit_last', '1'),
1158(2297, 2049, 'content_sidebar_check', 'off'),
1159(3744, 7781, '_feedback_ip', '119.165.200.112'),
1160(3745, 7781, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1161(3746, 7781, '_feedback_all_fields', 'a:3:{s:4:"Name";s:8:"miflrhwp";s:5:"Email";s:14:"xmtoqbxm@e.com";s:5:"Phone";s:6:"123456";}'),
1162(3747, 7781, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1163(3743, 7781, '_feedback_subject', '[Riser Builds] Home'),
1164(3742, 7781, '_feedback_author_url', ''),
1165(3741, 7781, '_feedback_author_email', 'xmtoqbxm@e.com'),
1166(3740, 7781, '_feedback_author', 'miflrhwp'),
1167(3739, 7778, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:255:"Name: Robbin Albritton\nEmail: coreyrobbin@bellsouth.net\n: \n: \nPhone: 318-878-7230 or 318-680-2078\n\n\nTime: Thursday September 5, 2013 at 1:41 pm\nIP Address: 98.80.83.105\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:130:"From: Robbin Albritton <coreyrobbin@bellsouth.net>\r\nReply-To: coreyrobbin@bellsouth.net\r\nContent-Type: text/plain; charset="UTF-8"";}');
1168INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
1169(3696, 7770, '_feedback_akismet_values', 'a:44:{s:14:"comment_author";s:12:"melinda plam";s:20:"comment_author_email";s:21:"melindaplam@yahoo.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"98.80.76.33";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"98.80.76.33";s:10:"user_agent";s:211:"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; MDDC; BRI/1; BRI/2; .NET4.0C; AskTbORJ/5.15.9.29495)";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"141";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:145:"application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, */*";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-US";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_CONNECTION";s:10:"Keep-Alive";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:211:"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; MDDC; BRI/1; BRI/2; .NET4.0C; AskTbORJ/5.15.9.29495)";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"98.80.76.33";s:11:"REMOTE_PORT";s:5:"64768";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UTBDKK6EgmIAAEHYWSkAAADx";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1362117416";s:4:"argc";s:1:"0";}'),
1170(3695, 7770, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:12:"318-340-9070";}'),
1171(3694, 7770, '_feedback_all_fields', 'a:3:{s:4:"Name";s:12:"melinda plam";s:5:"Email";s:21:"melindaplam@yahoo.com";s:5:"Phone";s:12:"318-340-9070";}'),
1172(3693, 7770, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1173(3692, 7770, '_feedback_ip', '98.80.76.33'),
1174(3688, 7770, '_feedback_author', 'melinda plam'),
1175(3689, 7770, '_feedback_author_email', 'melindaplam@yahoo.com'),
1176(3690, 7770, '_feedback_author_url', ''),
1177(3691, 7770, '_feedback_subject', '[Riser Builds] Home'),
1178(3738, 7778, '_feedback_akismet_values', 'a:45:{s:14:"comment_author";s:16:"Robbin Albritton";s:20:"comment_author_email";s:25:"coreyrobbin@bellsouth.net";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:12:"98.80.83.105";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:12:"98.80.83.105";s:10:"user_agent";s:64:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"165";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:37:"text/html, application/xhtml+xml, */*";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:56:"en-US,en;q=0.8,pt-BR;q=0.7,pt;q=0.5,es-ES;q=0.3,es;q=0.2";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_CONNECTION";s:10:"Keep-Alive";s:8:"HTTP_DNT";s:1:"1";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:64:"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:12:"98.80.83.105";s:11:"REMOTE_PORT";s:5:"43155";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"Uijefq6EgmIAABS@OJIAAAB2";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1378410110";s:4:"argc";s:1:"0";}'),
1179(3737, 7778, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:28:"318-878-7230 or 318-680-2078";}'),
1180(3736, 7778, '_feedback_all_fields', 'a:3:{s:4:"Name";s:16:"Robbin Albritton";s:5:"Email";s:25:"coreyrobbin@bellsouth.net";s:5:"Phone";s:28:"318-878-7230 or 318-680-2078";}'),
1181(3735, 7778, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1182(3734, 7778, '_feedback_ip', '98.80.83.105'),
1183(3733, 7778, '_feedback_subject', '[Riser Builds] Home'),
1184(3732, 7778, '_feedback_author_url', ''),
1185(3731, 7778, '_feedback_author_email', 'coreyrobbin@bellsouth.net'),
1186(3686, 7769, '_feedback_akismet_values', 'a:47:{s:14:"comment_author";s:10:"Joan Adams";s:20:"comment_author_email";s:17:"jpacorgis@aol.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:23:"[Riser Builds] Contacts";s:17:"comment_author_IP";s:13:"12.52.253.146";s:15:"comment_content";s:303:"My husband and I are wanting to make repairs and renovations to our current house, along with some new construction to the existing house. We want to add a new master bedroom, master bathroom, and office. In addition, we will be gutting the kitchen and extending our current master bedroom by 13 feet.";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"12.52.253.146";s:10:"user_agent";s:135:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; CMDTDF)";s:8:"referrer";s:32:"http://riserbuilds.com/contacts/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:10:"/contacts/";s:14:"CONTENT_LENGTH";s:3:"515";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:210:"image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, application/msword, */*";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_CONNECTION";s:10:"Keep-Alive";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:12:"HTTP_REFERER";s:32:"http://riserbuilds.com/contacts/";s:15:"HTTP_USER_AGENT";s:135:"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; CMDTDF)";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:18:"REDIRECT_UNIQUE_ID";s:24:"USfzZ66EgmIAAEAeG5YAAACg";s:12:"REDIRECT_URL";s:10:"/contacts/";s:17:"REDIRECT_W3TC_ENC";s:5:"_gzip";s:11:"REMOTE_ADDR";s:13:"12.52.253.146";s:11:"REMOTE_PORT";s:5:"37673";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"USfzZ66EgmIAAEAeG5YAAACg";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1361572711";s:4:"argc";s:1:"0";}'),
1187(3685, 7769, '_feedback_extra_fields', 'a:2:{s:15:"Daytime Phone #";s:8:"387-6453";s:19:"I agree with terms.";s:3:"Yes";}'),
1188(3716, 7776, '_feedback_all_fields', 'a:5:{s:4:"Name";s:10:"NastAnneXO";s:5:"Email";s:31:"cyfuwoolfshirlulene@outlook.com";s:15:"Daytime Phone #";s:6:"123456";s:7:"Comment";s:418:"May cause congenital abnormalities? I would be really helpful if anybody can answer to that concern. I''m stuck with this problem for final week and I''m not able to locate homes answer for that concern. Any response will be extremely appreciated. Thank you quite considerably and have a excellent day. Apologies for my weak english language. Cheers ! \r\n_________________ \r\nzgaga objawy dieta refluksowa dieta refluksowa";s:19:"I agree with terms.";s:3:"Yes";}'),
1189(3714, 7776, '_feedback_ip', '188.143.232.70'),
1190(3715, 7776, '_feedback_contact_form_url', 'http://riserbuilds.com/contacts/'),
1191(3713, 7776, '_feedback_subject', '[Riser Builds] Contacts'),
1192(3712, 7776, '_feedback_author_url', ''),
1193(3711, 7776, '_feedback_author_email', 'cyfuwoolfshirlulene@outlook.com'),
1194(3710, 7776, '_feedback_author', 'NastAnneXO'),
1195(3709, 7775, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:232:"Name: Jonathan Blount\nEmail: Jonathan@BlountFive.com\n: \n: \nPhone: 3188075101\n\n\nTime: Thursday June 13, 2013 at 1:13 pm\nIP Address: 166.137.156.22\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:125:"From: Jonathan Blount <Jonathan@BlountFive.com>\r\nReply-To: Jonathan@BlountFive.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1196(3676, 7766, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:430;s:4:"file";s:15:"keys_slider.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"keys_slider-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:"keys_slider-300x134.jpg";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:23:"keys_slider-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:23:"keys_slider-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:23:"keys_slider-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:23:"keys_slider-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-single";a:4:{s:4:"file";s:23:"keys_slider-946x423.jpg";s:5:"width";i:946;s:6:"height";i:423;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:"";}}'),
1197(3675, 7766, '_wp_attached_file', 'keys_slider.jpg'),
1198(3698, 7772, '_wp_attached_file', 'login-logo.png'),
1199(3699, 7772, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:274;s:6:"height";i:102;s:4:"file";s:14:"login-logo.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:22:"login-logo-150x102.png";s:5:"width";i:150;s:6:"height";i:102;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:22:"login-logo-210x102.png";s:5:"width";i:210;s:6:"height";i:102;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:"";}}'),
1200(3757, 7783, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:12:"318-348-8520";}'),
1201(3756, 7783, '_feedback_all_fields', 'a:3:{s:4:"Name";s:11:"Kris Harper";s:5:"Email";s:17:"sup4fly@gmail.com";s:5:"Phone";s:12:"318-348-8520";}'),
1202(3755, 7783, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1203(3754, 7783, '_feedback_ip', '75.65.109.248'),
1204(3753, 7783, '_feedback_subject', '[Riser Builds] Home'),
1205(3752, 7783, '_feedback_author_url', ''),
1206(3750, 7783, '_feedback_author', 'Kris Harper'),
1207(3751, 7783, '_feedback_author_email', 'sup4fly@gmail.com'),
1208(3749, 7781, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:217:"Name: miflrhwp\nEmail: xmtoqbxm@e.com\n: \n: \nPhone: 123456\n\n\nTime: Thursday November 14, 2013 at 4:02 am\nIP Address: 119.165.200.112\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:100:"From: miflrhwp <xmtoqbxm@e.com>\r\nReply-To: xmtoqbxm@e.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1209(2061, 391, 'page_position_choice', ''),
1210(2060, 391, 'content_sidebar_check', 'off'),
1211(2059, 391, 'portfolio_cat_id_value', ''),
1212(2063, 391, 'header_image_repeat', 'repeat'),
1213(2062, 391, 'page_image_choice', ''),
1214(1998, 17, '_edit_last', '1'),
1215(1997, 16, '_edit_last', '1'),
1216(1976, 7541, '_menu_item_xfn', ''),
1217(1977, 7541, '_menu_item_url', '#top'),
1218(2284, 1982, '_edit_last', '1'),
1219(2283, 1982, 'page_color_choice', ''),
1220(2282, 1982, 'portfolio_cat', ''),
1221(2281, 1982, 'header_choice_select', ''),
1222(2269, 1854, 'page_color_choice', ''),
1223(2268, 1854, 'portfolio_cat', ''),
1224(2267, 1854, '_edit_last', '1'),
1225(2266, 1798, 'content_sidebar_check', 'off'),
1226(2265, 1798, 'portfolio_cat_id_value', ''),
1227(2148, 7544, 'header_choice_select', 'custom-element-full'),
1228(2147, 7544, '_wp_page_template', 'Template_right-sidebar.php'),
1229(2146, 7544, '_edit_last', '1'),
1230(2145, 6121, '_edit_last', '1'),
1231(2144, 6118, '_edit_last', '1'),
1232(1970, 7541, '_menu_item_type', 'custom'),
1233(3435, 1285, 'page_image_choice', ''),
1234(3436, 1285, 'header_image_repeat', 'repeat'),
1235(3764, 7784, '_feedback_ip', '218.56.74.207'),
1236(3434, 1285, 'page_position_choice', ''),
1237(3433, 1285, '_edit_lock', '1361082528:1'),
1238(3238, 7596, '_menu_item_url', '#top'),
1239(3237, 7596, '_menu_item_xfn', ''),
1240(2908, 7555, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1241(2907, 7555, '_menu_item_target', ''),
1242(2906, 7555, '_menu_item_object', 'page'),
1243(2905, 7555, '_menu_item_object_id', '1285'),
1244(2904, 7555, '_menu_item_menu_item_parent', '0'),
1245(3706, 7775, '_feedback_all_fields', 'a:3:{s:4:"Name";s:15:"Jonathan Blount";s:5:"Email";s:23:"Jonathan@BlountFive.com";s:5:"Phone";s:10:"3188075101";}'),
1246(2903, 7555, '_menu_item_type', 'post_type'),
1247(3877, 7824, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:12:"318-372-7318";}'),
1248(3870, 7824, '_feedback_author', 'Becki Telano'),
1249(3871, 7824, '_feedback_author_email', 'Rebecca.telano@opso.net'),
1250(3872, 7824, '_feedback_author_url', ''),
1251(3873, 7824, '_feedback_subject', '[Riser Builds] Home'),
1252(3874, 7824, '_feedback_ip', '174.241.1.1'),
1253(3875, 7824, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1254(3876, 7824, '_feedback_all_fields', 'a:3:{s:4:"Name";s:12:"Becki Telano";s:5:"Email";s:23:"Rebecca.telano@opso.net";s:5:"Phone";s:12:"318-372-7318";}'),
1255(2807, 7381, 'page_color_choice', ''),
1256(2806, 7381, '_edit_last', '1'),
1257(2805, 7380, 'custom_header_id', ''),
1258(2804, 7380, '_wp_page_template', 'paged-portfolio-three.php'),
1259(2803, 7380, 'portfolio_cat_id_value', ''),
1260(2794, 7379, 'header_choice_select', ''),
1261(2793, 7379, 'page_color_choice', ''),
1262(2792, 7379, '_edit_last', '1'),
1263(3654, 7756, 'content_sidebar_check', 'off'),
1264(3655, 7756, 'custom_header_id', ''),
1265(3656, 7756, 'pf_meta_box_text', 'Client:'),
1266(3657, 7756, 'pf_meta_box_text2', 'Laura'),
1267(3658, 7756, 'pf_meta_box_text3', 'Year:'),
1268(3659, 7756, 'pf_meta_box_text4', '2008'),
1269(3660, 7756, 'pf_meta_box_text5', ''),
1270(3661, 7756, 'pf_meta_box_text6', ''),
1271(3662, 7756, 'pf_meta_box_text7', ''),
1272(3663, 7756, 'pf_meta_box_select', 'magnifier'),
1273(3707, 7775, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:10:"3188075101";}'),
1274(3670, 7763, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:430;s:4:"file";s:8:"keys.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"keys-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:"keys-300x134.jpg";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:16:"keys-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:16:"keys-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:16:"keys-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:16:"keys-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-single";a:4:{s:4:"file";s:16:"keys-946x423.jpg";s:5:"width";i:946;s:6:"height";i:423;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:"";}}'),
1275(3381, 7378, 'page_position_choice', ''),
1276(3380, 7378, '_edit_lock', '1389558038:1'),
1277(3867, 7823, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:12:"318-372-7318";}'),
1278(3673, 7765, '_wp_attached_file', 'banner-6.png'),
1279(3674, 7765, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:466;s:6:"height";i:50;s:4:"file";s:12:"banner-6.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-6-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"banner-6-300x32.png";s:5:"width";i:300;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:19:"banner-6-418x50.png";s:5:"width";i:418;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"banner-6-459x50.png";s:5:"width";i:459;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-6-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-6-210x50.png";s:5:"width";i:210;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:"";}}'),
1280(3772, 7785, '_feedback_author_url', ''),
1281(3773, 7785, '_feedback_subject', '[Riser Builds] Home'),
1282(3774, 7785, '_feedback_ip', '123.234.39.124'),
1283(3775, 7785, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1284(3730, 7778, '_feedback_author', 'Robbin Albritton'),
1285(3671, 7764, '_wp_attached_file', 'banner-7.png'),
1286(3728, 7777, '_feedback_akismet_values', 'a:47:{s:14:"comment_author";s:13:"Lesley bishop";s:20:"comment_author_email";s:23:"Lesleybishop1@yahoo.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:23:"[Riser Builds] Contacts";s:17:"comment_author_IP";s:14:"166.137.156.47";s:15:"comment_content";s:184:"Denver mercer suggested you to possibly help us with remodeling our 1975 home. Currently we need stairs built to a loft above the kitchen. Would like an estimate if possible. Thank you";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:14:"166.137.156.47";s:10:"user_agent";s:135:"Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25";s:8:"referrer";s:32:"http://riserbuilds.com/contacts/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:10:"/contacts/";s:14:"CONTENT_LENGTH";s:3:"389";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:32:"http://riserbuilds.com/contacts/";s:15:"HTTP_USER_AGENT";s:135:"Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25";s:8:"HTTP_VIA";s:42:"HTTP/1.1 alnmspsrvz9ts333.wnsnet.attws.com";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:18:"REDIRECT_UNIQUE_ID";s:24:"Uh4YT66EgmIAACz2W7AAAAG5";s:12:"REDIRECT_URL";s:10:"/contacts/";s:17:"REDIRECT_W3TC_ENC";s:5:"_gzip";s:11:"REMOTE_ADDR";s:14:"166.137.156.47";s:11:"REMOTE_PORT";s:5:"14066";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"Uh4YT66EgmIAACz2W7AAAAG5";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1377704015";s:4:"argc";s:1:"0";}'),
1287(3684, 7769, '_feedback_all_fields', 'a:5:{s:4:"Name";s:10:"Joan Adams";s:5:"Email";s:17:"jpacorgis@aol.com";s:15:"Daytime Phone #";s:8:"387-6453";s:7:"Comment";s:307:"My husband and I are wanting to make repairs and renovations to our current house, along with some new construction to the existing house. We want to add a new master bedroom, master bathroom, and office. In addition, we will be gutting the kitchen and extending our current master bedroom by 13 feet.\r\n\r\n";s:19:"I agree with terms.";s:3:"Yes";}'),
1288(3677, 2151, '_login_radius_meta', ''),
1289(3678, 7769, '_feedback_author', 'Joan Adams'),
1290(3679, 7769, '_feedback_author_email', 'jpacorgis@aol.com'),
1291(3680, 7769, '_feedback_author_url', ''),
1292(3681, 7769, '_feedback_subject', '[Riser Builds] Contacts'),
1293(3682, 7769, '_feedback_ip', '12.52.253.146'),
1294(3683, 7769, '_feedback_contact_form_url', 'http://riserbuilds.com/contacts/'),
1295(3727, 7777, '_feedback_extra_fields', 'a:2:{s:15:"Daytime Phone #";s:10:"3185478428";s:19:"I agree with terms.";s:3:"Yes";}'),
1296(2504, 7365, 'portfolio_cat_id_value', ''),
1297(2503, 7365, 'content_sidebar_check', 'off'),
1298(2502, 7365, 'header_choice_select', ''),
1299(2501, 7365, 'page_color_choice', ''),
1300(2500, 7365, '_edit_last', '1'),
1301(2499, 7364, 'custom_header_id', ''),
1302(2497, 7364, 'portfolio_cat_id_value', ''),
1303(2498, 7364, '_wp_page_template', 'portfolio-two.php'),
1304(2519, 7378, '_wp_page_template', 'paged-portfolio-one.php'),
1305(2518, 7378, 'portfolio_cat_id_value', ''),
1306(2517, 7378, 'content_sidebar_check', 'off'),
1307(2516, 7378, 'header_choice_select', ''),
1308(2512, 7366, '_wp_page_template', 'portfolio-four.php'),
1309(2513, 7366, 'custom_header_id', ''),
1310(2514, 7378, '_edit_last', '1'),
1311(2515, 7378, 'page_color_choice', ''),
1312(3708, 7775, '_feedback_akismet_values', 'a:44:{s:14:"comment_author";s:15:"Jonathan Blount";s:20:"comment_author_email";s:23:"Jonathan@BlountFive.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:14:"166.137.156.22";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:14:"166.137.156.22";s:10:"user_agent";s:108:"Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_4 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10B350";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"146";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:63:"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:13:"gzip, deflate";s:20:"HTTP_ACCEPT_LANGUAGE";s:5:"en-us";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:108:"Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_4 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Mobile/10B350";s:8:"HTTP_VIA";s:42:"HTTP/1.1 alnmspsrvz9ts208.wnsnet.attws.com";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:14:"166.137.156.22";s:11:"REMOTE_PORT";s:5:"59988";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:15:"174.132.130.123";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UboZzq6EgmIAAGMTZWAAAAEy";s:8:"W3TC_ENC";s:5:"_gzip";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1371150798";s:4:"argc";s:1:"0";}'),
1313(2415, 4441, 'custom_header_id', ''),
1314(2414, 4441, '_wp_page_template', 'default'),
1315(2413, 4441, 'portfolio_cat_id_value', ''),
1316(2351, 2489, 'header_choice_select', ''),
1317(2350, 2489, 'page_color_choice', ''),
1318(2349, 2489, 'portfolio_cat', ''),
1319(2348, 2489, '_edit_last', '1'),
1320(2347, 2483, 'portfolio_cat_id_value', ''),
1321(2346, 2483, 'custom_header_id', ''),
1322(2345, 2483, '_wp_page_template', 'default'),
1323(2364, 2504, 'portfolio_cat_id_value', ''),
1324(2363, 2504, 'footer_widget_check', 'off'),
1325(2362, 2504, 'custom_header_id', ''),
1326(2361, 2504, '_wp_page_template', 'default'),
1327(3839, 7817, '_feedback_contact_form_url', 'http://riserbuilds.com/contacts/'),
1328(3838, 7817, '_feedback_ip', '72.146.118.99'),
1329(3837, 7817, '_feedback_subject', '[Riser Builds] Contacts'),
1330(3836, 7817, '_feedback_author_url', ''),
1331(3835, 7817, '_feedback_author_email', 'cdavis276@yahoo.com'),
1332(2392, 3032, 'content_sidebar_check', 'off'),
1333(2391, 3032, 'portfolio_cat_id_value', ''),
1334(2390, 3032, '_tcc-pps-replace', 'primary-widget-area'),
1335(2389, 3032, 'custom_header_id', ''),
1336(2387, 3032, 'footer_widget_check', 'off'),
1337(2388, 3032, '_wp_page_template', 'Template_right-sidebar.php'),
1338(2405, 4249, 'custom_header_id', ''),
1339(2404, 4249, '_edit_last', '1'),
1340(2403, 4249, 'page_color_choice', ''),
1341(2402, 4249, 'header_choice_select', ''),
1342(2339, 2482, 'content_sidebar_check', 'off'),
1343(2338, 2482, 'footer_widget_check', 'off'),
1344(2337, 2482, 'custom_header_id', ''),
1345(2336, 2482, '_wp_page_template', 'Template_right-sidebar.php'),
1346(2335, 2482, 'header_choice_select', ''),
1347(2334, 2482, 'page_color_choice', ''),
1348(2143, 4438, 'header_image_repeat', 'repeat'),
1349(2142, 4438, 'page_image_choice', ''),
1350(2141, 4438, 'page_position_choice', ''),
1351(2140, 4438, 'content_sidebar_check', 'on'),
1352(2139, 4438, 'portfolio_cat_id_value', ''),
1353(2134, 4438, 'portfolio_cat', ''),
1354(2135, 4438, 'header_choice_select', 'custom-element'),
1355(2136, 4438, 'custom_header_id', ''),
1356(2137, 4438, 'page_color_choice', ''),
1357(2138, 4438, 'footer_widget_check', 'off'),
1358(2264, 1798, 'footer_widget_check', 'off'),
1359(2263, 1798, 'custom_header_id', ''),
1360(2259, 1798, 'portfolio_cat', ''),
1361(2260, 1798, 'page_color_choice', ''),
1362(2261, 1798, 'header_choice_select', ''),
1363(2262, 1798, '_wp_page_template', 'default'),
1364(2280, 1982, '_wp_page_template', 'Template_right-sidebar.php'),
1365(2279, 1982, 'custom_header_id', ''),
1366(2276, 1854, 'page_position_choice', ''),
1367(2277, 1854, 'page_image_choice', ''),
1368(2278, 1854, 'header_image_repeat', 'repeat'),
1369(2296, 2049, 'custom_header_html', '[gmap width="100%" height="350" address="5th Avenue, New York, USA"] '),
1370(2295, 2049, 'portfolio_cat_id_value', ''),
1371(2294, 2049, 'custom_header_id', ''),
1372(2293, 2049, '_wp_page_template', 'default'),
1373(2307, 2119, 'header_image_repeat', 'repeat'),
1374(2306, 2119, 'content_sidebar_check', 'off'),
1375(2305, 2119, 'portfolio_cat_id_value', ''),
1376(2304, 2119, 'footer_widget_check', 'off'),
1377(2303, 2119, 'custom_header_id', ''),
1378(2301, 2119, 'header_choice_select', ''),
1379(2302, 2119, '_wp_page_template', 'default'),
1380(2321, 2151, 'page_image_choice', ''),
1381(2320, 2151, 'header_image_repeat', 'repeat'),
1382(2319, 2151, 'content_sidebar_check', 'off'),
1383(2315, 2151, '_wp_page_template', 'Template_right-sidebar.php'),
1384(2316, 2151, 'custom_header_id', ''),
1385(2317, 2151, 'footer_widget_check', 'off'),
1386(2318, 2151, 'portfolio_cat_id_value', ''),
1387(2328, 2464, 'custom_header_id', ''),
1388(2327, 2464, '_wp_page_template', 'default'),
1389(2487, 7363, 'page_color_choice', ''),
1390(2484, 7047, 'page_image_choice', ''),
1391(2485, 7047, 'header_image_repeat', 'repeat'),
1392(2486, 7363, '_edit_last', '1'),
1393(2477, 7047, '_wp_page_template', 'default'),
1394(2478, 7047, 'portfolio_cat_id_value', ''),
1395(2479, 7047, 'content_sidebar_check', 'on'),
1396(2133, 4438, '_wp_page_template', 'default'),
1397(2018, 167, '_edit_last', '1'),
1398(2019, 167, 'website_url', ''),
1399(2020, 167, 'client', ''),
1400(2021, 167, 'header_choice_select', 'orbit-slider'),
1401(2022, 167, '_wp_page_template', 'default'),
1402(2023, 167, 'myCustomImage', ''),
1403(2024, 167, 'style', ''),
1404(2025, 167, 'portfolio_cat', ''),
1405(2026, 167, 'custom_header_html', 'Custom Header HTML will only work if "Custom Header Element" choosen.'),
1406(2027, 167, 'custom_header_id', ''),
1407(2028, 167, 'footer_widget_check', 'off'),
1408(2029, 167, 'page_color_choice', ''),
1409(2030, 167, 'portfolio_cat_id_value', ''),
1410(2031, 167, 'content_sidebar_check', 'off'),
1411(2032, 167, 'page_position_choice', ''),
1412(2033, 167, 'page_image_choice', ''),
1413(2034, 167, 'header_image_repeat', 'repeat'),
1414(2035, 242, 'website_url', ''),
1415(2036, 242, '_edit_last', '1'),
1416(2037, 242, 'client', ''),
1417(2038, 242, 'style', ''),
1418(2039, 242, 'portfolio_cat', ''),
1419(2040, 242, 'header_choice_select', 'custom-element-bg'),
1420(2041, 242, '_wp_page_template', 'default'),
1421(2042, 242, 'custom_header_id', ''),
1422(2043, 242, 'page_color_choice', ''),
1423(2044, 242, 'custom_header_html', '[div style="margin-bottom:-18px;"]\n[nivo_slider width="960" height="350" link="none" speed="600" delay="3000" effect="random" ]\n[/div]\n'),
1424(2045, 242, 'footer_widget_check', 'off'),
1425(2046, 242, 'portfolio_cat_id_value', ''),
1426(2047, 242, 'content_sidebar_check', 'off'),
1427(2048, 242, 'page_position_choice', ''),
1428(2049, 242, 'page_image_choice', ''),
1429(2050, 242, 'header_image_repeat', 'repeat'),
1430(2051, 391, 'custom_header_html', 'Custom Header HTML will only work if "Custom Header Element" choosen.'),
1431(2052, 391, 'header_choice_select', 'post-slider'),
1432(2053, 391, 'portfolio_cat', ''),
1433(2054, 391, '_edit_last', '1'),
1434(2055, 391, 'custom_header_id', ''),
1435(2056, 391, '_wp_page_template', 'default'),
1436(2057, 391, 'footer_widget_check', 'off'),
1437(2058, 391, 'page_color_choice', ''),
1438(3860, 7823, '_feedback_author', 'Becki Telano'),
1439(3859, 7822, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:30:"***SPAM*** [Riser Builds] Home";s:7:"message";s:217:"Name: AlixSkell\nEmail: AlixSkellN@blog-1.ru\n: \n: \nPhone: 123456\n\n\nTime: Sunday August 17, 2014 at 11:50 am\nIP Address: 91.200.13.5\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:113:"From: AlixSkell <AlixSkellN@blog-1.ru>\r\nReply-To: AlixSkellN@blog-1.ru\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1440(3427, 7669, '_wp_attached_file', 'licensed-bond-ins.png'),
1441(3324, 7650, '_menu_item_url', ''),
1442(3323, 7650, '_menu_item_xfn', ''),
1443(3322, 7650, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1444(3321, 7650, '_menu_item_target', ''),
1445(3320, 7650, '_menu_item_object', 'page'),
1446(3319, 7650, '_menu_item_object_id', '2151'),
1447(3318, 7650, '_menu_item_menu_item_parent', '0'),
1448(3317, 7650, '_menu_item_type', 'post_type'),
1449(3315, 7649, '_menu_item_url', ''),
1450(3314, 7649, '_menu_item_xfn', ''),
1451(3313, 7649, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1452(3833, 7816, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:245:"Name: dredger.for.sale.biz\nEmail: dredger.for.sale.biz@yandex.com\n: \n: \nPhone: 123456\n\n\nTime: Thursday January 16, 2014 at 5:32 pm\nIP Address: 119.165.201.172\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:146:"From: dredger.for.sale.biz <dredger.for.sale.biz@yandex.com>\r\nReply-To: dredger.for.sale.biz@yandex.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1453(3312, 7649, '_menu_item_target', ''),
1454(3311, 7649, '_menu_item_object', 'page'),
1455(3310, 7649, '_menu_item_object_id', '7544'),
1456(3309, 7649, '_menu_item_menu_item_parent', '0'),
1457(3308, 7649, '_menu_item_type', 'post_type'),
1458(3668, 4437, '_edit_lock', '1361259715:1'),
1459(3297, 7647, '_menu_item_url', ''),
1460(3296, 7647, '_menu_item_xfn', ''),
1461(3295, 7647, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1462(3294, 7647, '_menu_item_target', ''),
1463(3293, 7647, '_menu_item_object', 'page'),
1464(3292, 7647, '_menu_item_object_id', '7047'),
1465(3291, 7647, '_menu_item_menu_item_parent', '0'),
1466(3290, 7647, '_menu_item_type', 'post_type'),
1467(3832, 7816, '_feedback_akismet_values', 'a:43:{s:14:"comment_author";s:20:"dredger.for.sale.biz";s:20:"comment_author_email";s:31:"dredger.for.sale.biz@yandex.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:15:"119.165.201.172";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:15:"119.165.201.172";s:10:"user_agent";s:79:"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.10";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"169";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:79:"Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 5970)) Presto/2.12.388 Version/12.10";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.0";s:14:"HTTP_X_REAL_IP";s:15:"119.165.201.172";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:15:"119.165.201.172";s:11:"REMOTE_PORT";s:5:"26080";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UthsBcC5UvUAAG0jMK8AAACl";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1389915141";s:4:"argc";s:1:"0";}'),
1468(3831, 7816, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1469(3830, 7816, '_feedback_all_fields', 'a:3:{s:4:"Name";s:20:"dredger.for.sale.biz";s:5:"Email";s:31:"dredger.for.sale.biz@yandex.com";s:5:"Phone";s:6:"123456";}'),
1470(3829, 7816, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1471(3828, 7816, '_feedback_ip', '119.165.201.172'),
1472(3827, 7816, '_feedback_subject', '[Riser Builds] Home'),
1473(3826, 7816, '_feedback_author_url', ''),
1474(3825, 7816, '_feedback_author_email', 'dredger.for.sale.biz@yandex.com'),
1475(3824, 7816, '_feedback_author', 'dredger.for.sale.biz'),
1476(3823, 7378, '_login_radius_meta', ''),
1477(3822, 1329, '_edit_lock', '1389556999:1'),
1478(3821, 1982, '_edit_lock', '1389556992:1'),
1479(3820, 391, '_edit_lock', '1389556987:1'),
1480(3819, 167, '_edit_lock', '1389556981:1'),
1481(3818, 563, '_edit_lock', '1389556976:1'),
1482(3817, 242, '_edit_lock', '1389556971:1'),
1483(3816, 793, '_edit_lock', '1389556963:1'),
1484(3856, 7822, '_feedback_all_fields', 'a:3:{s:4:"Name";s:9:"AlixSkell";s:5:"Email";s:20:"AlixSkellN@blog-1.ru";s:5:"Phone";s:6:"123456";}'),
1485(3253, 7544, '_edit_lock', '1360945992:1'),
1486(3254, 4441, '_edit_lock', '1389553229:1'),
1487(3277, 7634, '_wp_attached_file', 'riser_general.jpg'),
1488(3271, 7047, '_edit_lock', '1361226742:1'),
1489(3272, 7047, 'custom_header_html', '[moover id="1"]'),
1490(3273, 7628, '_wp_attached_file', 'riser_home_improve_sliderhome.jpg'),
1491(3274, 7628, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:430;s:4:"file";s:33:"riser_home_improve_sliderhome.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-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:41:"riser_home_improve_sliderhome-300x134.jpg";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-single";a:4:{s:4:"file";s:41:"riser_home_improve_sliderhome-946x423.jpg";s:5:"width";i:946;s:6:"height";i:423;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:"";}}'),
1492(3275, 7632, '_wp_attached_file', 'riser_plans.jpg'),
1493(3276, 7632, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:275;s:6:"height";i:160;s:4:"file";s:15:"riser_plans.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"riser_plans-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:23:"riser_plans-210x160.jpg";s:5:"width";i:210;s:6:"height";i:160;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:"";}}'),
1494(3261, 4438, '_edit_lock', '1361226297:1'),
1495(3262, 4438, 'custom_header_html', '[moover id="1"]'),
1496(3278, 7634, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:275;s:6:"height";i:160;s:4:"file";s:17:"riser_general.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"riser_general-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:25:"riser_general-210x160.jpg";s:5:"width";i:210;s:6:"height";i:160;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:"";}}'),
1497(3279, 7635, '_wp_attached_file', 'riser_homeimprove.jpg'),
1498(3280, 7635, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:275;s:6:"height";i:160;s:4:"file";s:21:"riser_homeimprove.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"riser_homeimprove-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:29:"riser_homeimprove-210x160.jpg";s:5:"width";i:210;s:6:"height";i:160;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:"";}}'),
1499(3265, 7620, '_wp_attached_file', 'riser_home_improve_sliderkitchen.jpg'),
1500(3266, 7620, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:960;s:6:"height";i:430;s:4:"file";s:36:"riser_home_improve_sliderkitchen.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-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:44:"riser_home_improve_sliderkitchen-300x134.jpg";s:5:"width";i:300;s:6:"height";i:134;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;s:9:"mime-type";s:10:"image/jpeg";}s:16:"portfolio-single";a:4:{s:4:"file";s:44:"riser_home_improve_sliderkitchen-946x423.jpg";s:5:"width";i:946;s:6:"height";i:423;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:"";}}'),
1501(3281, 7639, '_wp_attached_file', 'banner-1.png'),
1502(3282, 7639, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:539;s:6:"height";i:50;s:4:"file";s:12:"banner-1.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-1-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"banner-1-300x27.png";s:5:"width";i:300;s:6:"height";i:27;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:19:"banner-1-418x50.png";s:5:"width";i:418;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:19:"banner-1-459x50.png";s:5:"width";i:459;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-1-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-1-210x50.png";s:5:"width";i:210;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:"";}}'),
1503(3283, 7640, '_wp_attached_file', 'banner-2.png'),
1504(3284, 7640, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:305;s:6:"height";i:50;s:4:"file";s:12:"banner-2.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-2-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"banner-2-300x49.png";s:5:"width";i:300;s:6:"height";i:49;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-2-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-2-210x50.png";s:5:"width";i:210;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:"";}}'),
1505(3285, 7641, '_wp_attached_file', 'banner-3.png'),
1506(3286, 7641, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:433;s:6:"height";i:50;s:4:"file";s:12:"banner-3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-3-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:19:"banner-3-300x34.png";s:5:"width";i:300;s:6:"height";i:34;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:19:"banner-3-418x50.png";s:5:"width";i:418;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-3-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-3-210x50.png";s:5:"width";i:210;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:"";}}'),
1507(3287, 7642, '_wp_attached_file', 'banner-4.png'),
1508(3288, 7642, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:296;s:6:"height";i:50;s:4:"file";s:12:"banner-4.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"banner-4-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:19:"banner-4-293x50.png";s:5:"width";i:293;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:19:"banner-4-210x50.png";s:5:"width";i:210;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:"";}}'),
1509(3289, 2151, '_edit_lock', '1389553173:1'),
1510(3429, 7669, '_edit_lock', '1361065798:1'),
1511(3430, 7672, '_wp_attached_file', 'daniel_headshot.jpg'),
1512(3431, 7672, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:400;s:4:"file";s:19:"daniel_headshot.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"daniel_headshot-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:"daniel_headshot-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:27:"daniel_headshot-400x230.jpg";s:5:"width";i:400;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:27:"daniel_headshot-400x250.jpg";s:5:"width";i:400;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:27:"daniel_headshot-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:27:"daniel_headshot-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1513(3432, 7672, '_edit_lock', '1361067996:1'),
1514(3442, 7680, '_edit_last', '1'),
1515(3443, 7680, '_edit_lock', '1361259910:1'),
1516(3444, 7680, 'page_color_choice', ''),
1517(3445, 7680, 'page_position_choice', ''),
1518(3446, 7680, 'page_image_choice', ''),
1519(3447, 7680, 'header_choice_select', ''),
1520(3448, 7680, 'header_image_repeat', 'repeat'),
1521(3449, 7680, 'content_sidebar_check', 'off'),
1522(3450, 7680, 'portfolio_cat_id_value', ''),
1523(3451, 7680, '_wp_page_template', 'Template_right-sidebar.php'),
1524(3452, 7680, 'custom_header_id', ''),
1525(3669, 7763, '_wp_attached_file', 'keys.jpg'),
1526(3454, 7689, '_wp_attached_file', 'testimonials.jpg'),
1527(3455, 7689, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:770;s:6:"height";i:280;s:4:"file";s:16:"testimonials.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"testimonials-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:"testimonials-300x109.jpg";s:5:"width";i:300;s:6:"height";i:109;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:24:"testimonials-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:24:"testimonials-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:24:"testimonials-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:24:"testimonials-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1528(3456, 7680, '_thumbnail_id', '7689'),
1529(3457, 7691, '_menu_item_type', 'post_type'),
1530(3458, 7691, '_menu_item_menu_item_parent', '0'),
1531(3459, 7691, '_menu_item_object_id', '7680'),
1532(3460, 7691, '_menu_item_object', 'page'),
1533(3461, 7691, '_menu_item_target', ''),
1534(3462, 7691, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1535(3463, 7691, '_menu_item_xfn', ''),
1536(3464, 7691, '_menu_item_url', ''),
1537(3466, 7694, '_wp_attached_file', 'grid-long.png');
1538INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
1539(3467, 7694, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1900;s:6:"height";i:300;s:4:"file";s:13:"grid-long.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"grid-long-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:"grid-long-300x47.png";s:5:"width";i:300;s:6:"height";i:47;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:22:"grid-long-1024x161.png";s:5:"width";i:1024;s:6:"height";i:161;s:9:"mime-type";s:9:"image/png";}s:9:"portfolio";a:4:{s:4:"file";s:21:"grid-long-418x230.png";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:9:"image/png";}s:13:"portfolio-two";a:4:{s:4:"file";s:21:"grid-long-459x250.png";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:15:"portfolio-three";a:4:{s:4:"file";s:21:"grid-long-293x250.png";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-four";a:4:{s:4:"file";s:21:"grid-long-210x210.png";s:5:"width";i:210;s:6:"height";i:210;s:9:"mime-type";s:9:"image/png";}s:16:"portfolio-single";a:4:{s:4:"file";s:21:"grid-long-946x149.png";s:5:"width";i:946;s:6:"height";i:149;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:"";}}'),
1540(3468, 7698, '_menu_item_type', 'post_type'),
1541(3469, 7698, '_menu_item_menu_item_parent', '0'),
1542(3470, 7698, '_menu_item_object_id', '7047'),
1543(3471, 7698, '_menu_item_object', 'page'),
1544(3472, 7698, '_menu_item_target', ''),
1545(3473, 7698, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1546(3474, 7698, '_menu_item_xfn', ''),
1547(3475, 7698, '_menu_item_url', ''),
1548(3705, 7775, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1549(3704, 7775, '_feedback_ip', '166.137.156.22'),
1550(3703, 7775, '_feedback_subject', '[Riser Builds] Home'),
1551(3702, 7775, '_feedback_author_url', ''),
1552(3701, 7775, '_feedback_author_email', 'Jonathan@BlountFive.com'),
1553(3494, 7704, '_wp_attached_file', 'Riser-Construction-Planning-Tips.pdf'),
1554(3495, 7704, '_edit_lock', '1361232000:1'),
1555(3496, 7705, '_edit_last', '1'),
1556(3497, 7705, '_edit_lock', '1361232213:1'),
1557(3498, 7705, 'page_color_choice', ''),
1558(3499, 7705, 'page_position_choice', ''),
1559(3500, 7705, 'page_image_choice', ''),
1560(3501, 7705, 'header_choice_select', ''),
1561(3502, 7705, 'header_image_repeat', 'repeat'),
1562(3503, 7705, 'content_sidebar_check', 'off'),
1563(3504, 7705, 'portfolio_cat_id_value', ''),
1564(3505, 7705, '_wp_page_template', 'default'),
1565(3506, 7705, 'custom_header_id', ''),
1566(3525, 7709, '_wp_attached_file', 'newconstruction_port_cover.jpg'),
1567(3526, 7709, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:230;s:4:"file";s:30:"newconstruction_port_cover.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:38:"newconstruction_port_cover-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:38:"newconstruction_port_cover-300x165.jpg";s:5:"width";i:300;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:38:"newconstruction_port_cover-293x230.jpg";s:5:"width";i:293;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:38:"newconstruction_port_cover-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1568(3558, 7725, '_wp_attached_file', 'newconstruction_port_cover1.jpg'),
1569(3528, 7710, '_wp_attached_file', '3.jpg'),
1570(3529, 7710, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:5:"3.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"3-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"3-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"3-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"3-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"3-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1571(3530, 7711, '_wp_attached_file', '4.jpg'),
1572(3531, 7711, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:5:"4.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"4-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"4-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"4-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"4-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"4-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1573(3532, 7712, '_wp_attached_file', '5.jpg'),
1574(3533, 7712, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:5:"5.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"5-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"5-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"5-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"5-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"5-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1575(3534, 7713, '_wp_attached_file', '6.jpg'),
1576(3535, 7713, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:5:"6.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"6-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"6-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"6-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"6-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"6-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1577(3536, 7714, '_wp_attached_file', '7.jpg'),
1578(3537, 7714, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:803;s:4:"file";s:5:"7.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"7-224x300.jpg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"7-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"7-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"7-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"7-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1579(3538, 7715, '_wp_attached_file', '8.jpg'),
1580(3539, 7715, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:449;s:4:"file";s:5:"8.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"8-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"8-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"8-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"8-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"8-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1581(3540, 7716, '_wp_attached_file', '9.jpg'),
1582(3541, 7716, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:5:"9.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"9-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"9-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"9-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"9-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"9-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1583(3542, 7717, '_wp_attached_file', '10.jpg'),
1584(3543, 7717, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:6:"10.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"10-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"10-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"10-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"10-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"10-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1585(3544, 7718, '_wp_attached_file', '11.jpg'),
1586(3545, 7718, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:6:"11.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"11-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"11-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"11-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"11-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"11-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1587(3546, 7719, '_wp_attached_file', '12.jpg'),
1588(3547, 7719, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:449;s:4:"file";s:6:"12.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"12-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"12-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"12-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"12-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"12-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1589(3548, 7720, '_wp_attached_file', '13.jpg'),
1590(3549, 7720, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:448;s:4:"file";s:6:"13.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"13-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"13-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"13-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"13-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"13-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1591(3550, 7721, '_wp_attached_file', '14.jpg'),
1592(3551, 7721, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:449;s:4:"file";s:6:"14.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"14-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"14-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"14-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"14-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"14-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1593(3552, 7722, '_wp_attached_file', '15.jpg'),
1594(3553, 7722, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:449;s:4:"file";s:6:"15.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:14:"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:14:"15-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:14:"15-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:14:"15-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:14:"15-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:14:"15-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1595(3554, 7723, '_wp_attached_file', '1.jpg'),
1596(3555, 7723, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:450;s:4:"file";s:5:"1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"1-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"1-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"1-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"1-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"1-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1597(3556, 7724, '_wp_attached_file', '2.jpg'),
1598(3557, 7724, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:600;s:6:"height";i:449;s:4:"file";s:5:"2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:13:"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:13:"2-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:9:"portfolio";a:4:{s:4:"file";s:13:"2-418x230.jpg";s:5:"width";i:418;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:13:"portfolio-two";a:4:{s:4:"file";s:13:"2-459x250.jpg";s:5:"width";i:459;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:13:"2-293x250.jpg";s:5:"width";i:293;s:6:"height";i:250;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:13:"2-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1599(3559, 7725, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:416;s:6:"height";i:230;s:4:"file";s:31:"newconstruction_port_cover1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"newconstruction_port_cover1-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:39:"newconstruction_port_cover1-300x165.jpg";s:5:"width";i:300;s:6:"height";i:165;s:9:"mime-type";s:10:"image/jpeg";}s:15:"portfolio-three";a:4:{s:4:"file";s:39:"newconstruction_port_cover1-293x230.jpg";s:5:"width";i:293;s:6:"height";i:230;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-four";a:4:{s:4:"file";s:39:"newconstruction_port_cover1-210x210.jpg";s:5:"width";i:210;s:6:"height";i:210;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:"";}}'),
1600(3700, 7775, '_feedback_author', 'Jonathan Blount'),
1601(3609, 7750, '_menu_item_type', 'post_type'),
1602(3562, 1594, '_edit_lock', '1361236656:1'),
1603(3563, 7379, 'page_position_choice', ''),
1604(3564, 7379, 'page_image_choice', ''),
1605(3565, 7379, 'header_image_repeat', 'repeat'),
1606(3687, 7769, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:20:"info@riserbuilds.com";}s:7:"subject";s:23:"[Riser Builds] Contacts";s:7:"message";s:574:"Name: Joan Adams\nEmail: jpacorgis@aol.com\n: \nComment: My husband and I are wanting to make repairs and renovations to our current house, along with some new construction to the existing house. We want to add a new master bedroom, master bathroom, and office. In addition, we will be gutting the kitchen and extending our current master bedroom by 13 feet.\nDaytime Phone #: 387-6453\nI agree with terms.: Yes\n\n\nTime: Friday February 22, 2013 at 4:38 pm\nIP Address: 12.52.253.146\nContact Form URL: http://riserbuilds.com/contacts/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:108:"From: Joan Adams <jpacorgis@aol.com>\r\nReply-To: jpacorgis@aol.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1607(3607, 7725, '_edit_lock', '1361243747:1'),
1608(3608, 7724, '_edit_lock', '1361241053:1'),
1609(3610, 7750, '_menu_item_menu_item_parent', '0'),
1610(3611, 7750, '_menu_item_object_id', '7379'),
1611(3612, 7750, '_menu_item_object', 'page'),
1612(3613, 7750, '_menu_item_target', ''),
1613(3614, 7750, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
1614(3615, 7750, '_menu_item_xfn', ''),
1615(3616, 7750, '_menu_item_url', ''),
1616(3652, 7756, 'header_choice_select', ''),
1617(3653, 7756, 'header_image_repeat', 'repeat'),
1618(3779, 7785, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:257:"Name: ?????.??????\nEmail: lechenie.griji.pozvonochnika@yandex.ru\n: \n: \nPhone: 123456\n\n\nTime: Wednesday November 27, 2013 at 10:59 pm\nIP Address: 123.234.39.124\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:163:"From: ?????.?????? <lechenie.griji.pozvonochnika@yandex.ru>\r\nReply-To: lechenie.griji.pozvonochnika@yandex.ru\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1619(3780, 7787, '_feedback_author', 'dredger.biz.'),
1620(3781, 7787, '_feedback_author_email', 'cuttersuction.dredger.biz@yandex.com'),
1621(3782, 7787, '_feedback_author_url', ''),
1622(3783, 7787, '_feedback_subject', '[Riser Builds] Home'),
1623(3784, 7787, '_feedback_ip', '119.165.201.215'),
1624(3785, 7787, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1625(3786, 7787, '_feedback_all_fields', 'a:3:{s:4:"Name";s:12:"dredger.biz.";s:5:"Email";s:36:"cuttersuction.dredger.biz@yandex.com";s:5:"Phone";s:6:"123456";}'),
1626(3787, 7787, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1627(3788, 7787, '_feedback_akismet_values', 'a:40:{s:14:"comment_author";s:12:"dredger.biz.";s:20:"comment_author_email";s:36:"cuttersuction.dredger.biz@yandex.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:15:"119.165.201.215";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:15:"119.165.201.215";s:10:"user_agent";s:106:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"166";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:106:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.92 Safari/537.4";s:4:"PATH";s:13:"/bin:/usr/bin";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:15:"119.165.201.215";s:11:"REMOTE_PORT";s:4:"2413";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.0";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"UsRntsC5UvUAACfTaL8AAAD0";s:8:"PHP_SELF";s:10:"/index.php";s:12:"REQUEST_TIME";s:10:"1388603319";s:4:"argc";s:1:"0";}'),
1628(3789, 7787, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:30:"***SPAM*** [Riser Builds] Home";s:7:"message";s:242:"Name: dredger.biz.\nEmail: cuttersuction.dredger.biz@yandex.com\n: \n: \nPhone: 123456\n\n\nTime: Wednesday January 1, 2014 at 1:08 pm\nIP Address: 119.165.201.215\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:148:"From: dredger.biz. <cuttersuction.dredger.biz@yandex.com>\r\nReply-To: cuttersuction.dredger.biz@yandex.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1629(3790, 3992, '_edit_lock', '1389553176:1'),
1630(3791, 2489, '_edit_lock', '1389553184:1'),
1631(3792, 3032, '_edit_lock', '1389553192:1'),
1632(3793, 4249, '_edit_lock', '1389553197:1'),
1633(3794, 2504, '_edit_lock', '1389553205:1'),
1634(3795, 1115, '_edit_lock', '1389553212:1'),
1635(3834, 7817, '_feedback_author', 'Charles&Juanita Davis'),
1636(3797, 1193, '_edit_lock', '1389553223:1'),
1637(3798, 2464, '_edit_lock', '1389553238:1'),
1638(3799, 1676, '_edit_lock', '1389553244:1'),
1639(3889, 7825, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:231:"Name: Rebecca Telano\nEmail: Rebecca.Tekabo@opso.net\n: \n: \nPhone: 3183727319\n\n\nTime: Tuesday August 26, 2014 at 4:28 pm\nIP Address: 174.251.144.2\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:124:"From: Rebecca Telano <Rebecca.Tekabo@opso.net>\r\nReply-To: Rebecca.Tekabo@opso.net\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1640(3890, 7826, '_feedback_author', 'Kay Young'),
1641(3891, 7826, '_feedback_author_email', 'nelainternetmarketing@gmail.com'),
1642(3892, 7826, '_feedback_author_url', ''),
1643(3893, 7826, '_feedback_subject', '[Riser Builds] Contacts'),
1644(3894, 7826, '_feedback_ip', '75.65.182.138'),
1645(3895, 7826, '_feedback_contact_form_url', 'http://riserbuilds.com/contacts/'),
1646(3896, 7826, '_feedback_all_fields', 'a:5:{s:4:"Name";s:9:"Kay Young";s:5:"Email";s:31:"nelainternetmarketing@gmail.com";s:15:"Daytime Phone #";s:10:"3183662480";s:7:"Comment";s:814:"Hi Daniel,\r\nI go to church with you and Christy at Fair Park. I have a house that I am purchasing and Rural Development is financing some renovations for me. The problem is, they require that the contractor be licensed and that he front the materials and labor until the job is done, and then they pay him. The work is done after closing, and the money is there in escrow, so it shouldn''t be a wait to get paid, but I am having difficulty finding anyone who is willing to do that for me. I thought I would check with you.\r\n\r\nSome of the work they are requiring I use a licensed plumber or electrician, but there are things like new kitchen counter tops, new laminate flooring in the bedrooms, etc, that anyone could do. Please give me a call if you could work with me on this. If not, I understand totally! Thanks!";s:19:"I agree with terms.";s:3:"Yes";}'),
1647(3897, 7826, '_feedback_extra_fields', 'a:2:{s:15:"Daytime Phone #";s:10:"3183662480";s:19:"I agree with terms.";s:3:"Yes";}'),
1648(3898, 7826, '_feedback_akismet_values', 'a:50:{s:14:"comment_author";s:9:"Kay Young";s:20:"comment_author_email";s:31:"nelainternetmarketing@gmail.com";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:23:"[Riser Builds] Contacts";s:17:"comment_author_IP";s:13:"75.65.182.138";s:15:"comment_content";s:814:"Hi Daniel,\r\nI go to church with you and Christy at Fair Park. I have a house that I am purchasing and Rural Development is financing some renovations for me. The problem is, they require that the contractor be licensed and that he front the materials and labor until the job is done, and then they pay him. The work is done after closing, and the money is there in escrow, so it shouldn''t be a wait to get paid, but I am having difficulty finding anyone who is willing to do that for me. I thought I would check with you.\r\n\r\nSome of the work they are requiring I use a licensed plumber or electrician, but there are things like new kitchen counter tops, new laminate flooring in the bedrooms, etc, that anyone could do. Please give me a call if you could work with me on this. If not, I understand totally! Thanks!";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:13:"75.65.182.138";s:10:"user_agent";s:109:"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36";s:8:"referrer";s:32:"http://riserbuilds.com/contacts/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:10:"/contacts/";s:14:"CONTENT_LENGTH";s:4:"1063";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:74:"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip,deflate,sdch";s:20:"HTTP_ACCEPT_LANGUAGE";s:14:"en-US,en;q=0.8";s:18:"HTTP_CACHE_CONTROL";s:9:"max-age=0";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_ORIGIN";s:22:"http://riserbuilds.com";s:12:"HTTP_REFERER";s:32:"http://riserbuilds.com/contacts/";s:15:"HTTP_USER_AGENT";s:109:"Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.1";s:14:"HTTP_X_REAL_IP";s:13:"75.65.182.138";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:18:"REDIRECT_UNIQUE_ID";s:24:"U-3ViMC5UvUAAHoP2N0AAAAL";s:12:"REDIRECT_URL";s:10:"/contacts/";s:11:"REMOTE_ADDR";s:13:"75.65.182.138";s:11:"REMOTE_PORT";s:5:"40662";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"U-3ViMC5UvUAAHoP2N0AAAAL";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:13:"1409144200.49";s:12:"REQUEST_TIME";s:10:"1409144200";s:4:"argc";s:1:"0";}'),
1649(3899, 7826, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:20:"info@riserbuilds.com";}s:7:"subject";s:23:"[Riser Builds] Contacts";s:7:"message";s:1101:"Name: Kay Young\nEmail: nelainternetmarketing@gmail.com\n: \nComment: Hi Daniel,\r\nI go to church with you and Christy at Fair Park. I have a house that I am purchasing and Rural Development is financing some renovations for me. The problem is, they require that the contractor be licensed and that he front the materials and labor until the job is done, and then they pay him. The work is done after closing, and the money is there in escrow, so it shouldn''t be a wait to get paid, but I am having difficulty finding anyone who is willing to do that for me. I thought I would check with you.\r\n\r\nSome of the work they are requiring I use a licensed plumber or electrician, but there are things like new kitchen counter tops, new laminate flooring in the bedrooms, etc, that anyone could do. Please give me a call if you could work with me on this. If not, I understand totally! Thanks!\nDaytime Phone #: 3183662480\nI agree with terms.: Yes\n\n\nTime: Wednesday August 27, 2014 at 6:56 am\nIP Address: 75.65.182.138\nContact Form URL: http://riserbuilds.com/contacts/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:135:"From: Kay Young <nelainternetmarketing@gmail.com>\r\nReply-To: nelainternetmarketing@gmail.com\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1650(3900, 7827, '_feedback_author', 'AlixSkell'),
1651(3901, 7827, '_feedback_author_email', 'AlixSkellN@blog-1.ru'),
1652(3902, 7827, '_feedback_author_url', ''),
1653(3903, 7827, '_feedback_subject', '[Riser Builds] Home'),
1654(3904, 7827, '_feedback_ip', '91.200.13.5'),
1655(3905, 7827, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1656(3906, 7827, '_feedback_all_fields', 'a:3:{s:4:"Name";s:9:"AlixSkell";s:5:"Email";s:20:"AlixSkellN@blog-1.ru";s:5:"Phone";s:6:"123456";}'),
1657(3907, 7827, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1658(3908, 7827, '_feedback_akismet_values', 'a:45:{s:14:"comment_author";s:9:"AlixSkell";s:20:"comment_author_email";s:20:"AlixSkellN@blog-1.ru";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"91.200.13.5";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"91.200.13.5";s:10:"user_agent";s:138:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"147";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:138:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.0";s:14:"HTTP_X_REAL_IP";s:11:"91.200.13.5";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"91.200.13.5";s:11:"REMOTE_PORT";s:5:"22418";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"VAiJMcC5UvUAAASUbO4AAACI";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:13:"1409845553.42";s:12:"REQUEST_TIME";s:10:"1409845553";s:4:"argc";s:1:"0";}'),
1659(3909, 7827, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:30:"***SPAM*** [Riser Builds] Home";s:7:"message";s:220:"Name: AlixSkell\nEmail: AlixSkellN@blog-1.ru\n: \n: \nPhone: 123456\n\n\nTime: Thursday September 4, 2014 at 9:45 am\nIP Address: 91.200.13.5\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:113:"From: AlixSkell <AlixSkellN@blog-1.ru>\r\nReply-To: AlixSkellN@blog-1.ru\r\nContent-Type: text/plain; charset="UTF-8"";}'),
1660(3910, 7828, '_feedback_author', 'Angelajit'),
1661(3911, 7828, '_feedback_author_email', 'Angelajit@host15.ru'),
1662(3912, 7828, '_feedback_author_url', ''),
1663(3913, 7828, '_feedback_subject', '[Riser Builds] Home'),
1664(3914, 7828, '_feedback_ip', '91.200.13.5'),
1665(3915, 7828, '_feedback_contact_form_url', 'http://riserbuilds.com/'),
1666(3916, 7828, '_feedback_all_fields', 'a:3:{s:4:"Name";s:9:"Angelajit";s:5:"Email";s:19:"Angelajit@host15.ru";s:5:"Phone";s:6:"123456";}'),
1667(3917, 7828, '_feedback_extra_fields', 'a:1:{s:5:"Phone";s:6:"123456";}'),
1668(3918, 7828, '_feedback_akismet_values', 'a:45:{s:14:"comment_author";s:9:"Angelajit";s:20:"comment_author_email";s:19:"Angelajit@host15.ru";s:18:"comment_author_url";s:0:"";s:20:"contact_form_subject";s:19:"[Riser Builds] Home";s:17:"comment_author_IP";s:11:"91.200.13.5";s:15:"comment_content";s:0:"";s:12:"comment_type";s:12:"contact_form";s:7:"user_ip";s:11:"91.200.13.5";s:10:"user_agent";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36";s:8:"referrer";s:23:"http://riserbuilds.com/";s:4:"blog";s:22:"http://riserbuilds.com";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"REQUEST_URI";s:1:"/";s:14:"CONTENT_LENGTH";s:3:"146";s:12:"CONTENT_TYPE";s:33:"application/x-www-form-urlencoded";s:13:"DOCUMENT_ROOT";s:26:"/home/wwwriser/public_html";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:11:"HTTP_ACCEPT";s:3:"*/*";s:15:"HTTP_CONNECTION";s:5:"close";s:9:"HTTP_HOST";s:15:"riserbuilds.com";s:11:"HTTP_PRAGMA";s:8:"no-cache";s:12:"HTTP_REFERER";s:23:"http://riserbuilds.com/";s:15:"HTTP_USER_AGENT";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36";s:17:"HTTP_X_HTTP_PROTO";s:8:"HTTP/1.0";s:14:"HTTP_X_REAL_IP";s:11:"91.200.13.5";s:4:"PATH";s:13:"/bin:/usr/bin";s:5:"PHPRC";s:14:"/opt/php54/lib";s:12:"QUERY_STRING";s:0:"";s:15:"REDIRECT_STATUS";s:3:"200";s:11:"REMOTE_ADDR";s:11:"91.200.13.5";s:11:"REMOTE_PORT";s:5:"10931";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SCRIPT_FILENAME";s:36:"/home/wwwriser/public_html/index.php";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"SERVER_ADDR";s:14:"192.185.159.44";s:12:"SERVER_ADMIN";s:25:"webmaster@riserbuilds.com";s:11:"SERVER_NAME";s:15:"riserbuilds.com";s:11:"SERVER_PORT";s:2:"80";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:16:"SERVER_SIGNATURE";s:41:"Apache Server at riserbuilds.com Port 80\n";s:9:"UNIQUE_ID";s:24:"VBuW18C5UvUAABkKUhsAAAAM";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";s:12:"1411094231.8";s:12:"REQUEST_TIME";s:10:"1411094231";s:4:"argc";s:1:"0";}'),
1669(3919, 7828, '_feedback_email', 'a:4:{s:2:"to";a:1:{i:0;s:16:"rob@tuxradio.com";}s:7:"subject";s:19:"[Riser Builds] Home";s:7:"message";s:220:"Name: Angelajit\nEmail: Angelajit@host15.ru\n: \n: \nPhone: 123456\n\n\nTime: Thursday September 18, 2014 at 8:37 pm\nIP Address: 91.200.13.5\nContact Form URL: http://riserbuilds.com/\n\nSent by an unverified visitor to your site.";s:7:"headers";s:111:"From: Angelajit <Angelajit@host15.ru>\r\nReply-To: Angelajit@host15.ru\r\nContent-Type: text/plain; charset="UTF-8"";}');
1670
1671-- --------------------------------------------------------
1672
1673--
1674-- Table structure for table `wp_posts`
1675--
1676
1677CREATE TABLE IF NOT EXISTS `wp_posts` (
1678 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
1679 `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
1680 `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1681 `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1682 `post_content` longtext NOT NULL,
1683 `post_title` text NOT NULL,
1684 `post_excerpt` text NOT NULL,
1685 `post_status` varchar(20) NOT NULL DEFAULT 'publish',
1686 `comment_status` varchar(20) NOT NULL DEFAULT 'open',
1687 `ping_status` varchar(20) NOT NULL DEFAULT 'open',
1688 `post_password` varchar(20) NOT NULL DEFAULT '',
1689 `post_name` varchar(200) NOT NULL DEFAULT '',
1690 `to_ping` text NOT NULL,
1691 `pinged` text NOT NULL,
1692 `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1693 `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
1694 `post_content_filtered` longtext NOT NULL,
1695 `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
1696 `guid` varchar(255) NOT NULL DEFAULT '',
1697 `menu_order` int(11) NOT NULL DEFAULT '0',
1698 `post_type` varchar(20) NOT NULL DEFAULT 'post',
1699 `post_mime_type` varchar(100) NOT NULL DEFAULT '',
1700 `comment_count` bigint(20) NOT NULL DEFAULT '0',
1701 PRIMARY KEY (`ID`),
1702 KEY `post_name` (`post_name`),
1703 KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
1704 KEY `post_parent` (`post_parent`),
1705 KEY `post_author` (`post_author`)
1706) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7830 ;
1707
1708--
1709-- Dumping data for table `wp_posts`
1710--
1711
1712INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1713(7740, 1, '2013-02-18 19:09:31', '2013-02-19 01:09:31', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n ', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-3', '', '', '2013-02-18 19:09:31', '2013-02-19 01:09:31', '', 7379, 'http://riserbuilds.com/7379-revision-3/', 0, 'revision', '', 0),
1714(5, 1, '2012-07-11 21:42:08', '2012-07-11 21:42:08', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2012-07-11 21:42:08', '2012-07-11 21:42:08', '', 0, 'http://riserbuilds.com/?option-tree=media', 0, 'option-tree', '', 0),
1715(6, 1, '2012-07-11 22:02:40', '2012-07-11 22:02:40', '', 'Tux Radio', '', 'inherit', 'open', 'open', '', 'poweredbytux-clear', '', '', '2012-07-11 22:02:40', '2012-07-11 22:02:40', '', 0, 'http://riserbuilds.com/wp-content/uploads/2012/07/poweredbytux-clear.png', 0, 'attachment', 'image/png', 0),
1716(7, 1, '2012-07-11 22:29:43', '2012-07-11 22:29:43', '', 'riser_logo', '', 'inherit', 'open', 'open', '', 'riser_logo', '', '', '2012-07-11 22:29:43', '2012-07-11 22:29:43', '', 0, 'http://riserbuilds.com/wp-content/uploads/2012/07/riser_logo.png', 0, 'attachment', 'image/png', 0),
1717(8, 1, '2012-07-11 22:36:15', '2012-07-11 22:36:15', '', 'favicon-2', '', 'inherit', 'open', 'open', '', 'favicon-2', '', '', '2012-07-11 22:36:15', '2012-07-11 22:36:15', '', 0, 'http://riserbuilds.com/wp-content/uploads/2012/07/favicon-2.ico', 0, 'attachment', 'image/x-icon', 0),
1718(7781, 1, '2013-11-14 04:02:16', '2013-11-14 10:02:16', '\n<!--more-->\nAUTHOR: miflrhwp\nAUTHOR EMAIL: xmtoqbxm@e.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 119.165.200.112\nArray\n(\n [Name] => miflrhwp\n [Email] => xmtoqbxm@e.com\n [Phone] => 123456\n)\n', 'miflrhwp - 2013-11-14 04:02:16', '', 'spam', 'open', 'open', '', 'a3141c30a5ce3885b2303d32926a3e9d', '', '', '2013-11-14 09:30:13', '2013-11-14 15:30:13', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7781', 0, 'feedback', '', 0),
1719(7769, 0, '2013-02-22 16:38:32', '2013-02-22 22:38:32', 'My husband and I are wanting to make repairs and renovations to our current house, along with some new construction to the existing house. We want to add a new master bedroom, master bathroom, and office. In addition, we will be gutting the kitchen and extending our current master bedroom by 13 feet.\n<!--more-->\nAUTHOR: Joan Adams\nAUTHOR EMAIL: jpacorgis@aol.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Contacts\nIP: 12.52.253.146\nArray\n(\n [Name] => Joan Adams\n [Email] => jpacorgis@aol.com\n [Daytime Phone #] => 387-6453\n [Comment] => My husband and I are wanting to make repairs and renovations to our current house, along with some new construction to the existing house. We want to add a new master bedroom, master bathroom, and office. In addition, we will be gutting the kitchen and extending our current master bedroom by 13 feet.\r\n\r\n\n [I agree with terms.] => Yes\n)\n', 'Joan Adams - 2013-02-22 16:38:32', '', 'publish', 'open', 'open', '', 'd139157f13b6b71f496adfcd969d1e63', '', '', '2013-02-22 16:38:32', '2013-02-22 22:38:32', '', 7544, 'http://riserbuilds.com/?post_type=feedback&p=7769', 0, 'feedback', '', 0),
1720(7777, 0, '2013-08-28 09:33:36', '2013-08-28 15:33:36', 'Denver mercer suggested you to possibly help us with remodeling our 1975 home. Currently we need stairs built to a loft above the kitchen. Would like an estimate if possible. Thank you\n<!--more-->\nAUTHOR: Lesley bishop\nAUTHOR EMAIL: Lesleybishop1@yahoo.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Contacts\nIP: 166.137.156.47\nArray\n(\n [Name] => Lesley bishop\n [Email] => Lesleybishop1@yahoo.com\n [Daytime Phone #] => 3185478428\n [Comment] => Denver mercer suggested you to possibly help us with remodeling our 1975 home. Currently we need stairs built to a loft above the kitchen. Would like an estimate if possible. Thank you\n [I agree with terms.] => Yes\n)\n', 'Lesley bishop - 2013-08-28 09:33:36', '', 'publish', 'open', 'open', '', '0857080beaed2c76c99665657fb60659', '', '', '2013-08-28 09:33:36', '2013-08-28 15:33:36', '', 7544, 'http://riserbuilds.com/?post_type=feedback&p=7777', 0, 'feedback', '', 0),
1721(7685, 1, '2013-02-17 11:40:08', '2013-02-17 17:40:08', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n[note color="#fdeb56"] More testimonials, including phone numbers, available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-4', '', '', '2013-02-17 11:40:08', '2013-02-17 17:40:08', '', 7680, 'http://riserbuilds.com/7680-revision-4/', 0, 'revision', '', 0),
1722(7686, 1, '2013-02-17 11:40:44', '2013-02-17 17:40:44', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] More testimonials, including phone numbers, available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-5', '', '', '2013-02-17 11:40:44', '2013-02-17 17:40:44', '', 7680, 'http://riserbuilds.com/7680-revision-5/', 0, 'revision', '', 0),
1723(7687, 1, '2013-02-17 11:42:10', '2013-02-17 17:42:10', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-6', '', '', '2013-02-17 11:42:10', '2013-02-17 17:42:10', '', 7680, 'http://riserbuilds.com/7680-revision-6/', 0, 'revision', '', 0),
1724(7688, 1, '2013-02-17 11:42:26', '2013-02-17 17:42:26', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-7', '', '', '2013-02-17 11:42:26', '2013-02-17 17:42:26', '', 7680, 'http://riserbuilds.com/7680-revision-7/', 0, 'revision', '', 0),
1725(7689, 1, '2013-02-17 11:45:57', '2013-02-17 17:45:57', '', 'testimonials', '', 'inherit', 'open', 'open', '', 'testimonials-2', '', '', '2013-02-17 11:45:57', '2013-02-17 17:45:57', '', 7680, 'http://riserbuilds.com/wp-content/uploads/testimonials.jpg', 0, 'attachment', 'image/jpeg', 0),
1726(7690, 1, '2013-02-17 11:43:25', '2013-02-17 17:43:25', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-8', '', '', '2013-02-17 11:43:25', '2013-02-17 17:43:25', '', 7680, 'http://riserbuilds.com/7680-revision-8/', 0, 'revision', '', 0),
1727(7691, 1, '2013-02-17 11:50:54', '2013-02-17 17:50:54', ' ', '', '', 'publish', 'open', 'open', '', '7691', '', '', '2014-01-12 13:05:12', '2014-01-12 19:05:12', '', 0, 'http://riserbuilds.com/?p=7691', 4, 'nav_menu_item', '', 0),
1728(7692, 1, '2013-02-16 20:38:24', '2013-02-17 02:38:24', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-13', '', '', '2013-02-16 20:38:24', '2013-02-17 02:38:24', '', 7047, 'http://riserbuilds.com/7047-revision-13/', 0, 'revision', '', 0),
1729(7693, 1, '2013-02-17 19:53:35', '2013-02-18 01:53:35', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-14', '', '', '2013-02-17 19:53:35', '2013-02-18 01:53:35', '', 7047, 'http://riserbuilds.com/7047-revision-14/', 0, 'revision', '', 0),
1730(7694, 1, '2013-02-17 22:35:04', '2013-02-18 04:35:04', '', 'grid-long', '', 'inherit', 'open', 'open', '', 'grid-long', '', '', '2013-02-17 22:35:04', '2013-02-18 04:35:04', '', 5, 'http://riserbuilds.com/wp-content/uploads/grid-long.png', 0, 'attachment', 'image/png', 0),
1731(7695, 1, '2013-02-17 19:59:36', '2013-02-18 01:59:36', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-15', '', '', '2013-02-17 19:59:36', '2013-02-18 01:59:36', '', 7047, 'http://riserbuilds.com/7047-revision-15/', 0, 'revision', '', 0),
1732(7696, 1, '2013-02-17 22:36:06', '2013-02-18 04:36:06', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-16', '', '', '2013-02-17 22:36:06', '2013-02-18 04:36:06', '', 7047, 'http://riserbuilds.com/7047-revision-16/', 0, 'revision', '', 0),
1733(7697, 1, '2013-02-17 22:54:36', '2013-02-18 04:54:36', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-17', '', '', '2013-02-17 22:54:36', '2013-02-18 04:54:36', '', 7047, 'http://riserbuilds.com/7047-revision-17/', 0, 'revision', '', 0),
1734(7698, 1, '2013-02-17 22:55:43', '2013-02-18 04:55:43', ' ', '', '', 'publish', 'open', 'open', '', '7698', '', '', '2013-02-17 22:55:43', '2013-02-18 04:55:43', '', 0, 'http://riserbuilds.com/?p=7698', 1, 'nav_menu_item', '', 0),
1735(7775, 0, '2013-06-13 13:13:18', '2013-06-13 19:13:18', '\n<!--more-->\nAUTHOR: Jonathan Blount\nAUTHOR EMAIL: Jonathan@BlountFive.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 166.137.156.22\nArray\n(\n [Name] => Jonathan Blount\n [Email] => Jonathan@BlountFive.com\n [Phone] => 3188075101\n)\n', 'Jonathan Blount - 2013-06-13 13:13:18', '', 'publish', 'open', 'open', '', 'a470b170414ec02be8ce12499a32369a', '', '', '2013-06-13 13:13:18', '2013-06-13 19:13:18', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7775', 0, 'feedback', '', 0),
1736(7700, 1, '2013-02-17 22:54:57', '2013-02-18 04:54:57', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-18', '', '', '2013-02-17 22:54:57', '2013-02-18 04:54:57', '', 7047, 'http://riserbuilds.com/7047-revision-18/', 0, 'revision', '', 0),
1737(7702, 1, '2013-02-18 16:30:21', '2013-02-18 22:30:21', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]No matter what your project is, we''ll help you get started.  And, our expertise is free.  Let''s sit down and get some coffee and explore how to get started.  We can show you how Daniel would go about planning out the steps necessary to get you what you want.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-20', '', '', '2013-02-18 16:30:21', '2013-02-18 22:30:21', '', 7047, 'http://riserbuilds.com/7047-revision-20/', 0, 'revision', '', 0),
1738(7701, 1, '2013-02-18 16:29:45', '2013-02-18 22:29:45', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]No matter what your project is, we''ll help you get started.  And, our expertise is free.  Let''s sit down and get some coffee and explore how to get started.  We can show you how Daniel would go about planning out the steps necessary to get you what you want.  Either way, we can''t wait to meet you and look at your plans.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-19', '', '', '2013-02-18 16:29:45', '2013-02-18 22:29:45', '', 7047, 'http://riserbuilds.com/7047-revision-19/', 0, 'revision', '', 0),
1739(7703, 1, '2013-02-18 16:31:57', '2013-02-18 22:31:57', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]No matter what your project is, we''ll help you get started.  And, our expertise is free.  Let''s sit down and get some coffee and explore how to get started.  We can show you how Daniel would go about planning out the steps necessary to get you what you want.\r\n<em>Please fill the form and our representative will contact you</em>.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-21', '', '', '2013-02-18 16:31:57', '2013-02-18 22:31:57', '', 7047, 'http://riserbuilds.com/7047-revision-21/', 0, 'revision', '', 0),
1740(7705, 1, '2013-02-18 18:04:56', '2013-02-19 00:04:56', 'Take a look at this handy list of Planning Tips. We''ve made it easy for you to download and print this document, too, so feel free to make as many copies as you''d like to. You can even use this as a checklist and bring it with you when you meet with Daniel. We''re here to make the process of building your dream home as smooth as we can.\r\n[divider]\r\n[document file="http://riserbuilds.com/wp-content/uploads/Riser-Construction-Planning-Tips.pdf" width="960" height="690"]', 'Planning Tips', '', 'publish', 'open', 'open', '', 'planning-tips', '', '', '2013-02-18 18:04:56', '2013-02-19 00:04:56', '', 0, 'http://riserbuilds.com/?page_id=7705', 0, 'page', '', 0),
1741(7706, 1, '2013-02-18 18:04:46', '2013-02-19 00:04:46', 'Take a look at this handy list of Planning Tips. We''ve made it easy for you to download and print this document, too, so feel free to make as many copies as you''d like to. You can even use this as a checklist and bring it with you when you meet with Daniel. We''re here to make the process of building your dream home as smooth as we can.\n[divider]\n[document file="http://riserbuilds.com/wp-content/uploads/Riser-Construction-Planning-Tips.pdf" width="960" height="690"]', 'Planning Tips', '', 'inherit', 'open', 'open', '', '7705-revision', '', '', '2013-02-18 18:04:46', '2013-02-19 00:04:46', '', 7705, 'http://riserbuilds.com/7705-revision/', 0, 'revision', '', 0),
1742(7709, 1, '2013-02-18 18:43:51', '2013-02-19 00:43:51', '', 'newconstruction_port_cover', '', 'inherit', 'open', 'open', '', 'newconstruction_port_cover', '', '', '2013-02-18 18:43:51', '2013-02-19 00:43:51', '', 0, 'http://riserbuilds.com/wp-content/uploads/newconstruction_port_cover.jpg', 0, 'attachment', 'image/jpeg', 0),
1743(7710, 1, '2013-02-18 18:44:53', '2013-02-19 00:44:53', '', '3', '', 'inherit', 'open', 'open', '', '3', '', '', '2013-02-18 18:44:53', '2013-02-19 00:44:53', '', 0, 'http://riserbuilds.com/wp-content/uploads/3.jpg', 0, 'attachment', 'image/jpeg', 0),
1744(7711, 1, '2013-02-18 18:45:02', '2013-02-19 00:45:02', '', '4', '', 'inherit', 'open', 'open', '', '4', '', '', '2013-02-18 18:45:02', '2013-02-19 00:45:02', '', 0, 'http://riserbuilds.com/wp-content/uploads/4.jpg', 0, 'attachment', 'image/jpeg', 0),
1745(7712, 1, '2013-02-18 18:45:11', '2013-02-19 00:45:11', '', '5', '', 'inherit', 'open', 'open', '', '5', '', '', '2013-02-18 18:45:11', '2013-02-19 00:45:11', '', 0, 'http://riserbuilds.com/wp-content/uploads/5.jpg', 0, 'attachment', 'image/jpeg', 0),
1746(7713, 1, '2013-02-18 18:45:17', '2013-02-19 00:45:17', '', '6', '', 'inherit', 'open', 'open', '', '6', '', '', '2013-02-18 18:45:17', '2013-02-19 00:45:17', '', 0, 'http://riserbuilds.com/wp-content/uploads/6.jpg', 0, 'attachment', 'image/jpeg', 0),
1747(7714, 1, '2013-02-18 18:45:31', '2013-02-19 00:45:31', '', '7', '', 'inherit', 'open', 'open', '', '7', '', '', '2013-02-18 18:45:31', '2013-02-19 00:45:31', '', 0, 'http://riserbuilds.com/wp-content/uploads/7.jpg', 0, 'attachment', 'image/jpeg', 0),
1748(7715, 1, '2013-02-18 18:45:40', '2013-02-19 00:45:40', '', '8', '', 'inherit', 'open', 'open', '', '8', '', '', '2013-02-18 18:45:40', '2013-02-19 00:45:40', '', 0, 'http://riserbuilds.com/wp-content/uploads/8.jpg', 0, 'attachment', 'image/jpeg', 0),
1749(7716, 1, '2013-02-18 18:45:47', '2013-02-19 00:45:47', '', '9', '', 'inherit', 'open', 'open', '', '9', '', '', '2013-02-18 18:45:47', '2013-02-19 00:45:47', '', 0, 'http://riserbuilds.com/wp-content/uploads/9.jpg', 0, 'attachment', 'image/jpeg', 0),
1750(7717, 1, '2013-02-18 18:45:55', '2013-02-19 00:45:55', '', '10', '', 'inherit', 'open', 'open', '', '10', '', '', '2013-02-18 18:45:55', '2013-02-19 00:45:55', '', 0, 'http://riserbuilds.com/wp-content/uploads/10.jpg', 0, 'attachment', 'image/jpeg', 0),
1751(7718, 1, '2013-02-18 18:46:03', '2013-02-19 00:46:03', '', '11', '', 'inherit', 'open', 'open', '', '11', '', '', '2013-02-18 18:46:03', '2013-02-19 00:46:03', '', 0, 'http://riserbuilds.com/wp-content/uploads/11.jpg', 0, 'attachment', 'image/jpeg', 0),
1752(7719, 1, '2013-02-18 18:46:15', '2013-02-19 00:46:15', '', '12', '', 'inherit', 'open', 'open', '', '12', '', '', '2013-02-18 18:46:15', '2013-02-19 00:46:15', '', 0, 'http://riserbuilds.com/wp-content/uploads/12.jpg', 0, 'attachment', 'image/jpeg', 0);
1753INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1754(7720, 1, '2013-02-18 18:46:23', '2013-02-19 00:46:23', '', '13', '', 'inherit', 'open', 'open', '', '13', '', '', '2013-02-18 18:46:23', '2013-02-19 00:46:23', '', 0, 'http://riserbuilds.com/wp-content/uploads/13.jpg', 0, 'attachment', 'image/jpeg', 0),
1755(7721, 1, '2013-02-18 18:46:32', '2013-02-19 00:46:32', '', '14', '', 'inherit', 'open', 'open', '', '14', '', '', '2013-02-18 18:46:32', '2013-02-19 00:46:32', '', 0, 'http://riserbuilds.com/wp-content/uploads/14.jpg', 0, 'attachment', 'image/jpeg', 0),
1756(7722, 1, '2013-02-18 18:46:43', '2013-02-19 00:46:43', '', '15', '', 'inherit', 'open', 'open', '', '15', '', '', '2013-02-18 18:46:43', '2013-02-19 00:46:43', '', 0, 'http://riserbuilds.com/wp-content/uploads/15.jpg', 0, 'attachment', 'image/jpeg', 0),
1757(7723, 1, '2013-02-18 18:46:53', '2013-02-19 00:46:53', '', '1', '', 'inherit', 'open', 'open', '', '1', '', '', '2013-02-18 18:46:53', '2013-02-19 00:46:53', '', 0, 'http://riserbuilds.com/wp-content/uploads/1.jpg', 0, 'attachment', 'image/jpeg', 0),
1758(7724, 1, '2013-02-18 18:47:03', '2013-02-19 00:47:03', '', '2', '', 'inherit', 'open', 'open', '', '2', '', '', '2013-02-18 18:47:03', '2013-02-19 00:47:03', '', 0, 'http://riserbuilds.com/wp-content/uploads/2.jpg', 0, 'attachment', 'image/jpeg', 0),
1759(7725, 1, '2013-02-18 18:57:56', '2013-02-19 00:57:56', '', 'newconstruction_port_cover1', '', 'inherit', 'open', 'open', '', 'newconstruction_port_cover1', '', '', '2013-02-18 18:57:56', '2013-02-19 00:57:56', '', 7381, 'http://riserbuilds.com/wp-content/uploads/newconstruction_port_cover1.jpg', 0, 'attachment', 'image/jpeg', 0),
1760(7770, 0, '2013-02-28 23:56:57', '2013-03-01 05:56:57', '\n<!--more-->\nAUTHOR: melinda plam\nAUTHOR EMAIL: melindaplam@yahoo.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 98.80.76.33\nArray\n(\n [Name] => melinda plam\n [Email] => melindaplam@yahoo.com\n [Phone] => 318-340-9070\n)\n', 'melinda plam - 2013-02-28 23:56:57', '', 'publish', 'open', 'open', '', '590da43a1d0049d05bb0b98e79e4f5cc', '', '', '2013-02-28 23:56:57', '2013-03-01 05:56:57', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7770', 0, 'feedback', '', 0),
1761(7727, 1, '2013-02-18 19:12:51', '2013-02-19 01:12:51', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\n[divider style="shadow"]\n\n ', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-autosave', '', '', '2013-02-18 19:12:51', '2013-02-19 01:12:51', '', 7379, 'http://riserbuilds.com/7379-autosave/', 0, 'revision', '', 0),
1762(7728, 1, '2013-02-18 19:08:57', '2013-02-19 01:08:57', '<h3>Multiple color dropcaps</h3>\n[spacer size="15"]\n[dropcap]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend.\n[br]\n[dropcap color="green"]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend.\n[br]\n[dropcap color="orange"]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend.\n<h5>Or use them other way</h5>\n[br]\n[column size="dropcap" last="0"][dropcap]1[/dropcap][/column]\n[column size="dropcap_txt" last="1"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="gray"]2[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="blue"]3[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="red"]4[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="green"]5[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="yellow"]6[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="orange"]7[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="pink-orange"]8[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="purple"]9[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[spoiler title="Get the code"]\n<pre>\n[dropcap]L[/dropcap]Content[/column]\n\n[dropcap color="green"]L[/dropcap]Content[/column]\n\n[dropcap color="orange"]L[/dropcap]Content[/column]\n\n[column size="dropcap" last="0"][dropcap]1[/dropcap][/column]\n[column size="dropcap_txt" last="1"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="gray"]2[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="blue"]3[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="red"]4[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="green"]5[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="yellow"]6[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="orange"]7[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="pink-orange"]8[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="purple"]9[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]</pre>\n[/spoiler]\n<h3>Clearing floats</h3>\n[spacer size="15"]\nThis element is left floated, but a [[clear]] shortcode after it clears all floats and you can add your text below it.\n\n[pullquote align="left"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. Proin consectetur. [/pullquote]\n[clear]\n\n[spoiler title="Get the code"]\n<pre>[[pullquote align="left"] Content [/pullquote]]\n[[clear]]</pre>\n[/spoiler]\n<h3>Custom div</h3>\n[spacer size="15"]\n[div style="border-width:5px; border-style:dotted; border-color:#dddddd ;text-align:center;"]\n<h1>This is a custom styled div</h1>\n[/div]\n[spacer size="15"]\n[spoiler title="Get the code"]\n<pre>[[div style="border-width:5px; border-style:dotted; border-color:#dddddd ;text-align:center;"] Content [/div]]</pre>\n[/spoiler]\n<h3>Styled heading</h3>\n[spacer size="15"]\n[heading] This is a heading shortcode [/heading]\n[spoiler title="Get the code"]\n<pre>[[heading] Content [/heading]]</pre>\n[/spoiler]\n<h3>Text highlight</h3>\n[spacer size="15"]\n\n[highlight bg="#fff287" color="#000"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[highlight bg="#ffafaf" color="#fff"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[highlight bg="#abfa9e" color="#037d00"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[highlight bg="#c3eff0" color="#002c68"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n\n[highlight bg="#e1dee0" color="#656565"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.\n[spoiler title="Get the code"]\n<pre> [[highlight bg="#000" color="#fff"] Content [/highlight]]</pre>\n[/spoiler]\n<h3>Empty space with adjustable height</h3>\n100px additional empty space is added after this line.\n[spacer size="100"]\n[spoiler title="Get the code"]\n<pre>[[spacer size=""100"]]</pre>\n[/spoiler]\n<h3>Links with selectable color</h3>\n[spacer size="15"]\n\n[fancy_link color="#555" link="javascript:;"] Read more [/fancy_link]\n\n[fancy_link color="green" link="javascript:;"] Anything can be posted here[/fancy_link]\n\n[fancy_link color="blue" link="javascript:;"] Any color posible[/fancy_link]\n\n[spoiler title="Get the code"]\n<pre> [[fancy_link color="blue" link="http://example.com/"] Content [/fancy_link]]</pre>\n[/spoiler]\n<h3>Divider with optional Top function</h3>\n[spacer size="15"]\n[divider style="shadow"]\n[divider top="1" style="shadow"]\n[divider]\n[divider top="1"]\n[spoiler title="Get the code"]\n<pre>[[divider]]\n[[divider top="1"]]</pre>\n[/spoiler]', 'Content styling', '', 'inherit', 'open', 'open', '', '1594-autosave', '', '', '2013-02-18 19:08:57', '2013-02-19 01:08:57', '', 1594, 'http://riserbuilds.com/1594-autosave/', 0, 'revision', '', 0),
1763(7729, 1, '2013-02-16 10:28:44', '2013-02-16 16:28:44', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-2', '', '', '2013-02-16 10:28:44', '2013-02-16 16:28:44', '', 7379, 'http://riserbuilds.com/7379-revision-2/', 0, 'revision', '', 0),
1764(7790, 1, '2011-09-10 00:05:36', '2011-09-09 22:05:36', 'To offer content for members only or want to make some of it private, all you have to do is to put it into a member shortcode tags available in different styles. Below you can see the example of content put into a members content shortcode.\n[divider]\n[spacer size="100"]\n[members style="1"] Content for logged members [/members]\n[spacer size="100"]\n[spoiler title="Get the code"]\n<pre> \n[[members style="1"]Content for logged members[/members]]\n</pre>\n[/spoiler]\n', 'Member content', '', 'inherit', 'open', 'open', '', '2489-revision', '', '', '2011-09-10 00:05:36', '2011-09-09 22:05:36', '', 2489, 'http://riserbuilds.com/2489-revision/', 0, 'revision', '', 0),
1765(7791, 1, '2011-09-16 22:44:13', '2011-09-16 20:44:13', 'Create unique sidebar for every page. Activate custom sidebar with one click and you can to add widgets exclusively for selected page. This page also has custom sidebar.\n[divider]\n<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/09/sidebar-screen.jpg" alt="" />\n[spacer size="100"] ', 'Custom sidebar', '', 'inherit', 'open', 'open', '', '3032-revision', '', '', '2011-09-16 22:44:13', '2011-09-16 20:44:13', '', 3032, 'http://riserbuilds.com/3032-revision/', 0, 'revision', '', 0),
1766(7792, 1, '2011-10-14 19:07:29', '2011-10-14 17:07:29', 'In Care theme you can insert beautiful and useful google charts into the theme via shortcode panel, which makes data management much easier.\n[divider]\n[spacer size="10"]\n[column size="1-2" last="0"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="500x200"\ntitle="3D Pie Chart Title"\nadvanced=""\ntype="pie"]\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="500x200"\ntitle="3D Pie Chart Title"\nadvanced=""\ntype="pie"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x200"\ntitle="Pie Chart Title"\ntype="pie2d"]\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x200"\ntitle="Pie Chart Title"\ntype="pie2d"]]\n</pre>\n[/spoiler]\n\n[/column]\n\n[column size="1-2" last="0"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="2010|2011|2012|2013"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Line Chart Title"\ntype="line"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="2010|2011|2012|2013"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Line Chart Title"\ntype="line"]]\n</pre>\n[/spoiler]\n[/column]\n\n\n[column size="1-2" last="1"]\n[chart\ndata="0,25,50,75,100|2,33,43,17,25|0,25,50,75,100|0,20,25,40,75"\nlabels="Begin|25|50|75|End"\ncolors="058DC7,50B432"\nsize="400x250"\ntitle="Line Chart Title 2"\ntype="xyline"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="0,25,50,75,100|2,33,43,17,25|0,25,50,75,100|0,20,25,40,75"\nlabels="Begin|25|50|75|End"\ncolors="058DC7,50B432"\nsize="400x250"\ntitle="Line Chart Title 2"\ntype="xyline"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="0"]\n[chart\ndata="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63,70,80,92,85,75,60,43"\nlabels="1|2|3|4|5|6|7|8|9|10"\ncolors="058DC7"\nsize="400x250"\ntitle="Scatter Chart Title"\ntype="scatter"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63\n,70,80,92,85,75,60,43"\nlabels="1|2|3|4|5|6|7|8|9|10"\ncolors="058DC7"\nsize="400x250"\ntitle="Scatter Chart Title"\ntype="scatter"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="40"\nlabels="Forty"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Gom Chart Title"\ntype="gom"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="40"\nlabels="Forty"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Gom Chart Title"\ntype="gom"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="0"]\n[chart \ndata="100,80,60,30,30,30,10" \ncolors="FF6342,ADDE63,63C6DE"\nsize="400x250"\ntitle="Venn Chart Title" \nadvanced="&chdl=A|B|C"\ntype="venn"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart \ndata="100,80,60,30,30,30,10" \ncolors="FF6342,ADDE63,63C6DE"\nsize="400x250"\ntitle="Venn Chart Title" \nadvanced="&chdl=A|B|C"\ntype="venn"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="3D Pie Chart Title"\ntype="sparkline"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="3D Pie Chart Title"\ntype="sparkline"]]\n</pre>\n[/spoiler]\n[/column] ', 'Charts', '', 'inherit', 'open', 'open', '', '4249-revision', '', '', '2011-10-14 19:07:29', '2011-10-14 17:07:29', '', 4249, 'http://riserbuilds.com/4249-revision/', 0, 'revision', '', 0),
1767(7793, 1, '2011-09-10 00:07:53', '2011-09-09 22:07:53', 'You can use cufon font you like by simply selecting it theme in Theme Options panel. You can also upload your own font in few simple steps and choose from thousands different fonts available. And you can always disable font replacement if you want.\n[divider]\n[frame align="left"]<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/09/cufon-panel1.jpg" alt="" />[/frame] ', 'Cufon fonts', '', 'inherit', 'open', 'open', '', '2504-revision', '', '', '2011-09-10 00:07:53', '2011-09-09 22:07:53', '', 2504, 'http://riserbuilds.com/2504-revision/', 0, 'revision', '', 0),
1768(7741, 1, '2013-02-18 20:29:48', '2013-02-19 02:29:48', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n [gallery link="post" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-4', '', '', '2013-02-18 20:29:48', '2013-02-19 02:29:48', '', 7379, 'http://riserbuilds.com/7379-revision-4/', 0, 'revision', '', 0),
1769(7756, 1, '2013-02-18 21:10:03', '2013-02-19 03:10:03', '[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Laura''s House', '', 'publish', 'closed', 'closed', '', 'laura', '', '', '2013-02-18 21:10:03', '2013-02-19 03:10:03', '', 0, 'http://riserbuilds.com/?post_type=portfolio&p=7756', 0, 'portfolio', '', 0),
1770(7380, 1, '2012-03-12 18:52:40', '2012-03-12 16:52:40', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Paged three column portfolio', '', 'publish', 'open', 'open', '', 'paged-three-column-portfolio', '', '', '2012-03-12 18:52:40', '2012-03-12 16:52:40', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7380', 0, 'page', '', 0),
1771(7379, 1, '2012-03-12 18:52:36', '2012-03-13 00:52:36', 'These are examples of how <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â builds. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n<h2>Building Laura''s Home</h2>\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'publish', 'open', 'closed', '', 'portfolio', '', '', '2013-02-18 20:44:42', '2013-02-19 02:44:42', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7379', 0, 'page', '', 0),
1772(7742, 1, '2013-02-18 20:30:35', '2013-02-19 02:30:35', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-5', '', '', '2013-02-18 20:30:35', '2013-02-19 02:30:35', '', 7379, 'http://riserbuilds.com/7379-revision-5/', 0, 'revision', '', 0),
1773(7743, 1, '2013-02-18 20:32:25', '2013-02-19 02:32:25', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-6', '', '', '2013-02-18 20:32:25', '2013-02-19 02:32:25', '', 7379, 'http://riserbuilds.com/7379-revision-6/', 0, 'revision', '', 0),
1774(7744, 1, '2013-02-18 20:32:43', '2013-02-19 02:32:43', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-7', '', '', '2013-02-18 20:32:43', '2013-02-19 02:32:43', '', 7379, 'http://riserbuilds.com/7379-revision-7/', 0, 'revision', '', 0),
1775(7745, 1, '2013-02-18 20:33:53', '2013-02-19 02:33:53', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-8', '', '', '2013-02-18 20:33:53', '2013-02-19 02:33:53', '', 7379, 'http://riserbuilds.com/7379-revision-8/', 0, 'revision', '', 0),
1776(7746, 1, '2013-02-18 20:34:28', '2013-02-19 02:34:28', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-9', '', '', '2013-02-18 20:34:28', '2013-02-19 02:34:28', '', 7379, 'http://riserbuilds.com/7379-revision-9/', 0, 'revision', '', 0),
1777(7747, 1, '2013-02-18 20:37:38', '2013-02-19 02:37:38', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-10', '', '', '2013-02-18 20:37:38', '2013-02-19 02:37:38', '', 7379, 'http://riserbuilds.com/7379-revision-10/', 0, 'revision', '', 0),
1778(7748, 1, '2013-02-18 20:42:30', '2013-02-19 02:42:30', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n<h2>Building Laura''s Home[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]</h2>', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-11', '', '', '2013-02-18 20:42:30', '2013-02-19 02:42:30', '', 7379, 'http://riserbuilds.com/7379-revision-11/', 0, 'revision', '', 0),
1779(7749, 1, '2013-02-18 20:43:03', '2013-02-19 02:43:03', 'These are examples of what <span style="color: #e15743;"><strong>Riser Construction</strong></span>Â offers. Browse through the pictures that were taken on site and during the building process, and you''ll see how clean and organized Daniel Riser and his team are. Â We''re focused on "attention-to-details" and we hope it shows.\r\n[divider style="shadow"]\r\n<h2>Building Laura''s Home</h2>\r\n[gallery link="file" columns="5" ids="7723,7724,7710,7712,7715,7720,7713,7716,7711,7714,7717,7721,7718,7719,7722"]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7379-revision-12', '', '', '2013-02-18 20:43:03', '2013-02-19 02:43:03', '', 7379, 'http://riserbuilds.com/7379-revision-12/', 0, 'revision', '', 0),
1780(7750, 1, '2013-02-18 20:45:28', '2013-02-19 02:45:28', ' ', '', '', 'publish', 'open', 'open', '', '7750', '', '', '2014-01-12 13:05:12', '2014-01-12 19:05:12', '', 0, 'http://riserbuilds.com/?p=7750', 3, 'nav_menu_item', '', 0),
1781(7768, 1, '2013-02-19 13:29:46', '2013-02-19 19:29:46', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://riserbuilds.com/wp-content/uploads/daniel_headshot.jpg"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]\r\n<h2>Services we specialize in</h2>\r\n<ul>\r\n<ul>\r\n <li>New Construction</li>\r\n <li>Remodeling</li>\r\n <li>Additions</li>\r\n <li>Insurance Repairs</li>\r\n <li>Fencing</li>\r\n <li>Driveways</li>\r\n <li>Decks</li>\r\n <li>Installing Energy Efficient Windows/ Doors</li>\r\n</ul>\r\n</ul>', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-10', '', '', '2013-02-19 13:29:46', '2013-02-19 19:29:46', '', 2151, 'http://riserbuilds.com/2151-revision-10/', 0, 'revision', '', 0),
1782(7366, 1, '2012-03-12 18:50:28', '2012-03-12 16:50:28', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Four column Portfolio', '', 'publish', 'open', 'open', '', 'four-column-portfolio', '', '', '2012-03-12 18:50:28', '2012-03-12 16:50:28', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7366', 0, 'page', '', 0),
1783(7378, 1, '2012-03-12 18:52:31', '2012-03-12 16:52:31', '[divider]', 'Portfolio', '', 'publish', 'open', 'open', '', 'riser-portfolio', '', '', '2014-01-12 14:22:25', '2014-01-12 20:22:25', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7378', 0, 'page', '', 0),
1784(7816, 0, '2014-01-16 17:32:21', '2014-01-16 23:32:21', '\n<!--more-->\nAUTHOR: dredger.for.sale.biz\nAUTHOR EMAIL: dredger.for.sale.biz@yandex.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 119.165.201.172\nArray\n(\n [Name] => dredger.for.sale.biz\n [Email] => dredger.for.sale.biz@yandex.com\n [Phone] => 123456\n)\n', 'dredger.for.sale.biz - 2014-01-16 17:32:21', '', 'publish', 'open', 'open', '', '87b6848dafd7edaa48ccdf74ff94a635', '', '', '2014-01-16 17:32:21', '2014-01-16 23:32:21', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7816', 0, 'feedback', '', 0),
1785(7799, 1, '2011-08-30 19:30:59', '2011-08-30 17:30:59', '<h3> Site information </h3>\n[spacer size="5"]\nYou can display your site info dynamicaly. If it is changed, content will update. Options to diplay: name, description, site url, charset, admin email, html type, text direction, language ,template url, pingback url, rss2 url.\n\n<h5>Example usage:</h5>\n[spacer size="15"]\n<strong>Site name:</strong> [bloginfo option="name"]\n<strong>Description:</strong> [bloginfo option="description"]\n<strong>Site URL:</strong> [bloginfo option="siteurl"]\n<strong>Administrator email:</strong> [bloginfo option="admin_email"]\n<strong>Feed URL:</strong> [bloginfo option="rss2_url"]\n\n[spoiler title="Get the code"]\n<pre>\n[[bloginfo option="name"]]\n[[bloginfo option="description"]]\n[[bloginfo option="siteurl"]]\n[[bloginfo option="admin_email"]]\n[[bloginfo option="rss2_url"]]\n</pre>\n[/spoiler]\n\n<h3>Permalink to specified post or page.</h3>\n\n[spacer size="15"]\n[permalink p="4438" target="self"] Link to the shortcode page to open in current window. [/permalink]\n\n[spoiler title="Get the code"]\n<pre>[[permalink p="4438" target="self"] Link to the shortcode page to open in a current window. [/permalink]]</pre>\n[/spoiler]\n\n[permalink p="4438" target="blank"]Link to the shortcode page to open in a new window.[/permalink]\n\n[spoiler title="Get the code"]\n<pre>[[permalink p="4438" target="self"]Link to the shortcode page to open in a new window.[/permalink]]</pre>\n[/spoiler] ', 'Extra', '', 'inherit', 'open', 'open', '', '1676-revision', '', '', '2011-08-30 19:30:59', '2011-08-30 17:30:59', '', 1676, 'http://riserbuilds.com/1676-revision/', 0, 'revision', '', 0),
1786(7365, 1, '2012-03-12 18:50:18', '2012-03-12 16:50:18', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Three column Portfolio', '', 'publish', 'open', 'open', '', 'three-column-portfolio', '', '', '2012-03-12 18:50:18', '2012-03-12 16:50:18', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7365', 0, 'page', '', 0),
1787(7621, 1, '2013-02-15 10:28:22', '2013-02-15 16:28:22', '', 'Riser Construction Terms and Conditions', '', 'inherit', 'open', 'open', '', 'riser-construction-terms-and-conditions', '', '', '2013-02-15 10:28:22', '2013-02-15 16:28:22', '', 0, 'http://riserbuilds.com/wp-content/uploads/Riser-Construction-Terms-and-Conditions.pdf', 0, 'attachment', 'application/pdf', 0),
1788(7600, 1, '2013-02-14 18:10:34', '2013-02-15 00:10:34', '', 'riser_favicon', '', 'inherit', 'open', 'open', '', 'riser_favicon', '', '', '2013-02-14 18:10:34', '2013-02-15 00:10:34', '', 5, 'http://riserbuilds.com/wp-content/uploads/riser_favicon.png', 0, 'attachment', 'image/png', 0),
1789(7601, 1, '2013-02-14 19:23:01', '2013-02-15 01:23:01', '<h2>LEAVE US A MESSAGE</h2>\n[spacer size="5"]\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\n[divider style="shadow"]\n\n[raw][contact-form to="info@riserbuilds.com"]\n[contact-field label="Name" type="name" required="true" /]\n[contact-field label="Email" type="email" required="true" /]\n[contact-field label="Daytime Phone #" type="text" /]\n[contact-field label="Comment" type="textarea" required="true" /]\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-autosave', '', '', '2013-02-14 19:23:01', '2013-02-15 01:23:01', '', 7544, 'http://riserbuilds.com/7544-autosave/', 0, 'revision', '', 0),
1790(7602, 1, '2011-07-14 22:44:38', '2011-07-14 20:44:38', '<h2>LEAVE US A MESSAGE</h2>\n[spacer size="5"]\nThis form is built with integrated contact form builder. You can build your contact form in just a few clicks with easy form builder panel - choose from different field types, set required fields, access your messages directly from dashboard and put in anywhere you want.\n[divider style="shadow"]\n\n[raw][contact-form]\n[contact-field label="Name" type="name" required="true" /]\n[contact-field label="Email" type="email" required="true" /]\n[contact-field label="Website" type="url" /]\n[contact-field label="Comment" type="textarea" required="true" /]\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\n[/contact-form][/raw] ', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision', '', '', '2011-07-14 22:44:38', '2011-07-14 20:44:38', '', 7544, 'http://riserbuilds.com/7544-revision/', 0, 'revision', '', 0),
1791(7606, 1, '2013-02-14 19:17:38', '2013-02-15 01:17:38', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\r\n[divider style="shadow"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Website" type="url" /]\r\n[contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision-5', '', '', '2013-02-14 19:17:38', '2013-02-15 01:17:38', '', 7544, 'http://riserbuilds.com/7544-revision-5/', 0, 'revision', '', 0),
1792(7603, 1, '2013-02-14 18:54:22', '2013-02-15 00:54:22', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nThis form is built with integrated contact form builder. You can build your contact form in just a few clicks with easy form builder panel - choose from different field types, set required fields, access your messages directly from dashboard and put in anywhere you want.\r\n[divider style="shadow"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Website" type="url" /]\r\n[contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision-2', '', '', '2013-02-14 18:54:22', '2013-02-15 00:54:22', '', 7544, 'http://riserbuilds.com/7544-revision-2/', 0, 'revision', '', 0),
1793(7604, 1, '2013-02-14 19:06:57', '2013-02-15 01:06:57', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\r\n[divider style="shadow"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Website" type="url" /]\r\n[contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision-3', '', '', '2013-02-14 19:06:57', '2013-02-15 01:06:57', '', 7544, 'http://riserbuilds.com/7544-revision-3/', 0, 'revision', '', 0),
1794(7605, 1, '2013-02-14 19:16:09', '2013-02-15 01:16:09', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\r\n[divider style="shadow"]\r\n\r\n[raw] [raw][contact-form to="info@riserbuilds.com"] [contact-field label="Name" type="text" required="true" /] [contact-field label="Email" type="text" required="true" /] [contact-field label="Daytime Phone #" type="text" /] [contact-field label="What kind of project is this?" type="select" options="Please choose one,New Home" /] [/contact-form][/raw] [/raw][contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision-4', '', '', '2013-02-14 19:16:09', '2013-02-15 01:16:09', '', 7544, 'http://riserbuilds.com/7544-revision-4/', 0, 'revision', '', 0),
1795(7622, 1, '2013-02-14 19:21:59', '2013-02-15 01:21:59', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\r\n[divider style="shadow"]\r\n\r\n[raw][contact-form to="info@riserbuilds.com"]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Daytime Phone #" type="text" /]\r\n[contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://www.mnkystudio.com/theblog/wp-content/uploads/2011/08/terms.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'inherit', 'open', 'open', '', '7544-revision-6', '', '', '2013-02-14 19:21:59', '2013-02-15 01:21:59', '', 7544, 'http://riserbuilds.com/7544-revision-6/', 0, 'revision', '', 0),
1796(7610, 1, '2013-02-16 19:13:09', '2013-02-17 01:13:09', '[column size="1-4" last="0"]\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\n[/column]\n\n[column size="1-2" last="1"]\n<h4>What is ProMotion?</h4>\n[spacer size="13"]\n[list style="star"]\n<ul>\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\n</ul>\n[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\n[divider top="0" style="solid"]\n[spacer size="20"]\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\n\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\n\n[column size="1-3" last="1"] [service title="Unlimited Styles"\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\n\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\n\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\n\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home2', '', 'inherit', 'open', 'open', '', '4438-autosave', '', '', '2013-02-16 19:13:09', '2013-02-17 01:13:09', '', 4438, 'http://riserbuilds.com/4438-autosave/', 0, 'revision', '', 0);
1797INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1798(7611, 1, '2011-07-12 12:50:20', '2011-07-12 10:50:20', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/180/120" alt="" />[/frame]\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/180/120" alt="" />[/frame]\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>What is ProMotion?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>ProMotion is a premium WordPress theme aimed for business and service or product promotion. </li>\n<li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\n<li> Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\n<li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars. </li>\n<li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li></ul>[/list][/column]\n\n\n[divider top="0" style="solid"]\n[quote style="1"]<span style="color:#333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\n[divider top="0" style="solid"]\n[spacer size="20"]\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\n\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\n\n[column size="1-3" last="1"] [service title="Unlimited Styles"\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\n\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\n\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\n\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]\n', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision', '', '', '2011-07-12 12:50:20', '2011-07-12 10:50:20', '', 4438, 'http://riserbuilds.com/4438-revision/', 0, 'revision', '', 0),
1799(7612, 1, '2013-02-14 19:54:51', '2013-02-15 01:54:51', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-2', '', '', '2013-02-14 19:54:51', '2013-02-15 01:54:51', '', 4438, 'http://riserbuilds.com/4438-revision-2/', 0, 'revision', '', 0),
1800(7613, 1, '2013-02-14 19:56:59', '2013-02-15 01:56:59', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-3', '', '', '2013-02-14 19:56:59', '2013-02-15 01:56:59', '', 4438, 'http://riserbuilds.com/4438-revision-3/', 0, 'revision', '', 0),
1801(7614, 1, '2013-02-14 19:57:39', '2013-02-15 01:57:39', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-4', '', '', '2013-02-14 19:57:39', '2013-02-15 01:57:39', '', 4438, 'http://riserbuilds.com/4438-revision-4/', 0, 'revision', '', 0),
1802(7615, 1, '2013-02-14 19:57:55', '2013-02-15 01:57:55', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-5', '', '', '2013-02-14 19:57:55', '2013-02-15 01:57:55', '', 4438, 'http://riserbuilds.com/4438-revision-5/', 0, 'revision', '', 0),
1803(7616, 1, '2013-02-14 19:58:21', '2013-02-15 01:58:21', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-6', '', '', '2013-02-14 19:58:21', '2013-02-15 01:58:21', '', 4438, 'http://riserbuilds.com/4438-revision-6/', 0, 'revision', '', 0),
1804(7617, 1, '2013-02-14 19:58:55', '2013-02-15 01:58:55', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-7', '', '', '2013-02-14 19:58:55', '2013-02-15 01:58:55', '', 4438, 'http://riserbuilds.com/4438-revision-7/', 0, 'revision', '', 0),
1805(7618, 1, '2013-02-14 19:59:24', '2013-02-15 01:59:24', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-8', '', '', '2013-02-14 19:59:24', '2013-02-15 01:59:24', '', 4438, 'http://riserbuilds.com/4438-revision-8/', 0, 'revision', '', 0),
1806(7620, 1, '2013-02-14 20:21:29', '2013-02-15 02:21:29', '', 'riser_home_improve_sliderkitchen', '', 'inherit', 'open', 'open', '', 'riser_home_improve_sliderkitchen', '', '', '2013-02-14 20:21:29', '2013-02-15 02:21:29', '', 0, 'http://riserbuilds.com/wp-content/uploads/riser_home_improve_sliderkitchen.jpg', 0, 'attachment', 'image/jpeg', 0),
1807(7623, 1, '2013-02-15 11:14:41', '2013-02-15 17:14:41', '', 'riser_logo_red', '', 'inherit', 'open', 'open', '', 'riser_logo_red', '', '', '2013-02-15 11:14:41', '2013-02-15 17:14:41', '', 5, 'http://riserbuilds.com/wp-content/uploads/riser_logo_red.png', 0, 'attachment', 'image/png', 0),
1808(7624, 1, '2012-02-28 20:35:57', '2012-02-28 20:35:57', '<span style="color: #f95808; font-weight: bold;"> Business Consulting Inc. </span> is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\n\n[column size="1-3" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/275/160" alt="" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>AWARD WINNING SERVICES</strong></span>\n[spacer size="1"]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\n[/column]\n\n[column size="1-3" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/275/160" alt="" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>WE BECOME BUSINESS PARTNERS</strong></span>\n[spacer size="1"]\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\n[/column]\n\n[column size="1-3" last="1"]\n[frame align="left"]<img src="http://lorempixel.com/275/160" alt="" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>CUSTOMER LOYALTY PROGRAM</strong></span>\n[spacer size="1"]\nNulla in risus sapien, in volutpat purus. Integer ornare, neque vel tristique tincidunt, justo metus placerat arcu, vitae blandit tellus nibh in odio, congue et elementum vitae.\n[/column]\n\n[divider style="shadow"]\n[spacer size="30"]\n\n[column size="2-3"]\n\n[pricing title="Sign up for a consultation" currency="Â " price="Free" period="*for first time clients" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\nPlease fill the form and our representative will contact you.\n[/pricing]\n\n[/column]\n\n[column size="1-3" last="1"]\n\n[raw][contact-form]\n[contact-field label="Name" type="name" required="true" /]\n[contact-field label="Email" type="email" required="true" /]\n[contact-field label="Phone" type="text" required="true" /]\n[/contact-form][/raw]\n\n[/column] ', 'Home Example 2', '', 'inherit', 'open', 'open', '', '7047-revision', '', '', '2012-02-28 20:35:57', '2012-02-28 20:35:57', '', 7047, 'http://riserbuilds.com/7047-revision/', 0, 'revision', '', 0),
1809(7625, 1, '2013-02-15 12:48:25', '2013-02-15 18:48:25', '<span style="color: #f95808; font-weight: bold;"> Business Consulting Inc. </span> is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>AWARD WINNING SERVICES</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>WE BECOME BUSINESS PARTNERS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>CUSTOMER LOYALTY PROGRAM</strong></span>\r\n[spacer size="1"]\r\nNulla in risus sapien, in volutpat purus. Integer ornare, neque vel tristique tincidunt, justo metus placerat arcu, vitae blandit tellus nibh in odio, congue et elementum vitae.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency="Â " price="Free" period="*for first time clients" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home Example 2', '', 'inherit', 'open', 'open', '', '7047-revision-2', '', '', '2013-02-15 12:48:25', '2013-02-15 18:48:25', '', 7047, 'http://riserbuilds.com/7047-revision-2/', 0, 'revision', '', 0),
1810(7626, 1, '2013-02-18 16:31:23', '2013-02-18 22:31:23', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\n\n[column size="1-3" last="0"]\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\n[spacer size="1"]\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\n[/column]\n\n[column size="1-3" last="0"]\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\n[spacer size="1"]\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\n[/column]\n\n[column size="1-3" last="1"]\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\n[spacer size="5"]\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\n[spacer size="1"]\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\n[/column]\n\n[divider style="shadow"]\n[spacer size="30"]\n\n[column size="2-3"]\n\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]No matter what your project is, we''ll help you get started.  And, our expertise is free.  Let''s sit down and get some coffee and explore how to get started.  We can show you how Daniel would go about planning out the steps necessary to get you what you want.\nPlease fill the form and our representative will contact you.\n[/pricing]\n\n[/column]\n\n[column size="1-3" last="1"]\n\n[raw][contact-form]\n[contact-field label="Name" type="name" required="true" /]\n[contact-field label="Email" type="email" required="true" /]\n[contact-field label="Phone" type="text" required="true" /]\n[/contact-form][/raw]\n\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-autosave', '', '', '2013-02-18 16:31:23', '2013-02-18 22:31:23', '', 7047, 'http://riserbuilds.com/7047-autosave/', 0, 'revision', '', 0),
1811(7632, 1, '2013-02-16 08:54:54', '2013-02-16 14:54:54', '', 'riser_plans', '', 'inherit', 'open', 'open', '', 'riser_plans', '', '', '2013-02-16 08:54:54', '2013-02-16 14:54:54', '', 7047, 'http://riserbuilds.com/wp-content/uploads/riser_plans.jpg', 0, 'attachment', 'image/jpeg', 0),
1812(7631, 1, '2013-02-16 08:29:22', '2013-02-16 14:29:22', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-5', '', '', '2013-02-16 08:29:22', '2013-02-16 14:29:22', '', 7047, 'http://riserbuilds.com/7047-revision-5/', 0, 'revision', '', 0),
1813(7628, 1, '2013-02-15 16:26:48', '2013-02-15 22:26:48', '', 'riser_home_improve_sliderhome', '', 'inherit', 'open', 'open', '', 'riser_home_improve_sliderhome', '', '', '2013-02-15 16:26:48', '2013-02-15 22:26:48', '', 0, 'http://riserbuilds.com/wp-content/uploads/riser_home_improve_sliderhome.jpg', 0, 'attachment', 'image/jpeg', 0),
1814(7627, 1, '2013-02-15 12:48:54', '2013-02-15 18:48:54', '<span style="color: #f95808; font-weight: bold;"> Business Consulting Inc. </span> is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>AWARD WINNING SERVICES</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>WE BECOME BUSINESS PARTNERS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>CUSTOMER LOYALTY PROGRAM</strong></span>\r\n[spacer size="1"]\r\nNulla in risus sapien, in volutpat purus. Integer ornare, neque vel tristique tincidunt, justo metus placerat arcu, vitae blandit tellus nibh in odio, congue et elementum vitae.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency="Â " price="Free" period="*for first time clients" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home Example 2', '', 'inherit', 'open', 'open', '', '7047-revision-3', '', '', '2013-02-15 12:48:54', '2013-02-15 18:48:54', '', 7047, 'http://riserbuilds.com/7047-revision-3/', 0, 'revision', '', 0);
1815INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1816(7629, 1, '2013-02-14 20:01:16', '2013-02-15 02:01:16', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home', '', 'inherit', 'open', 'open', '', '4438-revision-9', '', '', '2013-02-14 20:01:16', '2013-02-15 02:01:16', '', 4438, 'http://riserbuilds.com/4438-revision-9/', 0, 'revision', '', 0),
1817(7630, 1, '2013-02-15 13:09:48', '2013-02-15 19:09:48', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " price="Free" period="*for first time clients" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home Example 2', '', 'inherit', 'open', 'open', '', '7047-revision-4', '', '', '2013-02-15 13:09:48', '2013-02-15 19:09:48', '', 7047, 'http://riserbuilds.com/7047-revision-4/', 0, 'revision', '', 0),
1818(793, 1, '2011-08-21 01:10:50', '2011-08-21 07:10:50', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Carousel slider', '', 'private', 'open', 'closed', '', 'carousel-slider', '', '', '2014-01-12 14:02:43', '2014-01-12 20:02:43', '', 1182, 'http://www.mnkystudio.com/dotted/?page_id=793', 0, 'page', '', 0),
1819(7785, 0, '2013-11-27 22:59:38', '2013-11-28 04:59:38', '\n<!--more-->\nAUTHOR: ?????.??????\nAUTHOR EMAIL: lechenie.griji.pozvonochnika@yandex.ru\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 123.234.39.124\nArray\n(\n [Name] => ?????.??????\n [Email] => lechenie.griji.pozvonochnika@yandex.ru\n [Phone] => 123456\n)\n', '?????.?????? - 2013-11-27 22:59:38', '', 'publish', 'open', 'open', '', 'ac7b7a60d91363f157f6f56abdab1a69', '', '', '2013-11-27 22:59:38', '2013-11-28 04:59:38', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7785', 0, 'feedback', '', 0),
1820(7783, 0, '2013-11-18 18:36:46', '2013-11-19 00:36:46', '\n<!--more-->\nAUTHOR: Kris Harper\nAUTHOR EMAIL: sup4fly@gmail.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 75.65.109.248\nArray\n(\n [Name] => Kris Harper\n [Email] => sup4fly@gmail.com\n [Phone] => 318-348-8520\n)\n', 'Kris Harper - 2013-11-18 18:36:46', '', 'publish', 'open', 'open', '', '4a79bbe1d92f71ff638d73972a1d5c43', '', '', '2013-11-18 18:36:46', '2013-11-19 00:36:46', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7783', 0, 'feedback', '', 0),
1821(4934, 1, '2013-02-14 07:45:39', '2013-02-14 07:45:39', '', 'RSS', '', 'publish', 'open', 'open', '', 'rss-2', '', '', '2013-02-17 22:55:43', '2013-02-18 04:55:43', '', 0, 'http://riserbuilds.com/rss-2/', 3, 'nav_menu_item', '', 0),
1822(7596, 1, '2013-02-14 15:43:24', '2013-02-14 21:43:24', '', 'To Top', '', 'publish', 'open', 'open', '', 'to-top', '', '', '2013-02-14 15:43:24', '2013-02-14 21:43:24', '', 0, 'http://riserbuilds.com/?p=7596', 1, 'nav_menu_item', '', 0),
1823(6119, 1, '2011-07-13 14:14:31', '2011-07-13 12:14:31', '', 'Media', '', 'private', 'closed', 'closed', '', 'media-2-2', '', '', '2011-07-13 14:14:31', '2011-07-13 12:14:31', '', 0, 'http://www.mnkystudio.com/dotted/?option-tree=media', 0, 'option-tree', '', 0),
1824(4, 1, '2011-10-24 13:17:59', '2011-10-24 13:17:59', '', 'Media', '', 'private', 'closed', 'closed', '', 'media-2', '', '', '2011-10-24 13:17:59', '2011-10-24 13:17:59', '', 0, 'http://www.mnkystudio.com/care/?option-tree=media', 0, 'option-tree', '', 0),
1825(6120, 1, '2012-03-20 21:09:51', '2012-03-20 21:09:51', '', 'Options', '', 'private', 'closed', 'closed', '', 'options', '', '', '2012-03-20 21:09:51', '2012-03-20 21:09:51', '', 0, 'http://www.mnkystudio.com/test3/?option-tree=options', 0, 'option-tree', '', 0),
1826(16, 1, '2012-03-07 21:18:35', '2012-03-07 21:18:35', '', 'Options', '', 'private', 'closed', 'closed', '', 'options-2', '', '', '2012-03-07 21:18:35', '2012-03-07 21:18:35', '', 0, 'http://www.mnkystudio.com/promotion/?option-tree=options', 0, 'option-tree', '', 0),
1827(17, 1, '2012-03-07 21:25:03', '2012-03-07 21:25:03', '', 'Media', '', 'private', 'closed', 'closed', '', 'media-3', '', '', '2012-03-07 21:25:03', '2012-03-07 21:25:03', '', 0, 'http://www.mnkystudio.com/promotion/?option-tree=media', 0, 'option-tree', '', 0),
1828(4390, 1, '2011-10-18 17:15:23', '2011-10-18 17:15:23', '', 'Media', '', 'private', 'closed', 'closed', '', 'media-2-3', '', '', '2011-10-18 17:15:23', '2011-10-18 17:15:23', '', 0, 'http://www.mnkystudio.com/dot_test2/?option-tree=media', 0, 'option-tree', '', 0),
1829(6118, 1, '2011-10-24 13:48:19', '2011-10-24 13:48:19', '', 'Options', '', 'private', 'closed', 'closed', '', 'options-2-2', '', '', '2011-10-24 13:48:19', '2011-10-24 13:48:19', '', 0, 'http://www.mnkystudio.com/care/?option-tree=options', 0, 'option-tree', '', 0),
1830(6121, 1, '2011-07-13 14:14:52', '2011-07-13 12:14:52', '', 'Options', '', 'private', 'closed', 'closed', '', 'options-2-2-2', '', '', '2011-07-13 14:14:52', '2011-07-13 12:14:52', '', 0, 'http://www.mnkystudio.com/dotted/?option-tree=options', 0, 'option-tree', '', 0),
1831(7233, 1, '2012-02-03 17:41:14', '2012-02-03 17:41:14', '', 'Media', '', 'private', 'closed', 'closed', '', 'media-3-2', '', '', '2012-02-03 17:41:14', '2012-02-03 17:41:14', '', 0, 'http://www.mnkystudio.com/moover/?option-tree=media', 0, 'option-tree', '', 0),
1832(7815, 1, '2013-02-16 10:31:38', '2013-02-16 16:31:38', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\r\n[divider]', 'Portfolio', '', 'inherit', 'open', 'open', '', '7378-revision-2', '', '', '2013-02-16 10:31:38', '2013-02-16 16:31:38', '', 7378, 'http://riserbuilds.com/7378-revision-2/', 0, 'revision', '', 0),
1833(7814, 1, '2011-08-28 22:42:47', '2011-08-28 20:42:47', 'Tab shortcode is available in three styles, two horizontal and one vertical layout. You can put any content in tabs starting from plain text and ending with video. It scales according to tab content and paragraph width.\n[divider style="shadow"]\n<h3>Tabs style 1</h3>\n[spacer size="15"]\n[tabs style="1"] \n\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] \n\n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="1"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n<h3>Tabs style 2</h3>\n[spacer size="15"]\n[tabs style="2"] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="2"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n<h3>Tabs style 3</h3>\n[spacer size="15"]\n[tabs style="3"] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] \n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="3"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n[column size="1-2"]\n<h3>Tabs style 1 inside 1/2 column</h3>\n[spacer size="15"]\n[tabs style="1"] [tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum.Cras venenatis metus at mauris aliquet elementum. [/tab] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] [/tabs]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[spoiler title="Get the code"]\n<pre>\n[column size="1-2"]\n[[tabs style="1"]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]\n[/column]\n</pre>\n[/spoiler]\n[/column]\n[column size="1-2" last="1"]\n<h3>Tabs style 2 inside 1/2 column</h3>\n[spacer size="15"]\n[tabs style="2"] [tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum.am blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. [/tab]\n[tab title="Tab name"] Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] [/tabs]\n[spoiler title="Get the code"]\n<pre>\n[column size="1-2" last="1"]\n[[tabs style="2"]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]\n[/column]\n</pre>\n[/spoiler]\n[/column] ', 'Tabs', '', 'inherit', 'open', 'open', '', '1329-revision', '', '', '2011-08-28 22:42:47', '2011-08-28 20:42:47', '', 1329, 'http://riserbuilds.com/1329-revision/', 0, 'revision', '', 0),
1834(7829, 1, '2014-09-25 08:15:27', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2014-09-25 08:15:27', '0000-00-00 00:00:00', '', 0, 'http://riserbuilds.com/?p=7829', 0, 'post', '', 0),
1835(7796, 1, '2011-08-26 00:03:39', '2011-08-25 22:03:39', 'Visit pages below to see it in action.\n[divider] \n[subpages depth="3"]\n', 'Custom header', '', 'inherit', 'open', 'open', '', '1193-revision', '', '', '2011-08-26 00:03:39', '2011-08-25 22:03:39', '', 1193, 'http://riserbuilds.com/1193-revision/', 0, 'revision', '', 0),
1836(7797, 1, '2011-10-16 19:07:54', '2011-10-16 17:07:54', '<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/10/messages.png" alt="" width="868" height="430" class="alignleft size-full wp-image-5571" />\n\n<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/10/contact-builder.png" alt="" width="768" height="729" class="alignleft size-full wp-image-5570" />', 'Contact Form Manager', '', 'inherit', 'open', 'open', '', '4441-revision', '', '', '2011-10-16 19:07:54', '2011-10-16 17:07:54', '', 4441, 'http://riserbuilds.com/4441-revision/', 0, 'revision', '', 0),
1837(7798, 1, '2011-09-09 23:42:16', '2011-09-09 21:42:16', 'Embed flexible size Youtube and Vimeo video by just posting video link into a shortcode.\n[divider]\n[spacer size="15"]\n[media url="http://vimeo.com/22894261" width="960" height="540"]\n[spoiler title="Get the code"]\n<pre> [[media url="http://vimeo.com/22894261" width="960" height="540"]]</pre>\n[/spoiler]\n[spacer size="15"]\n[column size="1-2"] [media url="http://www.youtube.com/watch?v=R424MGHDFDc" width="460" height="280"] [/column]\n[column size="1-2" last="1"] [media url="http://www.youtube.com/watch?v=k-OOfW6wWyQ" width="460" height="280"] [/column]\n[spoiler title="Get the code"]\n<pre> \n[column size="1-2"]\n [media url="http://www.youtube.com/watch?v=R424MGHDFDc" width="460" height="280"] \n[/column]\n[column size="1-2" last="1"]\n [media url="http://www.youtube.com/watch?v=k-OOfW6wWyQ" width="460" height="280"] \n[/column]\n</pre>\n[/spoiler]\n\n', 'Easy video embedding', '', 'inherit', 'open', 'open', '', '2464-revision', '', '', '2011-09-09 23:42:16', '2011-09-09 21:42:16', '', 2464, 'http://riserbuilds.com/2464-revision/', 0, 'revision', '', 0),
1838(7684, 1, '2013-02-17 11:37:46', '2013-02-17 17:37:46', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make. We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction. [/pullquote]\r\n\r\n \r\n\r\n[note color="#fdeb56"] More testimonials, including phone numbers, available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-3', '', '', '2013-02-17 11:37:46', '2013-02-17 17:37:46', '', 7680, 'http://riserbuilds.com/7680-revision-3/', 0, 'revision', '', 0),
1839(7683, 1, '2013-02-17 11:47:23', '2013-02-17 17:47:23', '<h2>Lukas and Kathy</h2>\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\n\n \n<h2>Laura</h2>\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\n\n \n\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\n\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-autosave', '', '', '2013-02-17 11:47:23', '2013-02-17 17:47:23', '', 7680, 'http://riserbuilds.com/7680-autosave/', 0, 'revision', '', 0),
1840(7681, 1, '2013-02-17 11:35:37', '2013-02-17 17:35:37', '<h2>Lukas and Kathy</h2>\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget. [/pullquote]\n<h2>Laura</h2>\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make. We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction. [/pullquote]\n\n \n\n \n\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision', '', '', '2013-02-17 11:35:37', '2013-02-17 17:35:37', '', 7680, 'http://riserbuilds.com/7680-revision/', 0, 'revision', '', 0),
1841(7682, 1, '2013-02-17 11:35:53', '2013-02-17 17:35:53', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget. [/pullquote]\r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make. We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction. [/pullquote]\r\n\r\n \r\n\r\n[note color="#fdeb56"] More testimonials, including phone numbers, available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-2', '', '', '2013-02-17 11:35:53', '2013-02-17 17:35:53', '', 7680, 'http://riserbuilds.com/7680-revision-2/', 0, 'revision', '', 0),
1842(7704, 1, '2013-02-18 17:59:31', '2013-02-18 23:59:31', '', 'Riser Construction Planning Tips', '', 'inherit', 'open', 'open', '', 'riser-construction-planning-tips', '', '', '2013-02-18 17:59:31', '2013-02-18 23:59:31', '', 0, 'http://riserbuilds.com/wp-content/uploads/Riser-Construction-Planning-Tips.pdf', 0, 'attachment', 'application/pdf', 0),
1843(7676, 1, '2013-02-17 00:27:27', '2013-02-17 06:27:27', '<span style="font-family: ''Century Gothic'', ''lucida grange'', verdana, sans-serif; font-size: 20px; line-height: 1.6;">RiserBuilds by Sitemap</span>\n\n[spacer size="15"]\n\n[menu name="Care Main" style="2"]\n[spacer size="9"]', 'Adjustable sitemap', '', 'inherit', 'open', 'open', '', '1285-autosave', '', '', '2013-02-17 00:27:27', '2013-02-17 06:27:27', '', 1285, 'http://riserbuilds.com/1285-autosave/', 0, 'revision', '', 0),
1844(7677, 1, '2011-08-28 20:33:57', '2011-08-28 18:33:57', 'Create a full, partial or custom sitemap with only one shortcode. You can choose between different techniques. Display all published pages or choose any menu you created including submenus, or you can display child pages for current or any chosen page. Depth levels are adjustable. See examples below.\n<h3>All published pages 3 levels</h3>\n[spacer size="15"]\n\n[siblings depth="3"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[siblings depth="3"]]</pre>\n[/spoiler]\n<h3>All published pages 2 levels</h3>\n[spacer size="15"]\n\n[siblings depth="2"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[siblings depth="2"]]</pre>\n[/spoiler]\n<h3>All published pages first level only</h3>\n[spacer size="15"]\n\n[siblings depth="1"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[siblings depth="1"]]</pre>\n[/spoiler]\n<h3>Menu - selectable by name</h3>\n[spacer size="15"]\n\n[menu name="Care Main"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[menu name=""]]</pre>\n[/spoiler]\n<h3>Menu - selectable by name, style 2</h3>\n[spacer size="15"]\n\n[menu name="Care Main" style="2"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[menu name="" style="2"]]</pre>\n[/spoiler]\n<h3>Display childrens of any page</h3>\n[spacer size="15"]\n\n<h5>Subpages for features</h5>\n[spacer size="9"]\n[subpages depth="3" p="1191"]\n[spacer size="9"]\n[spoiler title="Get the code"]\n<pre>[[subpages depth="3" p="1191"]]</pre>\n[/spoiler] ', 'Adjustable sitemap', '', 'inherit', 'open', 'open', '', '1285-revision', '', '', '2011-08-28 20:33:57', '2011-08-28 18:33:57', '', 1285, 'http://riserbuilds.com/1285-revision/', 0, 'revision', '', 0),
1845(7784, 0, '2013-11-19 20:38:44', '2013-11-20 02:38:44', '\n<!--more-->\nAUTHOR: qingdao.forum.qdfc.me\nAUTHOR EMAIL: qingdao.forum.qdfc.me@mail.ru\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 218.56.74.207\nArray\n(\n [Name] => qingdao.forum.qdfc.me\n [Email] => qingdao.forum.qdfc.me@mail.ru\n [Phone] => 123456\n)\n', 'qingdao.forum.qdfc.me - 2013-11-19 20:38:44', '', 'spam', 'open', 'open', '', '242c86b52ff2af854385c3534b388a57', '', '', '2013-11-19 20:38:44', '2013-11-20 02:38:44', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7784', 0, 'feedback', '', 0),
1846(7680, 1, '2013-02-17 11:35:53', '2013-02-17 17:35:53', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'publish', 'open', 'open', '', 'testimonials', '', '', '2013-02-19 01:46:04', '2013-02-19 07:46:04', '', 0, 'http://riserbuilds.com/?page_id=7680', 0, 'page', '', 0),
1847(7638, 1, '2013-02-16 09:34:17', '2013-02-16 15:34:17', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-9', '', '', '2013-02-16 09:34:17', '2013-02-16 15:34:17', '', 7047, 'http://riserbuilds.com/7047-revision-9/', 0, 'revision', '', 0),
1848(7637, 1, '2013-02-16 09:33:42', '2013-02-16 15:33:42', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<a href="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg"><img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" /></a>[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<a href="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg"><img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" /></a>[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<a href="http://riserbuilds.com/wp-content/uploads/riser_general.jpg"><img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" /></a>[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-8', '', '', '2013-02-16 09:33:42', '2013-02-16 15:33:42', '', 7047, 'http://riserbuilds.com/7047-revision-8/', 0, 'revision', '', 0),
1849(7766, 1, '2013-02-19 11:02:57', '2013-02-19 17:02:57', '', 'keys_slider', '', 'inherit', 'open', 'open', '', 'keys_slider', '', '', '2013-02-19 11:02:57', '2013-02-19 17:02:57', '', 0, 'http://riserbuilds.com/wp-content/uploads/keys_slider.jpg', 0, 'attachment', 'image/jpeg', 0),
1850(7767, 1, '2013-02-16 20:27:00', '2013-02-17 02:27:00', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://riserbuilds.com/wp-content/uploads/daniel_headshot.jpg"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]\r\n<h2>Services we specialize in</h2>\r\n<ul>\r\n<ul>\r\n <li>New Construction</li>\r\n <li>Remodeling</li>\r\n <li>Additions</li>\r\n <li>Insurance Repairs</li>\r\n <li>Fencing</li>\r\n <li>Driveways</li>\r\n <li>Decks</li>\r\n <li>Installing Energy Efficient Windows/ Doors</li>\r\n</ul>\r\n</ul>', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-9', '', '', '2013-02-16 20:27:00', '2013-02-17 02:27:00', '', 2151, 'http://riserbuilds.com/2151-revision-9/', 0, 'revision', '', 0),
1851(7762, 1, '2013-02-19 01:44:31', '2013-02-19 07:44:31', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-12', '', '', '2013-02-19 01:44:31', '2013-02-19 07:44:31', '', 7680, 'http://riserbuilds.com/7680-revision-12/', 0, 'revision', '', 0),
1852(7763, 1, '2013-02-19 10:56:15', '2013-02-19 16:56:15', '', 'keys', '', 'inherit', 'open', 'open', '', 'keys', '', '', '2013-02-19 10:56:15', '2013-02-19 16:56:15', '', 0, 'http://riserbuilds.com/wp-content/uploads/keys.jpg', 0, 'attachment', 'image/jpeg', 0),
1853(7764, 1, '2013-02-19 10:56:40', '2013-02-19 16:56:40', '', 'banner-7', '', 'inherit', 'open', 'open', '', 'banner-7', '', '', '2013-02-19 10:56:40', '2013-02-19 16:56:40', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-7.png', 0, 'attachment', 'image/png', 0),
1854(7765, 1, '2013-02-19 10:56:41', '2013-02-19 16:56:41', '', 'banner-6', '', 'inherit', 'open', 'open', '', 'banner-6', '', '', '2013-02-19 10:56:41', '2013-02-19 16:56:41', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-6.png', 0, 'attachment', 'image/png', 0),
1855(7761, 1, '2013-02-19 01:42:58', '2013-02-19 07:42:58', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-11', '', '', '2013-02-19 01:42:58', '2013-02-19 07:42:58', '', 7680, 'http://riserbuilds.com/7680-revision-11/', 0, 'revision', '', 0);
1856INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1857(7759, 1, '2013-02-17 11:46:06', '2013-02-17 17:46:06', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-9', '', '', '2013-02-17 11:46:06', '2013-02-17 17:46:06', '', 7680, 'http://riserbuilds.com/7680-revision-9/', 0, 'revision', '', 0),
1858(7760, 1, '2013-02-19 01:42:23', '2013-02-19 07:42:23', '<h2>Lukas and Kathy</h2>\r\n[pullquote align="left"] My wife and I used Riser Construction to build our first custom home. [/pullquote]Â Daniel did an excellent job helping us through the process. His in-depth construction knowledge, creative ideas, and easy going personality made the project much easier than what we were expecting. I think one of Daniel?s best traits is his flexibility. He will work with the homeowners to discuss all options throughout the building process and help formulate a plan which will fit their price and taste. This led to a home that was not only our dream but also within budget.\r\n\r\n \r\n<h2>Laura</h2>\r\n[pullquote align="right"] With so many contractors to choose from, it''s a hard decision to make.[/pullquote]Â We knew Daniel was a good fit for us when we were able to get in touch with him anytime we had questions. As the building process started, that never changed. Daniel answered all of our calls and texts right away; it really took the worrying out of the process. No issue was to small. Because of Daniel, our house was finished much sooner than we could have imagined. I could build many houses with Riser Construction.\r\n\r\n \r\n\r\n[note color="#fdeb56"] We value the privacy of our clients, so we don''t list last names or contact information here online. Â More testimonials, including phone numbers, are available upon request. Â [/note]\r\n\r\n ', 'Testimonials', '', 'inherit', 'open', 'open', '', '7680-revision-10', '', '', '2013-02-19 01:42:23', '2013-02-19 07:42:23', '', 7680, 'http://riserbuilds.com/7680-revision-10/', 0, 'revision', '', 0),
1859(7047, 1, '2012-02-28 20:35:57', '2012-02-28 20:35:57', '<span style="color: #e15743; font-weight: bold;">Riser Construction </span>is a premier custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.  Call us today about your project.  We can''t wait to hear about it!\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]No matter what your project is, we''ll help you get started.  And, our expertise is free.  Let''s sit down and get some coffee and explore how to get started.  We can show you how Daniel would go about planning out the steps necessary to get you what you want.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'publish', 'open', 'open', '', 'home-example-2', '', '', '2013-02-18 16:33:21', '2013-02-18 22:33:21', '', 0, 'http://www.mnkystudio.com/moover/?page_id=7047', 0, 'page', '', 0),
1860(7363, 1, '2012-03-12 18:50:08', '2012-03-12 16:50:08', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'One column Portfolio', '', 'publish', 'open', 'open', '', 'one-column-portfolio', '', '', '2012-03-12 18:50:08', '2012-03-12 16:50:08', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7363', 0, 'page', '', 0),
1861(7364, 1, '2012-03-12 18:50:14', '2012-03-12 16:50:14', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Two column Portfolio', '', 'publish', 'open', 'open', '', 'two-column-portfolio', '', '', '2012-03-12 18:50:14', '2012-03-12 16:50:14', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7364', 0, 'page', '', 0),
1862(7544, 1, '2011-07-14 22:44:38', '2011-07-14 20:44:38', '<h2>LEAVE US A MESSAGE</h2>\r\n[spacer size="5"]\r\nWe understand that anytime you begin the process of building or remodeling a home, there can be a lot of stress. Â We don''t like that, so we promise to reply to all emails within one business day. Â You can get in touch with Daniel via this secure form, or by calling him directly. Â In either case, we look forward to hearing from you.\r\n[divider style="shadow"]\r\n\r\n[raw][contact-form to="info@riserbuilds.com"]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Daytime Phone #" type="text" /]\r\n[contact-field label="Comment" type="textarea" required="true" /]\r\n<a href="http://riserbuilds.com/wp-content/uploads/Riser-Construction-Terms-and-Conditions.pdf">Terms and Conditions - Click to read</a>\r\n[contact-field label="I agree with terms." type="checkbox" required="true" /]\r\n[/contact-form][/raw]', 'Contacts', '', 'publish', 'open', 'open', '', 'contacts', '', '', '2013-02-15 10:34:56', '2013-02-15 16:34:56', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=20', 0, 'page', '', 0),
1863(1191, 1, '2011-08-26 00:02:15', '2011-08-25 22:02:15', 'Visit pages below to see some of the features.\n[divider]\n[subpages depth="3"] ', 'Features', '', 'publish', 'open', 'open', '', 'features', '', '', '2011-08-26 00:02:15', '2011-08-25 22:02:15', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1191', 0, 'page', '', 0),
1864(1193, 1, '2011-08-26 00:03:39', '2011-08-26 06:03:39', 'Visit pages below to see it in action.\n[divider] \n[subpages depth="3"]\n', 'Custom header', '', 'private', 'open', 'closed', '', 'custom-header', '', '', '2014-01-12 13:00:23', '2014-01-12 19:00:23', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=1193', 0, 'page', '', 0),
1865(7772, 1, '2013-03-01 13:14:47', '2013-03-01 19:14:47', '', 'Riser Builds Login', '', 'inherit', 'open', 'open', '', 'login-logo', '', '', '2013-03-01 13:14:47', '2013-03-01 19:14:47', '', 5, 'http://riserbuilds.com/wp-content/uploads/login-logo.png', 0, 'attachment', 'image/png', 0),
1866(7778, 0, '2013-09-05 13:41:50', '2013-09-05 19:41:50', '\n<!--more-->\nAUTHOR: Robbin Albritton\nAUTHOR EMAIL: coreyrobbin@bellsouth.net\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 98.80.83.105\nArray\n(\n [Name] => Robbin Albritton\n [Email] => coreyrobbin@bellsouth.net\n [Phone] => 318-878-7230 or 318-680-2078\n)\n', 'Robbin Albritton - 2013-09-05 13:41:50', '', 'publish', 'open', 'open', '', '1ac3aa8622ebccba1c91d1010e7d9252', '', '', '2013-09-05 13:41:50', '2013-09-05 19:41:50', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7778', 0, 'feedback', '', 0),
1867(1115, 1, '2011-08-24 19:09:07', '2011-08-25 01:09:07', '<img class="alignleft" src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/page-opt-screen.jpg" alt="" />\n \nIn addition to the variety of sliders, you can select unique custom header for any page or even for single post! Possibilities are absolutely unlimited, no restrictions in size, color or content. It may be a simple image, that is easily added via WordPress native uploader or it can be any HTML code, which means it can be video, flash, iframe, shortcode or anything you can imagine.\n\n \n \n \n \n \n \n \n \n\nThe panel above is available in any page or post, which makes it possible to set unique header for specific page in a matter of seconds. There is no header selected for this page so the page title is displayed instead.', 'No header', '', 'private', 'open', 'closed', '', 'no-header', '', '', '2014-01-12 13:00:12', '2014-01-12 19:00:12', '', 1193, 'http://www.mnkystudio.com/dotted/?page_id=1115', 0, 'page', '', 0),
1868(1182, 1, '2011-08-25 23:58:26', '2011-08-25 21:58:26', '[subpages depth="3"] ', 'Sliders', '', 'publish', 'open', 'open', '', 'sliders', '', '', '2011-08-25 23:58:26', '2011-08-25 21:58:26', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1182', 0, 'page', '', 0),
1869(4437, 1, '2011-06-29 19:46:14', '2011-06-29 19:46:14', '', 'Blog', '', 'publish', 'open', 'open', '', 'blog', '', '', '2011-06-29 19:46:14', '2011-06-29 19:46:14', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2', 0, 'page', '', 0),
1870(4438, 1, '2011-07-12 12:50:20', '2011-07-12 18:50:20', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home2', '', 'publish', 'open', 'closed', '', 'home', '', '', '2013-02-16 19:11:56', '2013-02-17 01:11:56', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=5', 0, 'page', '', 0),
1871(7670, 1, '2013-02-16 09:34:53', '2013-02-16 15:34:53', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-10', '', '', '2013-02-16 09:34:53', '2013-02-16 15:34:53', '', 7047, 'http://riserbuilds.com/7047-revision-10/', 0, 'revision', '', 0),
1872(7541, 1, '2013-02-14 12:24:06', '2013-02-14 18:24:06', '', 'Back to Top', '', 'publish', 'open', 'open', '', 'back-to-top-2', '', '', '2013-02-17 22:55:43', '2013-02-18 04:55:43', '', 0, 'http://riserbuilds.com/back-to-top-2/', 4, 'nav_menu_item', '', 0),
1873(7669, 1, '2013-02-16 19:49:52', '2013-02-17 01:49:52', '', 'licensed-bond-ins', '', 'inherit', 'open', 'open', '', 'licensed-bond-ins', '', '', '2013-02-16 19:49:52', '2013-02-17 01:49:52', '', 0, 'http://riserbuilds.com/wp-content/uploads/licensed-bond-ins.png', 0, 'attachment', 'image/png', 0),
1874(167, 1, '2011-07-29 15:02:10', '2011-07-29 21:02:10', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Orbit slider', '', 'private', 'open', 'closed', '', 'orbit-slider', '', '', '2014-01-12 14:03:01', '2014-01-12 20:03:01', '', 1182, 'http://www.mnkystudio.com/dotted/?page_id=167', 0, 'page', '', 0),
1875(242, 1, '2011-08-03 23:49:08', '2011-08-04 05:49:08', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Nivo slider', '', 'private', 'open', 'closed', '', 'nivo', '', '', '2014-01-12 14:02:51', '2014-01-12 20:02:51', '', 1182, 'http://www.mnkystudio.com/dotted/?page_id=242', 0, 'page', '', 0),
1876(391, 1, '2011-08-13 18:23:21', '2011-08-14 00:23:21', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Post slider', '', 'private', 'open', 'closed', '', 'post-slider', '', '', '2014-01-12 14:03:07', '2014-01-12 20:03:07', '', 1182, 'http://www.mnkystudio.com/dotted/?page_id=391', 0, 'page', '', 0),
1877(563, 1, '2011-08-17 08:37:14', '2011-08-17 14:37:14', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"]\n\n', 'Offer slider', '', 'private', 'open', 'closed', '', 'offer-slider', '', '', '2014-01-12 14:02:56', '2014-01-12 20:02:56', '', 1182, 'http://www.mnkystudio.com/dotted/?page_id=563', 0, 'page', '', 0),
1878(7555, 1, '2013-02-14 12:24:07', '2013-02-14 18:24:07', 'Create a full, partial or custom sitemap with only one shortcode. You can choose between different techniques. Display all published pages or choose any menu you created including submenus, or you can display child pages for current or any chosen page. Depth levels are adjustable. See examples below. All published pages 3 levels [divider] [siblings depth="3"] [spacer size="9"] [spoiler title="Get the code"] [[siblings depth="3"]] [/spoiler] All published pages 2 levels [divider] [siblings depth="2"] [spacer size="9"] [spoiler title="Get the code"] [[siblings depth="2"]] [/spoiler] All published pages first level only [divider] [siblings depth="1"] [spacer size="9"] [spoiler title="Get the code"] [[siblings depth="1"]] [/spoiler] Menu - selectable by name [divider] [menu name="dotted"] [spacer size="9"] [spoiler title="Get the code"] [[menu name="dotted"]] [/spoiler] Menu - selectable by name, style 2 [divider] [menu name="dotted" style="2"] [spacer size="9"] [spoiler title="Get the code"] [[menu name="dotted" style="2"]] [/spoiler] Display childrens of any page [divider] Subpages for features [spacer size="9"] [subpages depth="3" p="1191"] [spacer size="9"] [spoiler title="Get the code"] [[subpages depth="3" p="1191"]] [/spoiler]', 'Sitemap', '', 'publish', 'open', 'open', '', 'sitemap', '', '', '2013-02-17 22:55:43', '2013-02-18 04:55:43', '', 0, 'http://riserbuilds.com/sitemap/', 2, 'nav_menu_item', '', 0),
1879(7813, 1, '2011-09-01 18:38:02', '2011-09-01 16:38:02', 'Insert your table html into one of the predifined table style shortcodes and it will do the job for you.\n[divider]\n[spacer size="15"]\n[table style="2"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n\n[spoiler title="Get full code"]\n<pre>\n[table style="2"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n</pre>\n[/spoiler]\n\n\n[table style="3"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n\n[spoiler title="Get full code"]\n<pre>\n[table style="3"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n</pre>\n[/spoiler] ', 'Styled tables', '', 'inherit', 'open', 'open', '', '1982-revision', '', '', '2011-09-01 18:38:02', '2011-09-01 16:38:02', '', 1982, 'http://riserbuilds.com/1982-revision/', 0, 'revision', '', 0),
1880(7812, 1, '2011-08-13 18:23:21', '2011-08-13 16:23:21', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Post slider', '', 'inherit', 'open', 'open', '', '391-revision', '', '', '2011-08-13 18:23:21', '2011-08-13 16:23:21', '', 391, 'http://riserbuilds.com/391-revision/', 0, 'revision', '', 0),
1881(7811, 1, '2011-07-29 15:02:10', '2011-07-29 13:02:10', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Orbit slider', '', 'inherit', 'open', 'open', '', '167-revision', '', '', '2011-07-29 15:02:10', '2011-07-29 13:02:10', '', 167, 'http://riserbuilds.com/167-revision/', 0, 'revision', '', 0),
1882(7668, 1, '2013-02-16 19:37:49', '2013-02-17 01:37:49', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-6', '', '', '2013-02-16 19:37:49', '2013-02-17 01:37:49', '', 2151, 'http://riserbuilds.com/2151-revision-6/', 0, 'revision', '', 0),
1883(7667, 1, '2013-02-16 19:36:54', '2013-02-17 01:36:54', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]mnky@info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-5', '', '', '2013-02-16 19:36:54', '2013-02-17 01:36:54', '', 2151, 'http://riserbuilds.com/2151-revision-5/', 0, 'revision', '', 0);
1884INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1885(7810, 1, '2011-08-17 08:37:14', '2011-08-17 06:37:14', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"]\n\n', 'Offer slider', '', 'inherit', 'open', 'open', '', '563-revision', '', '', '2011-08-17 08:37:14', '2011-08-17 06:37:14', '', 563, 'http://riserbuilds.com/563-revision/', 0, 'revision', '', 0),
1886(7809, 1, '2011-08-03 23:49:08', '2011-08-03 21:49:08', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Nivo slider', '', 'inherit', 'open', 'open', '', '242-revision', '', '', '2011-08-03 23:49:08', '2011-08-03 21:49:08', '', 242, 'http://riserbuilds.com/242-revision/', 0, 'revision', '', 0),
1887(7808, 1, '2011-08-21 01:10:50', '2011-08-20 23:10:50', '[column size="1-4" last="0"]\n[frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="0"][frame align="left"]<img src="http://lorempixel.com/185/110" alt="" />[/frame]\n<span style="color: #e15743;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n\n[column size="1-2" last="1"]\n<h4>Whats included?</h4>\n[spacer size="13"]\n[list style="star"]<ul>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li>\n<li>Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</li>\n<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis.</li></ul>[/list][/column]\n\n[divider top="0" style="solid"]\n[quote style="1"]In dolor sapien, sagittis nec tempus id, rutrum at augue. Duis sed urna felis. Mauris sed eros sed lorem tempus porttitor.[/quote]\n[divider top="0" style="solid"] ', 'Carousel slider', '', 'inherit', 'open', 'open', '', '793-revision', '', '', '2011-08-21 01:10:50', '2011-08-20 23:10:50', '', 793, 'http://riserbuilds.com/793-revision/', 0, 'revision', '', 0),
1888(7665, 1, '2013-02-16 10:09:20', '2013-02-16 16:09:20', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus. [list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]mnky@info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-3', '', '', '2013-02-16 10:09:20', '2013-02-16 16:09:20', '', 2151, 'http://riserbuilds.com/2151-revision-3/', 0, 'revision', '', 0),
1889(7664, 1, '2013-02-16 08:27:54', '2013-02-16 14:27:54', '[column size="1-4" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">SMART BUSINESS SOLUTION</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-4" last="0"][frame align="left"]<img alt="" src="http://lorempixel.com/180/120" />[/frame]\r\n<span style="color: #e15743;">IMPRESS YOUR VISITORS</span>\r\nLorem ipsum dolor sit amet nulla, consectetur adipiscing elit. Duis id vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus elit at lacinia.\r\n[/column]\r\n\r\n[column size="1-2" last="1"]\r\n<h4>What is ProMotion?</h4>\r\n[spacer size="13"]\r\n[list style="star"]\r\n<ul>\r\n <li>ProMotion is a premium WordPress theme aimed for business and service or product promotion.</li>\r\n <li>Theme features MOover slider with amazing effects and user friendly panel. Ulimited number of sliders can be created and inserted as shortcodes.</li>\r\n <li>Controlled by powerful option panel with possibilities to change styles, sizes and colors for many elements, also includes background uploaders for all areas.</li>\r\n <li>Theme is SEO friendly with usage of heading tags and content placement above the sidebars.</li>\r\n <li>Promotion theme includes full user guide and quick setup guide with visual illustrations. Demo content with replacement images is provided to setup "as seen in preview" website in minutes.</li>\r\n</ul>\r\n[/list][/column]\r\n\r\n[divider top="0" style="solid"]\r\n[quote style="1"]<span style="color: #333333;">Daring ideas are like chessmen moved forward; they may be beaten, but they may start a winning game.</span>[/quote]\r\n[divider top="0" style="solid"]\r\n[spacer size="20"]\r\n[column size="1-3"] [service title="Powerful Shortcodes" icon="http://lorempixel.com/g/32/32" size="32"] Shortcodes make content managment so easy and fun. That''s why our theme comes with a huge collection of highly customizable shortcodes. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Theme Options Panel" icon="http://lorempixel.com/g/32/32" size="32"] Everything you need can be accessed and customized in our Option Panel. We made it really simple and understandable to end user. [/service][/column]\r\n\r\n[column size="1-3" last="1"] [service title="Unlimited Styles"\r\nicon="http://lorempixel.com/g/32/32" size="32"] We believe that possibility to make theme truly yours is essential so we give you a full freedom changing theme style as you like. [/service] [/column]\r\n\r\n[column size="1-3"][service title="Amazing Sliders" icon="http://lorempixel.com/g/32/32" size="32"] Greet your website visitors with eye-catching slider effects. You can create unlimited sliders and insert them anywhere you want. [/service][/column]\r\n\r\n[column size="1-3"] [service title="Customizable headers" icon="http://lorempixel.com/g/32/32" size="32"] In ProMotion Theme you can choose among page templates with sliders, maps, flash, image or any HTML in header section. [/service] [/column]\r\n\r\n[column size="1-3" last="1"] [service title="More cool features" icon="http://lorempixel.com/g/32/32" size="32"] Integrated contacts, custom widgets, slider and portfolio manager, support forums are just some of various features we offer. [/service] [/column]', 'Home2', '', 'inherit', 'open', 'open', '', '4438-revision-10', '', '', '2013-02-16 08:27:54', '2013-02-16 14:27:54', '', 4438, 'http://riserbuilds.com/4438-revision-10/', 0, 'revision', '', 0),
1890(7663, 1, '2013-02-16 18:57:02', '2013-02-17 00:57:02', '', 'member_hba_nela', '', 'inherit', 'open', 'open', '', 'member_hba_nela', '', '', '2013-02-16 18:57:02', '2013-02-17 00:57:02', '', 0, 'http://riserbuilds.com/wp-content/uploads/member_hba_nela.png', 0, 'attachment', 'image/png', 0),
1891(7654, 1, '2012-03-12 18:52:36', '2012-03-12 16:52:36', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Paged two column portfolio', '', 'inherit', 'open', 'open', '', '7379-revision', '', '', '2012-03-12 18:52:36', '2012-03-12 16:52:36', '', 7379, 'http://riserbuilds.com/7379-revision/', 0, 'revision', '', 0),
1892(7657, 1, '2012-03-12 18:52:31', '2012-03-12 16:52:31', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Paged one column portfolio', '', 'inherit', 'open', 'open', '', '7378-revision', '', '', '2012-03-12 18:52:31', '2012-03-12 16:52:31', '', 7378, 'http://riserbuilds.com/7378-revision/', 0, 'revision', '', 0),
1893(7381, 1, '2012-03-12 18:52:44', '2012-03-12 16:52:44', 'Each portfolio template can have any <span style="color: #e15743;"><strong>unique header</strong></span> - it can be slider, image, flash or anything you want. Also each single portfolio entry can have unique header, <span style="color: #e15743;"><strong>comments</strong></span> enabled and <span style="color: #e15743;"><strong>customizable meta fields for details</strong></span>. Finally, you have a choice of <span style="color: #e15743;"><strong>9 different cover effects</strong></span> for each item, with customizable content - hover over pictures to see in action.\n[divider] ', 'Paged four column portfolio', '', 'publish', 'open', 'open', '', 'paged-four-column-portfolio', '', '', '2012-03-12 18:52:44', '2012-03-12 16:52:44', '', 0, 'http://www.mnkystudio.com/promotion/?page_id=7381', 0, 'page', '', 0),
1894(7639, 1, '2013-02-16 09:42:57', '2013-02-16 15:42:57', '', 'banner-1', '', 'inherit', 'open', 'open', '', 'banner-1', '', '', '2013-02-16 09:42:57', '2013-02-16 15:42:57', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-1.png', 0, 'attachment', 'image/png', 0),
1895(7640, 1, '2013-02-16 09:45:29', '2013-02-16 15:45:29', '', 'banner-2', '', 'inherit', 'open', 'open', '', 'banner-2', '', '', '2013-02-16 09:45:29', '2013-02-16 15:45:29', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-2.png', 0, 'attachment', 'image/png', 0),
1896(7641, 1, '2013-02-16 09:51:38', '2013-02-16 15:51:38', '', 'banner-3', '', 'inherit', 'open', 'open', '', 'banner-3', '', '', '2013-02-16 09:51:38', '2013-02-16 15:51:38', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-3.png', 0, 'attachment', 'image/png', 0),
1897(7642, 1, '2013-02-16 10:04:55', '2013-02-16 16:04:55', '', 'banner-4', '', 'inherit', 'open', 'open', '', 'banner-4', '', '', '2013-02-16 10:04:55', '2013-02-16 16:04:55', '', 0, 'http://riserbuilds.com/wp-content/uploads/banner-4.png', 0, 'attachment', 'image/png', 0),
1898(7644, 1, '2013-02-19 13:32:32', '2013-02-19 19:32:32', '[spacer size="25"]\n[staff name="Daniel Riser" position="Owner" img="http://riserbuilds.com/wp-content/uploads/daniel_headshot.jpg"]\n\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\n\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\n\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\n\n<address>//Daniel Riser</address>[list style="email"]\n<ul>\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\n</ul>\n[/list][/staff]\n[spacer size="25"]\n<h2>Services we specialize in</h2>\n<ul>\n<ul>\n <li>New Construction</li>\n <li>Remodeling</li>\n <li>Additions</li>\n <li>Insurance Repairs</li>\n <li>Fencing</li>\n <li>Driveways</li>\n <li>Decks</li>\n <li>Installing Energy Efficient Windows/ Doors</li>\n</ul>\n</ul>\n \n\n[divider top=1"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-autosave', '', '', '2013-02-19 13:32:32', '2013-02-19 19:32:32', '', 2151, 'http://riserbuilds.com/2151-autosave/', 0, 'revision', '', 0),
1899(7666, 1, '2013-02-16 19:27:37', '2013-02-17 01:27:37', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus. [list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]mnky@info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-4', '', '', '2013-02-16 19:27:37', '2013-02-17 01:27:37', '', 2151, 'http://riserbuilds.com/2151-revision-4/', 0, 'revision', '', 0),
1900(7645, 1, '2011-09-05 22:54:32', '2011-09-05 20:54:32', '[spacer size="25"]\n[staff name="Richard Miles" position="Chief Executive Officer" img="http://lorempixel.com/125/125"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus. [list style="email"]\n<ul><li>[div style="font-size:10px; color: #666;"]mnky@mnkystudio.com[/div]</li></ul>\n[/list][/staff]\n[spacer size="25"]\n[staff name="Mary Major" position="Chief Financial Officer" img="http://lorempixel.com/125/125"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus.[list style="phone"]\n<ul><li>[div style="font-size:10px; color: #666;margin-top:3px;"]000-000-0000[/div]</li></ul>\n[/list][/staff]\n[spacer size="25"]\n[staff name="John Doe" position="Office Manager"]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus.[list style="skype"] <ul><li>[div style="font-size:10px; color: #666;margin-top:1px;"]my_skype_name[/div]</li></ul>\n[/list]\n[/staff]\n\n[spacer size="25"]\n[spoiler title="Get full code"]\n<pre>\n[staff name="Full Name" position="Chief Executive Officer" img="URL"] Content \n[list style="email"]\n <ul><li>[div style="font-size:10px; color: #666;"]mnky@mnkystudio.com[/div]</li></ul>\n[/list]\n[/staff]\n\n[spacer size="25"]\n\n[staff name="Full Name" position="Chief Financial Officer" img="URL"]Content\n[list style="phone"]\n <ul><li>[div style="font-size:10px; color: #666;margin-top:3px;"]000-000-0000[/div]</li></ul>\n[/list]\n[/staff]\n\n[spacer size="25"]\n\n[staff name="Full Name" position="Regional Coordinator"]Content\n[list style="skype"] \n <ul><li>[div style="font-size:10px; color: #666;margin-top:1px;"]my_skype_name[/div]</li></ul>\n[/list]\n[/staff]\n</pre>\n[/spoiler] ', 'Our team', '', 'inherit', 'open', 'open', '', '2151-revision', '', '', '2011-09-05 22:54:32', '2011-09-05 20:54:32', '', 2151, 'http://riserbuilds.com/2151-revision/', 0, 'revision', '', 0),
1901(7671, 1, '2013-02-16 19:42:10', '2013-02-17 01:42:10', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-7', '', '', '2013-02-16 19:42:10', '2013-02-17 01:42:10', '', 2151, 'http://riserbuilds.com/2151-revision-7/', 0, 'revision', '', 0),
1902(7672, 1, '2013-02-16 20:26:31', '2013-02-17 02:26:31', '', 'daniel_headshot', '', 'inherit', 'open', 'open', '', 'daniel_headshot', '', '', '2013-02-16 20:26:31', '2013-02-17 02:26:31', '', 0, 'http://riserbuilds.com/wp-content/uploads/daniel_headshot.jpg', 0, 'attachment', 'image/jpeg', 0),
1903(7673, 1, '2013-02-16 20:14:32', '2013-02-17 02:14:32', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]\r\n<h2>Services we specialize in</h2>\r\n<ul>\r\n<ul>\r\n <li>New Construction</li>\r\n <li>Remodeling</li>\r\n <li>Additions</li>\r\n <li>Insurance Repairs</li>\r\n <li>Fencing</li>\r\n <li>Driveways</li>\r\n <li>Decks</li>\r\n <li>Installing Energy Efficient Windows/ Doors</li>\r\n</ul>\r\n</ul>', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-8', '', '', '2013-02-16 20:14:32', '2013-02-17 02:14:32', '', 2151, 'http://riserbuilds.com/2151-revision-8/', 0, 'revision', '', 0),
1904(7675, 1, '2013-02-16 20:34:59', '2013-02-17 02:34:59', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nThis is your dream.  Owning your own home, built the way you want it.  We understand that.  We''ve been there.  We know what we''re doing, and we''ll share our expertise in working with you to build your dream.  We can''t wait to hand you the keys!\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nFrom frame to finish, large to small, we can help facilitate all of your remodeling needs. From optimizing space to product selection, we can guide you through the entire process and Riser will work without disrupting your daily life.  Let''s personalize your space!\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-12', '', '', '2013-02-16 20:34:59', '2013-02-17 02:34:59', '', 7047, 'http://riserbuilds.com/7047-revision-12/', 0, 'revision', '', 0),
1905(7674, 1, '2013-02-16 20:07:18', '2013-02-17 02:07:18', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a premiere custom home builder and general contractor that guarantees excellence and unsurpassed value on all of our projects. We provide our one of-a-kind service to Northeast Louisiana and beyond.  Whether you are thinking of a new custom luxury home design, a second story or any other addition to your home''s exterior or interior, Riser will deliver quality work, on-time performance and on-budget completion.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img class="size-full wp-image-7635 alignnone" alt="riser_homeimprove" src="http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img class="size-full wp-image-7634 alignnone" alt="riser_general" src="http://riserbuilds.com/wp-content/uploads/riser_general.jpg" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-11', '', '', '2013-02-16 20:07:18', '2013-02-17 02:07:18', '', 7047, 'http://riserbuilds.com/7047-revision-11/', 0, 'revision', '', 0),
1906(7794, 1, '2011-08-24 19:09:07', '2011-08-24 17:09:07', '<img class="alignleft" src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/page-opt-screen.jpg" alt="" />\n \nIn addition to the variety of sliders, you can select unique custom header for any page or even for single post! Possibilities are absolutely unlimited, no restrictions in size, color or content. It may be a simple image, that is easily added via WordPress native uploader or it can be any HTML code, which means it can be video, flash, iframe, shortcode or anything you can imagine.\n\n \n \n \n \n \n \n \n \n\nThe panel above is available in any page or post, which makes it possible to set unique header for specific page in a matter of seconds. There is no header selected for this page so the page title is displayed instead.', 'No header', '', 'inherit', 'open', 'open', '', '1115-revision', '', '', '2011-08-24 19:09:07', '2011-08-24 17:09:07', '', 1115, 'http://riserbuilds.com/1115-revision/', 0, 'revision', '', 0),
1907(7824, 0, '2014-08-25 06:50:32', '2014-08-25 12:50:32', '\n<!--more-->\nAUTHOR: Becki Telano\nAUTHOR EMAIL: Rebecca.telano@opso.net\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 174.241.1.1\nArray\n(\n [Name] => Becki Telano\n [Email] => Rebecca.telano@opso.net\n [Phone] => 318-372-7318\n)\n', 'Becki Telano - 2014-08-25 06:50:32', '', 'publish', 'open', 'open', '', '90dae5c87428e8ffe807d625550ce066', '', '', '2014-08-25 06:50:32', '2014-08-25 12:50:32', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7824', 0, 'feedback', '', 0),
1908(7825, 0, '2014-08-26 16:28:40', '2014-08-26 22:28:40', '\n<!--more-->\nAUTHOR: Rebecca Telano\nAUTHOR EMAIL: Rebecca.Tekabo@opso.net\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 174.251.144.2\nArray\n(\n [Name] => Rebecca Telano\n [Email] => Rebecca.Tekabo@opso.net\n [Phone] => 3183727319\n)\n', 'Rebecca Telano - 2014-08-26 16:28:40', '', 'publish', 'open', 'open', '', '7bddf8af0c59b3c6ba548cfccdcd03fb', '', '', '2014-08-26 16:28:40', '2014-08-26 22:28:40', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7825', 0, 'feedback', '', 0),
1909(7826, 0, '2014-08-27 06:56:41', '2014-08-27 12:56:41', 'Hi Daniel,\r\nI go to church with you and Christy at Fair Park. I have a house that I am purchasing and Rural Development is financing some renovations for me. The problem is, they require that the contractor be licensed and that he front the materials and labor until the job is done, and then they pay him. The work is done after closing, and the money is there in escrow, so it shouldn''t be a wait to get paid, but I am having difficulty finding anyone who is willing to do that for me. I thought I would check with you.\r\n\r\nSome of the work they are requiring I use a licensed plumber or electrician, but there are things like new kitchen counter tops, new laminate flooring in the bedrooms, etc, that anyone could do. Please give me a call if you could work with me on this. If not, I understand totally! Thanks!\n<!--more-->\nAUTHOR: Kay Young\nAUTHOR EMAIL: nelainternetmarketing@gmail.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Contacts\nIP: 75.65.182.138\nArray\n(\n [Name] => Kay Young\n [Email] => nelainternetmarketing@gmail.com\n [Daytime Phone #] => 3183662480\n [Comment] => Hi Daniel,\r\nI go to church with you and Christy at Fair Park. I have a house that I am purchasing and Rural Development is financing some renovations for me. The problem is, they require that the contractor be licensed and that he front the materials and labor until the job is done, and then they pay him. The work is done after closing, and the money is there in escrow, so it shouldn''t be a wait to get paid, but I am having difficulty finding anyone who is willing to do that for me. I thought I would check with you.\r\n\r\nSome of the work they are requiring I use a licensed plumber or electrician, but there are things like new kitchen counter tops, new laminate flooring in the bedrooms, etc, that anyone could do. Please give me a call if you could work with me on this. If not, I understand totally! Thanks!\n [I agree with terms.] => Yes\n)\n', 'Kay Young - 2014-08-27 06:56:41', '', 'publish', 'open', 'open', '', 'a8a5acba3eb357c8290a36f6893f372b', '', '', '2014-08-27 06:56:41', '2014-08-27 12:56:41', '', 7544, 'http://riserbuilds.com/?post_type=feedback&p=7826', 0, 'feedback', '', 0),
1910(7649, 1, '2013-02-16 10:12:33', '2013-02-16 16:12:33', '', 'Contact Us', '', 'publish', 'open', 'open', '', '7649', '', '', '2014-01-12 13:05:12', '2014-01-12 19:05:12', '', 0, 'http://riserbuilds.com/?p=7649', 5, 'nav_menu_item', '', 0),
1911(7650, 1, '2013-02-16 10:12:33', '2013-02-16 16:12:33', '', 'About Us', '', 'publish', 'open', 'open', '', '7650', '', '', '2014-01-12 13:05:11', '2014-01-12 19:05:11', '', 0, 'http://riserbuilds.com/?p=7650', 2, 'nav_menu_item', '', 0),
1912(7647, 1, '2013-02-16 10:12:33', '2013-02-16 16:12:33', ' ', '', '', 'publish', 'open', 'open', '', '7647', '', '', '2014-01-12 13:05:11', '2014-01-12 19:05:11', '', 0, 'http://riserbuilds.com/?p=7647', 1, 'nav_menu_item', '', 0),
1913(7633, 1, '2013-02-16 08:32:34', '2013-02-16 14:32:34', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-6', '', '', '2013-02-16 08:32:34', '2013-02-16 14:32:34', '', 7047, 'http://riserbuilds.com/7047-revision-6/', 0, 'revision', '', 0),
1914(7634, 1, '2013-02-16 09:26:26', '2013-02-16 15:26:26', '', 'riser_general', '', 'inherit', 'open', 'open', '', 'riser_general', '', '', '2013-02-16 09:26:26', '2013-02-16 15:26:26', '', 7047, 'http://riserbuilds.com/wp-content/uploads/riser_general.jpg', 0, 'attachment', 'image/jpeg', 0),
1915(7636, 1, '2013-02-16 08:55:22', '2013-02-16 14:55:22', '<span style="color: #f95808; font-weight: bold;">Riser Construction </span>is a donec molestie consequat augue, quis ultricies massa eleifend sit amet. Nullam non lorem at tortor elementum ullamcorper non vel justo. Duis eu tincidunt massa. Praesent dictum augue vel velit suscipit a rhoncus lacus commodo. Etiam leo lectus, hendrerit vel tempus eu, gravida ut nibh. Nam hendrerit tincidunt velit at suscipit.\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<a href="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg"><img class="size-full wp-image-7632 alignnone" alt="riser_plans" src="http://riserbuilds.com/wp-content/uploads/riser_plans.jpg" width="275" height="160" /></a>[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>NEW CONSTRUCTION</strong></span>\r\n[spacer size="1"]\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi dictum magna pulvinar libero ultrices consequat. Integer tempor porta leo, sed rutrum urna pellentesque varius.\r\n[/column]\r\n\r\n[column size="1-3" last="0"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>HOME RENOVATIONS</strong></span>\r\n[spacer size="1"]\r\nSuspendisse potenti. Aliquam egestas nunc et tellus dictum dapibus. Proin ornare vehicula tempor. Suspendisse adipiscing tortor nec dolor pretium pharetra.\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n[frame align="left"]<img alt="" src="http://lorempixel.com/275/160" width="275" height="160" />[/frame]\r\n[spacer size="5"]\r\n<span style="color: #595959;"><strong>COMPLETE CONSTRUCTION SOLUTIONS</strong></span>\r\n[spacer size="1"]\r\nWhether it''s concrete finishing, painting, fencing, vinyl siding, flooring, or sheetrock, we''re Northeast Louisiana''s choice for getting things done right the first time.\r\n[/column]\r\n\r\n[divider style="shadow"]\r\n[spacer size="30"]\r\n\r\n[column size="2-3"]\r\n\r\n[pricing title="Sign up for a consultation" currency=" " period="" price="Free" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio. Etiam vulputate leo laoreet mi cursus faucibus. Nullam lacus elit, sodales aliquam gravida vel, tincidunt nec est.\r\nPlease fill the form and our representative will contact you.\r\n[/pricing]\r\n\r\n[/column]\r\n\r\n[column size="1-3" last="1"]\r\n\r\n[raw][contact-form]\r\n[contact-field label="Name" type="name" required="true" /]\r\n[contact-field label="Email" type="email" required="true" /]\r\n[contact-field label="Phone" type="text" required="true" /]\r\n[/contact-form][/raw]\r\n\r\n[/column]', 'Home', '', 'inherit', 'open', 'open', '', '7047-revision-7', '', '', '2013-02-16 08:55:22', '2013-02-16 14:55:22', '', 7047, 'http://riserbuilds.com/7047-revision-7/', 0, 'revision', '', 0),
1916(7635, 1, '2013-02-16 09:33:29', '2013-02-16 15:33:29', '', 'riser_homeimprove', '', 'inherit', 'open', 'open', '', 'riser_homeimprove', '', '', '2013-02-16 09:33:29', '2013-02-16 15:33:29', '', 7047, 'http://riserbuilds.com/wp-content/uploads/riser_homeimprove.jpg', 0, 'attachment', 'image/jpeg', 0);
1917INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1918(1259, 1, '2011-08-28 19:18:47', '2011-08-28 17:18:47', '[column size="1-2"]\n<h3>1/2</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/column]\n[column size="1-2" last="1"]\n<h3>1/2</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/column]\n[column size="1-3"]\n<h3>1/3</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. [/column]\n[column size="1-3"]\n<h3>1/3</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. [/column]\n[column size="1-3" last="1"]\n<h3>1/3</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. [/column]\n[column size="1-4"]\n<h3>1/4</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos. [/column]\n[column size="1-4"]\n<h3>1/4</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos. [/column]\n[column size="1-4"]\n<h3>1/4</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos. [/column]\n[column size="1-4" last="1"]\n<h3>1/4</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos.[/column]\n[column size="1-5"]\n<h3>1/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit class aptent.[/column]\n[column size="1-5"]\n<h3>1/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit class aptent. [/column]\n[column size="1-5"]\n<h3>1/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit class aptent.[/column]\n[column size="1-5"]\n<h3>1/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit class aptent.[/column]\n[column size="1-5" last="1"]\n<h3>1/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit class aptent.[/column]\n[column size="1-6"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n[column size="1-6"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n[column size="1-6"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n[column size="1-6"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n[column size="1-6"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n[column size="1-6" last="1"]\n<h3>1/6</h3>\nLorem ipsum sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare.[/column]\n<h3>More variations possible. Just some examples.</h3>\n[divider]\n\n[column size="5-6"]\n<h3>5/6</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. [/column]\n[column size="1-6" last="1"]\n<h3>1/6</h3>\nLorem ipsum dolor sit amet, consectetur. [/column]\n[column size="2-5"]\n<h3>2/5</h3>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/column]\n[column size="3-5" last="1"]\n<h3>3/5</h3>\nLorem ipsum dolor sit amet, consectetur.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi pulvinar, dolor in ornare condimentum, ligula ante sodales quam, id semper arcu arcu id felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. [/column]\n[spoiler title="Get the code"]\n<pre>[[column size="1-2"] Content [/column]] \n[[column size="1-2" last="1"] Content [/column]]\n\n[[column size="1-3"] Content [/column]]\n[[column size="1-3"] Content [/column]]\n[[column size="1-3" last="1"] Content [/column]]\n\n[[column size="1-4"] Content [/column]]\n[[column size="1-4"] Content [/column]]\n[[column size="1-4"] Content [/column]]\n[[column size="1-4" last="1"] Content [/column]]\n\n[[column size="1-5"] Content [/column]]\n[[column size="1-5"] Content [/column]]\n[[column size="1-5"] Content [/column]]\n[[column size="1-5"] Content [/column]]\n[[column size="1-5" last="1"] Content [/column]]\n\n[[column size="1-6"] Content [/column]]\n[[column size="1-6"] Content [/column]]\n[[column size="1-6"] Content [/column]]\n[[column size="1-6"] Content [/column]]\n[[column size="1-6"] Content [/column]]\n[[column size="1-6" last="1"] Content [/column]]\n\n[[column size="5-6"] Content [/column]]\n[[column size="1-6" last="1"] Content [/column]]\n\n[[column size="2-5"] Content [/column]]\n[[column size="3-5" last="1"] Content [/column]]</pre>\n[/spoiler] ', 'Flexible columns', '', 'publish', 'open', 'open', '', 'flexible-columns', '', '', '2011-08-28 19:18:47', '2011-08-28 17:18:47', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1259', 0, 'page', '', 0),
1919(1285, 1, '2011-08-28 20:33:57', '2011-08-28 18:33:57', '<span style="font-family: ''Century Gothic'', ''lucida grange'', verdana, sans-serif; font-size: 20px; line-height: 1.6;">RiserBuilds by Sitemap</span>\r\n\r\n[spacer size="15"]\r\n\r\n[menu name="Care Main" style="2"]\r\n[spacer size="9"]', 'Adjustable sitemap', '', 'publish', 'open', 'open', '', 'sitemap', '', '', '2013-02-17 00:26:24', '2013-02-17 06:26:24', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1285', 0, 'page', '', 0),
1920(7787, 0, '2014-01-01 13:08:42', '2014-01-01 19:08:42', '\n<!--more-->\nAUTHOR: dredger.biz.\nAUTHOR EMAIL: cuttersuction.dredger.biz@yandex.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 119.165.201.215\nArray\n(\n [Name] => dredger.biz.\n [Email] => cuttersuction.dredger.biz@yandex.com\n [Phone] => 123456\n)\n', 'dredger.biz. - 2014-01-01 13:08:42', '', 'spam', 'open', 'open', '', '86733c892a6ef0941084adc635b9be35', '', '', '2014-01-01 13:08:42', '2014-01-01 19:08:42', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7787', 0, 'feedback', '', 0),
1921(7789, 1, '2011-10-06 23:09:08', '2011-10-06 21:09:08', 'This theme will help you to present and describe your product in a smart and professional way. You can use easy and powerful pricing box shortcode, create a custom one or choose from wide range of pricing tables, with many features. Everything is customizable.\n[divider]\n<h3>Pricing boxes with shortcode</h3>\n[spacer size="15"]\n[column size="1-3" last="0"]\n[pricing title="Basic Package" currency="$" price="45" period="/mo" slug="$110/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column] \n\n[column size="1-3" last="0"]\n[pricing title="Professional Package" currency="$" price="75" period="/mo" slug="$180/quarter </br> For yearly discount please contact us" bg="yes" link="javascript:;" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[column size="1-3" last="1"]\n[pricing title="Business Package" currency="$" price="95" period="/mo" slug="$240/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[spoiler title="Get the code"]\n<pre>\n[column size="1-3" last="0"]\n[pricing title="Basic Package" currency="$" price="45" period="/mo" slug="$110/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column] \n\n[column size="1-3" last="0"]\n[pricing title="Professional Package" currency="$" price="75" period="/mo" slug="$180/quarter </br> For yearly discount please contact us" bg="yes" link="javascript:;" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[column size="1-3" last="1"]\n[pricing title="Business Package" currency="$" price="95" period="/mo" slug="$240/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n</pre>\n[/spoiler]\n\n<h3>Fully customizable</h3>\n[spacer size="15"]\n[column size="1-3" last="0"]\n[pricing title="This is Title" currency="$" price="39" period="/yr" bg="yes" color="#b5e61d" text="#1c421a"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.\n[/pricing]\n[/column] \n\n[column size="1-3" last="0"][pricing title="This is Title" currency="EUR" price="20" period="/mo" slug="most popular" bg="yes" color="#2b2b2b" text="#ffffff"][list style="check"]<ul><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li></ul>[/list][/pricing][/column]\n\n[column size="1-3" last="1"]\n[pricing title="This is Title" currency="$" price="45" period="/mo" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[spoiler title="Get the code"]\n<pre>\n[column size="1-3" last="0"]\n[pricing title="This is Title" currency="$" price="39" period="/yr" bg="yes" color="#b5e61d" text="#1c421a"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.\n[/pricing]\n[/column] \n\n[column size="1-3" last="0"][pricing title="This is Title" currency="EUR" price="20" period="/mo" slug="most popular" bg="yes" color="#2b2b2b" text="#ffffff"][list style="check"]<ul><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li></ul>[/list][/pricing][/column]\n\n[column size="1-3" last="1"]\n[pricing title="This is Title" currency="$" price="45" period="/mo" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n</pre>\n[/spoiler] ', 'Pricing boxes', '', 'inherit', 'open', 'open', '', '3992-revision', '', '', '2011-10-06 23:09:08', '2011-10-06 21:09:08', '', 3992, 'http://riserbuilds.com/3992-revision/', 0, 'revision', '', 0),
1922(1329, 1, '2011-08-28 22:42:47', '2011-08-29 04:42:47', 'Tab shortcode is available in three styles, two horizontal and one vertical layout. You can put any content in tabs starting from plain text and ending with video. It scales according to tab content and paragraph width.\n[divider style="shadow"]\n<h3>Tabs style 1</h3>\n[spacer size="15"]\n[tabs style="1"] \n\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] \n\n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="1"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n<h3>Tabs style 2</h3>\n[spacer size="15"]\n[tabs style="2"] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="2"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n<h3>Tabs style 3</h3>\n[spacer size="15"]\n[tabs style="3"] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] \n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[/tabs]\n[spoiler title="Get the code"]\n<pre>[[tabs style="3"] \n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]</pre>\n[/spoiler]\n[column size="1-2"]\n<h3>Tabs style 1 inside 1/2 column</h3>\n[spacer size="15"]\n[tabs style="1"] [tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum.Cras venenatis metus at mauris aliquet elementum. [/tab] \n[tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum. [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab] [/tabs]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] \n[spoiler title="Get the code"]\n<pre>\n[column size="1-2"]\n[[tabs style="1"]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]\n[/column]\n</pre>\n[/spoiler]\n[/column]\n[column size="1-2" last="1"]\n<h3>Tabs style 2 inside 1/2 column</h3>\n[spacer size="15"]\n[tabs style="2"] [tab title="Tab name"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum.am blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. [/tab]\n[tab title="Tab name"] Nulla suscipit tincidunt quam, nec dictum dolor lobortis eget. Pellentesque et sem felis, vel molestie metus. Cras venenatis metus at mauris aliquet elementum. In vitae tellus vitae quam placerat semper. Nam blandit tincidunt porta. Vivamus urna risus, pellentesque eget dapibus nec, auctor a neque. Maecenas viverra, dui a ultricies condimentum [/tab]\n[tab title="Tab name"] Sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed luctus ligula a libero luctus a mollis leo commodo. [/tab]\n[tab title="Tab name"] Aliquam fermentum vestibulum leo venenatis vehicula. Donec aliquet cursus ante a porta. Aliquam vehicula elementum diam, vitae cursus dui placerat id. Donec sed orci turpis, ut ornare metus. Nullam rutrum posuere luctus. Donec eget tortor erat, a interdum turpis. Maecenas at est molestie sapien adipiscing pretium. Quisque fringilla velit ac velit suscipit interdum. Etiam lacus dui, consequat ac viverra at, condimentum quis neque. [/tab] [/tabs]\n[spoiler title="Get the code"]\n<pre>\n[column size="1-2" last="1"]\n[[tabs style="2"]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[tab title="Tab name"] Content [/tab]\n[/tabs]]\n[/column]\n</pre>\n[/spoiler]\n[/column] ', 'Tabs', '', 'private', 'open', 'closed', '', 'tabs', '', '', '2014-01-12 14:03:18', '2014-01-12 20:03:18', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1329', 0, 'page', '', 0),
1923(1525, 1, '2011-08-29 22:54:18', '2011-08-29 20:54:18', '<h3>Pullquote with left align</h3>\n[spacer size="15"]\n\n[pullquote align="left"] Lorem ipsum dolor sit amet consectetur adipiscing elit.[/pullquote] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris metus tortor, commodo sit amet tempor id, gravida eget orci. In molestie feugiat nunc ac lobortis. Ut non nisi dolor, ac ultricies lorem. Aliquam blandit imperdiet lorem eu ultrices. Nulla in dolor non ipsum fringilla sodales sed ac turpis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a felis accumsan interdum. Aliquam eros est, suscipit sit amet iaculis non, sagittis in lorem. Aliquam blandit imperdiet lorem eu ultrices. Nulla in dolor non ipsum fringilla sodales sed ac turpis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a felis accumsan interdum. Aliquam eros est, suscipit sit amet iaculis non, sagittis in lorem.Fusce bibendum sagittis sem, sit amet scelerisque tortor pharetra eu. Nullam facilisis ante vulputate metus accumsan lobortis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a felis accumsan interdum. Aliquam eros est, suscipit sit amet iaculis non, sagittis in lorem.\n\n[spoiler title="Get the code"]\n<pre>[[pullquote align="left"] Content [/pullquote]] </pre>\n[/spoiler]\n\n<h3>Pullquote with right align </h3>\n[spacer size="15"]\n\n[pullquote align="right"] Vestibulum non lectus in arcu gravida blandit imperdiet lorem eu ultrices. [/pullquote] Phasellus rutrum dapibus nulla, a venenatis tortor eleifend vitae. Ut tincidunt vestibulum blandit. Nulla aliquet urna non enim convallis in vehicula mi scelerisque.Aliquam blandit imperdiet lorem eu ultrices. Nulla in dolor non ipsum fringilla sodales sed ac turpis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a felis.Aliquam blandit imperdiet lorem eu ultrices. Nulla in dolor non ipsum fringilla sodales sed ac turpis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a felis accumsan interdum. Aliquam eros est, suscipit sit amet iaculis non, sagittis in lorem.Fusce bibendum sagittis sem, sit amet scelerisque tortor pharetra eu. Nullam facilisis ante vulputate metus accumsan lobortis.Nulla in dolor non ipsum fringilla sodales sed ac turpis. Nam nisi arcu, tincidunt sodales porta vel, ornare ac magna. Morbi in metus a accumsan interdum. Aliquam eros est, suscipit sit amet iaculis non, sagittis in lorem. In molestie feugiat nunc ac lobortis. Ut non nisi dolor, ac ultricies lorem. Aliquam blandit imperdiet lorem eu ultrices. Nulla in dolor non ipsum fringilla sodales sed ac turpis.[spoiler title="Get the code"]\n<pre>[[pullquote align="right"] Content [/pullquote]] </pre>\n[/spoiler]\n\n<h3>Quote style 1</h3>\n[spacer size="20"]\n[quote style="1"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. Proin consectetur risus in dolor luctus lacinia. Vestibulum at accumsan sem. Nulla sodales leo in nunc eleifend cursus. [/quote]\n[spoiler title="Get the code"]\n<pre>[[quote style="1"] Content [/quote]]</pre>\n[/spoiler]\n<h3>Quote style 2</h3>\n[spacer size="20"]\n[quote style="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. Proin consectetur risus in dolor luctus lacinia. Vestibulum at accumsan sem. [/quote]\n[spoiler title="Get the code"]\n<pre>[[quote style="2"] Content [/quote]]</pre>\n[/spoiler]\n\n[column size="1-2" last="0" ]\n[quote style="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. [/quote]\n[spoiler title="Get the code"]\n<pre>[column size="1-2" last="0"] \n[[quote style="2"] Content [/quote]]\n[/column]</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1" ]\n[quote style="2"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. [/quote]\n[spoiler title="Get the code"]\n<pre>[column size="1-2" last="1"]\n[[quote style="2"] Content [/quote]]\n[/column]</pre>\n[/spoiler]\n[/column]\n<h3>Quote style 3</h3>\n[spacer size="20"]\n[quote style="3"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. Proin consectetur risus in dolor luctus lacinia. Vestibulum at accumsan sem.[/quote]\n[spoiler title="Get the code"]\n<pre>[[quote style="3"] Content [/quote]]</pre>\n[/spoiler]\n\n[column size="1-2" last="0" ]\n[quote style="3"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus.[/quote]\n[spoiler title="Get the code"]\n<pre>[column size="1-2" last="0"]\n[[quote style="3"] Content [/quote]]\n[/column]</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1" ]\n[quote style="3"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus.[/quote]\n[spoiler title="Get the code"]\n<pre>[column size="1-2" last="1"]\n[[quote style="3"] Content [/quote]]\n[/column]</pre>\n[/spoiler]\n[/column]\n', 'Quotes and pullquotes', '', 'publish', 'open', 'open', '', 'quotes', '', '', '2011-08-29 22:54:18', '2011-08-29 20:54:18', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1525', 0, 'page', '', 0),
1924(1594, 1, '2011-08-30 01:06:09', '2011-08-29 23:06:09', '<h3>Multiple color dropcaps</h3>\n[spacer size="15"]\n[dropcap]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend. \n[br]\n[dropcap color="green"]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend. \n[br]\n[dropcap color="orange"]L[/dropcap]orem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat. Aenean tincidunt ante posuere enim iaculis et blandit erat eleifend. \n<h5>Or use them other way</h5>\n[br]\n[column size="dropcap" last="0"][dropcap]1[/dropcap][/column]\n[column size="dropcap_txt" last="1"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="gray"]2[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="blue"]3[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="red"]4[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="green"]5[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="yellow"]6[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="orange"]7[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="pink-orange"]8[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[br]\n[column size="dropcap" last="0" style="0"][dropcap color="purple"]9[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae interdum nisl. Maecenas eu justo purus. Phasellus convallis euismod metus, quis fermentum lacus mattis et. Aenean auctor ornare feugiat.[/column]\n[spoiler title="Get the code"]\n<pre>\n\n[dropcap]L[/dropcap]Content[/column]\n\n[dropcap color="green"]L[/dropcap]Content[/column]\n\n[dropcap color="orange"]L[/dropcap]Content[/column]\n\n[column size="dropcap" last="0"][dropcap]1[/dropcap][/column]\n[column size="dropcap_txt" last="1"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="gray"]2[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="blue"]3[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="red"]4[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="green"]5[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="yellow"]6[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="orange"]7[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="pink-orange"]8[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n\n[column size="dropcap" last="0" style="0"][dropcap color="purple"]9[/dropcap][/column]\n[column size="dropcap_txt" last="1" style="0"]Content[/column]\n</pre>\n[/spoiler]\n\n<h3>Clearing floats</h3>\n[spacer size="15"]\nThis element is left floated, but a [[clear]] shortcode after it clears all floats and you can add your text below it.\n\n[pullquote align="left"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sollicitudin urna lacus. Proin consectetur. [/pullquote]\n[clear]\n\n[spoiler title="Get the code"]\n<pre>[[pullquote align="left"] Content [/pullquote]]\n[[clear]] </pre>\n[/spoiler]\n\n<h3>Custom div</h3>\n[spacer size="15"]\n[div style="border-width:5px; border-style:dotted; border-color:#dddddd ;text-align:center;"]<h1>This is a custom styled div</h1>[/div]\n[spacer size="15"]\n[spoiler title="Get the code"]\n<pre>[[div style="border-width:5px; border-style:dotted; border-color:#dddddd ;text-align:center;"] Content [/div]] </pre>\n[/spoiler]\n\n<h3>Styled heading</h3>\n[spacer size="15"]\n[heading] This is a heading shortcode [/heading]\n[spoiler title="Get the code"]\n<pre>[[heading] Content [/heading]] </pre>\n[/spoiler]\n\n<h3>Text highlight</h3>\n[spacer size="15"]\n\n[highlight bg="#fff287" color="#000"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \n\n[highlight bg="#ffafaf" color="#fff"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \n\n[highlight bg="#abfa9e" color="#037d00"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \n\n[highlight bg="#c3eff0" color="#002c68"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \n\n[highlight bg="#e1dee0" color="#656565"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. [/highlight] Proin sollicitudin ante id libero vulputate semper. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. \n[spoiler title="Get the code"]\n<pre> [[highlight bg="#000" color="#fff"] Content [/highlight]] </pre>\n[/spoiler]\n\n<h3> Empty space with adjustable height </h3>\n100px additional empty space is added after this line.\n[spacer size="100"]\n[spoiler title="Get the code"]\n<pre>[[spacer size=""100"]]</pre>\n[/spoiler]\n<h3> Links with selectable color </h3>\n[spacer size="15"]\n\n[fancy_link color="#555" link="javascript:;"] Read more [/fancy_link]\n\n[fancy_link color="green" link="javascript:;"] Anything can be posted here[/fancy_link]\n\n[fancy_link color="blue" link="javascript:;"] Any color posible[/fancy_link]\n\n[spoiler title="Get the code"]\n<pre> [[fancy_link color="blue" link="http://example.com/"] Content [/fancy_link]]</pre>\n[/spoiler]\n\n<h3> Divider with optional Top function </h3>\n[spacer size="15"]\n[divider style="shadow"]\n[divider top="1" style="shadow"]\n[divider]\n[divider top="1"]\n[spoiler title="Get the code"]\n<pre>[[divider]]\n[[divider top="1"]] </pre>\n[/spoiler] ', 'Content styling', '', 'publish', 'open', 'open', '', 'content-styling', '', '', '2011-08-30 01:06:09', '2011-08-29 23:06:09', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1594', 0, 'page', '', 0),
1925(1676, 1, '2011-08-30 19:30:59', '2011-08-31 01:30:59', '<h3> Site information </h3>\n[spacer size="5"]\nYou can display your site info dynamicaly. If it is changed, content will update. Options to diplay: name, description, site url, charset, admin email, html type, text direction, language ,template url, pingback url, rss2 url.\n\n<h5>Example usage:</h5>\n[spacer size="15"]\n<strong>Site name:</strong> [bloginfo option="name"]\n<strong>Description:</strong> [bloginfo option="description"]\n<strong>Site URL:</strong> [bloginfo option="siteurl"]\n<strong>Administrator email:</strong> [bloginfo option="admin_email"]\n<strong>Feed URL:</strong> [bloginfo option="rss2_url"]\n\n[spoiler title="Get the code"]\n<pre>\n[[bloginfo option="name"]]\n[[bloginfo option="description"]]\n[[bloginfo option="siteurl"]]\n[[bloginfo option="admin_email"]]\n[[bloginfo option="rss2_url"]]\n</pre>\n[/spoiler]\n\n<h3>Permalink to specified post or page.</h3>\n\n[spacer size="15"]\n[permalink p="4438" target="self"] Link to the shortcode page to open in current window. [/permalink]\n\n[spoiler title="Get the code"]\n<pre>[[permalink p="4438" target="self"] Link to the shortcode page to open in a current window. [/permalink]]</pre>\n[/spoiler]\n\n[permalink p="4438" target="blank"]Link to the shortcode page to open in a new window.[/permalink]\n\n[spoiler title="Get the code"]\n<pre>[[permalink p="4438" target="self"]Link to the shortcode page to open in a new window.[/permalink]]</pre>\n[/spoiler] ', 'Extra', '', 'private', 'open', 'closed', '', 'extra', '', '', '2014-01-12 13:00:44', '2014-01-12 19:00:44', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1676', 0, 'page', '', 0);
1926INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1927(1749, 1, '2011-08-30 23:31:03', '2011-08-30 21:31:03', 'Buttons are available in any color and any size. You can choose between four button styles, set dark or white content text color, choose between rounded or square corners and define whether link should open in current or new window.\n[divider]\n<h3> Style one </h3>\n[spacer size="25"]\n[column size="1-4"]\n\n[button link="#" color="#9dce4a" size="1" style="1" dark="1" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="2" style="1" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#9dce4a" size="3" style="1" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="4" style="1" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f6b440" size="1" style="1" dark="1" square="1" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="2" style="1" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#f6b440" size="3" style="1" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="4" style="1" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f5f065" size="1" style="1" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ae27d0" size="2" style="1" dark="0" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#6d94b1" size="3" style="1" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#eb4d62" size="4" style="1" dark="1" square="0" target="self"]Button text[/button]\n[/column]\n\n[column size="1-4" last="1"]\n\n[button link="#" color="#111" size="1" style="1" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#888" size="2" style="1" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ddd" size="3" style="1" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#fff" size="4" style="1" dark="1" square="0" target="self"]Button text[/button]\n[/column]\n\n[spoiler title="Get example code"]\n<pre> \n[[button link="http://www.example.com/" color="#000" size="1" style="1" dark="0" square="0" target="self"] Button text [/button]]\n</pre>\n[/spoiler]\n\n<h3> Style two </h3>\n[spacer size="25"]\n\n[column size="1-4"]\n\n[button link="#" color="#9dce4a" size="1" style="2" dark="1" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="2" style="2" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#9dce4a" size="3" style="2" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="4" style="2" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f6b440" size="1" style="2" dark="1" square="1" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="2" style="2" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#f6b440" size="3" style="2" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="4" style="2" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f5f065" size="1" style="2" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ae27d0" size="2" style="2" dark="0" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#6d94b1" size="3" style="2" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#eb4d62" size="4" style="2" dark="0" square="0" target="self"]Button text[/button]\n[/column]\n\n[column size="1-4" last="1"]\n\n[button link="#" color="#111" size="1" style="2" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#888" size="2" style="2" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ddd" size="3" style="2" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#fff" size="4" style="2" dark="1" square="0" target="self"]Button text[/button]\n[/column]\n\n[spoiler title="Get example code"]\n<pre> \n[[button link="http://www.example.com/" color="#000" size="1" style="2" dark="0" square="0" target="self"] Button text [/button]]\n</pre>\n[/spoiler]\n\n<h3> Style three </h3>\n[spacer size="25"]\n\n[column size="1-4"]\n\n[button link="#" color="#9dce4a" size="1" style="3" dark="1" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="2" style="3" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#9dce4a" size="3" style="3" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="4" style="3" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f6b440" size="1" style="3" dark="1" square="1" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="2" style="3" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#f6b440" size="3" style="3" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="4" style="3" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f5f065" size="1" style="3" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ae27d0" size="2" style="3" dark="0" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#6d94b1" size="3" style="3" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#eb4d62" size="4" style="3" dark="0" square="0" target="self"]Button text[/button]\n[/column]\n\n[column size="1-4" last="1"]\n\n[button link="#" color="#111" size="1" style="3" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#888" size="2" style="3" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ddd" size="3" style="3" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#fff" size="4" style="3" dark="1" square="0" target="self"]Button text[/button]\n[/column]\n\n[spoiler title="Get example code"]\n<pre> \n[[button link="http://www.example.com/" color="#000" size="1" style="3" dark="0" square="0" target="self"] Button text [/button]]\n</pre>\n[/spoiler]\n\n<h3> Style four </h3>\n[spacer size="25"]\n\n[column size="1-4"]\n\n[button link="#" color="#9dce4a" size="1" style="4" dark="1" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="2" style="4" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#9dce4a" size="3" style="4" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#9dce4a" size="4" style="4" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f6b440" size="1" style="4" dark="1" square="1" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="2" style="4" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#f6b440" size="3" style="4" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#f6b440" size="4" style="4" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n[/column]\n\n[column size="1-4"]\n\n[button link="#" color="#f5f065" size="1" style="4" dark="1" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ae27d0" size="2" style="4" dark="0" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#6d94b1" size="3" style="4" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#eb4d62" size="4" style="4" dark="0" square="0" target="self"]Button text[/button]\n[/column]\n\n[column size="1-4" last="1"]\n\n[button link="#" color="#111" size="1" style="4" dark="0" square="0" target="self"]Button text[/button]\n\n[button link="#" color="#888" size="2" style="4" dark="0" square="1" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#ddd" size="3" style="4" dark="1" square="0" target="self"]<strong>Button text</strong>[/button]\n\n[button link="#" color="#fff" size="4" style="4" dark="1" square="0" target="self"]Button text[/button]\n[/column]\n\n[spoiler title="Get example code"]\n<pre> \n[[button link="http://www.example.com/" color="#000" size="1" style="4" dark="0" square="0" target="self"] Button text [/button]]\n</pre>\n[/spoiler]\n\n[button link="#" color="#9dce4a" size="16" style="1" dark="1" square="0" target="self"]<strong> Button can be really big </strong>[/button]\n\n[spoiler title="Get example code"]\n<pre> \n[[button link="http://www.example.com/" color="#9dce4a" size="16" style="1" dark="1" square="0" target="self"] Button text [/button]]\n</pre>\n[/spoiler] ', 'Buttons', '', 'publish', 'open', 'open', '', 'buttons', '', '', '2011-08-30 23:31:03', '2011-08-30 21:31:03', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1749', 0, 'page', '', 0),
1928(1798, 1, '2011-08-31 19:56:42', '2011-08-31 17:56:42', 'Create service boxes with title, text and any custom icon with only one shortcode. Boxes scale according to width and selected icon size.\n[divider]\n[spacer size="15"]\n\n[column size="1-4" last="0" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/lamp_active.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec in semper odio [/service][/column]\n\n[column size="1-4" last="0" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/information.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec in semper odio [/service][/column]\n\n[column size="1-4" last="0" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/pie-chart_graph.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec in semper odio [/service][/column]\n\n[column size="1-4" last="1" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/credit_card_back.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec in semper odio [/service][/column]\n\n[column size="1-2" last="0" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/lamp_active.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec rutrum turpis sed felis malesuada at ornare turpis porta. Ut vulputate lacinia nunc, eu tincidunt sem volutpat nec. Quisque nec sapien est. Nam ultrices placerat faucibus. In sed vehicula erat. Phasellus turpis erat, vestibulum sed pellentesque at, convallis a leo. [/service][/column]\n\n[column size="1-2" last="1" style="0"][service title="Service title" icon="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/credit_card_back.png"] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ac urna eget arcu imperdiet condimentum vitae sit amet velit. Donec rutrum turpis sed felis malesuada at ornare turpis porta. Ut vulputate lacinia nunc, eu tincidunt sem volutpat nec. Quisque nec sapien est. Nam ultrices placerat faucibus. In sed vehicula erat. Phasellus turpis erat, vestibulum sed pellentesque at, convallis a leo. [/service][/column]\n\n[spoiler title="Get full code"]\n<pre>\n[column size="1-4" ][service title="Service title" icon="http://../lamp_active.png"] Content [/service][/column]\n\n[column size="1-4" ][service title="Service title" icon="http://../information.png"] Content [/service][/column]\n\n[column size="1-4" ][service title="Service title" icon="http://../pie-chart_graph.png"] Content [/service][/column]\n\n[column size="1-4" last="1" ][service title="Service title" icon="http://../credit_card_back.png"] Content [/service][/column]\n\n[column size="1-2" ][service title="Service title" icon="http://../lamp_active.png"] Content [/service][/column]\n\n[column size="1-2" last="1" ][service title="Service title" icon="http://../credit_card_back.png"] Content [/service]\n[/column]\n</pre>\n[/spoiler]\n<h4>Possibilities using multiple shortcodes.</h4>\n[divider]\n[column size="1-3" last="0"]\n<img class="aligncenter size-full wp-image-3745" src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/meeting.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</p>\n[/column]\n[column size="1-3" last="0"]\n<img class="aligncenter size-full wp-image-3746" src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/alarm.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</p>\n[/column]\n[column size="1-3" last="1"]\n<img class="aligncenter size-full wp-image-3747" src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/lock.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.</p>\n[/column]\n\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/grf_small2.jpg" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/grf_small.jpg" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/grf_small2.jpg" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[column size="1-4" last="1"][frame align="left"]<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/08/grf_small.jpg" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id nulla vel lorem dapibus fringilla eget non felis. Vestibulum gravida, nibh non rutrum ultricies, est nunc porttitor lectus.\n[/column]\n\n[spoiler title="Get full code"]\n<pre>\n[column size="1-3" ]\n<img align="center" src="http://www.yourdomain.com/image.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Content</p>\n[/column]\n\n[column size="1-3" ]\n<img align="center" wp-image-3746" src="hhttp://www.yourdomain.com/image.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Content</p>\n[/column]\n\n[column size="1-3" last="1"]\n<img align="center" src="http://www.yourdomain.com/image.png" alt="" width="150" height="150" />\n<h4 style="text-align: center;">Sample Title</h4>\n<p style="text-align: center;">Content</p>\n[/column]\n\n\nSecond Row\n\n\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.yourdomain.com/image.png" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nContent\n[/column]\n\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.yourdomain.com/image.png" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nContent\n[/column]\n\n[column size="1-4" last="0"]\n[frame align="left"]<img src="http://www.yourdomain.com/image.png" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nContent\n[/column]\n\n[column size="1-4" last="1"][frame align="left"]<img src="http://www.yourdomain.com/image.png" alt="" />[/frame]\n<span style="color: #99cc00;"><strong>YOUR TITLE</strong></span>\nContent\n[/column]\n\n</pre>\n[/spoiler] ', 'Service box', '', 'publish', 'open', 'open', '', 'service-box', '', '', '2011-08-31 19:56:42', '2011-08-31 17:56:42', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1798', 0, 'page', '', 0),
1929(1854, 1, '2011-08-31 22:16:49', '2011-08-31 20:16:49', 'Frame shortcode allows you to put your pictures, videos any other content into a frame that is is fully flexible by size.\n[divider]\n\n<h3> Framed pictures - size is fully flexible </h3>\n[spacer size="25"]\n\n[column size="1-3"]\n [frame align="left"] <a href="http://lorempixel.com/280/175"><img src="http://lorempixel.com/280/175" width="280" height="175" /></a> [/frame]\n[/column]\n\n[column size="1-3"]\n[frame align="left"] <a href="http://lorempixel.com/280/175"><img src="http://lorempixel.com/280/175" width="280" height="175" /></a> [/frame]\n[/column]\n\n[column size="1-3" last="1"]\n [frame align="left"] <a href="http://lorempixel.com/280/175"><img src="http://lorempixel.com/280/175" width="280" height="175" /></a>[/frame] \n[/column]\n\n[column size="1-5"]\n [frame align="left"] <a href="http://lorempixel.com/133/90"><img src="http://lorempixel.com/133/90" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n [frame align="left"] <a href="http://lorempixel.com/133/90"><img src="http://lorempixel.com/133/90" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n [frame align="left"] <a href="http://lorempixel.com/133/90"><img src="http://lorempixel.com/133/90" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n [frame align="left"] <a href="http://lorempixel.com/133/90"><img src="http://lorempixel.com/133/90" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5" last="1"]\n [frame align="right"] <a href="http://lorempixel.com/133/90"><img src="http://lorempixel.com/133/90" width="133" height="90" /></a> [/frame]\n[/column]\n\n[spoiler title="Get full code"]\n<pre> \n[column size="1-3"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="280" height="175" /></a> [/frame]\n[/column]\n\n[column size="1-3"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="280" height="175" /></a> [/frame]\n[/column]\n\n[column size="1-3" last="1"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="280" height="175" /></a>[/frame] \n[/column]\n\n[column size="1-5"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="133" height="90" /></a> [/frame]\n[/column]\n\n[column size="1-5" last="1"]\n[frame align="right"] <a href="imageURL"><img src="imageURL" width="133" height="90" /></a> [/frame]\n[/column]\n</pre>\n[/spoiler]\n\n<h3> Vertical picture gallery </h3>\n[spacer size="25"]\n\n[column size="1-3"]\n [frame align="left"] <a href="http://lorempixel.com/254/400pg"><img src="http://lorempixel.com/254/400" width="254" height="400" /></a> [/frame]\n[/column]\n\n[column size="1-3"]\n [frame align="left"] <a href="http://lorempixel.com/254/400"><img src="http://lorempixel.com/254/400" width="253" height="400" /></a> [/frame]\n[/column]\n\n[column size="1-3" last="1"]\n [frame align="left"] <a href="http://lorempixel.com/254/400"><img src="http://lorempixel.com/254/400" width="254" height="400" /></a> [/frame]\n[/column]\n[spoiler title="Get full code"]\n<pre> \n[column size="1-3"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="254" height="400" /></a> [/frame]\n[/column]\n\n[column size="1-3"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="253" height="400" /></a> [/frame]\n[/column]\n\n[column size="1-3" last="1"]\n[frame align="left"] <a href="imageURL"><img src="imageURL" width="254" height="400" /></a> [/frame]\n[/column]\n</pre>\n[/spoiler]\n<h3> Put any content in a frame </h3>\n[spacer size="25"]\n\n[column size="1-2" last="1"]\n[frame align="left"][div style="margin-bottom:-24px;"][media url="http://vimeo.com/22735809" width="407" height="224"][/div] [/frame]\n[/column] \n[spoiler title="Get full code"]\n<pre> \n\n[column size="1-2" last="1"]\n[frame align="left"][div style="margin-bottom:-24px;"][media url="http://vimeo.com/22735809" width="407" height="224"][/div] [/frame]\n[/column] \n\n</pre>\n[/spoiler] ', 'Frames', '', 'publish', 'open', 'open', '', 'frames', '', '', '2011-08-31 22:16:49', '2011-08-31 20:16:49', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1854', 0, 'page', '', 0),
1930(1982, 1, '2011-09-01 18:38:02', '2011-09-02 00:38:02', 'Insert your table html into one of the predifined table style shortcodes and it will do the job for you.\n[divider]\n[spacer size="15"]\n[table style="2"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n\n[spoiler title="Get full code"]\n<pre>\n[table style="2"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n</pre>\n[/spoiler]\n\n\n[table style="3"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n\n[spoiler title="Get full code"]\n<pre>\n[table style="3"]\n[div style="text-align:center"]\n<table>\n<thead>\n<th></th>\n<th><h3>Basic</h3></th>\n<th><h3>Professional</h3></th>\n<th><h3>Ultimate</h3></th>\n</thead>\n<tbody>\n<tr>\n<td><h5>Feature 1</h5></td>\n<td>\n[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 2</h5></td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 3</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 4</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n<td>[list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]</td>\n</tr>\n<tr>\n<td><h5>Feature 5</h5></td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td>[list style="cross"]\n<ul>\n<li>Not included</li>\n</ul>\n[/list]</td>\n<td> [list style="check"]\n<ul>\n<li>Supported</li>\n</ul>\n[/list]\n</td>\n</tr>\n<tr>\n<td></td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n<td>[button link="#" color="#f6b440" size="1" style="1" dark="1" square="0" target="self"]View details[/button]</td>\n</tr>\n</tbody>\n</table>\n[/div]\n[/table]\n</pre>\n[/spoiler] ', 'Styled tables', '', 'private', 'open', 'closed', '', 'styled-tables', '', '', '2014-01-12 14:03:12', '2014-01-12 20:03:12', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=1982', 0, 'page', '', 0),
1931(2049, 1, '2011-09-01 22:24:59', '2011-09-01 20:24:59', '<h1>Google maps</h1>\nInsert google maps in any page, post or header in any size and just enter address you want. You can use multiple maps on one page. Map above is also a shortcode inserted in this page.\n[divider]\n\n[spoiler title="Get the code for the map above"]\n<pre> \n[[gmap width="100%" height="350" address="5th Avenue, New York, USA"]]\n</pre>\n[/spoiler]\n<h3>Smaller map example</h3>\n[spacer size="15"]\n[column size="1-2" last="0"]\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sit amet nisl ut ligula consectetur venenatis et sit amet lacus. Suspendisse vel sapien eget leo vehicula viverra. Sed justo tortor, aliquam ut pharetra eget, aliquet nec dolor. Praesent et nibh quam, quis dictum velit. Nulla vitae erat in ipsum facilisis consequat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam laoreet venenatis felis, vel imperdiet elit scelerisque quis. Duis a nisi non felis dignissim vestibulum. Sed sit amet semper nisl. Nulla dictum convallis dolor, et tincidunt elit egestas ac. Ut mauris est, adipiscing vitae volutpat sed, consectetur vel urna. Aenean quam mi, aliquam ornare tempor sed, egestas ut metus. Nam vulputate mollis pretium. Aliquam erat neque, viverra vitae blandit eu, pharetra porttitor metus. Etiam lacus arcu, egestas nec vulputate ac, condimentum consectetur sem. Curabitur feugiat auctor tellus. Nullam gravida venenatis mauris eu vehicula. Sed eleifend porta nisi nec rhoncus. Donec venenatis placerat dolor interdum aliquam lacus vitae sem malesuada porta.\n[/column]\n[column size="1-2" last="1"]\n[gmap width="420" height="280" address="2 Elizabeth Street, Melbourne, Victoria, Australia"]\n[/column]\n\n[spoiler title="Get the code"]\n<pre> \n[column size="1-2" ]\nContent\n[/column]\n[column size="1-2" last="1"]\n[gmap width="420" height="280" address="2 Elizabeth Street, Melbourne, Victoria, Australia"]\n[/column]\n</pre>\n[/spoiler] ', 'Maps', '', 'publish', 'open', 'open', '', 'maps', '', '', '2011-09-01 22:24:59', '2011-09-01 20:24:59', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2049', 0, 'page', '', 0),
1932(2119, 1, '2011-09-05 20:14:55', '2011-09-05 18:14:55', 'Display various document types right on your page using Google Docs - Viewer shortcode. Supports PDFs, Microsoft Word documents, PowerPoint presentations, Excel spreadsheets and much more.\n[divider]\n[spacer size="15"]\n[document file="" width="960" height="690"]\n\n[spoiler title="Get the code"]\n<pre>\n[[document file="http://www.mydomain.com/document.extension" width="960" height="690"]]\n</pre>\n[/spoiler] ', 'Document viewer', '', 'publish', 'open', 'open', '', 'document-viewer', '', '', '2011-09-05 20:14:55', '2011-09-05 18:14:55', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2119', 0, 'page', '', 0),
1933(2151, 1, '2011-09-05 22:54:32', '2011-09-06 04:54:32', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://riserbuilds.com/wp-content/uploads/daniel_headshot.jpg"]\r\n\r\nRiser Construction, LLC is owned and operated by Daniel Riser, a licensed residential contractor of West Monroe, LA. We specialize in new construction and remodeling.   Riser Construction, LLC was established in 2006 and since the company began, our goal has been to deliver a level of service that will insure referrals to future customers, because we believe that word of mouth is our best advertisement.\r\n\r\nWe build with the home owner?s desires and needs in mind, as well as being compliant with city and state codes. We complete every project, whether small or large, with the utmost pride and attention to detail. We strive to not only meet the home owner?s expectations but to surpass them. We want everything with the Riser Construction name to show a high level of craftsmanship to ensure the customer?s pride of ownership.\r\n\r\nPlease call us or contact us through our secure <a title="Contacts" href="http://riserbuilds.com/contacts/" target="_blank">contact form</a> to schedule an appointment for your free estimate. We look forward to hearing from you and beginning your future project.\r\n\r\n<address>//Daniel Riser</address>[list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]\r\n<h2>Services we specialize in</h2>\r\n<ul>\r\n<ul>\r\n <li>New Construction</li>\r\n <li>Remodeling</li>\r\n <li>Additions</li>\r\n <li>Insurance Repairs</li>\r\n <li>Fencing</li>\r\n <li>Driveways</li>\r\n <li>Decks</li>\r\n <li>Installing Energy Efficient Windows/ Doors</li>\r\n</ul>\r\n</ul>\r\n \r\n\r\n[divider top=1"]', 'About Riser', '', 'publish', 'closed', 'closed', '', 'our-team', '', '', '2013-02-19 13:31:30', '2013-02-19 19:31:30', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2151', 0, 'page', '', 0),
1934(7646, 1, '2013-02-16 10:08:57', '2013-02-16 16:08:57', '[spacer size="25"]\r\n[staff name="Daniel Riser" position="Owner" img="http://lorempixel.com/125/125"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin molestie, felis in pellentesque malesuada, quam ligula sagittis dolor, eu bibendum nunc elit quis urna. Sed nulla massa, adipiscing vitae mattis nec, auctor eget sem. Nunc vel nisi vestibulum ligula posuere cursus. [list style="email"]\r\n<ul>\r\n <li>[div style="font-size:10px; color: #666;"]mnky@info@riserbuilds.com[/div]</li>\r\n</ul>\r\n[/list][/staff]\r\n[spacer size="25"]', 'About Riser', '', 'inherit', 'open', 'open', '', '2151-revision-2', '', '', '2013-02-16 10:08:57', '2013-02-16 16:08:57', '', 2151, 'http://riserbuilds.com/2151-revision-2/', 0, 'revision', '', 0),
1935(2464, 1, '2011-09-09 23:42:16', '2011-09-10 05:42:16', 'Embed flexible size Youtube and Vimeo video by just posting video link into a shortcode.\n[divider]\n[spacer size="15"]\n[media url="http://vimeo.com/22894261" width="960" height="540"]\n[spoiler title="Get the code"]\n<pre> [[media url="http://vimeo.com/22894261" width="960" height="540"]]</pre>\n[/spoiler]\n[spacer size="15"]\n[column size="1-2"] [media url="http://www.youtube.com/watch?v=R424MGHDFDc" width="460" height="280"] [/column]\n[column size="1-2" last="1"] [media url="http://www.youtube.com/watch?v=k-OOfW6wWyQ" width="460" height="280"] [/column]\n[spoiler title="Get the code"]\n<pre> \n[column size="1-2"]\n [media url="http://www.youtube.com/watch?v=R424MGHDFDc" width="460" height="280"] \n[/column]\n[column size="1-2" last="1"]\n [media url="http://www.youtube.com/watch?v=k-OOfW6wWyQ" width="460" height="280"] \n[/column]\n</pre>\n[/spoiler]\n\n', 'Easy video embedding', '', 'private', 'open', 'closed', '', 'easy-video-embedding', '', '', '2014-01-12 13:00:38', '2014-01-12 19:00:38', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2464', 0, 'page', '', 0),
1936(2482, 1, '2011-09-10 00:01:08', '2011-09-09 22:01:08', 'With Recent Tweets shortcode you can easily insert any twitter feed where you want. Choose between three styles available with additional options like tweet count and post time. \n[divider]\n\n[tweets username="mnkystudio" limit="3" style="1" ]\n[spoiler title="Get the code"]\n<pre>\n[[tweets username="mnkystudio" limit="3" style="1" ]]\n</pre>\n[/spoiler]\n\n[tweets username="twitter" limit="3" style="2" show_time="0" ]\n[spoiler title="Get the code"]\n<pre>\n[[tweets username="twitter" limit="3" style="2" show_time="0" ]]\n</pre>\n[/spoiler]\n\n[tweets username="envato" limit="3" style="3" ]\n[spoiler title="Get the code"]\n<pre>\n[[tweets username="envato" limit="3" style="3" ]]\n</pre>\n[/spoiler]\n\n[column size="1-3" last="0"] [tweets username="google" limit="2" style="1" show_time="1"] [/column]\n[column size="1-3" last="0"] [tweets username="youtube" limit="1" style="2" show_time="1"] [/column]\n[column size="1-3" last="1"] [tweets username="audiojungle" limit="2" style="3"] [/column]\n\n\n', 'Twitter', '', 'publish', 'open', 'open', '', 'twitter', '', '', '2011-09-10 00:01:08', '2011-09-09 22:01:08', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2482', 0, 'page', '', 0),
1937(2483, 1, '2011-09-10 00:02:16', '2011-09-09 22:02:16', 'Two great sliders are available as shortcodes, which means you can insert them anywhere you want and make unlimited numbers of them with different usage to make your content management possibilities even richer with this theme.\n[divider]\n<h3>Nivo slider</h3>\nCustomize size, effects, speed and other settings and insert slider anywhere you want.\n[nivo_slider width="960" height="350" link="none" speed="600" delay="3000" effect="boxRandom" p="242"]\n\n[spoiler title="Get example code"]\n<pre>\n[[nivo_slider width="880" height="350" link="none" speed="600" delay="3000" effect="boxRandom" p=""]]\n</pre>\n[/spoiler]\n<h3>jCarousel slider</h3>\nCompletely flexible - choose slide number, size, color and of course, insert it anywhere.\n[div style="margin-top:-38px;"]\n<center> [jcarousel width="600" height="200" bg="#f6f6f6" items="1" margin="10" link="none" speed="1000" p="242"] </center>\n[/div]\n\n[jcarousel width="960" height="200" bg="#222" items="2" margin="10" link="none" speed="1000" p="242"]\n\n[jcarousel width="960" height="150" bg="#fff" items="3" margin="10" link="file" speed="1000" p="242"]\n\n[spoiler title="Get example code"]\n<pre>\n[[jcarousel width="600" height="200" bg="#f6f6f6" items="1" margin="10" link="none" speed="1000" p=""]]\n\n[[jcarousel width="960" height="200" bg="#222" items="2" margin="10" link="none" speed="1000" p=""]]\n\n[[jcarousel width="960" height="150" bg="#fff" items="3" margin="10" link="file" speed="1000" p=""]]\n</pre>\n[/spoiler] ', 'Nivo and jCarousel', '', 'publish', 'open', 'open', '', 'nivo-and-jcarousel', '', '', '2011-09-10 00:02:16', '2011-09-09 22:02:16', '', 0, 'http://www.mnkystudio.com/dotted/?page_id=2483', 0, 'page', '', 0),
1938(2489, 1, '2011-09-10 00:05:36', '2011-09-10 06:05:36', 'To offer content for members only or want to make some of it private, all you have to do is to put it into a member shortcode tags available in different styles. Below you can see the example of content put into a members content shortcode.\n[divider]\n[spacer size="100"]\n[members style="1"] Content for logged members [/members]\n[spacer size="100"]\n[spoiler title="Get the code"]\n<pre> \n[[members style="1"]Content for logged members[/members]]\n</pre>\n[/spoiler]\n', 'Member content', '', 'private', 'open', 'closed', '', 'member-content', '', '', '2014-01-12 12:59:44', '2014-01-12 18:59:44', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=2489', 0, 'page', '', 0),
1939(2504, 1, '2011-09-10 00:07:53', '2011-09-10 06:07:53', 'You can use cufon font you like by simply selecting it theme in Theme Options panel. You can also upload your own font in few simple steps and choose from thousands different fonts available. And you can always disable font replacement if you want.\n[divider]\n[frame align="left"]<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/09/cufon-panel1.jpg" alt="" />[/frame] ', 'Cufon fonts', '', 'private', 'open', 'closed', '', 'cufon-fonts', '', '', '2014-01-12 13:00:05', '2014-01-12 19:00:05', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=2504', 0, 'page', '', 0),
1940(7822, 0, '2014-08-17 11:50:55', '2014-08-17 17:50:55', '\n<!--more-->\nAUTHOR: AlixSkell\nAUTHOR EMAIL: AlixSkellN@blog-1.ru\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 91.200.13.5\nArray\n(\n [Name] => AlixSkell\n [Email] => AlixSkellN@blog-1.ru\n [Phone] => 123456\n)\n', 'AlixSkell - 2014-08-17 11:50:55', '', 'spam', 'open', 'open', '', 'f021ccedb470e3629f6a5f11f8e1bc98', '', '', '2014-08-17 11:50:55', '2014-08-17 17:50:55', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7822', 0, 'feedback', '', 0),
1941(7823, 0, '2014-08-25 06:50:29', '2014-08-25 12:50:29', '\n<!--more-->\nAUTHOR: Becki Telano\nAUTHOR EMAIL: Rebecca.telano@opso.net\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 174.241.1.1\nArray\n(\n [Name] => Becki Telano\n [Email] => Rebecca.telano@opso.net\n [Phone] => 318-372-7318\n)\n', 'Becki Telano - 2014-08-25 06:50:29', '', 'publish', 'open', 'open', '', 'e81e4f06c36b8e6c71a72963567ec00e', '', '', '2014-08-25 06:50:29', '2014-08-25 12:50:29', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7823', 0, 'feedback', '', 0),
1942(7817, 0, '2014-02-27 17:36:49', '2014-02-27 23:36:49', 'We will get with you for a estimate for our new house in Old Darbonne Crossing as soon as we buy our lot. We don''t know if the house plan we like will fit on the lot.\r\n\r\nThanks for the e-mail.\n<!--more-->\nAUTHOR: Charles&Juanita Davis\nAUTHOR EMAIL: cdavis276@yahoo.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Contacts\nIP: 72.146.118.99\nArray\n(\n [Name] => Charles&Juanita Davis\n [Email] => cdavis276@yahoo.com\n [Daytime Phone #] => 3669165\n [Comment] => We will get with you for a estimate for our new house in Old Darbonne Crossing as soon as we buy our lot. We don''t know if the house plan we like will fit on the lot.\r\n\r\nThanks for the e-mail.\n [I agree with terms.] => Yes\n)\n', 'Charles&Juanita Davis - 2014-02-27 17:36:49', '', 'publish', 'open', 'open', '', '06b4d9ad5dd6f1bb144a9c01ebb27445', '', '', '2014-02-27 17:36:49', '2014-02-27 23:36:49', '', 7544, 'http://riserbuilds.com/?post_type=feedback&p=7817', 0, 'feedback', '', 0);
1943INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
1944(3032, 1, '2011-09-16 22:44:13', '2011-09-17 04:44:13', 'Create unique sidebar for every page. Activate custom sidebar with one click and you can to add widgets exclusively for selected page. This page also has custom sidebar.\n[divider]\n<img src="http://www.mnkystudio.com/promotion/wp-content/uploads/2011/09/sidebar-screen.jpg" alt="" />\n[spacer size="100"] ', 'Custom sidebar', '', 'private', 'open', 'closed', '', 'custom-sidebar', '', '', '2014-01-12 12:59:52', '2014-01-12 18:59:52', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=3032', 0, 'page', '', 0),
1945(3992, 1, '2011-10-06 23:09:08', '2011-10-07 05:09:08', 'This theme will help you to present and describe your product in a smart and professional way. You can use easy and powerful pricing box shortcode, create a custom one or choose from wide range of pricing tables, with many features. Everything is customizable.\n[divider]\n<h3>Pricing boxes with shortcode</h3>\n[spacer size="15"]\n[column size="1-3" last="0"]\n[pricing title="Basic Package" currency="$" price="45" period="/mo" slug="$110/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column] \n\n[column size="1-3" last="0"]\n[pricing title="Professional Package" currency="$" price="75" period="/mo" slug="$180/quarter </br> For yearly discount please contact us" bg="yes" link="javascript:;" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[column size="1-3" last="1"]\n[pricing title="Business Package" currency="$" price="95" period="/mo" slug="$240/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[spoiler title="Get the code"]\n<pre>\n[column size="1-3" last="0"]\n[pricing title="Basic Package" currency="$" price="45" period="/mo" slug="$110/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column] \n\n[column size="1-3" last="0"]\n[pricing title="Professional Package" currency="$" price="75" period="/mo" slug="$180/quarter </br> For yearly discount please contact us" bg="yes" link="javascript:;" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[column size="1-3" last="1"]\n[pricing title="Business Package" currency="$" price="95" period="/mo" slug="$240/quarter </br> For yearly discount please contact us" bg="yes" color="#2b2b2b" text="#ffffff"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n</pre>\n[/spoiler]\n\n<h3>Fully customizable</h3>\n[spacer size="15"]\n[column size="1-3" last="0"]\n[pricing title="This is Title" currency="$" price="39" period="/yr" bg="yes" color="#b5e61d" text="#1c421a"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.\n[/pricing]\n[/column] \n\n[column size="1-3" last="0"][pricing title="This is Title" currency="EUR" price="20" period="/mo" slug="most popular" bg="yes" color="#2b2b2b" text="#ffffff"][list style="check"]<ul><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li></ul>[/list][/pricing][/column]\n\n[column size="1-3" last="1"]\n[pricing title="This is Title" currency="$" price="45" period="/mo" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n\n[spoiler title="Get the code"]\n<pre>\n[column size="1-3" last="0"]\n[pricing title="This is Title" currency="$" price="39" period="/yr" bg="yes" color="#b5e61d" text="#1c421a"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.\n[/pricing]\n[/column] \n\n[column size="1-3" last="0"][pricing title="This is Title" currency="EUR" price="20" period="/mo" slug="most popular" bg="yes" color="#2b2b2b" text="#ffffff"][list style="check"]<ul><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li><li>Lorem ipsum dolor sit amet</li></ul>[/list][/pricing][/column]\n\n[column size="1-3" last="1"]\n[pricing title="This is Title" currency="$" price="45" period="/mo" bg="no" color="#880015" text="#595959"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel neque lacus. Integer augue lectus, molestie suscipit interdum eget, varius pharetra odio.[/pricing]\n[/column]\n</pre>\n[/spoiler] ', 'Pricing boxes', '', 'private', 'open', 'closed', '', 'pricing-tables', '', '', '2014-01-12 12:59:36', '2014-01-12 18:59:36', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=3992', 0, 'page', '', 0),
1946(4249, 1, '2011-10-14 19:07:29', '2011-10-15 01:07:29', 'In Care theme you can insert beautiful and useful google charts into the theme via shortcode panel, which makes data management much easier.\n[divider]\n[spacer size="10"]\n[column size="1-2" last="0"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="500x200"\ntitle="3D Pie Chart Title"\nadvanced=""\ntype="pie"]\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="500x200"\ntitle="3D Pie Chart Title"\nadvanced=""\ntype="pie"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x200"\ntitle="Pie Chart Title"\ntype="pie2d"]\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x200"\ntitle="Pie Chart Title"\ntype="pie2d"]]\n</pre>\n[/spoiler]\n\n[/column]\n\n[column size="1-2" last="0"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="2010|2011|2012|2013"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Line Chart Title"\ntype="line"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="2010|2011|2012|2013"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Line Chart Title"\ntype="line"]]\n</pre>\n[/spoiler]\n[/column]\n\n\n[column size="1-2" last="1"]\n[chart\ndata="0,25,50,75,100|2,33,43,17,25|0,25,50,75,100|0,20,25,40,75"\nlabels="Begin|25|50|75|End"\ncolors="058DC7,50B432"\nsize="400x250"\ntitle="Line Chart Title 2"\ntype="xyline"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="0,25,50,75,100|2,33,43,17,25|0,25,50,75,100|0,20,25,40,75"\nlabels="Begin|25|50|75|End"\ncolors="058DC7,50B432"\nsize="400x250"\ntitle="Line Chart Title 2"\ntype="xyline"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="0"]\n[chart\ndata="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63,70,80,92,85,75,60,43"\nlabels="1|2|3|4|5|6|7|8|9|10"\ncolors="058DC7"\nsize="400x250"\ntitle="Scatter Chart Title"\ntype="scatter"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63\n,70,80,92,85,75,60,43"\nlabels="1|2|3|4|5|6|7|8|9|10"\ncolors="058DC7"\nsize="400x250"\ntitle="Scatter Chart Title"\ntype="scatter"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="40"\nlabels="Forty"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Gom Chart Title"\ntype="gom"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="40"\nlabels="Forty"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="Gom Chart Title"\ntype="gom"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="0"]\n[chart \ndata="100,80,60,30,30,30,10" \ncolors="FF6342,ADDE63,63C6DE"\nsize="400x250"\ntitle="Venn Chart Title" \nadvanced="&chdl=A|B|C"\ntype="venn"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart \ndata="100,80,60,30,30,30,10" \ncolors="FF6342,ADDE63,63C6DE"\nsize="400x250"\ntitle="Venn Chart Title" \nadvanced="&chdl=A|B|C"\ntype="venn"]]\n</pre>\n[/spoiler]\n[/column]\n\n[column size="1-2" last="1"]\n[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="3D Pie Chart Title"\ntype="sparkline"]\n\n[spoiler title="Get chart code"]\n<pre>\n[[chart\ndata="70,25,20.01,4.99"\nlabels="Reffering+sites|Google|Yahoo|Other"\ncolors="058DC7,50B432,ED561B,EDEF00"\nsize="400x250"\ntitle="3D Pie Chart Title"\ntype="sparkline"]]\n</pre>\n[/spoiler]\n[/column] ', 'Charts', '', 'private', 'open', 'closed', '', 'chart-test', '', '', '2014-01-12 12:59:57', '2014-01-12 18:59:57', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=4249', 0, 'page', '', 0),
1947(4441, 1, '2011-10-16 19:07:54', '2011-10-17 01:07:54', '<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/10/messages.png" alt="" width="868" height="430" class="alignleft size-full wp-image-5571" />\n\n<img src="http://www.mnkystudio.com/moover/wp-content/uploads/2011/10/contact-builder.png" alt="" width="768" height="729" class="alignleft size-full wp-image-5570" />', 'Contact Form Manager', '', 'private', 'open', 'closed', '', 'contact-form-message-manager', '', '', '2014-01-12 13:00:29', '2014-01-12 19:00:29', '', 1191, 'http://www.mnkystudio.com/dotted/?page_id=4385', 0, 'page', '', 0),
1948(7776, 0, '2013-07-28 02:59:10', '2013-07-28 08:59:10', 'May cause congenital abnormalities? I would be really helpful if anybody can answer to that concern. I''m stuck with this problem for final week and I''m not able to locate homes answer for that concern. Any response will be extremely appreciated. Thank you quite considerably and have a excellent day. Apologies for my weak english language. Cheers ! \r\n_________________ \r\nzgaga objawy dieta refluksowa dieta refluksowa\n<!--more-->\nAUTHOR: NastAnneXO\nAUTHOR EMAIL: cyfuwoolfshirlulene@outlook.com\nAUTHOR URL: \nSUBJECT: [Riser Builds] Contacts\nIP: 188.143.232.70\nArray\n(\n [Name] => NastAnneXO\n [Email] => cyfuwoolfshirlulene@outlook.com\n [Daytime Phone #] => 123456\n [Comment] => May cause congenital abnormalities? I would be really helpful if anybody can answer to that concern. I''m stuck with this problem for final week and I''m not able to locate homes answer for that concern. Any response will be extremely appreciated. Thank you quite considerably and have a excellent day. Apologies for my weak english language. Cheers ! \r\n_________________ \r\nzgaga objawy dieta refluksowa dieta refluksowa\n [I agree with terms.] => Yes\n)\n', 'NastAnneXO - 2013-07-28 02:59:10', '', 'spam', 'open', 'open', '', 'ebbc5ace26238341c73fe351ac512e07', '', '', '2013-07-28 02:59:10', '2013-07-28 08:59:10', '', 7544, 'http://riserbuilds.com/?post_type=feedback&p=7776', 0, 'feedback', '', 0),
1949(5992, 1, '2011-11-25 23:44:43', '2011-11-25 23:44:43', '[spoiler title="Lorem ipsum dolor sit amet, consectetur adipiscing elit, vivamus eros magna?"] Nulla semper feugiat lacus, quis mollis libero consequat non. Quisque mauris tellus, venenatis ut rhoncus non, sollicitudin et lectus. Curabitur commodo congue dolor vitae congue. Nullam adipiscing massa vel velit luctus blandit. Sed at elit lorem. Etiam consequat risus vitae tortor auctor consectetur. In ultrices dui vitae mi eleifend cursus. Nam aliquet auctor odio, dignissim sodales ligula elementum ut. Donec pharetra odio ipsum. Donec dui est, eleifend vitae placerat a, sodales at metus. [/spoiler]\n[spoiler title="Duis ipsum nisi, ultricies in suscipit vitae, placerat sit amet odio?"] Hidden answer text [/spoiler]\n[spoiler title="Nullam commodo nisl ac lectus pellentesque convallis rutrum arcu fringilla?"] Hidden answer text [/spoiler]\n[spoiler title="Maecenas lorem mi, tincidunt non aliquam sed, elementum eu nibh?"] Hidden answer text [/spoiler]\n[spoiler title="Etiam diam sem, sollicitudin nec blandit non, porttitor eget ligula?"] Hidden answer text [/spoiler]\n[spoiler title="Donec pharetra odio ipsum. Donec dui est, eleifend vitae placerat a, sodales at metus?"] Hidden answer text [/spoiler]\n[spoiler title="Adipiscing massa vel velit luctus blandit. Sed at elit lorem?"] Hidden answer text [/spoiler]\n[spoiler title="Praesent in urna justo. Praesent tellus mi, placerat sed interdum eget, lobortis nec dolor?"] Hidden answer text [/spoiler]\n[spoiler title="Sed venenatis tellus eget tortor iaculis tristique.?"] Hidden answer text [/spoiler]\n[spoiler title="Your Question?"] Hidden answer text [/spoiler]\n[spacer size="20"]\n[heading]The code[/heading]\n<pre>[[spoiler title="Your Question?"] Hidden answer text [/spoiler]]</pre>', 'FAQ', '', 'publish', 'open', 'open', '', 'faq', '', '', '2011-11-25 23:44:43', '2011-11-25 23:44:43', '', 0, 'http://www.mnkystudio.com/care/?page_id=5992', 0, 'page', '', 0),
1950(7827, 0, '2014-09-04 09:45:54', '2014-09-04 15:45:54', '\n<!--more-->\nAUTHOR: AlixSkell\nAUTHOR EMAIL: AlixSkellN@blog-1.ru\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 91.200.13.5\nArray\n(\n [Name] => AlixSkell\n [Email] => AlixSkellN@blog-1.ru\n [Phone] => 123456\n)\n', 'AlixSkell - 2014-09-04 09:45:54', '', 'spam', 'open', 'open', '', 'acc52196888a8091280c402e72bd5c53', '', '', '2014-09-04 09:45:54', '2014-09-04 15:45:54', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7827', 0, 'feedback', '', 0),
1951(7828, 0, '2014-09-18 20:37:12', '2014-09-19 02:37:12', '\n<!--more-->\nAUTHOR: Angelajit\nAUTHOR EMAIL: Angelajit@host15.ru\nAUTHOR URL: \nSUBJECT: [Riser Builds] Home\nIP: 91.200.13.5\nArray\n(\n [Name] => Angelajit\n [Email] => Angelajit@host15.ru\n [Phone] => 123456\n)\n', 'Angelajit - 2014-09-18 20:37:12', '', 'publish', 'open', 'open', '', '7ced77b40fb72c308dffbae13e25d561', '', '', '2014-09-18 20:37:12', '2014-09-19 02:37:12', '', 7047, 'http://riserbuilds.com/?post_type=feedback&p=7828', 0, 'feedback', '', 0);
1952
1953-- --------------------------------------------------------
1954
1955--
1956-- Table structure for table `wp_terms`
1957--
1958
1959CREATE TABLE IF NOT EXISTS `wp_terms` (
1960 `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
1961 `name` varchar(200) NOT NULL DEFAULT '',
1962 `slug` varchar(200) NOT NULL DEFAULT '',
1963 `term_group` bigint(10) NOT NULL DEFAULT '0',
1964 PRIMARY KEY (`term_id`),
1965 UNIQUE KEY `slug` (`slug`),
1966 KEY `name` (`name`)
1967) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ;
1968
1969--
1970-- Dumping data for table `wp_terms`
1971--
1972
1973INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
1974(1, 'Uncategorized', 'uncategorized', 0),
1975(2, 'Blogroll', 'blogroll', 0),
1976(3, 'Blog', 'blog', 0),
1977(4, 'Gallery', 'gallery', 0),
1978(5, 'Homepage Slider', 'homepage-slider', 0),
1979(6, 'http://www.youtube.com/watch?v=THfiHQZVSw0', 'httpwww-youtube-comwatchvthfihqzvsw0', 0),
1980(7, 'joe', 'joe', 0),
1981(8, 'Related_Posts', 'related_posts', 0),
1982(9, 'schmoe', 'schmoe', 0),
1983(23, 'To Top', 'to-top', 0),
1984(12, 'Top Toolbar Menu', 'top-toolbar-menu', 0),
1985(13, 'Shortcode', 'shortcode', 0),
1986(14, 'Example tag', 'example-tag', 0),
1987(15, 'tag', 'tag', 0),
1988(16, 'tag2', 'tag2', 0),
1989(17, 'tag3', 'tag3', 0),
1990(27, 'Useful Links That Riser Follows', 'riserlinks', 0),
1991(22, 'Footer', 'footer', 0),
1992(24, 'New Home Construction', 'newhomes', 0),
1993(25, 'Home Improvement', 'homeimprove', 0),
1994(26, 'Main Riser', 'main-riser', 0);
1995
1996-- --------------------------------------------------------
1997
1998--
1999-- Table structure for table `wp_term_relationships`
2000--
2001
2002CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
2003 `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
2004 `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
2005 `term_order` int(11) NOT NULL DEFAULT '0',
2006 PRIMARY KEY (`object_id`,`term_taxonomy_id`),
2007 KEY `term_taxonomy_id` (`term_taxonomy_id`)
2008) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2009
2010--
2011-- Dumping data for table `wp_term_relationships`
2012--
2013
2014INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
2015(3, 27, 0),
2016(1, 27, 0),
2017(6, 27, 0),
2018(8, 27, 0),
2019(4, 27, 0),
2020(7750, 26, 0),
2021(7756, 24, 0),
2022(4934, 22, 0),
2023(7596, 23, 0),
2024(7541, 22, 0),
2025(7649, 26, 0),
2026(7647, 26, 0),
2027(7650, 26, 0),
2028(7698, 22, 0),
2029(7691, 26, 0),
2030(7555, 22, 0);
2031
2032-- --------------------------------------------------------
2033
2034--
2035-- Table structure for table `wp_term_taxonomy`
2036--
2037
2038CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
2039 `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
2040 `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
2041 `taxonomy` varchar(32) NOT NULL DEFAULT '',
2042 `description` longtext NOT NULL,
2043 `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
2044 `count` bigint(20) NOT NULL DEFAULT '0',
2045 PRIMARY KEY (`term_taxonomy_id`),
2046 UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
2047 KEY `taxonomy` (`taxonomy`)
2048) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ;
2049
2050--
2051-- Dumping data for table `wp_term_taxonomy`
2052--
2053
2054INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
2055(1, 1, 'category', '', 0, 0),
2056(2, 2, 'link_category', '', 0, 0),
2057(3, 3, 'category', '', 0, 0),
2058(4, 4, 'category', '', 0, 0),
2059(5, 5, 'category', '', 0, 0),
2060(6, 6, 'post_tag', '', 0, 0),
2061(7, 7, 'post_tag', '', 0, 0),
2062(8, 8, 'post_tag', '', 0, 0),
2063(9, 9, 'post_tag', '', 0, 0),
2064(25, 25, 'services_rendered', '', 0, 0),
2065(12, 12, 'nav_menu', '', 0, 0),
2066(26, 26, 'nav_menu', '', 0, 5),
2067(24, 24, 'services_rendered', '', 0, 1),
2068(27, 27, 'link_category', '', 0, 5),
2069(13, 13, 'category', '', 0, 0),
2070(14, 14, 'post_tag', '', 0, 0),
2071(15, 15, 'post_tag', '', 0, 0),
2072(16, 16, 'post_tag', '', 0, 0),
2073(17, 17, 'post_tag', '', 0, 0),
2074(22, 22, 'nav_menu', '', 0, 4),
2075(23, 23, 'nav_menu', '', 0, 1);
2076
2077-- --------------------------------------------------------
2078
2079--
2080-- Table structure for table `wp_usermeta`
2081--
2082
2083CREATE TABLE IF NOT EXISTS `wp_usermeta` (
2084 `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
2085 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
2086 `meta_key` varchar(255) DEFAULT NULL,
2087 `meta_value` longtext,
2088 PRIMARY KEY (`umeta_id`),
2089 KEY `user_id` (`user_id`),
2090 KEY `meta_key` (`meta_key`)
2091) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=213 ;
2092
2093--
2094-- Dumping data for table `wp_usermeta`
2095--
2096
2097INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
2098(1, 1, 'first_name', 'Daniel'),
2099(2, 1, 'last_name', 'Riser'),
2100(3, 1, 'nickname', 'admin_name'),
2101(4, 1, 'description', ''),
2102(5, 1, 'rich_editing', 'true'),
2103(6, 1, 'comment_shortcuts', 'false'),
2104(7, 1, 'admin_color', 'fresh'),
2105(8, 1, 'use_ssl', '0'),
2106(9, 1, 'show_admin_bar_front', 'true'),
2107(10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
2108(11, 1, 'wp_user_level', '10'),
2109(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp390_widgets'),
2110(13, 1, 'show_welcome_panel', '1'),
2111(14, 1, 'wp_dashboard_quick_press_last_post_id', '7829'),
2112(15, 1, 'aim', ''),
2113(16, 1, 'yim', ''),
2114(17, 1, 'jabber', ''),
2115(18, 1, 'wp_user-settings', 'hidetb=1&align=none&urlbutton=file&imgsize=full&editor=tinymce&libraryContent=browse&wplink=1&unfold=1'),
2116(19, 1, 'wp_user-settings-time', '1361302286'),
2117(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";}'),
2118(21, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
2119(22, 1, 'nav_menu_recently_edited', '26'),
2120(23, 1, 'closedpostboxes_page', 'a:0:{}'),
2121(24, 1, 'metaboxhidden_page', 'a:4:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:7:"slugdiv";i:3;s:9:"authordiv";}'),
2122(151, 11, 'wp_user_level', '0'),
2123(150, 11, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2124(148, 11, 'use_ssl', '0'),
2125(149, 11, 'show_admin_bar_front', 'true'),
2126(140, 10, 'default_password_nag', '1'),
2127(141, 11, 'first_name', ''),
2128(142, 11, 'last_name', ''),
2129(143, 11, 'nickname', 'RoxanneBiaggini'),
2130(144, 11, 'description', ''),
2131(145, 11, 'rich_editing', 'true'),
2132(146, 11, 'comment_shortcuts', 'false'),
2133(147, 11, 'admin_color', 'fresh'),
2134(42, 1, 'closedpostboxes_portfolio', 'a:0:{}'),
2135(43, 1, 'metaboxhidden_portfolio', 'a:0:{}'),
2136(138, 10, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2137(139, 10, 'wp_user_level', '0'),
2138(136, 10, 'use_ssl', '0'),
2139(137, 10, 'show_admin_bar_front', 'true'),
2140(135, 10, 'admin_color', 'fresh'),
2141(134, 10, 'comment_shortcuts', 'false'),
2142(133, 10, 'rich_editing', 'true'),
2143(129, 10, 'first_name', ''),
2144(130, 10, 'last_name', ''),
2145(131, 10, 'nickname', 'Andreissan'),
2146(132, 10, 'description', ''),
2147(128, 1, 'edit_page_per_page', '35'),
2148(152, 11, 'default_password_nag', '1'),
2149(153, 12, 'first_name', ''),
2150(154, 12, 'last_name', ''),
2151(155, 12, 'nickname', 'ConradPqiq'),
2152(156, 12, 'description', ''),
2153(157, 12, 'rich_editing', 'true'),
2154(158, 12, 'comment_shortcuts', 'false'),
2155(159, 12, 'admin_color', 'fresh'),
2156(160, 12, 'use_ssl', '0'),
2157(161, 12, 'show_admin_bar_front', 'true'),
2158(162, 12, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2159(163, 12, 'wp_user_level', '0'),
2160(164, 12, 'default_password_nag', '1'),
2161(165, 13, 'first_name', ''),
2162(166, 13, 'last_name', ''),
2163(167, 13, 'nickname', 'Hugh7179mncncw'),
2164(168, 13, 'description', ''),
2165(169, 13, 'rich_editing', 'true'),
2166(170, 13, 'comment_shortcuts', 'false'),
2167(171, 13, 'admin_color', 'fresh'),
2168(172, 13, 'use_ssl', '0'),
2169(173, 13, 'show_admin_bar_front', 'true'),
2170(174, 13, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2171(175, 13, 'wp_user_level', '0'),
2172(176, 13, 'default_password_nag', '1'),
2173(177, 14, 'first_name', ''),
2174(178, 14, 'last_name', ''),
2175(179, 14, 'nickname', 'ClementHolte'),
2176(180, 14, 'description', ''),
2177(181, 14, 'rich_editing', 'true'),
2178(182, 14, 'comment_shortcuts', 'false'),
2179(183, 14, 'admin_color', 'fresh'),
2180(184, 14, 'use_ssl', '0'),
2181(185, 14, 'show_admin_bar_front', 'true'),
2182(186, 14, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2183(187, 14, 'wp_user_level', '0'),
2184(188, 14, 'default_password_nag', '1'),
2185(189, 15, 'first_name', ''),
2186(190, 15, 'last_name', ''),
2187(191, 15, 'nickname', 'AletheaDrummond'),
2188(192, 15, 'description', ''),
2189(193, 15, 'rich_editing', 'true'),
2190(194, 15, 'comment_shortcuts', 'false'),
2191(195, 15, 'admin_color', 'fresh'),
2192(196, 15, 'use_ssl', '0'),
2193(197, 15, 'show_admin_bar_front', 'true'),
2194(198, 15, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2195(199, 15, 'wp_user_level', '0'),
2196(200, 15, 'default_password_nag', '1'),
2197(201, 16, 'first_name', ''),
2198(202, 16, 'last_name', ''),
2199(203, 16, 'nickname', 'MayWebbefrnktqa'),
2200(204, 16, 'description', ''),
2201(205, 16, 'rich_editing', 'true'),
2202(206, 16, 'comment_shortcuts', 'false'),
2203(207, 16, 'admin_color', 'fresh'),
2204(208, 16, 'use_ssl', '0'),
2205(209, 16, 'show_admin_bar_front', 'true'),
2206(210, 16, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
2207(211, 16, 'wp_user_level', '0'),
2208(212, 16, 'default_password_nag', '1');
2209
2210-- --------------------------------------------------------
2211
2212--
2213-- Table structure for table `wp_users`
2214--
2215
2216CREATE TABLE IF NOT EXISTS `wp_users` (
2217 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
2218 `user_login` varchar(60) NOT NULL DEFAULT '',
2219 `user_pass` varchar(64) NOT NULL DEFAULT '',
2220 `user_nicename` varchar(50) NOT NULL DEFAULT '',
2221 `user_email` varchar(100) NOT NULL DEFAULT '',
2222 `user_url` varchar(100) NOT NULL DEFAULT '',
2223 `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
2224 `user_activation_key` varchar(60) NOT NULL DEFAULT '',
2225 `user_status` int(11) NOT NULL DEFAULT '0',
2226 `display_name` varchar(250) NOT NULL DEFAULT '',
2227 PRIMARY KEY (`ID`),
2228 KEY `user_login_key` (`user_login`),
2229 KEY `user_nicename` (`user_nicename`)
2230) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=17 ;
2231
2232--
2233-- Dumping data for table `wp_users`
2234--
2235
2236INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
2237(1, 'Admin', '$P$BdUI4sJ8RtXqkHcX/C8y73ABLuN.HS0', 'Admin', 'rob@tuxradio.com', '', '2012-07-11 21:24:51', '', 0, 'Admin'),
2238(11, 'RoxanneBiaggini', '$P$BcMoNzYg4NUUWuvkIi3eQ2Hb5m4W7j.', 'roxannebiaggini', 'taishasjx580@hotmail.com', '', '2014-02-08 20:06:02', '', 0, 'RoxanneBiaggini'),
2239(10, 'Andreissan', '$P$BzkTM78lNUcfbww/Tp98b.oxelcmko1', 'andreissan', 'and@stylem.pl', '', '2014-01-12 19:43:39', '', 0, 'Andreissan'),
2240(12, 'ConradPqiq', '$P$BycqIltgB6706cH9zhmjex1sINSX6Z/', 'conradpqiq', 'kowalskijohn89@aol.com', '', '2014-03-01 06:36:01', '', 0, 'ConradPqiq'),
2241(13, 'Hugh7179mncncw', '$P$B9Pf3OYbILOK34pf.S6Mc2wiMH5VE5/', 'hugh7179mncncw', '10@ranking-chwiilowek.waw.pl', '', '2014-03-09 02:27:25', '', 0, 'Hugh7179mncncw'),
2242(14, 'ClementHolte', '$P$Bn/zw031cOovHFroTcEDzr3z3UlCra/', 'clementholte', 'lchanceedr@yahoo.com', '', '2014-08-15 19:00:47', '', 0, 'ClementHolte'),
2243(15, 'AletheaDrummond', '$P$BKVvpeM8rmvx510fr5Lvo/LsBjS6lV.', 'aletheadrummond', 'ptomolemprof1972@yahoo.co.uk', '', '2014-08-19 09:52:23', '', 0, 'AletheaDrummond'),
2244(16, 'MayWebbefrnktqa', '$P$BJJAW3qnEd8EhL0w8hI0IGMS42A4.H0', 'maywebbefrnktqa', 'abtlannabellfierst@bk.ru', '', '2014-09-19 13:19:09', '', 0, 'MayWebbefrnktqa');
2245
2246-- --------------------------------------------------------
2247
2248--
2249-- Table structure for table `wp_wfBadLeechers`
2250--
2251
2252CREATE TABLE IF NOT EXISTS `wp_wfBadLeechers` (
2253 `eMin` int(10) unsigned NOT NULL,
2254 `IP` int(10) unsigned NOT NULL,
2255 `hits` int(10) unsigned NOT NULL,
2256 PRIMARY KEY (`eMin`,`IP`)
2257) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2258
2259-- --------------------------------------------------------
2260
2261--
2262-- Table structure for table `wp_wfBlocks`
2263--
2264
2265CREATE TABLE IF NOT EXISTS `wp_wfBlocks` (
2266 `IP` int(10) unsigned NOT NULL,
2267 `blockedTime` bigint(20) NOT NULL,
2268 `reason` varchar(255) NOT NULL,
2269 `lastAttempt` int(10) unsigned DEFAULT '0',
2270 `blockedHits` int(10) unsigned DEFAULT '0',
2271 `wfsn` tinyint(3) unsigned DEFAULT '0',
2272 `permanent` tinyint(3) unsigned DEFAULT '0',
2273 PRIMARY KEY (`IP`),
2274 KEY `k1` (`wfsn`)
2275) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2276
2277-- --------------------------------------------------------
2278
2279--
2280-- Table structure for table `wp_wfBlocksAdv`
2281--
2282
2283CREATE TABLE IF NOT EXISTS `wp_wfBlocksAdv` (
2284 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
2285 `blockType` char(2) NOT NULL,
2286 `blockString` varchar(255) NOT NULL,
2287 `ctime` int(10) unsigned NOT NULL,
2288 `reason` varchar(255) NOT NULL,
2289 `totalBlocked` int(10) unsigned DEFAULT '0',
2290 `lastBlocked` int(10) unsigned DEFAULT '0',
2291 PRIMARY KEY (`id`)
2292) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
2293
2294-- --------------------------------------------------------
2295
2296--
2297-- Table structure for table `wp_wfConfig`
2298--
2299
2300CREATE TABLE IF NOT EXISTS `wp_wfConfig` (
2301 `name` varchar(100) NOT NULL,
2302 `val` longblob,
2303 PRIMARY KEY (`name`)
2304) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2305
2306--
2307-- Dumping data for table `wp_wfConfig`
2308--
2309
2310INSERT INTO `wp_wfConfig` (`name`, `val`) VALUES
2311('alertOn_critical', 0x31),
2312('alertOn_warnings', 0x31),
2313('alertOn_throttle', 0x30),
2314('alertOn_block', 0x30),
2315('alertOn_loginLockout', 0x30),
2316('alertOn_lostPasswdForm', 0x30),
2317('alertOn_adminLogin', 0x30),
2318('alertOn_nonAdminLogin', 0x30),
2319('liveTrafficEnabled', 0x31),
2320('liveTraf_ignorePublishers', 0x31),
2321('scheduledScansEnabled', 0x31),
2322('scansEnabled_public', 0x30),
2323('scansEnabled_core', 0x31),
2324('scansEnabled_themes', 0x31),
2325('scansEnabled_plugins', 0x31),
2326('scansEnabled_malware', 0x31),
2327('scansEnabled_fileContents', 0x31),
2328('scansEnabled_posts', 0x31),
2329('scansEnabled_comments', 0x31),
2330('scansEnabled_passwds', 0x31),
2331('scansEnabled_diskSpace', 0x31),
2332('scansEnabled_options', 0x31),
2333('scansEnabled_dns', 0x31),
2334('scansEnabled_oldVersions', 0x31),
2335('firewallEnabled', 0x30),
2336('blockFakeBots', 0x31),
2337('autoBlockScanners', 0x30),
2338('loginSecurityEnabled', 0x31),
2339('loginSec_lockInvalidUsers', 0x30),
2340('loginSec_maskLoginErrors', 0x31),
2341('other_hideWPVersion', 0x31),
2342('other_noAnonMemberComments', 0x31),
2343('other_scanComments', 0x31),
2344('other_pwStrengthOnUpdate', 0x31),
2345('other_WFNet', 0x31),
2346('other_scanOutside', 0x31),
2347('deleteTablesOnDeact', 0x30),
2348('debugOn', 0x30),
2349('securityLevel', 0x435553544f4d),
2350('alertEmails', 0x726f6240747578726164696f2e636f6d),
2351('liveTraf_ignoreUsers', ''),
2352('liveTraf_ignoreIPs', ''),
2353('liveTraf_ignoreUA', ''),
2354('apiKey', 0x61393639393962613136323233313138306636336264363537383832646530343566653438333730613434633835646164623033643033623239373236623230343638333833353534613763386563303838646162366661363533666235396663666566653065363562393833613365326637656131366361636232316232333839333063613561323734306534343861303063356363396535643937396631),
2355('maxMem', 0x323536),
2356('whitelisted', ''),
2357('maxExecutionTime', ''),
2358('howGetIPs', ''),
2359('actUpdateInterval', 0x32),
2360('neverBlockBG', 0x6e65766572426c6f636b5665726966696564),
2361('loginSec_countFailMins', 0x35),
2362('loginSec_lockoutMins', 0x35),
2363('loginSec_maxFailures', 0x3230),
2364('loginSec_maxForgotPasswd', 0x3230),
2365('maxGlobalRequests', 0x44495341424c4544),
2366('maxGlobalRequests_action', 0x7468726f74746c65),
2367('maxRequestsCrawlers', 0x44495341424c4544),
2368('maxRequestsCrawlers_action', 0x7468726f74746c65),
2369('maxRequestsHumans', 0x44495341424c4544),
2370('maxRequestsHumans_action', 0x7468726f74746c65),
2371('max404Crawlers', 0x44495341424c4544),
2372('max404Crawlers_action', 0x7468726f74746c65),
2373('max404Humans', 0x44495341424c4544),
2374('max404Humans_action', 0x7468726f74746c65),
2375('maxScanHits', 0x44495341424c4544),
2376('maxScanHits_action', 0x7468726f74746c65),
2377('blockedTime', 0x333030),
2378('encKey', 0x34363064323964333432623134646439),
2379('schedScanArgs', 0x613a373a7b693a303b693a313431323532333033343b693a313b693a313431323030343932323b693a323b693a313431323039303532353b693a333b693a313431323137373430373b693a343b693a313431323236333237383b693a353b693a313431323334393237323b693a363b693a313431323433383036333b7d),
2380('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69),
2381('tourClosed', 0x31),
2382('wf_summaryItems', 0x613a31363a7b733a31303a22746f74616c5573657273223b693a383b733a31303a22746f74616c5061676573223b733a323a223436223b733a31303a22746f74616c506f737473223b733a313a2230223b733a31333a22746f74616c436f6d6d656e7473223b733a313a2231223b733a31353a22746f74616c43617465676f72696573223b733a313a2235223b733a31313a22746f74616c5461626c6573223b693a33333b733a393a22746f74616c526f7773223b693a383335373b733a31323a22746f74616c506c7567696e73223b693a373b733a31303a226c617374557064617465223b693a313431313939373334343b733a31313a22746f74616c5468656d6573223b693a333b733a393a22746f74616c44617461223b733a393a223131342e3332204d42223b733a31303a22746f74616c46696c6573223b693a343833343b733a393a22746f74616c44697273223b693a3737343b733a31303a226c696e65734f66504850223b693a3437373330363b733a31303a226c696e65734f664a4348223b693a3230343833383b733a383a227363616e54696d65223b643a313431313939373334342e343038343930383936323234393735353835393337353b7d),
2383('wfKillRequested', 0x30),
2384('currentCronKey', ''),
2385('wf_scanRunning', ''),
2386('wfStatusStartMsgs', 0x613a31353a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b693a31333b733a303a22223b693a31343b733a303a22223b7d),
2387('lastScanCompleted', 0x6f6b),
2388('wfsd_engine', ''),
2389('wfPeakMemory', 0x3633323835373034),
2390('wf_dnsMX', 0x6d61696c73746f7265312e7365637572657365727665722e6e65742c20736d74702e7365637572657365727665722e6e6574),
2391('wf_dnsLogged', 0x31),
2392('emailedIssuesList', 0x613a35313a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a226638356162383664303239353062396336303466616538383539393461363931223b733a373a2269676e6f726550223b733a33323a223038373233633263636633643930383930633630396564313033396239336362223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223430636334663532373930623261343039363533643230613232376461336237223b733a373a2269676e6f726550223b733a33323a223430636334663532373930623261343039363533643230613232376461336237223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a223862306539343032393434373133653630333838656166623262656634306339223b733a373a2269676e6f726550223b733a33323a223862306539343032393434373133653630333838656166623262656634306339223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a223765336132613462303033366266633436636239303536613261356566396363223b733a373a2269676e6f726550223b733a33323a223765336132613462303033366266633436636239303536613261356566396363223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a223962386663326238663239336432353265633566393137363165353134613134223b733a373a2269676e6f726550223b733a33323a223962386663326238663239336432353265633566393137363165353134613134223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223862633735393833633937373363626438626463386566356336626364336466223b733a373a2269676e6f726550223b733a33323a223862633735393833633937373363626438626463386566356336626364336466223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223532646232313736616530313362363264376234323039653638393730646230223b733a373a2269676e6f726550223b733a33323a223532646232313736616530313362363264376234323039653638393730646230223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223032613464626334313737353761303232376538613461343638616135336435223b733a373a2269676e6f726550223b733a33323a223032613464626334313737353761303232376538613461343638616135336435223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a226236363530353361666630643739383765326232316531366662313135653566223b733a373a2269676e6f726550223b733a33323a226236363530353361666630643739383765326232316531366662313135653566223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a226163353332646436383831356537633862633939663637383832373166326637223b733a373a2269676e6f726550223b733a33323a226163353332646436383831356537633862633939663637383832373166326637223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a223732393732333663663436643261633939313361316361306264303565363261223b733a373a2269676e6f726550223b733a33323a223732393732333663663436643261633939313361316361306264303565363261223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a223165336238626661323435343436393734386431303930636537323636653463223b733a373a2269676e6f726550223b733a33323a223165336238626661323435343436393734386431303930636537323636653463223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a226465363963393962333361303338626636633030383039643162663466336533223b733a373a2269676e6f726550223b733a33323a226465363963393962333361303338626636633030383039643162663466336533223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a223465353538613464386633313238313235376566333966313161623964316437223b733a373a2269676e6f726550223b733a33323a223465353538613464386633313238313235376566333966313161623964316437223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223662316432376532366233306164353435393335333939383539646563653335223b733a373a2269676e6f726550223b733a33323a223662316432376532366233306164353435393335333939383539646563653335223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a223830653032623131373630346231663737363835363833373862623634313036223b733a373a2269676e6f726550223b733a33323a223830653032623131373630346231663737363835363833373862623634313036223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223134633537376366666439383666336164336633656661373036653866303233223b733a373a2269676e6f726550223b733a33323a223134633537376366666439383666336164336633656661373036653866303233223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223366303933353335386365643265356134363462396334613136316138643963223b733a373a2269676e6f726550223b733a33323a223366303933353335386365643265356134363462396334613136316138643963223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a223864303035306637663661353534383334356337656466343838386333343834223b733a373a2269676e6f726550223b733a33323a223864303035306637663661353534383334356337656466343838386333343834223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a223266616563623663313965393563393063316262343939623637663562643566223b733a373a2269676e6f726550223b733a33323a223266616563623663313965393563393063316262343939623637663562643566223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a226166353934303062323832383062303863376564653936333763636637373662223b733a373a2269676e6f726550223b733a33323a226166353934303062323832383062303863376564653936333763636637373662223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a223461373733316165393463623032353036353337323533353637636239313661223b733a373a2269676e6f726550223b733a33323a223461373733316165393463623032353036353337323533353637636239313661223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a223034313262616537643131343162333166393334363334623636333533663430223b733a373a2269676e6f726550223b733a33323a223034313262616537643131343162333166393334363334623636333533663430223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a223335663030616538353935653930633633616130323835643030636133393635223b733a373a2269676e6f726550223b733a33323a223335663030616538353935653930633633616130323835643030636133393635223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a223261393566646563666362393132653831313433343263346262346566386232223b733a373a2269676e6f726550223b733a33323a223261393566646563666362393132653831313433343263346262346566386232223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a223937656336323163663562316630323365323736636530323539313466656530223b733a373a2269676e6f726550223b733a33323a223937656336323163663562316630323365323736636530323539313466656530223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a223237636361633262656238656162313838633336306230306233633335643133223b733a373a2269676e6f726550223b733a33323a223335383666373635363431653630366335393233363433333638393930623134223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a223361623661376232666430653131643837643732313035386131313739326433223b733a373a2269676e6f726550223b733a33323a223539653839373062653463333064613138626336336233623064636563396466223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a223161633461306538353364363538393135626635346230633631623831353035223b733a373a2269676e6f726550223b733a33323a223833313061383233616536633834626537303366666533303938663864306432223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a223936613934386637613164663235323335623561366436316535373337656466223b733a373a2269676e6f726550223b733a33323a223233313134643531316634373636646338346265346137653138663864343938223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a223434613935626230353830353166343035636238363837653938323561333933223b733a373a2269676e6f726550223b733a33323a226539643563616163373861363961366238633632643966613931313337313866223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a223139393463373039643734663431613166383637643366366661666639353964223b733a373a2269676e6f726550223b733a33323a223735656332343961633536646162376263666330346465353931643263643239223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a226362366162623561666136376164316131653262656333316565613532336231223b733a373a2269676e6f726550223b733a33323a223663633264656439346131346132346135666433653435666437636362643136223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a226331663934623538663462393231343534383838666161353534333864623834223b733a373a2269676e6f726550223b733a33323a226331663934623538663462393231343534383838666161353534333864623834223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a226635313162653932376661393136616134323365383564396334356532653965223b733a373a2269676e6f726550223b733a33323a223066386637373437346336323039656331326366633064326539616161376231223b7d693a33353b613a323a7b733a373a2269676e6f726543223b733a33323a223430396164376238326336613363346436633961396337626234323536646435223b733a373a2269676e6f726550223b733a33323a223430396164376238326336613363346436633961396337626234323536646435223b7d693a33363b613a323a7b733a373a2269676e6f726543223b733a33323a223331376261646362303464363531356636623138316263316336313738336465223b733a373a2269676e6f726550223b733a33323a223331376261646362303464363531356636623138316263316336313738336465223b7d693a33373b613a323a7b733a373a2269676e6f726543223b733a33323a226531646639646661633431343063303065623436353837313733393335646466223b733a373a2269676e6f726550223b733a33323a226531646639646661633431343063303065623436353837313733393335646466223b7d693a33383b613a323a7b733a373a2269676e6f726543223b733a33323a226332356263343865663030323335666330666634333465353464636262336132223b733a373a2269676e6f726550223b733a33323a226332356263343865663030323335666330666634333465353464636262336132223b7d693a33393b613a323a7b733a373a2269676e6f726543223b733a33323a223531623063313232383534616462326132666665363933383830346561383838223b733a373a2269676e6f726550223b733a33323a223531623063313232383534616462326132666665363933383830346561383838223b7d693a34303b613a323a7b733a373a2269676e6f726543223b733a33323a223030396434643832303562353239306636643862666635623966626332656663223b733a373a2269676e6f726550223b733a33323a223030396434643832303562353239306636643862666635623966626332656663223b7d693a34313b613a323a7b733a373a2269676e6f726543223b733a33323a223939613462313931343462333130386131393336393861326435626230353066223b733a373a2269676e6f726550223b733a33323a226235346166666331616632356161323733366433613037353763383861336437223b7d693a34323b613a323a7b733a373a2269676e6f726543223b733a33323a223663393733323834373832316638643732616539633466633739666464653531223b733a373a2269676e6f726550223b733a33323a223663393733323834373832316638643732616539633466633739666464653531223b7d693a34333b613a323a7b733a373a2269676e6f726543223b733a33323a226662373533383738336562363739623230633135623232313634373533383033223b733a373a2269676e6f726550223b733a33323a226662373533383738336562363739623230633135623232313634373533383033223b7d693a34343b613a323a7b733a373a2269676e6f726543223b733a33323a223864633965333836646633343439373936666136666537346538663731666138223b733a373a2269676e6f726550223b733a33323a223864633965333836646633343439373936666136666537346538663731666138223b7d693a34353b613a323a7b733a373a2269676e6f726543223b733a33323a223539643335316465666536653161633035653365306238646535336465323133223b733a373a2269676e6f726550223b733a33323a223539643335316465666536653161633035653365306238646535336465323133223b7d693a34363b613a323a7b733a373a2269676e6f726543223b733a33323a223461323734623863313438323732353361643339303930386536613532303432223b733a373a2269676e6f726550223b733a33323a223461323734623863313438323732353361643339303930386536613532303432223b7d693a34373b613a323a7b733a373a2269676e6f726543223b733a33323a226634653139386335333164356338343431366465366564366164346232343937223b733a373a2269676e6f726550223b733a33323a226634653139386335333164356338343431366465366564366164346232343937223b7d693a34383b613a323a7b733a373a2269676e6f726543223b733a33323a223236326139373262613065626433613964626562343265386664316565376233223b733a373a2269676e6f726550223b733a33323a223236326139373262613065626433613964626562343265386664316565376233223b7d693a34393b613a323a7b733a373a2269676e6f726543223b733a33323a226331383862323637316535313233653730316634643163376136336639373032223b733a373a2269676e6f726550223b733a33323a226331383862323637316535313233653730316634643163376136336639373032223b7d693a35303b613a323a7b733a373a2269676e6f726543223b733a33323a223736366333643362356637613365356338303832633838623961663539343237223b733a373a2269676e6f726550223b733a33323a223736366333643362356637613365356338303832633838623961663539343237223b7d7d),
2393('lastScheduledScanStart', 0x31343131393937323933),
2394('loginSec_blockAdminReg', 0x31),
2395('loginSec_strongPasswds', 0x70756273),
2396('wf_dnsCNAME', ''),
2397('wf_dnsA', 0x72697365726275696c64732e636f6d20706f696e747320746f203139322e3138352e3135392e3434),
2398('cbl_restOfSiteBlocked', 0x31),
2399('alertOn_update', 0x30),
2400('advancedCommentScanning', 0x30),
2401('checkSpamIP', 0x30),
2402('spamvertizeCheck', 0x30),
2403('scansEnabled_heartbleed', 0x31),
2404('scansEnabled_scanImages', 0x30),
2405('scansEnabled_highSense', 0x30),
2406('loginSec_disableAuthorScan', 0x31),
2407('autoUpdate', 0x31),
2408('disableCookies', 0x30),
2409('startScansRemotely', 0x30),
2410('addCacheComment', 0x30),
2411('allowHTTPSCaching', 0x30),
2412('scan_exclude', ''),
2413('bannedURLs', ''),
2414('alert_maxHourly', 0x30),
2415('loginSec_userBlacklist', ''),
2416('autoUpdateChoice', 0x31),
2417('totalScansRun', 0x38),
2418('totalLoginHits', 0x323231),
2419('totalLogins', 0x32),
2420('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a2241646d696e223b733a393a2266697273744e616d65223b733a363a2244616e69656c223b733a383a226c6173744e616d65223b733a353a225269736572223b733a343a2274696d65223b733a33313a2254687520323574682053657074656d62657220402030383a31353a3236414d223b733a323a224950223b733a31333a223230382e37392e31302e313635223b7d);
2421
2422-- --------------------------------------------------------
2423
2424--
2425-- Table structure for table `wp_wfCrawlers`
2426--
2427
2428CREATE TABLE IF NOT EXISTS `wp_wfCrawlers` (
2429 `IP` int(10) unsigned NOT NULL,
2430 `patternSig` binary(16) NOT NULL,
2431 `status` char(8) NOT NULL,
2432 `lastUpdate` int(10) unsigned NOT NULL,
2433 `PTR` varchar(255) DEFAULT '',
2434 PRIMARY KEY (`IP`,`patternSig`)
2435) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2436
2437-- --------------------------------------------------------
2438
2439--
2440-- Table structure for table `wp_wfFileMods`
2441--
2442
2443CREATE TABLE IF NOT EXISTS `wp_wfFileMods` (
2444 `filenameMD5` binary(16) NOT NULL,
2445 `filename` varchar(1000) NOT NULL,
2446 `knownFile` tinyint(3) unsigned NOT NULL,
2447 `oldMD5` binary(16) NOT NULL,
2448 `newMD5` binary(16) NOT NULL,
2449 PRIMARY KEY (`filenameMD5`)
2450) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2451
2452--
2453-- Dumping data for table `wp_wfFileMods`
2454--
2455
2456INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
2457('ßÃj?,6??»?K?õ', '.files.list', 0, '4´½,?oÂdTÄ8D`¢h', '4´½,?oÂdTÄ8D`¢h'),
2458('??Â&f?êµq6?U2úÂi', '.git/.htaccess', 0, '14uf?\Zj?ÂÇÚo?', '14uf?\Zj?ÂÇÚo?'),
2459('?ª|æ-¸}??M÷)Õ', '.git/COMMIT_EDITMSG', 0, ' ? «Òè?·Â?Ã#Xû', ' ? «Òè?·Â?Ã#Xû'),
2460('bû¬ÊÛØ?R¾ñþÃ&ùß', '.git/HEAD', 0, 'LòÖND _æ(ÃÕ4áX', 'LòÖND _æ(ÃÕ4áX'),
2461('J%?ò*?ë uJ?', '.git/config', 0, 'YîÂi?$u¶# ,Ñ', 'YîÂi?$u¶# ,Ñ'),
2462('R?ÃL????aÂÂ¥?±', '.git/description', 0, ' §Ãÿò*ê<ú?l', ' §Ãÿò*ê<ú?l'),
2463('¾³ø ï(?³®r"Âu', '.git/hooks/applypatch-msg.sample', 0, '?Ç-ÉsâO?#½?çöõ', '?Ç-ÉsâO?#½?çöõ'),
2464('ÂÑ\0æZy6B7?ÂW÷Â!', '.git/hooks/commit-msg.sample', 0, 'W?<¡çJ??uû?0', 'W?<¡çJ??uû?0'),
2465('H&ýÂJæª`Qö?', '.git/hooks/post-update.sample', 0, '+~¥Îã?õ=Aà ?ë?L', '+~¥Îã?õ=Aà ?ë?L'),
2466('ôÂËôAO(½$ÎÆ %i', '.git/hooks/pre-applypatch.sample', 0, '¤§äWµ[Z?ys?7é', '¤§äWµ[Z?ys?7é'),
2467('k\ZPÂ?@?ü4Âi}j', '.git/hooks/pre-commit.sample', 0, 'DÂ???3-{?? <', 'DÂ???3-{?? <'),
2468('F?2¼?¤ÞÉöú±ÃØ+÷', '.git/hooks/pre-rebase.sample', 0, 'Â\0WEEHF»yÃŒ<|WeÂ', 'Â\0WEEHF»yÃŒ<|WeÂ'),
2469('«ÂpË]f?âtè99?E§?', '.git/hooks/prepare-commit-msg.sample', 0, '}þ?B£4m¥%\\yK', '}þ?B£4m¥%\\yK'),
2470('~Ø #ÆR7¯aw?£}A', '.git/hooks/update.sample', 0, '?×øâ??ßyä3?ìÈ', '?×øâ??ßyä3?ìÈ'),
2471('k?$ÅsÉçq¶¥B0', '.git/index', 0, '?éK>JIMxp57B·é', '?éK>JIMxp57B·é'),
2472('·f|Ë.oìWv7MD1Ô', '.git/info/exclude', 0, 'b´¡«J#]u??æ?å£', 'b´¡«J#]u??æ?å£'),
2473('6\\Q?©?u?èfæI?', '.git/info/refs', 0, '"ÿöÀFÜø?.(µ?2', '"ÿöÀFÜø?.(µ?2'),
2474('?Âc?à T µªÃv&', '.git/logs/HEAD', 0, 'ùÂ_?ØÛ×xÂÑ?x#û', 'ùÂ_?ØÛ×xÂÑ?x#û'),
2475('k*?Ã…!;3þß[AÔ', '.git/logs/refs/heads/master', 0, 'ùÂ_?ØÛ×xÂÑ?x#û', 'ùÂ_?ØÛ×xÂÑ?x#û'),
2476('_Âm??÷Tưà \rù²', '.git/objects/info/packs', 0, 'ºH?¢Ãã÷??Ô|Çõµ_', 'ºH?¢Ãã÷??Ô|Çõµ_'),
2477('?gýa·:yÓÈâ`@R]', '.git/objects/pack/pack-6a7ea94a27bc26bfef9604dca817e5bf08ebee16.idx', 0, '%°l\0hÑWw?}±?', '%°l\0hÑWw?}±?'),
2478('??×ÃO¼?f?eðmÜ', '.git/objects/pack/pack-6a7ea94a27bc26bfef9604dca817e5bf08ebee16.pack', 0, 'Ã…Ã}L??fÑ\n?_ÃCK', 'Ã…Ã}L??fÑ\n?_ÃCK'),
2479('M?®rª®3«??×y&', '.git/refs/heads/master', 0, '?Ò×{?44Nª¢µc?', '?Ò×{?44Nª¢µc?'),
2480('Â?¡J?òåmS??Ã', '.git/refs/tags/Initial', 0, '?Ò×{?44Nª¢µc?', '?Ò×{?44Nª¢µc?'),
2481(',Itßa?rû¦Ãð¿Qò¤', '.git/refs/tags/PreUpgrade-From-3.5.1-to-3.7.1', 0, '?Ò×{?44Nª¢µc?', '?Ò×{?44Nª¢µc?'),
2482(' ?·?¼Y?xà tò', '.gitignore', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
2483('?RÄ*³¸ª£õ÷?¤ÃÌÂ', '.htaccess', 0, '?Ó"ÃÕ?XX%ÃŽOb<Ã', '?Ó"ÃÕ?XX%ÃŽOb<Ã'),
2484('uoÃ)ºÒ×|?gà ûT', '.qidb/.rpm.lock', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
2485('öì?Nò]<¤³?ª^v', '.qidb/Basenames', 0, '??¢i·µ?Ê#T?''? ', '??¢i·µ?Ê#T?''? '),
2486('³À??ÈÃÃŒ)_ÃŽzC¨-ÿ', '.qidb/Dirnames', 0, '?¿J×@$qÓPi,?]', '?¿J×@$qÓPi,?]'),
2487('¾Uø9????Kg?SÃ', '.qidb/Filedigests', 0, 'gÃPx?ÂÂ?´\\.=R', 'gÃPx?ÂÂ?´\\.=R'),
2488('Rk0ðÂ3?²R:!¼??', '.qidb/Group', 0, '??bYç§- 8??+OÃ…', '??bYç§- 8??+OÃ…'),
2489('B??du@¼ý>¼êY', '.qidb/Installtid', 0, '?)?\r ?=oá[Â\r?', '?)?\r ?=oá[Â\r?'),
2490(']fuÄBX¤iÆü?¿¼Çk', '.qidb/Name', 0, 'â?<½gÚd9¢p}??', 'â?<½gÚd9¢p}??'),
2491('yÅüLÞ?Æï.''ÃŒjÃé', '.qidb/Packages', 0, 'ègæ*xÂôü[P¢z', 'ègæ*xÂôü[P¢z'),
2492('½?\\JN?XRJ\0?Â\r¨', '.qidb/Providename', 0, 'ÊëÂ(êU$§ÂKAQC>é', 'ÊëÂ(êU$§ÂKAQC>é'),
2493('J-?Ã…\\5\n ig¢²ÞÊÃ', '.qidb/Provideversion', 0, 'º¿?Ãà ,`kv7?Â!?Ä', 'º¿?Ãà ,`kv7?Â!?Ä'),
2494('??h,<sC@uÚ;Õ?', '.qidb/Requirename', 0, '¬î§s0&?Rv»Ó&·?', '¬î§s0&?Rv»Ó&·?'),
2495('?Tf²´.À97¦®''µ}?', '.qidb/Requireversion', 0, 'DÜñm`vþ??°Ú%}0Üâ', 'DÜñm`vþ??°Ú%}0Üâ'),
2496('o\\4á«4ïúÿ9ÉP+]', '.qidb/Sha1header', 0, '?=hÛìköÊ?äd Þ', '?=hÛìköÊ?äd Þ'),
2497('?/?¢l\n}m;l-s>)3', '.qidb/Sigmd5', 0, '\r\n±&ïç`">ÄK¯ï{', '\r\n±&ïç`">ÄK¯ï{'),
2498('ùe?·Âi?ª·¤ a£', '.qidb/Triggername', 0, 'Âú?HÃ¥^??i"Ãb', 'Âú?HÃ¥^??i"Ãb'),
2499('a?R?öÂVS?éyM?', '.qidb/__db.001', 0, 'ZùQ²?d.¢<??»`', 'ZùQ²?d.¢<??»`'),
2500('Z?Ill§???Eå*1?', '.qidb/__db.002', 0, '??BH«êø?|?ÞÌý', '??BH«êø?|?ÞÌý'),
2501(')v2?ñlû?¯`ehÂ`{', '.qidb/__db.003', 0, '`xsA!:Ûä\0à ZW¢m', '`xsA!:Ûä\0à ZW¢m'),
2502('?fý÷ü?6®ô?ñÖe', '.qidb/__db.004', 0, 'ÃêÞKwXö¾p VW', 'ÃêÞKwXö¾p VW'),
2503('5h?Êê?>¨p?v§?', 'error_log', 0, ']?f^Î\0??ü;çs?B', ']?f^Î\0??ü;çs?B'),
2504('??\0¸ó¼²+OW+Â', 'index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶%0;à õs¦¹Dm\\¾:['),
2505('?ÃÉ[²/Â9} `:wÙP', 'license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®5Ã.p3}¯Éõ~ÃŽ#ý'),
2506('a§?£ª_×?¾Ã6j¨ìX', 'readme.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Hî"ù½<iNØ'),
2507('#N?Mò?Xæ3h¨ÓrÆ', 'wordpress-3.5.1-to-wordpress-3.5.2.patch', 0, '?_ ¾m?îöïå?g?²£Ã', '?_ ¾m?îöïå?g?²£Ã'),
2508('&jÉ%yéÆr??0£_o', 'wordpress-3.5.2-to-wordpress-3.6.patch', 0, '_ù2s¿ I3P"®b·C\\¼', '_ù2s¿ I3P"®b·C\\¼'),
2509('+Cn4K¦YÓìl8l°', 'wordpress-3.6-to-wordpress-3.6.1.patch', 0, '??ëÂæà ?2?¦?Ûu?', '??ëÂæà ?2?¦?Ûu?'),
2510('Uà ?n6²''Bªë7ú?W?', 'wordpress-3.6.1-to-wordpress-3.7.patch', 0, 'ðâxy?¬Ãâ$¤P?Tø', 'ðâxy?¬Ãâ$¤P?Tø'),
2511('ÃŽ]ìOo¶ë Ä^#¨Àn?', 'wordpress-3.7-to-wordpress-3.7.1.patch', 0, '±?*^ÃŒz\r?ÃBÕn', '±?*^ÃŒz\r?ÃBÕn'),
2512('çÃÕKÿg?ÃÃ¥?o#ç0', 'wp-activate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8Ã…#¨&µÂº?xÿh/'),
2513('-?º)7¦5y°8cÚâWvØ', 'wp-admin/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö3?\\9Qùý\0?á:)éß'),
2514('XÿæH?(»:ÈZé', 'wp-admin/admin-ajax.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nì¸Æ?üc(f8'),
2515('!1b?9 ª*ãÀÿ\\áÆ', 'wp-admin/admin-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BLªuy`''G&\Z¹??ÕÉ'),
2516('ÈKUõg0MU¿/?ö?', 'wp-admin/admin-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãóÂga¢ÃÃŽcÂ3Âaq½'),
2517('@èm¾·ëÅOÃ…ÃW', 'wp-admin/admin-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qgy+K,?úgB?7G'),
2518('Ã]?§@?\n?«>?îYn', 'wp-admin/admin-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿(h~62??»\n-Ö'),
2519('??¦,H(bæ_F?O', 'wp-admin/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SªcZäP?Ià *{'),
2520(' XÃŽt\\4vNI5?ØjËÂ', 'wp-admin/async-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B''~$ÇLçÃ_C÷? û'),
2521('"ÓÄ6\r+K{×\Z!a', 'wp-admin/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬m4b^I?äWe¢Ã1?§'),
2522('kMÃü??¦?î?Ysp', 'wp-admin/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?"ô÷??ja²0Â?'),
2523('¤*O-¡L?ªÂâ\r[Ûu', 'wp-admin/css/about-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï¨hÌV´ò$ä$4ýuÉ'),
2524('ÉA7¨''áC#?w?Sûs?', 'wp-admin/css/about.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²ô-?BNr?á?ÈN&'),
2525('?mÂÇn9ÆF±6·', 'wp-admin/css/admin-menu-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2''?ú?Ãbul?Ûdß4'),
2526('ÂÃ"êZ0\0?e??pß', 'wp-admin/css/admin-menu.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èfIÂsL\r?ê?N?è\Z?'),
2527('ïÀûP??a`Xu?', 'wp-admin/css/color-picker-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}Z©]8N?Ãûj?'),
2528('Òr?Wê®3¨?ã?V', 'wp-admin/css/color-picker-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ýRü\n?u?0°î½\rÜp'),
2529('FóÂï?æ?C;$?éH\r\r', 'wp-admin/css/color-picker.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥$Ü&¦I\\3pÃ¥?"Ã2'),
2530('?¯?9îu_\\\nÃ9Ã''', 'wp-admin/css/color-picker.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Év«r*???ÊV£ÂòÂPK'),
2531('¸J|6}ËPß,\r?', 'wp-admin/css/colors/_admin.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¨ÉI`^[2 \r '),
2532('ueö,"\n îh¸g.', 'wp-admin/css/colors/_mixins.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K?''?[]]?^=¾m$`?î'),
2533('©¢=C?Ôæ*TXô¹´4', 'wp-admin/css/colors/_variables.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v?w\Z??Ûh?q°§º«'),
2534('58çdá`S61K>??v', 'wp-admin/css/colors/blue/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀÃn??ðª?#kq.Ü_'),
2535('D©8hF?BViRî¨', 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???]¶ÞwËêEØ+¬×'),
2536('çà FüZY¿ÑC8??3E', 'wp-admin/css/colors/blue/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?''ç?ËSrÛNéÿM4'),
2537('tm6?Àqºÿ?.£=j', 'wp-admin/css/colors/blue/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?²j2i«c #FÂñì'),
2538('Lñ>t?õ?Nÿ???Ã', 'wp-admin/css/colors/blue/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙÃ5I??g,)ZÂYM³'),
2539('?½´?juGCtOÆþØâ', 'wp-admin/css/colors/coffee/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??>sÈ{?9yJKò?'),
2540('²?q?%Ãõrpþø0÷7ïq', 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-FLj?ÔÑú?qñ¤Ñðh'),
2541('? 3P`#8^ÃÖZ', 'wp-admin/css/colors/coffee/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"Ã¥??¡Îz\Z~o1Â'),
2542('ÃùëeC?¾?ðDi!×ç', 'wp-admin/css/colors/coffee/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£U?ÛF¼&v²AqXX'),
2543('xIHÞ.?9?YÃà BO', 'wp-admin/css/colors/coffee/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9~8 ²z#C0É^%aÎ'),
2544('jmE¤ÑAXÃuw?>?', 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZB½Âdwä³^o#©æ'),
2545('D?ïÚø»åØ$Oaª£éô', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tâ^\\ÂCôâ\nn?¸§U'),
2546('?ªô¢ìH\0???h?CÃú', 'wp-admin/css/colors/ectoplasm/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºî¿úâ^@MyÂ?E4A'),
2547('[?Ã#?\Z>]¿Â<¦', 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä[òüKZzÎßnEªpÃä'),
2548('ÃŒMÃTq&[?ýù>?Ã¥\n', 'wp-admin/css/colors/ectoplasm/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?qÑ9+Ø"©Ñ+??'),
2549('ßq?ù??%?? m+', 'wp-admin/css/colors/light/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tÂ@Q@J´m¡y/O>«'),
2550('-?fâÈ4]Û#"u¸³l', 'wp-admin/css/colors/light/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¹ÃÇmG*£±?¶l'),
2551('vð{#¿¹l??b\0}ÓãB', 'wp-admin/css/colors/light/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ÿé¶LÃøJ???xP&'),
2552('ü9(F?Rj2¹n6]Â?', 'wp-admin/css/colors/light/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éE?z5?jÂ,¿Â¹?c'),
2553('?ÞKS+¡e?A?@??', 'wp-admin/css/colors/light/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ¨V{§?)\\_~Ùà q·'),
2554('ú??çÙL?@§?.~O¯', 'wp-admin/css/colors/midnight/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Es6ß8Nîodw?©¦ '),
2555('«ô÷?Ø3?-?«4°', 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sXÃ!¤M??(ëf£ýÎ'),
2556(';ÞbÂf?0ÿ?¦Âx', 'wp-admin/css/colors/midnight/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l/O¾=±2+8Ã¥w¼îë%'),
2557('Ûã?_\r¬JLè#®@BÌÖ', 'wp-admin/css/colors/midnight/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸Õâ?ìË)?ÈWq?'),
2558('Ú?wú=?ÄOú&¹FÊ', 'wp-admin/css/colors/midnight/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&?ªðÄ|DW¸¼!Eô?4'),
2559('?<? (Èê??*A]?Oà', 'wp-admin/css/colors/ocean/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß®?¸?>é?À|tZk'),
2560('±§©Ù{^??WÈÃèóC±', 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KæâÓz@5ÄñòúÉÊ`q'),
2561('ÌÊ5ffÃ;,G!''öó''-', 'wp-admin/css/colors/ocean/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü?Yt#«¦ÄxÄx-½'),
2562('?*Tñu\r¢ÃÓÖ ~ªm', 'wp-admin/css/colors/ocean/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm?7¹B,Þc®FÖ^?Äì'),
2563('-²êÑá??%w=õâ', 'wp-admin/css/colors/ocean/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z|[ý?¯lÇ|?f%h'),
2564('j?ý?óq.»*;§á2', 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÃTvB¤1v)ã\\Â'),
2565('2jÿL,ÃÙÞW\rº®W$?é', 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÅF0??»Öîö½à ÔV'),
2566('????þy85õÂÜæbÖ', 'wp-admin/css/colors/sunrise/colors.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z?i?|Éð?K?oX'),
2567('Ã-Ó+?eÆáÔmñu"¶Ãx', 'wp-admin/css/colors/sunrise/colors.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§Óøa??52¯9)?õ{¥ð'),
2568('ÿµS©CRCþül¸Å', 'wp-admin/css/colors/sunrise/colors.scss', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V??\Z?zî hÃù?=ì'),
2569('³ÌW2ÃØDÂñG?7?V', 'wp-admin/css/common-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îÿj\nIÇ=ñ7?#/¯â'),
2570('ü?p·?9½6èåRæ', 'wp-admin/css/common.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚJdF?m¬©Lv 5éf'),
2571('óÿV¬?k9?îs¿»??', 'wp-admin/css/customize-controls-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Â*?M´?ixÀïU'),
2572('éÿá?p÷j?`?Èw', 'wp-admin/css/customize-controls-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã?ú?UæðÃ?4°]ý7'),
2573('???\n5ü´Hã?âà ÃÀà è', 'wp-admin/css/customize-controls.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìU¹Ã?ât?¯¤Xôoï¦Ó'),
2574('ú.?»ÕñZg{Ú=ñ?Ì', 'wp-admin/css/customize-controls.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eæX\rÖ`?Hª|óBT'),
2575('NñãþHVû®Õõ}¶4G', 'wp-admin/css/customize-widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w\rÄ*Ûwz´\ntúl[#?'),
2576('º¼4T¸(â\\9''?ä3±)', 'wp-admin/css/customize-widgets-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k\Zâ\nE?ßYûØÔ-P'),
2577('ðö´øü?ø6$[£ª®OÀ', 'wp-admin/css/customize-widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZvËo»î¢ÖÒ÷w©¦?9P'),
2578('?ñb¦ü?Ãÿ£º|e~ë', 'wp-admin/css/customize-widgets.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¬?lÙj?g{ô»Ò2÷û6'),
2579('5ê??Ây?Ä<Ù2ÃŒ', 'wp-admin/css/dashboard-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iÂFà ñ?%IÛgßÂÓ3\ZÇ'),
2580('²þ£²KqMÂÃä{?±»', 'wp-admin/css/dashboard.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Ã×ê(öúël%·òK'),
2581('8©@)ý±6yg[yåsQR', 'wp-admin/css/deprecated-media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï;¤Ës?ìº[ó?ç)O'),
2582('?pt_ Y???Ê7LãKt', 'wp-admin/css/deprecated-media-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' S¸@ç \ZÙ!/nê?x'),
2583('¼ð?ÂX"¯-{ãÊ$48sx', 'wp-admin/css/deprecated-media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×)1_¾\Z?þÓÆû''¯i'),
2584('4aäþ[Iº}çØÜHÿm)', 'wp-admin/css/deprecated-media.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½öÆ{8¤ì?.!¸Ë'),
2585(']§??âù"}[?YÜRÚ', 'wp-admin/css/edit-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-^]5Ãño??:Õâ¾'),
2586('\r?Â:?:?ìõHHù:d', 'wp-admin/css/edit.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2`?ý¦ÂN#wúã_*\\'),
2587('6;I(ÖH²mÉ%¬Ãfº', 'wp-admin/css/farbtastic-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '�ÿ»qà @!!µEkÂ'),
2588('««¬ä?-j=´u¶N\\q''', 'wp-admin/css/farbtastic.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùã8)¸úÃ}{¾øCûh2U'),
2589('OlqCc?ÃïÖÊãÃÃŒÃÃ', 'wp-admin/css/forms-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã-Þ×Ãe?ë vëc ???'),
2590('õ¥Ûý(ëÅø%?#?9yn', 'wp-admin/css/forms.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}jO³#=Îäë¢?xP'),
2591('µÂø§?¡ÉkMÔÕ?ÊuX', 'wp-admin/css/ie-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??g?#??{?ØQU'),
2592('vsÂ%Âz¡ï´úø¾FÓ', 'wp-admin/css/ie-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îÃi?¿?×JX8Â?·?'),
2593('Eø&¯ÑVN®³?"N', 'wp-admin/css/ie.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?BM¸\Z¯é"È÷Wõ:'),
2594('??_?4a!¢F¤ñ', 'wp-admin/css/ie.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'køä`2qº?N¦'),
2595('Ãwÿ9=?_"h%?×v', 'wp-admin/css/install-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨IfËÈyOëk?Â¥+;?v'),
2596('i²-ÿÃX±8V[~Eû', 'wp-admin/css/install-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H³È Ãï*¹¤?Â¥y|®??'),
2597('<Â?9þuþj³®ÿ?!Ã$', 'wp-admin/css/install.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôÆ¢ª\\Ù$sì+?]ñ'),
2598('?âè?×éÂnÂ¥D?Ë(', 'wp-admin/css/install.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xà À½???Ã…?N.?'),
2599('¡Ã''-ôpÚ-Ãûñf¢', 'wp-admin/css/l10n-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜYûZlQ8VÈm]Âð?('),
2600('ÉÒ°??2D´iÜe½', 'wp-admin/css/l10n.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??DïýCjh?`î'),
2601('¢y%?ËÆ?~¹ne"V', 'wp-admin/css/list-tables-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';?ÜåþB½??Ó`RNh?'),
2602('|jª?x7Ç(Q}?0À''ð', 'wp-admin/css/list-tables.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âóg?ûiìAîLH?B'),
2603('A{&à ?¢V>ì²?s', 'wp-admin/css/login-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×a??V(Ó6?8¶w¯!É'),
2604('h@ZÉ%ÂRë?Fß;ti\\m', 'wp-admin/css/login-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð¨¸xmcÂ5çA@ª<ÿ@'),
2605('¶º¤|ÂjX?ù©ß|êfb', 'wp-admin/css/login.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à zØÎ#ÛB7?ÜÔ°'),
2606('`?&¸?~K3/d', 'wp-admin/css/login.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÊùuÉ3¯Ûû´g×|'),
2607('rùÎ\n?Ûb°?#ð©é', 'wp-admin/css/media-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷?^##çt»Ä+z\Zp?'),
2608('?£ýT¹D?ÀFÃ’K1Ç', 'wp-admin/css/media.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+?AÜd?cÞ6¢?[üûá'),
2609('\Zïy??8R#O¬yÎÆ', 'wp-admin/css/nav-menus-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø@±?y&5H:[ÂõV'),
2610('¹®?qhÃŒn?Jýj¯', 'wp-admin/css/nav-menus.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j4ÿeP2Â¥Yrñ¬°ÞÃÚ'),
2611('ùÂHûMz»@õAé?é', 'wp-admin/css/press-this-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\Z>Â?T¥Åüªþqlb'),
2612('ÜF|\nµMN,8??ª''é', 'wp-admin/css/press-this.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýB]£ìB??RT÷4÷Â'),
2613('ûPhÜȳ·¤rVâ', 'wp-admin/css/revisions-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??N>$¥|@{óóéÜ'),
2614('¢ a"KwTÕbc1S', 'wp-admin/css/revisions.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ße7?Ò7Ã_aòÞ j'),
2615('¦±?ëg?~Ã’w\ZÃhh', 'wp-admin/css/themes-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lg]/m?\\?¡Â?²ó§Â'),
2616('ÊR±ÂÙ?é°?¾0', 'wp-admin/css/themes.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?X"?âÎ%ýÿT?uØî'),
2617('?¢¨3v´U?\Z3?PÃ…^O ', 'wp-admin/css/widgets-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼y~åþW?k?HÂ1Y/*'),
2618('?!HUN&ï"?¨Ó?z÷ô', 'wp-admin/css/widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Vñ;«?Qt`?UNpV'),
2619('?°?]NR¼ïS{qv??', 'wp-admin/css/wp-admin-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£{}Úû-ÂG«h?Øa}'),
2620('µ?»$(Âg?(??ÔPÚç/', 'wp-admin/css/wp-admin-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷"?++}Âê-h¼ùK?Ú'),
2621('dè4Âjà 2UÂV?·$öP', 'wp-admin/css/wp-admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ7¤HÃ’;¤ì????ÚG'),
2622('×Çj0?©ÞwþE}®R?', 'wp-admin/css/wp-admin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞÇ%4QG?¤»Æ÷ÊêXy'),
2623('¹???0|Ãöà 5u??¾', 'wp-admin/custom-background.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âñ iqcÃ2?H\r°¿?y'),
2624('uáqg\Z\0?8?h?û\0ð', 'wp-admin/custom-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/pÜÀB;?j-?â<âIO'),
2625('ª;?2èá?Sýã§\0û?p', 'wp-admin/customize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡¬jòZ8°q??71]'),
2626('?îp?E^¢@·''?ãPEÅ', 'wp-admin/edit-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥\n \r4®?.?ÇG{÷'),
2627('æ\ròb\\ñ??Ä?²\ZÄë', 'wp-admin/edit-form-advanced.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Æb.M(Ê\r?¢úÜL¾'),
2628('G?7\Z?æ²I&:Ãx', 'wp-admin/edit-form-comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¡ {?g?q?/¢Ù'),
2629('\n?µ?b-ÓVø:??|mµÿ', 'wp-admin/edit-link-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®Ô??Ü5[ÂSi?h¯'),
2630('%ºÒà ë8^?V<ÑtË', 'wp-admin/edit-tag-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`¯«qA(u!Øö}U.'),
2631('¾?h¢Ãß)UG@Èx?ÃŒv ', 'wp-admin/edit-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â[ýU¨8{(só\ZC´'),
2632('Y?LaØ?µhÃ(', 'wp-admin/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨x1já·&),?\rõ'),
2633('pVYaâÂ\0?=?ÃÄ', 'wp-admin/error_log', 0, '*fAs¡Â??ºAäpL', '*fAs¡Â??ºAäpL'),
2634('ÂÀ1??Ã|¸}??âdQ', 'wp-admin/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_D'';wTÃÃF ¸î :/'),
2635('O§?µà &ÂrÂ??ê ', 'wp-admin/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çr?P{'' ÜëòÃÃyÂ'),
2636('æÎWûêÃ"úÚêSk:Ã', 'wp-admin/images/align-center-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¾²-ór?5*J7¡If'),
2637('&*?ÊÄd?? ÖH5', 'wp-admin/images/align-center.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Ù\Z?µ4yæ?dY1Ùe?'),
2638('öV9´ÔK±áÄgoX±¹7Ó', 'wp-admin/images/align-left-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i?8±O¹??ìÃ^?Æc'),
2639('éªÊm¬Mt¨?ÛW³B', 'wp-admin/images/align-left.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ýy0Ãúd÷Zòo.h?Ô'),
2640('Ô].õooð?M-n ?', 'wp-admin/images/align-none-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øXC?)[×°?-º4½'),
2641('MW? 妾:Éä??', 'wp-admin/images/align-none.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÂeqd2 ¡Úu?¥Âñ\r'),
2642('vâG?.Âg·AõÆ#õré', 'wp-admin/images/align-right-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h?l½>rº]£lWÆÀx'),
2643('ÃÃtnR??Àá¯ÎÆ%^Â', 'wp-admin/images/align-right.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BØóâ?Oe#Ól@:P+"v'),
2644('?[??®QH"pS1?ëc', 'wp-admin/images/arrows-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? Qð?}Îñydb#6?'),
2645('ÓE#lðÂLþæ_&?³Âï', 'wp-admin/images/arrows.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Úv?$ð>?ÑßÙ>¿Y'),
2646('G?9qóñë=?[3?aè', 'wp-admin/images/bubble_bg-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R=[ùïØÊ;?çcßÅ'),
2647('QuoPXØØ\0«¸S?', 'wp-admin/images/bubble_bg.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÎGÑOñ6?1[rú(é'),
2648('ÒÕLt593?u^?ëä)ÙÔ', 'wp-admin/images/comment-grey-bubble-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂTYÓ?2¶s,\rõm?¿'),
2649('¢ØÀeßbWüA0Ãd', 'wp-admin/images/comment-grey-bubble.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂYÂ*''´?°©t??²F'),
2650('ÃI¢Ø\\j¶¬ÑxÃŒÃËg', 'wp-admin/images/date-button-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%;u §s?/S8¢?v¾¡q'),
2651('ýÃa?Ã''@T??õÖÊ', 'wp-admin/images/date-button.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã;NÂÔxÂñ?\Z?~½?ð'),
2652('Âj%M»?òÑp)Z?Ä', 'wp-admin/images/generic.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø??ÿ''?[#98!Ã'),
2653('È\Z{gÃü?Ñ3g?\Z½', 'wp-admin/images/icons32-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't?VúéaAÿWk¹?@7ëÙ'),
2654('?ÃŽ?&¿¢NÂ,õ¥ï?6P', 'wp-admin/images/icons32-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D?Ã]C8??³iH?·'),
2655('?«L ÂUÿÕ??f¯à uâ<', 'wp-admin/images/icons32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???\Z !QôcÈÙ?'),
2656('Â1¨?WV(2??6²?³?', 'wp-admin/images/icons32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û5P/ÞHà ?âÅt?®'),
2657('LÖÄüý8à ï?õ\\¨?+', 'wp-admin/images/imgedit-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"g[cÃ;n?*cè@ôJ'),
2658('{õ?�ìÑÕü\r?Ú\n''', 'wp-admin/images/imgedit-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EË???¿ynPûjaÛ'),
2659('¢4g�eÊØé>©óÓ?', 'wp-admin/images/list-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h?ISÂ2ýÓi?g?'),
2660('ÂâZ\nuÕoK° ¯¶T;e', 'wp-admin/images/list.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>?½*âÀ?ÑSñÃ'),
2661(')úMæÈ^ð¶ûozð©', 'wp-admin/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûr1<?Òöô!#ï??y$'),
2662('»\0²×%3[$x\0èâ.°?(', 'wp-admin/images/marker.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3Ü*O2/Ô3I2?ýè'),
2663('@Þ;5?XõñV¨?OÆZ', 'wp-admin/images/mask.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üö?g~¨"æÒJ÷²??'),
2664('@÷sÂZö?^?¥ÓèqÂv', 'wp-admin/images/media-button-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÛWIÃ¥?\\¸Ã?ÈÉ'),
2665('1ÜEfQ¤v#)ó\nÙ0EkQ', 'wp-admin/images/media-button-image.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b¨JÓÔ?Ë?Øð÷Â'),
2666('a\\c,I"5Tñ#?þ', 'wp-admin/images/media-button-music.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÄFqÂsMÞ)IJo?<'),
2667('NQ?"*hzªrÃw|\Zø', 'wp-admin/images/media-button-other.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â3¤?!¡a¢7Cú('),
2668('þýþ�)z]!?»±aÀ', 'wp-admin/images/media-button-video.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÆÌgA.A¬÷½Æ=,Nà '),
2669('a)?TMWá¸Oo?¸Q?|Ü', 'wp-admin/images/media-button.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²¶Ãã6@pè?z^yeóÎ'),
2670('"??N?jj)??\0??N', 'wp-admin/images/menu-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~³?{äß³ZW??Ãç'),
2671('* aØF²Ìð4?°uÛvU', 'wp-admin/images/menu-vs-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡3OªÈÖü¸\0îìLU\0'),
2672('t]??uÃÕuÛüåjû', 'wp-admin/images/menu-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's¯ûî>^:ì?e{O?÷'),
2673('@ºXD\nÃ\nRN?ÂtëÃÓ', 'wp-admin/images/menu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H¸ÀÕh·$ê4×ðR¡&³'),
2674('ëF ó8Ç+²)ÃØrÃPè', 'wp-admin/images/no.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èk¿dÉ$ù??V7ð??'),
2675('µåµ+D?F?TZ[H7', 'wp-admin/images/post-formats-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$rj???ÿÃtF8òÑöf'),
2676('ã\0¼??oxi3%\r+]kg', 'wp-admin/images/post-formats.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜKÿáÑ\0?äÙ%3¨Öº'),
2677('n]ûj7<3ISsQß', 'wp-admin/images/post-formats32-vs.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶?%P?ÌfÑUövQ÷'),
2678('Î?þúú?ò=?º#6', 'wp-admin/images/post-formats32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¼ø\Z+lçéäûc??*$'),
2679('ò¶?{o_±°µ''»nÖ', 'wp-admin/images/resize-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õáe??&h.éÅ\nº?'),
2680('¬3!9ä=è6�', 'wp-admin/images/resize-rtl-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9¡.ì?-??l??E¥[?'),
2681('?IÃ{??»?rô]¯ 7', 'wp-admin/images/resize-rtl.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?°?[±¶{+-·?\\?7'),
2682('~?¡J¼IÖb*?êeèC', 'wp-admin/images/resize.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?~?è/kÂ#x6YÉ#@¶'),
2683('\nf�?Y¡·4&üLð¦', 'wp-admin/images/se.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö?BÃ`½Ú.}''7:'),
2684('X?:8+?2>V]¬Ë8à ', 'wp-admin/images/sort-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1 å··ôBð¡¦W'),
2685('Ã[6»5??+È án9ä', 'wp-admin/images/sort.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?/¾¿?ÄWªÓâN\Z'),
2686('?J¼&_#¹ñ3SÔq ÂÂ', 'wp-admin/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' «''hEëÃlûñpû?èÊñ'),
2687('èfõi¿`¸=@TµçoÙ', 'wp-admin/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#?O-)Â|Â¥?r>ÂÃèl'),
2688('PÞ1$¶?ó\\*åC', 'wp-admin/images/stars-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õêA?§?#æS²Me.^'),
2689('éFÃŽj!Yé{.J=,µ®', 'wp-admin/images/stars.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[ˆ ?Â><õk²{Òì(?'),
2690('Vrm?KE§p¼j×ä6?', 'wp-admin/images/w-logo-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý[N°W¢ð_pà w®0'),
2691('Jf¸3?ö??_rÛC?', 'wp-admin/images/w-logo-white.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯*á¦,KÛìiþl?Æ<Â'),
2692('Æ+? ÃgÔ¾Âq6Â¥^\0è', 'wp-admin/images/wheel.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V?6?<]þ{gz\ZÃÓ)'),
2693('?%?ä\\ùÂMA?ÃÒïÿ', 'wp-admin/images/wordpress-logo-white.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á¯c=Y???¬ÿs¶Þéÿ'),
2694('tZQÂÂ¥Yz0?ú½ß?', 'wp-admin/images/wordpress-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ùy¹æoÃ8ôË8SÂ¥`?'),
2695('òc"ml ÿ?>o', 'wp-admin/images/wordpress-logo.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´AÂ/yD?eßçnùÑè'),
2696('?Ó?èu¶¿M?É÷[\r', 'wp-admin/images/wpspin_light-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ER½?fz£À?µ?'),
2697('"w%â_??K\\ áuË', 'wp-admin/images/wpspin_light.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GÀ?®ZXA?wã\Z¶®m'),
2698('ü»<læa¬?,?bX,³²', 'wp-admin/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åø1Úè7¹Ê?m?'),
2699('§mÃŒ?ýz4èLä¯úK', 'wp-admin/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÿÃ\nè{\neÜ%Sà ÿÛ'),
2700('ØM&Â3\rÜÃ3CMaQ{', 'wp-admin/images/yes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä+ø¢7??\rqZèQk'),
2701('?ÉT²¢V¨Ãôª?\\??', 'wp-admin/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦ºlþìÃ@UR`â1*?'),
2702('D?Éñ¾Õ)baëkÚÅ{ËË', 'wp-admin/includes/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xì?)ý¾©º??ÂÛÊ)'),
2703('?*ÂãÔH?ª¨\n;t²û', 'wp-admin/includes/ajax-actions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?o2BU?&ô?KÙU°xb'),
2704('¶°?Hº*¶á*.?S', 'wp-admin/includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å!??Âm+?åðýê=(o'),
2705('©:8ÃIaö¹ølÕm', 'wp-admin/includes/class-ftp-pure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',ý\\.B?ÎöÂÛÃïøÓ'),
2706('Â¥afh=F¯ÕÞTÃ’:þ?6¶', 'wp-admin/includes/class-ftp-sockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÙè[?Äæ6??+?Â''<'),
2707('ñøå?rp.u?3zx?', 'wp-admin/includes/class-ftp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y?+¹Ü\0åÆ|?ùlò?'),
2708('ç"Õ?Âü?7vs+ö', 'wp-admin/includes/class-pclzip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '67(ÈCÿ?éki?ÃŽ8ë¦'),
2709('?öÂYe¸.ð0s??', 'wp-admin/includes/class-wp-comments-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.7+L6??ë?o¯ðq'),
2710('à %çÂf\\+,?æÃ\0\\Y', 'wp-admin/includes/class-wp-filesystem-base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??¢ÙÃI?(¶?4'),
2711('ÊhFM<@`%q-ãæ', 'wp-admin/includes/class-wp-filesystem-direct.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bP\09&p;f <?ùW'),
2712('6?,õø_�ìqòêùu?', 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gdô;xè»à ðj?¡õª'),
2713('?Õ??PQ?E|E}7+', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^?Â?¶?? TçIe?'),
2714('Ãø?»j(gù?~jU#·Ö', 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö=ûG?à ôeO ÚQÃ'),
2715('v]¿z?ðÔå?Ã3»tB', 'wp-admin/includes/class-wp-importer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬iãþÂgÈM1Ug^æ??'),
2716('_î?(ÃC??ÂM6?9É', 'wp-admin/includes/class-wp-links-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?®iw-Ö0.²S[P^:;'),
2717('O ?ÒS ý?Ç#ÅÿYiòv', 'wp-admin/includes/class-wp-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??åz¾,ãúÌÛVú`?'),
2718('³Vb(kt?W"Ã6(;? ', 'wp-admin/includes/class-wp-media-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?hÅà ÆB§?¶ÇM´O'),
2719('®ëÂþ§ªêâsp?Ãäeü', 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7\nÿY£22?ú¾J\n'),
2720('äw¢ÃÓÖVÂ¥Ãë¼!Ü', 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-YTãòôuÊÃ?ïI¬È'),
2721('ü«i)33?ÑÇsÚ*', 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬"½ÿ¢?YaáêªÈ ?'),
2722('e.P?NB?Sx[Û&??', 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ??gÔþfoSó½Ê)³bî'),
2723('¸??§?[®Â:°???q', 'wp-admin/includes/class-wp-plugins-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?pÀ??ç|æ`¤mÒõ·'),
2724('×G?õï¿6?¤³È\0Y', 'wp-admin/includes/class-wp-posts-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yp?d?"ÂXö¥$i ^¡'),
2725('L#Ö¬/?*Ìø3òÒì\r', 'wp-admin/includes/class-wp-terms-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X¤Úç?à D îMfi??'),
2726('¬"?K[@?GÇûáá9?', 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd@?æÎU ´¼ø?aaM[a'),
2727('"IFnº§Â¸@÷aÂ}?9', 'wp-admin/includes/class-wp-themes-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.G"\Zt:oÚÑû«£»?Æ'),
2728('z¬öÕïJXÔw{!\rF«??', 'wp-admin/includes/class-wp-upgrader-skins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?q»¶??qÛU1????'),
2729('XÂ×ßG°¦?ö?åz?X', 'wp-admin/includes/class-wp-upgrader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~¦?C%¯©þÞüâf'),
2730('ÂÃò®?x8[!>ñX', 'wp-admin/includes/class-wp-users-list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z¿{GÂÃÄ?eQîÂ'),
2731('|Ú&;?r¢Ls5ù?', 'wp-admin/includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý}4Å@\0? %G`úaëÄ'),
2732('3k¨oW?5 k[mq', 'wp-admin/includes/continents-cities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KW?¾??3ÑéÂ?'),
2733('\\????$??8??¡æ', 'wp-admin/includes/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X¬¡=|8¨´ä¹Uê?ZK'),
2734('ò?²âE_Ã)?x?$?Â', 'wp-admin/includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U¼?ø·d,?2?Ã*[â?'),
2735('?¹>ÃAäBÇ7Ã¥Sz!?e', 'wp-admin/includes/export.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'QÙÿXt??mÇ!téùe]'),
2736('QT«ñò*Âf×P?å¥.¿', 'wp-admin/includes/file.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&ÙpYWf<_?VõÎ'),
2737('?«7?ÖE#¾w?j¯²²', 'wp-admin/includes/image-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢»Â"??i£?~ø!?ôrË'),
2738('\0Ç|9è×u?eäñá?@?µ', 'wp-admin/includes/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û²Zõ6ìÃU3[?Jó'),
2739('ØA¯h)I?\Z]GrÞö?E', 'wp-admin/includes/import.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð÷?åºb¨?¢ÿÿÆð«n¯'),
2740('þcµÔwkÂ(??ø4Â3Ã', 'wp-admin/includes/list-table.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÀx7w?¦y?èÕ!ÖÜ'),
2741('úR?Þ=úÃ*ÉdòÕnÂ', 'wp-admin/includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ªA.ÿFv·6$È??Õ'),
2742('Â\n?qoãqZVyX?¿9', 'wp-admin/includes/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸:"Y"g}??ºn?HöÇ'),
2743('HýÃñiÃZ¾U,H»L', 'wp-admin/includes/meta-boxes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã|P¨÷?hø?!KL???'),
2744('?1ä?eUüÂMVý¸^??', 'wp-admin/includes/misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nµ?V?Æü·DX'),
2745('?7*ûÂø"{ìó?\nÂK<', 'wp-admin/includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýu?M£$I_ìwJÛ\\'),
2746('f ?f?|hû¹U?L', 'wp-admin/includes/ms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ø&©S>fú?²?>b+P'),
2747('(¿????ÂÉÚ\0H<_', 'wp-admin/includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']?µ»Ã=¾Üï?öæÀE½'),
2748('R?§|Rx/ãbzn9\0*ÑJ', 'wp-admin/includes/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N¼ßE³*?+Ö©0?'),
2749('q"ÂcoëÞ£>«2Rhé]', 'wp-admin/includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÃIläzèÂ^3BL'),
2750('ÃÕÅ5ÛV"ó°$$î_Âý', 'wp-admin/includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?-R.p''^¸ò?È"0r'),
2751('x?^mÃ]??/õÅL4vU', 'wp-admin/includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9ZÞqb×~?áR¬øS'),
2752('?É=Åèm?/à ??^', 'wp-admin/includes/schema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h?Qùúé%y+?_¼`öÊd'),
2753('( ïv|TÂ? ¥Ô', 'wp-admin/includes/screen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^wÕÞ4ý???󍩨Î'),
2754('Z¬Â揀 %/»Z¿z9ýì', 'wp-admin/includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=¾v%RáÖ&A\nvï?üêã'),
2755('2@Üjåj\0¡k??¡?', 'wp-admin/includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2?�¶ ¢?":"¯%S'),
2756('?~?âLÉÎ*Ä,Ä<:Â¥', 'wp-admin/includes/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê?Y¤<ûT??U´'),
2757('é]÷W/>ï}<8è VFã', 'wp-admin/includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v?õ«¾S?eMwÆY'),
2758('®ÌäUy/ÿ*%þåý;', 'wp-admin/includes/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I.u/_MÂÿ\nY©?¯'),
2759('ª]Ú.Ç1\rPXL©', 'wp-admin/includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'T`w$gÊÃÊ&¼L(ÃŒ['),
2760('Ãñ²?=Ãúcä??æý', 'wp-admin/includes/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÄú6DÞ%nam[Æ??'),
2761('Q¡ ·Ô(;?|~R8¿b', 'wp-admin/includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?''HÂÂ}=õ¥ë?:ÃW¤'),
2762('´ðIÇåØû.$U0]''?S_', 'wp-admin/includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y/E?lªH?ø�?'),
2763('Â???"ÃŒP5ìÓ^UÂ\Zi', 'wp-admin/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?P¸??Âì?j\r"òè'),
2764('B?¡j?)ßÃq¼D?S', 'wp-admin/install-helper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×÷Ã?¹>Q?1\nÃ??'),
2765('?6¶|;¾;8ÅQ¹4?k?ö', 'wp-admin/install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶Ë*?ã@Y"?b²ïNË?'),
2766('z;j2WDº6²?[¡V', 'wp-admin/js/accordion.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HÆ(¥?Û?.`C!®_ï'),
2767('é^.?jT}ù<Þ?I¾?', 'wp-admin/js/accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëßOT#Mµj¯;??³'),
2768('?5ô?¬?Ü\r¿ËkÔÄ', 'wp-admin/js/color-picker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ª ÛÉé÷4;À4?''¾Û'),
2769('çÃHâ¶ÇÃlö±{!D#¯!', 'wp-admin/js/color-picker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’^I?ÂiøÂ?/yê#Ã'),
2770('Cð/ù;)?ª?î°o', 'wp-admin/js/comment.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£þûI?³õ4áDÛO#]'),
2771('Qý©?ÃÛÃlêÂg´-Äó', 'wp-admin/js/comment.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ÿi/y£å}ù¹*?C´ê'),
2772('wýúÚòáÊ:}V¹¼P', 'wp-admin/js/common.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rÃÙMB»LÂ\n6Ñ|ng'),
2773('òÂÌ_f $ÃO<o', 'wp-admin/js/common.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó$ç¶Äb''à ó3~v+Ã'),
2774('dãìÂ1Ã?-?;O?ö', 'wp-admin/js/custom-background.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òj÷)Nà ¹ ?¨iv#'),
2775('Â} ÂyT?ìZÃH?cDJ', 'wp-admin/js/custom-background.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ã#Y>W? ±?ÉúÂe '),
2776('ÂÛÞC\n??äU¾?ü', 'wp-admin/js/custom-header.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2³\0X?¤Ë`oì??uf»'),
2777('Â¥Âünvp¬e?ÃÆÃîÊ}è', 'wp-admin/js/customize-controls.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þêFJ<FVö£{''¹`?'),
2778('¿ÿdA#?öÃ*ç??o7', 'wp-admin/js/customize-controls.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÜô?¸j?úEÓ''ùcæQ'),
2779('Â)["J¹H?î|çjk?û$', 'wp-admin/js/customize-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬YÇg`ÖjA5çÆhb²Âã'),
2780('fMx??® é+9?U§', 'wp-admin/js/customize-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_El2ÎðÂÒe?Âä!'),
2781('âä?:ß,p´1¿ÛHr', 'wp-admin/js/dashboard.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®³®dl:ü?Âè?1??'),
2782('äßæ¨ÞzpKC²{\\>?óÂ', 'wp-admin/js/dashboard.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çpx7a??ª+?.¸s'),
2783('`%Â?áj®±''?Ã’Pù´', 'wp-admin/js/edit-comments.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ÃÚîüôZËyãú&¾'),
2784('FÃ''£B¤/Ã4{JÃ{w', 'wp-admin/js/edit-comments.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\ôÄÀ%?·¹~6ø+ê'),
2785('8=ÀIå¯ôa÷%??kÒ~¯', 'wp-admin/js/editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#¨ßËIÉgE«Z@?@Aì'),
2786('æ?ôMåO׺îï?U®', 'wp-admin/js/editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5æ³F\rI.8¸r¹??·'),
2787(';RÞyh?ë?ÃRxKÂ\r', 'wp-admin/js/farbtastic.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§:óT 2Aq]??þê4?'),
2788('?Ä/G??[�îÙC', 'wp-admin/js/gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éK~´lÜä\Zè?'),
2789('Û æIÙ_X²Ó?¼¨?', 'wp-admin/js/gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?oãºÃmâðÜdOo'),
2790('G_bc©.,]&ÂÅè', 'wp-admin/js/image-edit.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W©=?F??òod!oáO'),
2791('µã-Z¼³?:E¾:', 'wp-admin/js/image-edit.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èB?Õ_ü÷\\Ç~½6Â8'),
2792('?%n©ÃT? ^ÇgX?', 'wp-admin/js/inline-edit-post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥Â?Âãzñ\\×Iã±÷ºì'),
2793('£1à o%¨ÀqÃ…Aµ?', 'wp-admin/js/inline-edit-post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GPÚl²&¼«\\ì?À/Ãâs'),
2794('Ê(?q?4Pè}ý5Ozük', 'wp-admin/js/inline-edit-tax.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?�ZI=?S?g\n?'),
2795('ù¢Â¸pöl4[²þ°e?Ûû', 'wp-admin/js/inline-edit-tax.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û îd??2Q²4]g?p'),
2796('ólF?®¾Üc?ÒL??ø', 'wp-admin/js/iris.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tPN7ö??¡??¼'),
2797('ðQR"æÃ@3ªövà S', 'wp-admin/js/link.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?uÜÃ5?tö{ü¿z?'),
2798('Ú|À#é?#Â{?Äþ?á', 'wp-admin/js/link.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùÿF??0?;ÞÂÃ3²%-'),
2799('nZ/1T:{&^?/n¿ý?', 'wp-admin/js/media-gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|ò¸f?§?ö8÷}+&'),
2800(':??Ã¥%H`!¬ûá\rè?Z', 'wp-admin/js/media-gallery.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2?Ñú ?°»¡Âñºn'),
2801('ÃØ^º\\¶XèPvS¬\\÷{', 'wp-admin/js/media-upload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú¬q9h¶Ãð¼¯ÄßÀß'),
2802('Âel÷5Âs??EïúQâ', 'wp-admin/js/media-upload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '13O±?à !¿$§?øë'),
2803('r?(n?¨ójç?ßb"', 'wp-admin/js/media.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â÷½?x¹?ëZ?|b'),
2804('??y?7mE5Â??O_Ã', 'wp-admin/js/media.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Â\\?¢âÔ?di×\rßs'),
2805('©Ü ÃçIt13&', 'wp-admin/js/nav-menu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑQ»cwøpKq¡«ñð'),
2806('Ãf?ãÂy?ü¬??*!', 'wp-admin/js/nav-menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'å«EÂ?BëNþ?L¡Ö'),
2807('ëå"\rJ\04°¹''i´', 'wp-admin/js/password-strength-meter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M?(F?VpÉâ#*ï{´'),
2808('¨¬Ì?ç~_qÚI¶ÄS¡', 'wp-admin/js/password-strength-meter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1?ò|¤=·?mà UÉ×'),
2809('t6·î?O¬\ra�?ëf', 'wp-admin/js/plugin-install.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l¬ÃÌ?ÞáÉÑó?²¾'),
2810('!ôÿ·ÃY0-z1à dm>?', 'wp-admin/js/plugin-install.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L4Êú? }ýBÃŒX5e?Ã¥'),
2811('V??ï???$Ø?x', 'wp-admin/js/post.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?fß{¥d?éz\Z!¸+S'),
2812('M?,5Ø*îóÉúÜK*Ã…f', 'wp-admin/js/post.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bäRJ¨I?\0QÚ,¿?Ñ'),
2813('P''?(µôë?+?z´?$¡', 'wp-admin/js/postbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}N(æÛÔÛ¡,¢$M>ÞÃ'),
2814('O¬¬ú³R¯r¾©£èD???', 'wp-admin/js/postbox.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f;?ôÃõñ?D?óâ'),
2815('½²¼\\??9º?ÂF wÃ', 'wp-admin/js/revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Øm''?T^?^+2[ð¨á'),
2816('økæÞº?e<FêÚ4', 'wp-admin/js/revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?·{Ö¼Kt?þÂ'),
2817('KúÚWÿ&\0\0Kµ\06?Gô', 'wp-admin/js/set-post-thumbnail.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+QSWmî@û~Ùå?Q'),
2818('TËgslFâæ?à õLy', 'wp-admin/js/set-post-thumbnail.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÅÊú8¦?!Â1z['),
2819('ñZ/¥¼û{LtÃ¥?F$?', 'wp-admin/js/svg-painter.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÜûéÂ/§|????zü'),
2820('ËU<Ã?Y,õç?(', 'wp-admin/js/svg-painter.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·ò¬²Â·fuÌÎ?'),
2821('{tÈE~ªÌPÛA´1ø ', 'wp-admin/js/tags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÆBfñ³Z?Æ<??Ä/s'),
2822('¢fkj?ÂN?Uei4=%Ã', 'wp-admin/js/tags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/IÂ@Ô!{¿hLÕR\ZË'),
2823('ó#\\ú·â¨/?vXR', 'wp-admin/js/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''(?0<Ã4?!?£(¨i9'),
2824('G6Uæ2\01Rü¸?¢ÃJ', 'wp-admin/js/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô?O7ò?C´8lá?_C'),
2825('+9?£?[BUûE?e', 'wp-admin/js/updates.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u>12K¥j?î *»:¤'),
2826('([d??ùº±¡×ïBQµ?', 'wp-admin/js/updates.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«ðX8E?Â"my¨?\Z'),
2827('ÂÖð?Ë''>á[½??÷', 'wp-admin/js/user-profile.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+h?l?TNÂ?Â¥E@?qFÂ'),
2828('????ÂþH©S!;ø ó?', 'wp-admin/js/user-profile.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bÈåönà FÞ(¡¯??'),
2829('R¥ø²®ÃÊLeýq ð&Ô', 'wp-admin/js/user-suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3)ú?()?4}\n?'),
2830('ÕXéð¯?$?a²ÔBÈÒ^', 'wp-admin/js/user-suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à ?T\\×üÞ\\|×\rã§9á'),
2831('RQ÷b7f§È |~??(', 'wp-admin/js/widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?£êøÃÊÔ &\nÕ\\·'),
2832('®SxÃß4®@oÃwïN', 'wp-admin/js/widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉV?îª$`O?HF®Bú'),
2833('P73oè© §ë\0æ=á?Ã’', 'wp-admin/js/word-count.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f%i?@Q¥ù1¡ÃN'),
2834('?âCg¿¸ñ?}|ÇE÷ý', 'wp-admin/js/word-count.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç?¶E´ç^?:ìÿ/_Æ'),
2835('iAh{?ÃãM(?|J,×ç', 'wp-admin/js/wp-fullscreen.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ãFF?¶6nn??åÅ'),
2836('}®Âé>/\ZùÈÊ+i¸V', 'wp-admin/js/wp-fullscreen.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®*ÛL?ÃÃ<È{QÃ…\Z'),
2837('væüáâ4Ã|>Ã<´ÿ??', 'wp-admin/js/xfn.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'âÖîË×t¯+±¡nÃ(k'),
2838('?ÀyN<? ?9?o\Z<', 'wp-admin/js/xfn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f²''Ê(ô.°J9\r^'),
2839('|þ»Y?>à ?à ù?Ä', 'wp-admin/link-add.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u?GïÂDÃ…/Â?ÄWóò?'),
2840('?B%v6ÃI"Jb½Ç4?T', 'wp-admin/link-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞÿKÂeô¸?,â?'),
2841('ö?~¡?äâ»âr?C??', 'wp-admin/link-parse-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯·ª?n|$mÉ?r*aH'),
2842(':{Ãâì{7Ê9°??ð', 'wp-admin/link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"pZJBÛ?=ùg`IÄ'),
2843('6?]jà vÙW¹k\r3-ç', 'wp-admin/load-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '](i,`ÃÌæÂI/ÙO?ë'),
2844('W})?7£?êeç}5æ9,', 'wp-admin/load-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V`t7@µ%i+ã?B'),
2845('´ÒK´ççO?9×3|<Â', 'wp-admin/maint/repair.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤A??$ÈN4ÈC°?¸e%'),
2846('J{£?Zi^ùx?I', 'wp-admin/media-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nGÂõsGQ×r?/(%lò"'),
2847('?³¬ºÃê?âë}?Ã', 'wp-admin/media-upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k]`Z¦T?á?U§$\rÑ'),
2848('¹ÃuLç,î?&??\r1', 'wp-admin/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ)óRÃ7ÄøìtÃè#Ã…\rÂ'),
2849('ð$??Â¥I?^ý?3·?Ñ', 'wp-admin/menu-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýp ¶2x%æÑ?Ãm?'),
2850('¨¯ß\\à D ü>üF,µ?ç', 'wp-admin/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hENÖr\ný¾`y£Rà k(5'),
2851('W{°g- Xòéû''=n8', 'wp-admin/moderation.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TB¢??YR â"4ðÂo©'),
2852('vwÙÑ@?HÊÉz?F¦', 'wp-admin/ms-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?´?@ß?E?b6ä'),
2853('&eeî\n3KèÔãvZ¦?', 'wp-admin/ms-delete-site.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ø?ð?_FSÆà óòû '),
2854('E¸Và ó÷,Õ%¦×,SM=', 'wp-admin/ms-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô/ö?ý?º:E?'),
2855('"(}GÃ…Ã…rç 0??V(', 'wp-admin/ms-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢''?\0Ê}Ìþ:ÂÔ?©'),
2856('¯-1ð8ü;§Tö/Xâ©]', 'wp-admin/ms-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']b$ëôÃÃñq??ô¸h'),
2857('´=b¤6?Þhs?ªæt', 'wp-admin/ms-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R¹K?Ê$¼IZ1Æi%Ø'),
2858('\\ÜÜ???9??·ÈÌ÷', 'wp-admin/ms-upgrade-network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|´?&"îSÂm?¾8h¾m'),
2859('±kÊUL?�¹$??ú', 'wp-admin/ms-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H#Èf{#?³ù 6Gå¢'),
2860('\rx?Â^´§¿\Z ?½<;', 'wp-admin/my-sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i0NôÂx©L\rúºÊY]'),
2861('¸·áClo¦¶±?¯éÒ', 'wp-admin/nav-menus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëJIÓ,&ìâæ§!ñm¼'),
2862('«o¢ù ´l>¼âx~I° Â', 'wp-admin/network/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éã=ùÚ©SVæÚV??ì'),
2863('·??ZQ4ÇØ\\(??', 'wp-admin/network/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?Ô5Cs̹ ?'),
2864('+Äãøt¨%R?ÒÛõø Ì', 'wp-admin/network/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8,Þ4,ÇìõXõ?ôuð'),
2865('''?\0;¾¿?Ã+V?Î', 'wp-admin/network/edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r[1²?YðôOR/~Y*|'),
2866('ÃuFóâ?^Gú¥E+?¶c', 'wp-admin/network/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ú?Àp?O~+¢~?1'),
2867('\0C_\nìÂjD¨é@k', 'wp-admin/network/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â?§&Gób)Ãv/ÿU'),
2868(']Â¥?P·¿îTkvt?º8A', 'wp-admin/network/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K?ÃÔ+ÑÑhâ`?)Ãj{'),
2869('??[ixTºqÔÃ~Wv¡e', 'wp-admin/network/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?µ?¹GM?XZ\ri=Ì'),
2870('ªÚpº$^Â?ôµdÂZ', 'wp-admin/network/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k½?Oy_¥©4õ)Â¥\Z??¿'),
2871('¶?Àã?Æ"S?`t@', 'wp-admin/network/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A??|¹ËMM0\0½ó¿'),
2872('Æ=Å}CðãîiðÜHT', 'wp-admin/network/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Øi&§Q\\?ð¥?'),
2873('Ãé\Za?]]ãA?ê''h?¤?', 'wp-admin/network/settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y¼pÃŒGM©CK®?z'),
2874('/»s»µC4??à ÖÀÂ??', 'wp-admin/network/setup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îÃBm>n9z]??â'),
2875('+³§G*#ô±Ãô¦?ýf´', 'wp-admin/network/site-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?]tÂåñÒòZ¹èÚ*Ã?'),
2876('yê?äG?\\`?áù¢MR?', 'wp-admin/network/site-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',M oóÅPv¯?UÎYHx'),
2877('?óycâ0O°g)?ÂMf¸', 'wp-admin/network/site-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·?ß??Ñ.1òQâ?Ã¥?,'),
2878(' qò¬h¢ö¾Bcø92?î', 'wp-admin/network/site-themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z¯dÜÃEj<?dÂrÊ'),
2879('áqÂ@/»¹??-MË', 'wp-admin/network/site-users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vpb]Ã¥rë£Ô^Ûé\ZùR2'),
2880('n?ÆÃÄ@?§A?ùF´', 'wp-admin/network/sites.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '["±ô?/?ÃŒ?`Z?óå'),
2881('{N¤?È2ÃQ®uÔÞ= ?', 'wp-admin/network/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?O?F©ãdm?ùÅÓj'),
2882('h|hE??f:?2??~', 'wp-admin/network/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&?Ã1UpÃ%à ?1=$ä'),
2883('Ùë¼!}ñ=ö`*?gZ=', 'wp-admin/network/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?o8#Ù''ä¼å?h¹#m'),
2884('7|oOU??ùz\0Ef»?ä', 'wp-admin/network/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡"?}R2{8\\¬??Rê'),
2885('?ý\\Ã(åÙwBêÄIãÂ', 'wp-admin/network/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºE ^ÃŒ!?«u´Õ)ÿu÷'),
2886('r?®h?Ã…v?ÃLk/?ö', 'wp-admin/network/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'béÑÃ{Ò¹Å;º$õ=ª'),
2887('\00öñ#?9ý?¬Z4ÃŽj$', 'wp-admin/network/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Âs¶?>Ø£?cÃÿ'),
2888('øÂ6K1ýþ?(îöÃ}/AX', 'wp-admin/network/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò@È,lì~JÄÞñw''z©'),
2889(' éñÃÛ09Â÷-b±??W', 'wp-admin/network/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?=\Zê''?È}w?\0×?·'),
2890('ÃdÃêãlP?Oê?ùI?', 'wp-admin/network.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4²î¶}?u\n|oÂI¢¬'),
2891('ÂJTV0D·îoTA?@¡', 'wp-admin/options-discussion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_°BF)Ãù??\\?¯?@'),
2892('oÃ?[¬Ãn3u?È??P5', 'wp-admin/options-general.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0ök!(Jc{,;?ûû©'),
2893('\r?1s1=¬¡`(?y', 'wp-admin/options-head.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º?`^m°N@\nTof~·'),
2894('¶¦â\\äÆ.1°Û-?¾:', 'wp-admin/options-media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú$''Mà ?Q1Y´?O%û'),
2895('ü)§£??t\rî,½J?', 'wp-admin/options-permalink.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U)?ïnÙ[r?\ZVDJ·y?'),
2896('?E5|Ã’??C?d?', 'wp-admin/options-reading.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Kþ++ÄîÃ6"8±?u+'),
2897('âL¶>�?#{6p}YãÎ', 'wp-admin/options-writing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯e??cþ\Z\n?6úPK?.?'),
2898('dÕ(ÄÈ%JéùÞ@õG?', 'wp-admin/options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''aPÙ Õsà ö?æè¤r/'),
2899('aÉcµCH\r??=l@?', 'wp-admin/plugin-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×N?öL\Z?ÃzÆçß\râ%'),
2900('ÊxjPÕö¼¨Ù!cÈx', 'wp-admin/plugin-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3×]»µÇáÂéG??°yu'),
2901('OÂû\\©¢µP5ÑÓÿ{¾R®', 'wp-admin/plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?ÃM£¡???¤«2«n'),
2902('?k?Â¥?z?óÔì×boÓR', 'wp-admin/post-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?«Åû!s%(rH?ó÷Â'),
2903('ëÃvAÀds½??µ®Kµ]', 'wp-admin/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¸õ?8¡??y??/j'),
2904('Q·`ºöä8þM¸8', 'wp-admin/press-this.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WÆGÙ?½G???¹!¾æ:ø'),
2905('h4¬?ò#3Ç`?-?¨"¢', 'wp-admin/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Ã¥??ºÞ>zç?Ãßz&');
2906INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
2907('\\Ó\0õ£>¦+¢³ÃFbÃÃ', 'wp-admin/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºU5ÃÃŽ,>Q9ôw"Lc~'),
2908('§cã??´?$\n''@?\ròè', 'wp-admin/setup-config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q?Zn?iÕ/GøÆû?;'),
2909('&É`×OËQ5?QÕ43¿', 'wp-admin/theme-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃMòK°?;wB?N«I·ñ'),
2910('\nô\r£B?ä®p?', 'wp-admin/theme-install.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ì(Âé?¬\ZÃŒ__¾/¼ó'),
2911('º©Âã^[X?æ?i³ Ã', 'wp-admin/themes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïÊ!Õû?ÃdÂIxÃÑ'),
2912('ñ7sþ\\]Ô}?AAùwe1·', 'wp-admin/tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÑÆ3ê)q»?\0??I='),
2913('ÃŒ!éLTá3??iÙêxÃ…', 'wp-admin/update-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZX?Ùc3¨È÷Ãjææ?='),
2914('!oÂ\r¿ÃA??v7à Üe', 'wp-admin/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?!C?\nfMqTÂ?v'),
2915('^@?{''«©_èâ?92', 'wp-admin/upgrade-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^öߨìuPà qX\\e?ü'),
2916('éáæj7r[¼,?ÌüZÖè', 'wp-admin/upgrade.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RR?ÃŒo?²Â·ÀÞ)?Ã¥'),
2917('&t!0^g?ÛbJ?c,>3', 'wp-admin/upload.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ØS2n?ò R?Âð'),
2918('^9(-(?Åy ?÷Ê0q*', 'wp-admin/user/about.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ì\0??KNý ?£äN¾-'),
2919('1s¸)6ª???¯C§??', 'wp-admin/user/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âè?''ù$´Uûm»xòZ'),
2920('É¥?ÛÃ~\r\ZK4(#ãÅ', 'wp-admin/user/credits.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ù ´ûâÂ?[K}Ã¥Z'),
2921('Â¥R;lzOé8m<3?Nie', 'wp-admin/user/freedoms.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦?â©Ó?H?t?Ãi.'),
2922('[?æ|KòoÊ?b7ð', 'wp-admin/user/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ý\r?Gy?þÕèh8?'),
2923('õæØõ£y ø\0º"”Q', 'wp-admin/user/menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥)ã??g¹ÌEÃpî'),
2924('öÓãÂ`×&X<ÄaQ?Vh\\', 'wp-admin/user/profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Â/ö2ø?nß>ãxZÃÃ’'),
2925('ôÂ=üðq¯\rljA+', 'wp-admin/user/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óôewZøÆÀäÛY??ó'),
2926('ÒJh|±?0ç?`Zp?E', 'wp-admin/user-edit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿gX?�?ð±??Ê'),
2927(' *@AD??=pu°?ÓE', 'wp-admin/user-new.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$[?TüOÑDU©sìì'),
2928('P?Ã…iz¡tîaé}Ôa', 'wp-admin/users.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?#1«ÂXLnÃÓÑq#ü'),
2929('?TêhËÔìzP?ùré', 'wp-admin/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!øô??b?1 ''¶U-o'),
2930('I?Ä:BsÞ#×çÿÞ@×', 'wp-blog-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_ÂÃ¥n:Èëõ?á5ÂS¸5Ø'),
2931('S?ÿ÷ÜpØ>ÙÃWr½YE', 'wp-comments-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â?0RÆl?«÷×(^W¹'),
2932('~?Ãs\0ÃŒ1yì$?L}h', 'wp-config-sample.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&öþÊÂ?%??um?2'),
2933('vK;@ÑsºaU1;© ^©', 'wp-config.php', 0, '1?P÷Ô?Kd\r¨÷6', '1?P÷Ô?Kd\r¨÷6'),
2934('ú-^gÿ??@\0/÷??', 'wp-content/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gD,Vë§=\\ÆbP'),
2935('?ðw?Ãi.¹w¾(M;0D', 'wp-content/plugins/akismet/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O?e?Â¥Tÿ?tù).0*'),
2936('Læ¿\r¡??:Õènòh''', 'wp-content/plugins/akismet/_inc/akismet.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÃ%T5îÃU?2³Ús¼'),
2937('?ó þ??X?$oB¹', 'wp-content/plugins/akismet/_inc/akismet.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u\n\0ÃÂL5Ã?u?aÆ'),
2938('<B¹¢?ÃA51?', 'wp-content/plugins/akismet/_inc/form.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''×4ÃŽl*úÃ&?çi'),
2939('Â''Póä?T]Ù ÿ6ÿ~?', 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!MÞpP?ø`-6?ÂÀ÷'),
2940(')?Õ2±kÕh¯?ò! ', 'wp-content/plugins/akismet/akismet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'egÈ4n²sÚ?=%ùR'),
2941('ò?ÃÕjKé&·?ÃÖY', 'wp-content/plugins/akismet/class.akismet-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇXÃ¥f5át''·v»cM!¾'),
2942('?ló¿g<Ãë¹É=Æl?', 'wp-content/plugins/akismet/class.akismet-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬/Â"Ùk<)¼ÇK? ±?'),
2943('pùÀö?b¥~?oBkÌZ', 'wp-content/plugins/akismet/class.akismet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦_á?ò¢ºä?ó\\~ó¾'),
2944('Aý°?$hÜõ?`Qøa', 'wp-content/plugins/akismet/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãh?¯ PëZç???`Ef'),
2945('?o«/ÊdðÂ4x`¤?', 'wp-content/plugins/akismet/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é÷°&(UiÞp´ÇKl÷\Z¤'),
2946('Óâ³>Zbµo&ÂÂÔÂ', 'wp-content/plugins/akismet/views/config.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï\0-$?ëQºçÃ.l'),
2947('¹b?E??3Óg''cZ (?÷', 'wp-content/plugins/akismet/views/get.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-Æ?$ÓT$x?#Zû<îc'),
2948('ÂÑÑWdú;C\r¾ÄÜO®', 'wp-content/plugins/akismet/views/notice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛE;=NnË8\nâ%??Û'),
2949('¡Þ;ã;/JÃKmRÿ?0Â', 'wp-content/plugins/akismet/views/start.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WéÖ0Y??Hv?®#'),
2950('s¦ì?Jö³Å~?çk', 'wp-content/plugins/akismet/views/stats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D?éÑEÅaxþt/©ZT '),
2951('?\r¼`??ó³ é7Òøxõ', 'wp-content/plugins/akismet/views/strict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J¤sÈLU1YéßV?s«ûV'),
2952('dF=ú?Ãj?²Hcÿ ?Â?', 'wp-content/plugins/akismet/wrapper.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}¾Ö\\ìè2Ñ_1âm'),
2953('©ùÕòâ?º#EPð86', 'wp-content/plugins/error_log', 0, 'é?ëéZþ?tNô?ÿhd1', 'é?ëéZþ?tNô?ÿhd1'),
2954('pú¢uüw¨?S??0¿', 'wp-content/plugins/hello.php', 0, 'R§ðóbAo??t!_~½', 'R§ðóbAo??t!_~½'),
2955('ÔèòÿåÂÃ0*îWÇÔ', 'wp-content/plugins/index.php', 0, '?t??:s\nY.?2¯9N', '?t??:s\nY.?2¯9N'),
2956('û?[:¤8ç<ÄÌ1bØ0ÃŒ,', 'wp-content/plugins/jetpack/_inc/gallery-settings.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r*¢à ?d§·HuÂøQ'),
2957(',j?È[ÿ],)sçv', 'wp-content/plugins/jetpack/_inc/genericons/COPYING.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹B;?ëa`G?·?'),
2958('?2Àú#?à ñ???ez', 'wp-content/plugins/jetpack/_inc/genericons/Genericons-Regular.otf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º?x?=?%?ÑcMr'),
2959('è4Å«&\n4â¥v¡', 'wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²4îMiõüäHj?ý¯JBc'),
2960('Ê¿¢\\Q?.þé¾u?[', 'wp-content/plugins/jetpack/_inc/genericons/README.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºT]?à 5È?áߨ<ï'),
2961('9Â3ÃrL ²`?¹Pº ', 'wp-content/plugins/jetpack/_inc/genericons/example.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èv\nÃá&`,2®1?¨('),
2962('EÃÀì?©Kd»uyHOQ', 'wp-content/plugins/jetpack/_inc/genericons/font/genericons-regular-webfont.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬&?ÂzQGb©\nÂW??'),
2963('ËÇ?i>~P°Cc?;µ', 'wp-content/plugins/jetpack/_inc/genericons/font/genericons-regular-webfont.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²w%£bõÞMÂ¥Ml?Â'),
2964('©G?%!£?E¢?µ<¶ ¯', 'wp-content/plugins/jetpack/_inc/genericons/font/genericons-regular-webfont.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#ÿ&y.?9� ?\\ºÇè'),
2965('râ$<4ß^~CRö?£!\\', 'wp-content/plugins/jetpack/_inc/genericons/font/genericons-regular-webfont.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.?zS?#pòÂb;ËX'),
2966('dÛý|1[Âò¡]tFU¶', 'wp-content/plugins/jetpack/_inc/genericons/genericons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\rqÃ’t? ??_ãÕã8'),
2967('´W???d\r®"Êjï?\r?', 'wp-content/plugins/jetpack/_inc/genericons/rtl/genericons-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ë8??xÂUû?yÿ'),
2968('ÿ?Äå&ÄY?\Z»??úÎÀ', 'wp-content/plugins/jetpack/_inc/genericons.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãßùe?ñ®Â?y.'),
2969('#?,Ã2?ÈAõá&´l\\?_', 'wp-content/plugins/jetpack/_inc/images/a8c.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÓó?{¯"·?:/áÂe'),
2970('DÌÔnÂee/7Cpg"', 'wp-content/plugins/jetpack/_inc/images/after-the-deadline.gif', 0, '1f?ðkÚÄ$B?wÜ_=¨', '1f?ðkÚÄ$B?wÜ_=¨'),
2971('à ¡øÞ??`t??#Û÷x', 'wp-content/plugins/jetpack/_inc/images/alertbox-closeicon-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0\r¿&''WµÖ6±?Ñ!µ¬\\'),
2972('äHy?ðëÃËÊ7Ä)ß', 'wp-content/plugins/jetpack/_inc/images/alertbox-closeicon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&w«/#<þ÷âwd}CR?'),
2973('ã¦ÂH*S:B¿Â???', 'wp-content/plugins/jetpack/_inc/images/alertbox-clouds-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~Ç ,zØ-ÌÃlØ6Ãò'),
2974('°0?âzO?YýÀ<Ã… I', 'wp-content/plugins/jetpack/_inc/images/alertbox-clouds.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô,û?þ7??kµ\0\n'),
2975('\Z?E¡?÷#?Y°HÃ\0', 'wp-content/plugins/jetpack/_inc/images/align-center-2x.png', 0, '?¾²-ór?5*J7¡If', '?¾²-ór?5*J7¡If'),
2976('i.ÿ?·K?C#°¹â?', 'wp-content/plugins/jetpack/_inc/images/align-left-2x.png', 0, 'i?8±O¹??ìÃ^?Æc', 'i?8±O¹??ìÃ^?Æc'),
2977('~úäb???2ù¨ï', 'wp-content/plugins/jetpack/_inc/images/align-none-2x.png', 0, 'øXC?)[×°?-º4½', 'øXC?)[×°?-º4½'),
2978('?ò¯ìF?%N\n÷Âà ?', 'wp-content/plugins/jetpack/_inc/images/align-right-2x.png', 0, 'h?l½>rº]£lWÆÀx', 'h?l½>rº]£lWÆÀx'),
2979('ÑÜc¹Ú\nö¼M{â0Îi/Ò', 'wp-content/plugins/jetpack/_inc/images/archive-2x.png', 0, ' è?óÖ@|?zU?Îxj=', ' è?óÖ@|?zU?Îxj='),
2980('2?h5Ñ"Â"ìhÖ??¸à ', 'wp-content/plugins/jetpack/_inc/images/arrow-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çËl/dU!ÿ*äÃIÄû¿'),
2981(']Kóú`"ã¬)Ä û~?G', 'wp-content/plugins/jetpack/_inc/images/arrow-pointer-blue-2x.png', 0, 'éRs\0?³b9/¤`¨þðÈ', 'éRs\0?³b9/¤`¨þðÈ'),
2982('´á**áJÃú{äR????', 'wp-content/plugins/jetpack/_inc/images/arrow.gif', 0, '_?õ\0?þ?²up?@X', '_?õ\0?þ?²up?@X'),
2983('~½9:Qq®\ZÃÑENèM`', 'wp-content/plugins/jetpack/_inc/images/arrow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?NÂIÃŽ7ô\0Fôg??î'),
2984('2Wü¡¸IæÞæ}ÂYdZ', 'wp-content/plugins/jetpack/_inc/images/arrows-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãidFêåê¿Î(Â&1'),
2985('ì|u}}c$Sªü%Ìr<!', 'wp-content/plugins/jetpack/_inc/images/arrows-dark-2x.png', 0, 'ãY?³O?òh??¦gòØö', 'ãY?³O?òh??¦gòØö'),
2986('¯FdËÈlX©¨ïâÂÙÃ7', 'wp-content/plugins/jetpack/_inc/images/arrows-dark-vs-2x.png', 0, 'g/ü§~cõ²T¦x??\\s', 'g/ü§~cõ²T¦x??\\s'),
2987('%®ÿ4+?²/dL5h?m', 'wp-content/plugins/jetpack/_inc/images/arrows-vs-2x.png', 0, 'ù¦Ø¢ã²\\BÚ[x?ñ', 'ù¦Ø¢ã²\\BÚ[x?ñ'),
2988('q!%nJ!U ^?%\Z?', 'wp-content/plugins/jetpack/_inc/images/atdbuttontr-2x.png', 0, '²&C«>nô=·*ç9@??', '²&C«>nô=·*ç9@??'),
2989('d?å·''? ×³ÿãÂ', 'wp-content/plugins/jetpack/_inc/images/audio-2x.png', 0, '<?yéubo¼?úkÿ7õ', '<?yéubo¼?úkÿ7õ'),
2990('Ãw¾×)H(\\Õû\rmðñH', 'wp-content/plugins/jetpack/_inc/images/automattic-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨M8OïrÂ??ï+4}'),
2991('&?×GiÔ×~µ¹éC»', 'wp-content/plugins/jetpack/_inc/images/automattic.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l °LqA¤ïhºÂæÃ'),
2992('±$)C?#®>ãTµ§ÜA', 'wp-content/plugins/jetpack/_inc/images/bubble_bg-2x.png', 0, '?ÂÔejÈTÕHÂD(±', '?ÂÔejÈTÕHÂD(±'),
2993('Fó±uëÄj5?´pB', 'wp-content/plugins/jetpack/_inc/images/buttons-2x.gif', 0, 'nµ?Ãáú1ô§Ó,?¿', 'nµ?Ãáú1ô§Ó,?¿'),
2994('ÜhÂrzÂXÑvjÈDJO', 'wp-content/plugins/jetpack/_inc/images/clouds.gif', 0, '2?MöúÂâó?ZÙÃU,\r', '2?MöúÂâó?ZÙÃU,\r'),
2995('öôciÖó?(?1;ÿ;q', 'wp-content/plugins/jetpack/_inc/images/cloudybox-back.png', 0, 'ê?¯?r?IØQ³', 'ê?¯?r?IØQ³'),
2996('®\r?@"?0ÃÓ)yý?', 'wp-content/plugins/jetpack/_inc/images/code-2x.png', 0, '÷ ©ìd¦^?6Ç', '÷ ©ìd¦^?6Ç'),
2997('Tïfl}Z15$K??s', 'wp-content/plugins/jetpack/_inc/images/comingsoon.png', 0, '°¢*t?CVE>ëÃ', '°¢*t?CVE>ëÃ'),
2998('±È\r�/ÿ??|Le}', 'wp-content/plugins/jetpack/_inc/images/comment-grey-bubble-2x.png', 0, '\0º?d?yKù¸^zõhò°¢', '\0º?d?yKù¸^zõhò°¢'),
2999('?ÙâçC???Àç(Ã’D', 'wp-content/plugins/jetpack/_inc/images/contact-form.jpg', 0, '+xQIF(?§ñ%_8', '+xQIF(?§ñ%_8'),
3000('ú4''0nã^¬?}¶ëîÃX', 'wp-content/plugins/jetpack/_inc/images/date-button-2x.gif', 0, 'Ã×Î:ß+cÂbïYòF*', 'Ã×Î:ß+cÂbïYòF*'),
3001('TÙ?´¥T¥WMý?', 'wp-content/plugins/jetpack/_inc/images/default-2x.png', 0, 'jî^x???X?u¾7{j??', 'jî^x???X?u¾7{j??'),
3002('{æ&�éüÿËX?`Ô', 'wp-content/plugins/jetpack/_inc/images/delete-2x.png', 0, 'öQPMp»%þ×+?MÈ', 'öQPMp»%þ×+?MÈ'),
3003('¾È#µ´Ú8Yâ3)?\0ÌX', 'wp-content/plugins/jetpack/_inc/images/document-2x.png', 0, '?±µ)yKD??§|ÓOÕ', '?±µ)yKD??§|ÓOÕ'),
3004('°??)å7T\00??Ù', 'wp-content/plugins/jetpack/_inc/images/down_arrow-2x.gif', 0, 'ïZ«u{)\Z?qÉR\0!?g_', 'ïZ«u{)\Z?qÉR\0!?g_'),
3005('Ã’&ZGgôöÃá''ç²vì', 'wp-content/plugins/jetpack/_inc/images/footer-clouds-20110719.png', 0, 'OPy>Fw.<3HÃ2ãÖl', 'OPy>Fw.<3HÃ2ãÖl'),
3006('?Ã_?\\<?Ãö¢hâUñ', 'wp-content/plugins/jetpack/_inc/images/footer-clouds-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Â1Ä3s[?Ê:°6¡ú'),
3007('sÃŽn?·?çêwk´ÎçJ', 'wp-content/plugins/jetpack/_inc/images/footer-clouds.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fzÂÀ%2¶ÿ,¸ÛK '),
3008('jY~yÛ?Âèøî/5ß. ', 'wp-content/plugins/jetpack/_inc/images/generic-2x.png', 0, 'eÂt.Kw)¯=r1?p¢', 'eÂt.Kw)¯=r1?p¢'),
3009('????ü?8??ÃZ8', 'wp-content/plugins/jetpack/_inc/images/header-bg.png', 0, '¦Êì?nËãaï=Ã?L', '¦Êì?nËãaï=Ã?L'),
3010('V·Sª\r¡«?º??ì', 'wp-content/plugins/jetpack/_inc/images/header-clouds-20110719.png', 0, 'µ?º¢ÃÃwVf?Â4agwP', 'µ?º¢ÃÃwVf?Â4agwP'),
3011(',S@Z?-¢QédFz?³', 'wp-content/plugins/jetpack/_inc/images/header-clouds-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7??FJ¿ÂRr?ÃIñm'),
3012('ÿ?a?`+Ç?KY·', 'wp-content/plugins/jetpack/_inc/images/header-clouds-sm-20110719.png', 0, 'W¼6ZGÃ?ÂU!ÕyR[`', 'W¼6ZGÃ?ÂU!ÕyR[`'),
3013('Ãäió???±ûÂÃŒh\Z', 'wp-content/plugins/jetpack/_inc/images/header-clouds-small-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÕGÕGnP?¡%/ðÂ0x'),
3014('rº¿???UäÃ44', 'wp-content/plugins/jetpack/_inc/images/header-clouds-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷j#õ#¸=©y? =¢'),
3015('3Ø/Èå?³Èç8?', 'wp-content/plugins/jetpack/_inc/images/header-clouds.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|�?[?·3f;?I'),
3016('°?ÎÈÞ%??CRfj?9', 'wp-content/plugins/jetpack/_inc/images/hovercard.png', 0, '?ÇUr¹?ÚÞyÓD´ÉhÀ', '?ÇUr¹?ÚÞyÓD´ÉhÀ'),
3017('KÈÈ|Q�ª@KJ]?¡h»', 'wp-content/plugins/jetpack/_inc/images/icon-comingsoon-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f&?Óé?"5´ùupC\rOH'),
3018('è?(µEVY[ùoü¬ù', 'wp-content/plugins/jetpack/_inc/images/icon-comingsoon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢i-??õÙòØ?]Zî'),
3019('tF�¶ÀuÉ ÞÌL~_', 'wp-content/plugins/jetpack/_inc/images/icon-pointer-flag-2x.png', 0, '5÷±tý?[[??¶è?', '5÷±tý?[[??¶è?'),
3020('¼O?*zf·,9Â~\Z\rHòN', 'wp-content/plugins/jetpack/_inc/images/icons/after-the-deadline.png', 0, '?È0«?Oò|þPÃ’Ã…?k', '?È0«?Oò|þPÃ’Ã…?k'),
3021('´(),¤?ÂÖyb?\Z"±', 'wp-content/plugins/jetpack/_inc/images/icons/contact-form.png', 0, 'Ñì?zQjJÃiôòÂ', 'Ñì?zQjJÃiôòÂ'),
3022('sWo>·ÂOSG+ð?:G?', 'wp-content/plugins/jetpack/_inc/images/icons/enhanced-distribution.png', 0, '?i]??\n~??óÂc', '?i]??\n~??óÂc'),
3023('%S4¼{ëç''45)ªËà ®', 'wp-content/plugins/jetpack/_inc/images/icons/gravatar-hovercards.png', 0, 'oÑØ6zÎú8]NÂ]p', 'oÑØ6zÎú8]NÂ]p'),
3024('sd$ÂAêºßHÃJç', 'wp-content/plugins/jetpack/_inc/images/icons/ie-sitemode.png', 0, '`}?ît¹LTþ\r??Qg', '`}?ît¹LTþ\r??Qg'),
3025('ËHCÃF??ã??T§?Fx', 'wp-content/plugins/jetpack/_inc/images/icons/latex.png', 0, 'oahüì?S#z·Ôá?', 'oahüì?S#z·Ôá?'),
3026('??èÛc?\0Óºuªk8 M', 'wp-content/plugins/jetpack/_inc/images/icons/post-by-email.png', 0, 'È????H=§Öh°\Zo?ß>', 'È????H=§Öh°\Zo?ß>'),
3027('?Âg?ãè?)?éIPO', 'wp-content/plugins/jetpack/_inc/images/icons/sharedaddy.png', 0, '#(¡?E/sÃŽdSA?', '#(¡?E/sÃŽdSA?'),
3028('ì?¢©®Å\0©°v°N(r³', 'wp-content/plugins/jetpack/_inc/images/icons/shortcodes.png', 0, '?o)ê0Äp¦8Ió?Ì', '?o)ê0Äp¦8Ió?Ì'),
3029('H??°£ù?´8?a?ï', 'wp-content/plugins/jetpack/_inc/images/icons/shortlinks.png', 0, '?µÓ3KþA?2÷Q!Od', '?µÓ3KþA?2÷Q!Od'),
3030('iÞ{ùö?\r%\ZÛçx¾¢', 'wp-content/plugins/jetpack/_inc/images/icons/skeleton-module.png', 0, 'È?d?ºf?pÂ^8Be', 'È?d?ºf?pÂ^8Be'),
3031('±âD72$?1zëçÔ0¦ü', 'wp-content/plugins/jetpack/_inc/images/icons/stats.png', 0, 'Âq\nn.á''Ñ\r©?O', 'Âq\nn.á''Ñ\r©?O'),
3032('Ãwf??NnÑÙ=r', 'wp-content/plugins/jetpack/_inc/images/icons/subscriptions.png', 0, '¼?ú/;N¬÷?K\\?,x?r', '¼?ú/;N¬÷?K\\?,x?r'),
3033('jÂQ+R??[''Ê,dõr', 'wp-content/plugins/jetpack/_inc/images/icons/vaultpress.png', 0, 'ë¯Y?>x¹''ÃwÂß÷û', 'ë¯Y?>x¹''ÃwÂß÷û'),
3034('5''¬!?²\r?R6á]è?', 'wp-content/plugins/jetpack/_inc/images/icons/widgets.png', 0, 'J?;Ògoõf²Ë''¹', 'J?;Ògoõf²Ë''¹'),
3035('Èb-mI?4 ''10Å', 'wp-content/plugins/jetpack/_inc/images/ie-sitemode.png', 0, '[ÂCWv?KTs?-âþ', '[ÂCWv?KTs?-âþ'),
3036('M}AM?Ã|çWW0/¦', 'wp-content/plugins/jetpack/_inc/images/image-2x.png', 0, 'ÃÃôß O??À?S«ÅH', 'ÃÃôß O??À?S«ÅH'),
3037('O¨:"&úv''i%\rý1§¬', 'wp-content/plugins/jetpack/_inc/images/image-widget.png', 0, '´ N?H?.ûè8ÇtCo', '´ N?H?.ûè8ÇtCo'),
3038(' Þ¼øj%?º3nP?ø', 'wp-content/plugins/jetpack/_inc/images/imgedit-icons-2x.png', 0, 'tãò¬ÕCé(£/3ÃŽ*', 'tãò¬ÕCé(£/3ÃŽ*'),
3039('!lu?E&ÛülC¶?', 'wp-content/plugins/jetpack/_inc/images/interactive-2x.png', 0, 'ÔmÖn?ÚoÊÃÛx?', 'ÔmÖn?ÚoÊÃÛx?'),
3040('âqöé<HnSÃJ|y¸¾', 'wp-content/plugins/jetpack/_inc/images/jetpack-closebox-icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '‚b+ºL?. ë(??®þ'),
3041('Ys?Ãn?#d`??Ãh@e', 'wp-content/plugins/jetpack/_inc/images/jp-enabled-bg.jpg', 0, 'A?(êl1î?l¸9>ÕZ', 'A?(êl1î?l¸9>ÕZ'),
3042('F¡J`¡ãØ.¤±?âSÂ', 'wp-content/plugins/jetpack/_inc/images/jp-enabled-clouds.png', 0, '\0ðî\rÿô®à îë4\Zù?', '\0ðî\rÿô®à îë4\Zù?'),
3043('úñ?ø6OXVg{\\?(>Ë', 'wp-content/plugins/jetpack/_inc/images/jp-enabled-jetpack.jpg', 0, '[mÃ¥?[????.?ëÃ)', '[mÃ¥?[????.?ëÃ)'),
3044('`é3ëA?Lý?^ÑÊ\n¥', 'wp-content/plugins/jetpack/_inc/images/jp-icon.png', 0, '?1ë?æM¼d??ër\ZH', '?1ë?æM¼d??ër\ZH'),
3045('bïÂê?ä1ÂHø\r_?Â', 'wp-content/plugins/jetpack/_inc/images/latex.gif', 0, '\0?æä8???JÃÆC', '\0?æä8???JÃÆC'),
3046('óôÂ???&ú?ºÛU', 'wp-content/plugins/jetpack/_inc/images/list-2x.png', 0, 'ù¿?Ã"Z?¼J??', 'ù¿?Ã"Z?¼J??'),
3047('²5è(F?ÂOÉm³?Dý', 'wp-content/plugins/jetpack/_inc/images/logo-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%ÂËà ïE§=c?pj'),
3048('l?çä{ÃÃJÜpÈfÎë\0', 'wp-content/plugins/jetpack/_inc/images/logo-small-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñr?Ãüõo?;IÇ?38ÃŒ'),
3049(' î ÊvóÜ~¯¦)À', 'wp-content/plugins/jetpack/_inc/images/logo-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xÂÂ?ùC*<f|Uù3è'),
3050('ù?²R¸X?Vá×Ü\\Ü', 'wp-content/plugins/jetpack/_inc/images/logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù??ÃÆwÑ;Ga!'),
3051('?ñ?ìK$ß"Â¥?±ª³,Â¥', 'wp-content/plugins/jetpack/_inc/images/marker-2x.png', 0, '???¯?éËÅ!cHÃh', '???¯?éËÅ!cHÃh'),
3052('捣???0wªÂM??¼', 'wp-content/plugins/jetpack/_inc/images/mask-2x.png', 0, 'w©¯¶yôR?!Ã%±Â?', 'w©¯¶yôR?!Ã%±Â?'),
3053('£jú÷YZ??Ó/~aÃ…', 'wp-content/plugins/jetpack/_inc/images/media-button-2x.png', 0, 'bòepÈbÂvò|KD$üû,', 'bòepÈbÂvò|KD$üû,'),
3054('sc?{zXü¸ûºÆôÌÎ', 'wp-content/plugins/jetpack/_inc/images/menuicon-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>?·6p{{1U°£p©3n'),
3055('¥æ@\\¦B?Ë''è0è±n×', 'wp-content/plugins/jetpack/_inc/images/menuicon-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôX×oÈlSæ_??X.S'),
3056('??ú÷òQ??ó?ù1', 'wp-content/plugins/jetpack/_inc/images/module-blank.png', 0, '¶Müm?jè?ÃZ?Â\r?', '¶Müm?jè?ÃZ?Â\r?'),
3057('?\r*\Z6?Ãa`?,', 'wp-content/plugins/jetpack/_inc/images/module-clouds-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µâBïü?ÞA°??¸m Ûk'),
3058('/?ÃJh?Û|ÈWûë?0â', 'wp-content/plugins/jetpack/_inc/images/module-clouds-sm.png', 0, 'ý÷uË?òÅ??L¤¯~ú', 'ý÷uË?òÅ??L¤¯~ú'),
3059('?ÓÞ\nRw¼?rÃ?j@', 'wp-content/plugins/jetpack/_inc/images/module-clouds.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã@ÂViéKãâ¼RDØ?µ'),
3060('??q??f0?ÊOuà «ó¡?', 'wp-content/plugins/jetpack/_inc/images/module-icons-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Z{y½ÃgÿfÄèmÃ¥zu~'),
3061('ËF¹¿TBþ,¥Ün\n?"õ', 'wp-content/plugins/jetpack/_inc/images/module-icons-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øZge³Öú?tÈð?§#?'),
3062('Õë?ß?Ëdæw2?Ê', 'wp-content/plugins/jetpack/_inc/images/press-this-2x.png', 0, 'O_ÓvÉ\rv\n?ÔO£5à i', 'O_ÓvÉ\rv\n?ÔO£5à i'),
3063('o¬%ç§ülæTÀ??', 'wp-content/plugins/jetpack/_inc/images/publicize.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?y±a3_ÂÊ!`çB¢'),
3064('???VS?·?ÂvÂ', 'wp-content/plugins/jetpack/_inc/images/resize-2x.gif', 0, 'òäñ?W?9?,??7ÂØ', 'òäñ?W?9?,??7ÂØ'),
3065('HÎ6WKS8?Åg?þ.', 'wp-content/plugins/jetpack/_inc/images/rss/blue-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '�óg?ÉÆW?à S?»'),
3066('U&\rÂJ??¡{??æ?f+', 'wp-content/plugins/jetpack/_inc/images/rss/blue-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÃ’8[Â¥n?à Âsñ®ä'),
3067('¬õ¸L?4Pm?2??Ü', 'wp-content/plugins/jetpack/_inc/images/rss/blue-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gelñ¯Tv?¾Þø='),
3068('Ã?Â?à Þ?¿]Pâq µ', 'wp-content/plugins/jetpack/_inc/images/rss/green-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?èÂT÷x]?ÃŒq*Aa'),
3069('<»¬¨$?\\Äib,u?"6', 'wp-content/plugins/jetpack/_inc/images/rss/green-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Iög5ß%g?"P '),
3070('�?ú6»?wHðT^êÕ<', 'wp-content/plugins/jetpack/_inc/images/rss/green-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6&i?ÌßúM¡b»Vmô'),
3071(';øË3J»ä%?F°?ï`', 'wp-content/plugins/jetpack/_inc/images/rss/orange-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?r¨?©º+Æpø?0'),
3072('I??ÓÌÜ,?:�8ÿ', 'wp-content/plugins/jetpack/_inc/images/rss/orange-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '�ýû?ÈD£þù?8F E'),
3073('N?ó?{?dÖ]»6¹Èú', 'wp-content/plugins/jetpack/_inc/images/rss/orange-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à Ì0?d?Ã6¯Avo?'),
3074('zY?uéÃhÃ??KF ?»', 'wp-content/plugins/jetpack/_inc/images/rss/pink-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q±É??©Â¤),R¡Ò'),
3075('sEÕ;^h³?5?ã?', 'wp-content/plugins/jetpack/_inc/images/rss/pink-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã7èù×o?:}º ÛÇ'),
3076('?ýÞ#ÓÞ!!F?l`', 'wp-content/plugins/jetpack/_inc/images/rss/pink-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïJô]¦(å!?/,7Ìï?'),
3077('âj²k¹Z??Âõf?Û', 'wp-content/plugins/jetpack/_inc/images/rss/purple-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×6H?Ú>XMGïE7©'),
3078('E0+ZPAÃÓ9Ónô$)', 'wp-content/plugins/jetpack/_inc/images/rss/purple-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pSõ1?èÃ?ðçÊÇ6\0r'),
3079('Ë9Qu¶?i¯j²tt', 'wp-content/plugins/jetpack/_inc/images/rss/purple-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A6!Ã]}!Üwdt0lìÈ~'),
3080('?¹=t~@-¨?«*', 'wp-content/plugins/jetpack/_inc/images/rss/red-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9¹a?}ÆåynÊæì¼á'),
3081('3?Nxã?Ù@Øx¼s*', 'wp-content/plugins/jetpack/_inc/images/rss/red-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tñWÇÇ\rùürïî\\'),
3082('\\Bã\róEQïÇICà ¥', 'wp-content/plugins/jetpack/_inc/images/rss/red-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n?ô?1?GÂÂeCT5'),
3083('tð$?ÂUÂ\n\\O#äª"Â', 'wp-content/plugins/jetpack/_inc/images/rss/silver-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@q!#p\\J?S?\\.@f'),
3084('{a????VäÞ\Zº2û¥Ü', 'wp-content/plugins/jetpack/_inc/images/rss/silver-medium.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?@÷ÜArK\\ÛOµ±D(E?'),
3085('%Úkçæèpç<b¼?PÔ', 'wp-content/plugins/jetpack/_inc/images/rss/silver-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÚX?&{\0??D?\r¦æ'),
3086('??©¨??JÕó¨,¯Ãw', 'wp-content/plugins/jetpack/_inc/images/rsslinks-widget.png', 0, 'ÓJ.±?ªU|Nñ:Ã\ZZv', 'ÓJ.±?ªU|Nñ:Ã\ZZv'),
3087('K9{}??YÃ:ÊÓ$°Ú', 'wp-content/plugins/jetpack/_inc/images/screen-icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÃNwÊXdùý???#ë'),
3088('?®dì¦''?ËÊÃïÃno9', 'wp-content/plugins/jetpack/_inc/images/screenshots/beautifulmath.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R7ô4À3??03ÂcÇ'),
3089('²D:®çc?¶;???q', 'wp-content/plugins/jetpack/_inc/images/screenshots/carousel.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÄÌ\0¼n09vÀÕ'),
3090('R]+Ã%¨¢®?ÃBI%', 'wp-content/plugins/jetpack/_inc/images/screenshots/comments.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't???6emúÂa§?'),
3091('Lwæ)6ä)W?Â\nøbb', 'wp-content/plugins/jetpack/_inc/images/screenshots/contactform.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÃÛI¬j?¡W:U®C-ÃŽ'),
3092('M >ÿz?{/wêú?H', 'wp-content/plugins/jetpack/_inc/images/screenshots/custom-css.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙC( ?Z²_Ò:Å4'),
3093('¢?\riRÃ|??¸`4cú', 'wp-content/plugins/jetpack/_inc/images/screenshots/google-plus.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Øas?9!? éD-ì^ìÓ'),
3094('3?o5êJPd£ËR¿ù', 'wp-content/plugins/jetpack/_inc/images/screenshots/hovercards.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹Ãó¼?~ÃŒsx.#Ñ.??Ã'),
3095('5?©?`?!ù¶ÂÇW×ãþ', 'wp-content/plugins/jetpack/_inc/images/screenshots/likes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù?LîIóµ?6ü÷S?R}'),
3096('ñËÙ[à þUú?\nÃÕH', 'wp-content/plugins/jetpack/_inc/images/screenshots/mobile-push-notifications.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'x\r7%É?]ÑmÜR$g'),
3097(' ÓÕIÕ C_Ã¥?', 'wp-content/plugins/jetpack/_inc/images/screenshots/mobile-theme.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê&''?¸Lìñ¹ÂÖ-`îDW'),
3098('¬Â95\0+hÄÃçrÆô?', 'wp-content/plugins/jetpack/_inc/images/screenshots/notes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈÀë¨0ÙÊÓÅ ê?x?'),
3099('?Ã}4c?×>Nl%âE¬Â?', 'wp-content/plugins/jetpack/_inc/images/screenshots/post-by-email.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôÂ^m?S¬C?`?'),
3100('''?ä«Ã?i·d©º[', 'wp-content/plugins/jetpack/_inc/images/screenshots/publicize.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?y±a3_ÂÊ!`çB¢'),
3101('Â¥0R37v?3,??k?E¾', 'wp-content/plugins/jetpack/_inc/images/screenshots/sharing.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's?z²?èÂû·3úgKÃ'),
3102('ðòÞÜ{£?8}E¼ÙáW', 'wp-content/plugins/jetpack/_inc/images/screenshots/shortcodes.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Q:3°?¡ç<XêP"t¢Æ'),
3103('ð6Õ"ËIJ?bwÄJå', 'wp-content/plugins/jetpack/_inc/images/screenshots/shortlinks.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢1(0?¦C.Ù §??F?'),
3104('?´ö?e¦MAs³ÃÑU', 'wp-content/plugins/jetpack/_inc/images/screenshots/spelling.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?g¦ÑQà ¼R<?úÂÃù¯'),
3105('yÂ?\n?´¸ç!«[*,?ç', 'wp-content/plugins/jetpack/_inc/images/screenshots/stats.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ?þn½/·\rãQ·Â>Ã… '),
3106('?Û÷ïù¥Iç,ÚÃÀM', 'wp-content/plugins/jetpack/_inc/images/screenshots/subscriptions.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÄcBÉ\\??tÂ??±'),
3107('bÃ?dÛ?"ºi&µyÙÚ', 'wp-content/plugins/jetpack/_inc/images/screenshots/tiled-gallery.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '0&iaêçÃ;??4Ã0?Ë'),
3108('[QÆpîinY???Â¥?', 'wp-content/plugins/jetpack/_inc/images/screenshots/vaultpress.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*³ú_ 028òÙ|vp'),
3109('?\rP?f?Ö?ªnhÕ', 'wp-content/plugins/jetpack/_inc/images/screenshots/widgets.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã>øsd? Ã…,\n?µ?nÃ’'),
3110('â\ZþkZe®??u$ô\\', 'wp-content/plugins/jetpack/_inc/images/sharedaddy.gif', 0, '2?ç=À`ä%6Ãç; y', '2?ç=À`ä%6Ãç; y'),
3111('ÃðV5ç¸=!ÞjX+>', 'wp-content/plugins/jetpack/_inc/images/sharedaddy.png', 0, 'ôl?¥£ër?W¯(½ß?', 'ôl?¥£ër?W¯(½ß?'),
3112('.¡Tü|\ZÒã?_Êá?', 'wp-content/plugins/jetpack/_inc/images/shortcodes.png', 0, '# v#·3\Z?µ±·YÂ?O', '# v#·3\Z?µ±·YÂ?O'),
3113('G?¤57§%?dS?.b¬', 'wp-content/plugins/jetpack/_inc/images/shortlinks.gif', 0, 'C?dy?(üP$¿ÃS´Â', 'C?dy?(üP$¿ÃS´Â'),
3114('?s¡²."Âeó?i¢p', 'wp-content/plugins/jetpack/_inc/images/sort-2x.gif', 0, '-?b`¢º??¤ÆQ¢O^±°', '-?b`¢º??¤ÆQ¢O^±°'),
3115('sL?Ä<Ô#?N¥ Ã÷e<', 'wp-content/plugins/jetpack/_inc/images/spreadsheet-2x.png', 0, '»8Â?bL4+E??#p', '»8Â?bL4+E??#p'),
3116('ÃÂ2¾ý¹?J~QÊä²u', 'wp-content/plugins/jetpack/_inc/images/stars-2x.png', 0, 'BPÓWÜö£¾Â²`w?', 'BPÓWÜö£¾Â²`w?'),
3117('×R?\\i\nï^·ÙÌl d', 'wp-content/plugins/jetpack/_inc/images/stats-smiley.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äÖs¥\\VVñ?øcû?L'),
3118('±]"3øe?ÜÊ8?ñ?^', 'wp-content/plugins/jetpack/_inc/images/stats.gif', 0, '1Ê`?@\Z''ð¯1EÃ"ÓQL', '1Ê`?@\Z''ð¯1EÃ"ÓQL'),
3119('Cp\ZÃ^ú?? à ¤aÃR', 'wp-content/plugins/jetpack/_inc/images/status-light-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã?5áÂ3C??w$z'),
3120('Â'' ¾ÂÛú?åØês[}÷', 'wp-content/plugins/jetpack/_inc/images/status-light.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wÂ%q2¥ø?¼P? ?'),
3121('®1<ò&b??êU?G$', 'wp-content/plugins/jetpack/_inc/images/subscriptions.png', 0, 'ò?øJ±«Â´õ# ,?·', 'ò?øJ±«Â´õ# ,?·'),
3122('Ã÷®ø?êq?âÜÕ±c', 'wp-content/plugins/jetpack/_inc/images/tb-close-2x.png', 0, '0î?xÃ%_kqN?«80¦R', '0î?xÃ%_kqN?«80¦R'),
3123('ªßÆ3.²O??ö??cð', 'wp-content/plugins/jetpack/_inc/images/text-2x.png', 0, '?a?\0�??G?', '?a?\0�??G?'),
3124('?¥ÛVi«w¡rtgñ', 'wp-content/plugins/jetpack/_inc/images/twitter.png', 0, '?JS=Wâ�??¥\\º', '?JS=Wâ�??¥\\º'),
3125('ãm;5Bt?\Z?a?\\²', 'wp-content/plugins/jetpack/_inc/images/vaultpress.png', 0, 'EC¶ÄùÃ,Ã%/>&?Ãfã', 'EC¶ÄùÃ,Ã%/>&?Ãfã'),
3126('O\0UPܵ;$u£¨?', 'wp-content/plugins/jetpack/_inc/images/video-2x.png', 0, 'Ã÷´DùÂÃ????´%', 'Ã÷´DùÂÃ????´%'),
3127('?O?s^72?A¤oñh''?', 'wp-content/plugins/jetpack/_inc/images/wheel-2x.png', 0, 'äE/ üç?$ ???½N', 'äE/ üç?$ ???½N'),
3128('éeCΧ?~?£bÂÄX', 'wp-content/plugins/jetpack/_inc/images/widgets.png', 0, 'ÂvÕ? )???¤¤Bf#', 'ÂvÕ? )???¤¤Bf#'),
3129('ÖG\Z×Û=¿?Q=?ï6ã', 'wp-content/plugins/jetpack/_inc/images/wpicons-2x.png', 0, '?ªó^?ì´YZQk/', '?ªó^?ì´YZQk/'),
3130('Âù7h 0g<FÑ:×Ò\r', 'wp-content/plugins/jetpack/_inc/images/wpspin_light-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ªe»fQÚL(ÆMßo'),
3131('ue0|µ??!=?¹"áâ', 'wp-content/plugins/jetpack/_inc/images/xit-2x.gif', 0, 'm\n&¢(?2?ä_\r~?»', 'm\n&¢(?2?ä_\r~?»'),
3132('©|×oÃT?âiU¬?C', 'wp-content/plugins/jetpack/_inc/jetpack-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.$imü\rZ?Âæ??´?'),
3133('G"Ç�?[¡K?./?', 'wp-content/plugins/jetpack/_inc/jetpack.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç ?Vbi?|CM%F'),
3134('%Îo¿V8Þþ°H?', 'wp-content/plugins/jetpack/_inc/jetpack.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶oÔ-~çBY?êM¢?æ?'),
3135('É ¹Ão? Eó(?3ò', 'wp-content/plugins/jetpack/_inc/jquery.inview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ì3-R5t¯^B??t'),
3136('pðùÎrzjD?cHl', 'wp-content/plugins/jetpack/_inc/jquery.jetpack-resize.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ï???E÷?«ÂƲ'),
3137('gD,²Æg³g??E?Wá', 'wp-content/plugins/jetpack/_inc/jquery.spin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ârwü É¡þöåü#A³'),
3138('??ÂZ=Gøë$U´Àç«', 'wp-content/plugins/jetpack/_inc/postmessage.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êÜX2Q=Vp?J?\\má'),
3139('?èL¶gü?bìZ?ý', 'wp-content/plugins/jetpack/_inc/spin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽ$·?&áº5þ,?½;ÃK'),
3140('m[¬>¤?L:Tiî0\0½', 'wp-content/plugins/jetpack/class.jetpack-bbpress-json-api-compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãò«Ã}qm:ÄêÅU?s'),
3141('l)?Ú\\\\y ¸?1T??]', 'wp-content/plugins/jetpack/class.jetpack-client-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ïzÙÃ\ræ;¤û?z´??'),
3142('?l·=?®¹ÂùÂQLy£s', 'wp-content/plugins/jetpack/class.jetpack-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥%, 0t,??ÃÃ@$?U?'),
3143('x??\Z@)´?öwb2\n', 'wp-content/plugins/jetpack/class.jetpack-data.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Es?Jwð�]è«4)ÿ'),
3144('ä/¢ÃÃûö-?W?@ §', 'wp-content/plugins/jetpack/class.jetpack-debugger.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð?øûá\r?GHYì?Ã’'),
3145('ê8u`ö?z©P½´}?*î', 'wp-content/plugins/jetpack/class.jetpack-error.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯½KÙø>NM=u2ÚC?'),
3146('÷??x{?¢?Èø?o', 'wp-content/plugins/jetpack/class.jetpack-heartbeat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V#~ój4ÑÙúûS·¾û'),
3147('sÚzg{[=änZ÷ ¼', 'wp-content/plugins/jetpack/class.jetpack-ixr-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3òYÂBÞÃgÿò?'),
3148('²??Êt:?h?4?»?', 'wp-content/plugins/jetpack/class.jetpack-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úTysÕuÃ…;ñùª´?Ü'),
3149('ÖÓ8±7?(-äz«RÈ', 'wp-content/plugins/jetpack/class.jetpack-post-images.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¸·vø©?¬ÜÔ-?='),
3150('ã?¾±·½~.ª\0ð;¢Î', 'wp-content/plugins/jetpack/class.jetpack-signature.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^5Îæ?éP8\ZÊçãxJø'),
3151('Â1"²?µ´ýà ?2arÂâ', 'wp-content/plugins/jetpack/class.jetpack-sync.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú?Bã?J·×ãr}?G'),
3152('=-!-?.?ôD??ñú', 'wp-content/plugins/jetpack/class.jetpack-user-agent.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%?þbáÑËÃügÂT?ï'),
3153('?ÆVûx%FX\r®Êè?', 'wp-content/plugins/jetpack/class.jetpack-xmlrpc-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¨=8µ*ºÃîSx¦û/Z'),
3154('à ??oný?SkM}Ã\\', 'wp-content/plugins/jetpack/class.jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŒ9<¼¦¯(¸ú32Z¬FM¶'),
3155('ÚÇÃTf!??¯$', 'wp-content/plugins/jetpack/class.json-api-endpoints.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äIõ8ã>ä«g¤ò<Â¥IÃ'),
3156('ËÛó$¹@??;?', 'wp-content/plugins/jetpack/class.json-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N2 H6è`5¹skH?ëM'),
3157('V²DgiDzA??g', 'wp-content/plugins/jetpack/class.photon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®oÂ?ü-±\\ÃähÆëìx'),
3158('ÌD????ÆWCó¨?¦', 'wp-content/plugins/jetpack/functions.compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'I¨?"?G?sä¤5??'),
3159('Xîòh!±³§üÃb?1?_', 'wp-content/plugins/jetpack/functions.gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦¬½?G,»ð°?Þq>`'),
3160('\rÊ9H??ð?nmsÈä', 'wp-content/plugins/jetpack/functions.opengraph.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó`igú?µvn?ev'),
3161('ò?\r¬P?fä¯N??ùo^', 'wp-content/plugins/jetpack/functions.photon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':».?²???GcS?ì'),
3162('ÊmIb!ÃìVlÓÌ8^?', 'wp-content/plugins/jetpack/functions.twitter-cards.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\ZágïÉ>1?å ð'),
3163('J²¤ zA3Ü?)Â??¼Y', 'wp-content/plugins/jetpack/jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²?º^½¡Næ159}L'),
3164('³÷nÙeR''ÇD?Lù?ÛX', 'wp-content/plugins/jetpack/languages/jetpack-af.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?LI?µ?\\dmç'),
3165('n?ÂÂ8Zº?¯eOÎÖ', 'wp-content/plugins/jetpack/languages/jetpack-af.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Y5«Hý??Ã??è'),
3166('BþÃ2g0?RP?¤?ÉSÃ', 'wp-content/plugins/jetpack/languages/jetpack-ar.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?·³??pãóNÃ_??¬'),
3167('RC??Ã0?÷1L''òã', 'wp-content/plugins/jetpack/languages/jetpack-ar.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oïüÉs×÷?[°¸÷'),
3168('8ø<i¤À?³r?Ê', 'wp-content/plugins/jetpack/languages/jetpack-az.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ü,?3?ký?¸6\n97ä'),
3169('´Ô!VÉËØ?yA4', 'wp-content/plugins/jetpack/languages/jetpack-az.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F?qð??Üât?8Ñ'),
3170('ª\0C<âþ>5F?rÉ', 'wp-content/plugins/jetpack/languages/jetpack-bs_BA.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?G{''Ì\nå¨Bö¢}Èc'),
3171('ÃéÂË?;I¸õË÷Ä2', 'wp-content/plugins/jetpack/languages/jetpack-bs_BA.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l|ÃLVÜKC¨J}2?%d'),
3172('ú©¨s} ÃŽoÃ’!,Yï( ', 'wp-content/plugins/jetpack/languages/jetpack-ca.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[?E?²YY?¶ûÃæ¯C'),
3173('¡Hþß=³?B?\rBI?¸[', 'wp-content/plugins/jetpack/languages/jetpack-ca.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú\\ÕTJjçµ\nÙÄ*E?ñ'),
3174('/H?Oë]ÿ,Ç3>@?�', 'wp-content/plugins/jetpack/languages/jetpack-cs.mo', 0, 'Â[8)w.ç\0û??\r?', 'Â[8)w.ç\0û??\r?'),
3175('N??x\\ÂTð??â??', 'wp-content/plugins/jetpack/languages/jetpack-cs.po', 0, '1aqÃmLæ´S© â%? a', '1aqÃmLæ´S© â%? a'),
3176('åZ>§\ZÎmqçÛVr', 'wp-content/plugins/jetpack/languages/jetpack-cs_CZ.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë=??ÕkA^ÈOà K'),
3177('?Þ\rÃ1y7Ã>WEQ´', 'wp-content/plugins/jetpack/languages/jetpack-cs_CZ.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PieÃÛ³? ´?+'),
3178('?L?5+[Ãã?À*?,û', 'wp-content/plugins/jetpack/languages/jetpack-da_DK.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z\ZÇA:ÂN\rÖ\n£ÂðÃ÷'),
3179('+Y<ÒÛcÿ9è~H"', 'wp-content/plugins/jetpack/languages/jetpack-da_DK.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u?4ÃÕá^Ã…{)Séç'),
3180(' Iþzý²<mÕÀ\nM''èÇ', 'wp-content/plugins/jetpack/languages/jetpack-de_DE.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?CúA?<Mý\Z-Ëcî?Þ'),
3181('/²1??Oæà Â@!kG"î', 'wp-content/plugins/jetpack/languages/jetpack-de_DE.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' oJÊaÚ`\Z?£\rzò'),
3182('z±Ù$~JIÄg?©«ý', 'wp-content/plugins/jetpack/languages/jetpack-el.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-£?vØP$þK$3/'),
3183('`?Ã…id?9 õ5ÂN©', 'wp-content/plugins/jetpack/languages/jetpack-el.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«.½W?¶52³Ã8¦Ãþ'),
3184('?76ÃŽX78?óûT%', 'wp-content/plugins/jetpack/languages/jetpack-es_ES.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿1"$Â\0ªéÕÃr]}³??'),
3185('D?äeîRy:µr«2à ö«', 'wp-content/plugins/jetpack/languages/jetpack-es_ES.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÃm:c??ÃR\0\n³Ô=â'),
3186('=*???Ãà Jc¯?nyEª!', 'wp-content/plugins/jetpack/languages/jetpack-fa.mo', 0, '?Âüx??¯p!±Â¹PJ', '?Âüx??¯p!±Â¹PJ'),
3187('*ï^«zftÂ2¤øÃ&''j', 'wp-content/plugins/jetpack/languages/jetpack-fa.po', 0, 'ú©(Ú±????û?/', 'ú©(Ú±????û?/'),
3188('há?eÀJ·ê)£?¹?O', 'wp-content/plugins/jetpack/languages/jetpack-fa_IR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't¨?x0ÿÑ\r?ã?qÊt'),
3189('à BV!·)Fd+¢?dõÚs', 'wp-content/plugins/jetpack/languages/jetpack-fa_IR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤¢ÿhbLyÉ?ý$R¾'),
3190('ÃŽs÷øÂ;?frõ?tËÃ?', 'wp-content/plugins/jetpack/languages/jetpack-fi.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðÃ?Q־B¼D;\nïê?,'),
3191('xrG?Q}á¸\\3¿§E', 'wp-content/plugins/jetpack/languages/jetpack-fi.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',Ãü¡?ó$7$TkI/¿''¸'),
3192('~ÿ6\0ØPÂuÂ:Njâ*', 'wp-content/plugins/jetpack/languages/jetpack-fr_FR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãà ªG(?CÇ\0G??f¦'),
3193('#úx???iç{qùrë', 'wp-content/plugins/jetpack/languages/jetpack-fr_FR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è8¸§?½ 7Ú]??Ûø{['),
3194('?Äö>WåÇ?¡?»*fxj', 'wp-content/plugins/jetpack/languages/jetpack-gl_ES.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à ×:Ã¥xð)ú?ÂÓüm¨'),
3195('}ENþ²Wb@?P|?', 'wp-content/plugins/jetpack/languages/jetpack-gl_ES.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°XÖP8(?æjåñzp1'),
3196('¼ëï??úý?Ç|A!³', 'wp-content/plugins/jetpack/languages/jetpack-he_IL.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IgC©mA?\0·dRãl'),
3197('I¹úQE???A?y4?å', 'wp-content/plugins/jetpack/languages/jetpack-he_IL.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë{ùâ÷?sH?=p'),
3198('ö?¬???6j©¬%áo', 'wp-content/plugins/jetpack/languages/jetpack-hr.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ë7?Àòs~Iüiù5p<'),
3199('uÒë¾WZ¸pU?yO_vZ', 'wp-content/plugins/jetpack/languages/jetpack-hr.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&ÑåD?â?H^ó??ü'),
3200(']Z\nØ>_![µ?¿Ãeo', 'wp-content/plugins/jetpack/languages/jetpack-hr_HR.mo', 0, '?¶%?fAáÃq ÃÚ', '?¶%?fAáÃq ÃÚ'),
3201('È?¼£9?.;cßrº?', 'wp-content/plugins/jetpack/languages/jetpack-hr_HR.po', 0, '_fo\\sÆÅU¥1?}', '_fo\\sÆÅU¥1?}'),
3202('Ã…DÿC³z%áÞ_?Âr', 'wp-content/plugins/jetpack/languages/jetpack-hu.mo', 0, 'ÇÞ''Ã0¡MÜMEÖrTç?', 'ÇÞ''Ã0¡MÜMEÖrTç?'),
3203('uï ?''ÃK¨SÕ4ÙfdÃŒ', 'wp-content/plugins/jetpack/languages/jetpack-hu.po', 0, 'Q?«Â,µ¯5\\âì>Â`-', 'Q?«Â,µ¯5\\âì>Â`-'),
3204('4jÃ8°*O$x-Mk)[', 'wp-content/plugins/jetpack/languages/jetpack-hu_HU.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÃ]?%öl÷|®QºÙøï'),
3205('^_d¢a³½±±T??¬?,', 'wp-content/plugins/jetpack/languages/jetpack-hu_HU.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j¨?\0î5ÕãÌÿ¨Âv?Õ'),
3206('C&«\\ÃÈ(¡ç|M&¾Ó', 'wp-content/plugins/jetpack/languages/jetpack-id_ID.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãz?"?Ä ?~?¦'),
3207('¼ò?[HN¢ñüa? B?', 'wp-content/plugins/jetpack/languages/jetpack-id_ID.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.?<?»é?w?þ??3ÿ'),
3208('?Ãi?¿T??ß}?''?', 'wp-content/plugins/jetpack/languages/jetpack-it_IT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸ñZq.? URÑlÙ+B'),
3209('?I\0FÞl???½?', 'wp-content/plugins/jetpack/languages/jetpack-it_IT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿?cÃÂnÆêKÂ\Z-w'),
3210('3gÿÃoYBo2^6Â(Ñ', 'wp-content/plugins/jetpack/languages/jetpack-ja.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·?¢`é·f,8Óÿ%'),
3211('æLt·1èVÂ{(\nK', 'wp-content/plugins/jetpack/languages/jetpack-ja.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µi?Â¥???ÈBïd§Õ'),
3212(']5WÚ u¢â/¾m9´v', 'wp-content/plugins/jetpack/languages/jetpack-ko_KR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q«@ñt¹i?½å+#b~?'),
3213('??Ouq?øä\0?gp?', 'wp-content/plugins/jetpack/languages/jetpack-ko_KR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ý?¸«?fÃï%ó'),
3214('&?q??¸«?¾??"°Â', 'wp-content/plugins/jetpack/languages/jetpack-lt_LT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(O{?¡??è#?ÃÃŒwñ£«'),
3215('!\\þú?§oÃI¬¡®6?', 'wp-content/plugins/jetpack/languages/jetpack-lt_LT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìv³ÙtÂô?ã??n'),
3216('`?ÃR??WK¸ßÃùõ?@', 'wp-content/plugins/jetpack/languages/jetpack-mk_MK.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßï¡Ã,?\0cs??3<??z'),
3217('^¾óÆî\Z?<? \Z¼¹¥ã', 'wp-content/plugins/jetpack/languages/jetpack-mk_MK.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'HU?9ª×øþß9te  '),
3218('4k½ÉIc@a~}jñçw"×', 'wp-content/plugins/jetpack/languages/jetpack-my_MM.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???E2^ÃêÂÛqéÿ° µ'),
3219('ËÅ>¤i=?óI¹õ', 'wp-content/plugins/jetpack/languages/jetpack-my_MM.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XVÇÃLì.\0`zE'),
3220('''Ã29???Z?Ö+w?î', 'wp-content/plugins/jetpack/languages/jetpack-mya.mo', 0, 'åÙìÎ]-¨?@Ã¥#¹ ', 'åÙìÎ]-¨?@Ã¥#¹ '),
3221('ÃGû ó÷0a½''Ã’/AÓ', 'wp-content/plugins/jetpack/languages/jetpack-mya.po', 0, '_:ÆE[Ú{|9©R7', '_:ÆE[Ú{|9©R7'),
3222('fW°AëQú¤f³P??Ó', 'wp-content/plugins/jetpack/languages/jetpack-nb_NO.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' \nmæÎúw?©SL?Öås'),
3223('(wåô.?ü?f??×÷', 'wp-content/plugins/jetpack/languages/jetpack-nb_NO.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½ï?{ÿ?1«X½?¶X\r\Z£'),
3224('ÛåLôÃjømõ& ?Ô,f9', 'wp-content/plugins/jetpack/languages/jetpack-nl.mo', 0, 'mýÂk2§-?$i?ùt', 'mýÂk2§-?$i?ùt'),
3225('Y?H÷ ?¸b??,?J', 'wp-content/plugins/jetpack/languages/jetpack-nl.po', 0, '\0<«3(?ó|zºirO', '\0<«3(?ó|zºirO'),
3226('¢?1ÿQf?þ g3.Â', 'wp-content/plugins/jetpack/languages/jetpack-nl_NL.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9?Ã…???&\\?Â¥ÃÛÓY'),
3227('ûnN? )\n�Yb¬¸\Z+{', 'wp-content/plugins/jetpack/languages/jetpack-nl_NL.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?µBð?dñ=äòÞ$ g'),
3228('³¤Jj?.m¢?¸!\\ÿb', 'wp-content/plugins/jetpack/languages/jetpack-nn.mo', 0, '\ZS?{/y¤l??Â.¸Â', '\ZS?{/y¤l??Â.¸Â'),
3229('«2(©LN×EvO?Z¯®', 'wp-content/plugins/jetpack/languages/jetpack-nn.po', 0, 'pha??¯;?aÅê?Ìõ\0', 'pha??¯;?aÅê?Ìõ\0'),
3230('sð³´xNð?U?\0', 'wp-content/plugins/jetpack/languages/jetpack-nn_NO.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B¥e?ð/?O·\0t?Ég'),
3231('5Dtb?Ú|ç§F&ãx', 'wp-content/plugins/jetpack/languages/jetpack-nn_NO.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÀYÜ''Y3ò³O*;`(ß'),
3232('½?³?f??R}?©½º,', 'wp-content/plugins/jetpack/languages/jetpack-pl.mo', 0, 'G±?nû?B¨Ñ^7\n?bN', 'G±?nû?B¨Ñ^7\n?bN'),
3233('?rK©Z2i?¾î?Ë_Ú', 'wp-content/plugins/jetpack/languages/jetpack-pl.po', 0, '4?b *qw¼?óÙzzRG', '4?b *qw¼?óÙzzRG'),
3234('\n?ÂÂ?+ýr{Åðw¹ö', 'wp-content/plugins/jetpack/languages/jetpack-pl_PL.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¥7¬?u>?Gða?Xóx'),
3235('k 7oBA4µÃyWî¼GÂ¥', 'wp-content/plugins/jetpack/languages/jetpack-pl_PL.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð+z²??Â.ÆKû×kÃ…$©'),
3236('Öù×ñ©*$è?V/3¿bO³', 'wp-content/plugins/jetpack/languages/jetpack-pt_BR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&PN=×''Ã?Â*)?b8:'),
3237('_DE¦1A3¤OXË7ÌN', 'wp-content/plugins/jetpack/languages/jetpack-pt_BR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?W?¿?0.ç?Pý'),
3238('?L]??7×>?ÜôÛ9æDë', 'wp-content/plugins/jetpack/languages/jetpack-pt_PT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ\r¹è Y?MâµD0¿¨\Z\Z'),
3239('à % 78áîóÄ?ìF¤', 'wp-content/plugins/jetpack/languages/jetpack-pt_PT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼¡v^³JP§Xö©Û1ÿ}'),
3240('\rY?Þç¢é»Nêïú"?', 'wp-content/plugins/jetpack/languages/jetpack-ro_RO.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=¤Â¸/j¯u®zÃÆïs'),
3241('+ö\\0r¾Ö}iÒ^NA', 'wp-content/plugins/jetpack/languages/jetpack-ro_RO.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pVkn?2±Üâ¿k@P³V8'),
3242('õ^ôK_?ñ2rÃ(JsF?', 'wp-content/plugins/jetpack/languages/jetpack-ru_RU.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°×W)c¥®@N~???ê('),
3243('?w¾?³è*Eìæ¸#³', 'wp-content/plugins/jetpack/languages/jetpack-ru_RU.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q0?Ãî·?:Cúl¯?'),
3244('>????UÂEYe |:¹ðÂ', 'wp-content/plugins/jetpack/languages/jetpack-sa-in.mo', 0, '*Â??jê?l¸úRe_', '*Â??jê?l¸úRe_'),
3245('D}ÕÃËV/\rõ×ôF^²Ã', 'wp-content/plugins/jetpack/languages/jetpack-sa-in.po', 0, 'A¾Y ?Â¥?¨õKR£÷', 'A¾Y ?Â¥?¨õKR£÷'),
3246('e Ã^^Sü�%j?6', 'wp-content/plugins/jetpack/languages/jetpack-sa_IN.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£lÞø¢jCÿ?£Ä)7'),
3247('þ>¡ôo?_ZjÃó', 'wp-content/plugins/jetpack/languages/jetpack-sa_IN.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü?V4??8}in¼ ô'),
3248('nÎx_A¨ dÜRäc#?', 'wp-content/plugins/jetpack/languages/jetpack-sk_SK.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ!- PIHõd?øI~?1'),
3249('ñUn>,ÃJ?î~¼è7*?', 'wp-content/plugins/jetpack/languages/jetpack-sk_SK.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è?müf:¢/s?\0ý$,?'),
3250('¬???ýGQ43ZF??', 'wp-content/plugins/jetpack/languages/jetpack-sq.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'F´Cð8r:_÷?¦±,`(p'),
3251('à 1õ÷±Â?Bm|?', 'wp-content/plugins/jetpack/languages/jetpack-sq.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃJ^d¿98wù]cr'),
3252('?rh?Ã¥?Ùd?Ù®ï[', 'wp-content/plugins/jetpack/languages/jetpack-sr_RS.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']5o·ü?ònÆu½(ÂV'),
3253('7ü8ác®§ù°y@ÂÜ1', 'wp-content/plugins/jetpack/languages/jetpack-sr_RS.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&4Ââ|?"ºBMú4'),
3254('2[e?öTÆÓ±{M?', 'wp-content/plugins/jetpack/languages/jetpack-sv_SE.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢\r\nöû¾?g\Z®?DÆS'),
3255('±EUAG¤0T u¢ÛÒlé', 'wp-content/plugins/jetpack/languages/jetpack-sv_SE.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŒÃßûë?:I¦DØ?'),
3256('Ú^ì[t¾¸''òó£Â', 'wp-content/plugins/jetpack/languages/jetpack-th.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?®,l*u4?ÜS?F'),
3257('?T#g 3??£_Úxü?', 'wp-content/plugins/jetpack/languages/jetpack-th.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' 1? õI¼3paéT.Ã'),
3258('?\\â¦M¬2Â;?\r|', 'wp-content/plugins/jetpack/languages/jetpack-tr.mo', 0, ';Bhî?ÄLØÃÃ>?²PÔ', ';Bhî?ÄLØÃÃ>?²PÔ'),
3259('øa½ÒËèI}l9Ø?', 'wp-content/plugins/jetpack/languages/jetpack-tr.po', 0, 'Ó,? ?}/ø)?ý&', 'Ó,? ?}/ø)?ý&'),
3260('4;ú???ÚÃü¿ÂR', 'wp-content/plugins/jetpack/languages/jetpack-tr_TR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&1?$¨?×~²$oB'''),
3261(')¬P_¨ L?ÊõlÃU8', 'wp-content/plugins/jetpack/languages/jetpack-tr_TR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê?ÞuÃÊ?bÃ@ñ}¿ß#'),
3262('Þ_AÅJë&¦[?8ÿÈ*Ê', 'wp-content/plugins/jetpack/languages/jetpack-uk.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ua?\\2¼pßb¬Åñ'),
3263('}ì½jìt<ý2,?þø2', 'wp-content/plugins/jetpack/languages/jetpack-uk.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯¬eCCÔ�´�o�'),
3264('??ÂK+b?f*?+\n', 'wp-content/plugins/jetpack/languages/jetpack-ur.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã+iÃ¥???+ÃŒu??òU'),
3265('Ãï&?4?3-ÃŽ?'' ¹³', 'wp-content/plugins/jetpack/languages/jetpack-ur.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_Étÿ£:sNÿª??8'),
3266('?ð tªbÙD:Ãc2?Ö', 'wp-content/plugins/jetpack/languages/jetpack-zh_CN.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<©?óZÈùÕi³Iï ú'),
3267('Â?G& O\ZåëDy?¾ ', 'wp-content/plugins/jetpack/languages/jetpack-zh_CN.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑÙBUzsÂÜ-þ'),
3268('EÓÃaé,G?Bsk?', 'wp-content/plugins/jetpack/languages/jetpack-zh_TW.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êÀÃU?ÂwÓ????Ã'),
3269('B9d»Ô_¤ø{\ròÉÚu', 'wp-content/plugins/jetpack/languages/jetpack-zh_TW.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8??  }ôeÛØó\rß2Æ'),
3270('Ã’?Ã¥|(Æp??«G=Â', 'wp-content/plugins/jetpack/languages/jetpack.pot', 0, 'nÖq(hw?Â¥/ J=', 'nÖq(hw?Â¥/ J='),
3271('<KJÄm×6kvãÃ??I', 'wp-content/plugins/jetpack/lib/class.color.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Näw¶²?½?jGÂåë'),
3272('¿????{ªòÄ?Ek±', 'wp-content/plugins/jetpack/lib/tonesque.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_\\y¿¦ý-¬Só»?Ã'),
3273('ÕÃ8È$A?G~*äÆo??', 'wp-content/plugins/jetpack/locales.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…X¶''`ßPò;?Md?È'),
3274('?*-ò¼¡ùVx?ø?¶æá', 'wp-content/plugins/jetpack/modules/after-the-deadline/atd-autoproofread.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R?hmh¡tîÃã7Âðg'),
3275('Ûòó?)hýZ|ýÞ_¾º', 'wp-content/plugins/jetpack/modules/after-the-deadline/atd-l10n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Fx??òg?è~Ôl?Æa;('),
3276('?¦??l>Æã', 'wp-content/plugins/jetpack/modules/after-the-deadline/atd-nonvis-editor-plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sXÃ’&Ä?ºb`ÂX±Ã\0)'),
3277('??n\0??õÀê?ÃfH;d', 'wp-content/plugins/jetpack/modules/after-the-deadline/atd.core.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂäSÞ®<?ºïÌiïLr'),
3278('Q¸à &\Z(y%8|dø]_¸?', 'wp-content/plugins/jetpack/modules/after-the-deadline/atd.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ûò?ÂÃô¾ÅD.Ó$?Wx'),
3279('?ï??3ïÜÖÙ`°Óc]Ó', 'wp-content/plugins/jetpack/modules/after-the-deadline/button.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?#\Z\r?¡ä?1âÿÂp÷'),
3280('y¿ä?=c&???7eär\Z', 'wp-content/plugins/jetpack/modules/after-the-deadline/config-options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ká!C"?â¸??lÂ\0Â¥'),
3281('Ón-?´ÂcÙo¶z%?', 'wp-content/plugins/jetpack/modules/after-the-deadline/config-unignore.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r?7îô·Ø,¿¤8?½ÜÕ'),
3282('?gÂ?]ã; ¸ª?9Is', 'wp-content/plugins/jetpack/modules/after-the-deadline/install_atd_l10n.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÑX¸ç:ºT}XZ©8Ã'),
3283('ù·»ÕÃQ/¾à Öz?z?ß<', 'wp-content/plugins/jetpack/modules/after-the-deadline/jquery.atd.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>ýû3¸åÎ)KO?|?¬'),
3284('?Hè?´¾º?ÙÓSõÂÛö', 'wp-content/plugins/jetpack/modules/after-the-deadline/proxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë*(R,Ú\n/?tJÞr?'),
3285('æVVViê?âQüvC?', 'wp-content/plugins/jetpack/modules/after-the-deadline/tinymce/atdbuttontr.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?(Ü÷Âã??.?È');
3286INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
3287('éûKú?TÇÅy8Cìä', 'wp-content/plugins/jetpack/modules/after-the-deadline/tinymce/css/content.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¯ãü£ÈA÷m¸òsÃß'),
3288('M9\0Ö''ÿ''?Æ?Tè8R', 'wp-content/plugins/jetpack/modules/after-the-deadline/tinymce/editor_plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó^UävÂ._×#ÂÃìÖ\n'),
3289('¡Aw?3ë×ÒåoË!Õ', 'wp-content/plugins/jetpack/modules/after-the-deadline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|Fáp¸?þà 5OGå\\?Aë'),
3290('Q&\0?«X§Â¤?¼Ìô', 'wp-content/plugins/jetpack/modules/carousel/README', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yô¦Â??hêçlu£«'),
3291('Ü^Ã…?3²Ô@ë\0áéÚ', 'wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''øï×û>6ªÎx?u+zÂ8'),
3292('U?"?ñ)Ã4Ûq£¯ög', 'wp-content/plugins/jetpack/modules/carousel/images/arrows.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â:¤ÀÿýïÛv¾Ãl"L'''),
3293('?éô?,>ú?Aè?c?', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~S¯æ#+1ãCq?btË'),
3294('m?¦æ?÷:¨ÂLÿ?=', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-likereblog.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æf?WOD?¯è7U?×'),
3295(' ?? ÞqºI÷±', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-link-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?AÃ…2#?ûÑÅB?"ÃŽÃŒIH'),
3296('¯hñù?÷l''X5?à û', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-link.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&h?/DPÌ.´¤?-'),
3297('|\rOH¯ó?åö¨¾)Â8B5', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó{bÖ&© )"W=fo'),
3298('?<? C¤;·F@ÛßrÂz', 'wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³î]çþM!ñ=?V?ë'),
3299('ÈÜõ¹OÃìÈêpâA?o', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-ie8fix.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?±VÑ_??äMÉÃy«gy'),
3300('d¸¬?@?õÔÉñ\\v$', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?î?ÃòGìz²1r/?J'),
3301('{?§v¼Îrd÷~??åW<', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á2?n0ÖðÙ)VJ»£'),
3302('ã¯ë\n?$?9^¸W??tÂ', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?2(]fø#?»pcô'),
3303('¾o??+ç©Lùò²?,', 'wp-content/plugins/jetpack/modules/carousel/rtl/jetpack-carousel-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P?öX):·?hXm?'),
3304('w?Qð»-tù½?`ÈI?', 'wp-content/plugins/jetpack/modules/carousel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'L.?.à Y�ÜÜu'),
3305('¨o?êÎþ?yd\r5Èê', 'wp-content/plugins/jetpack/modules/comments/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¼�sJt¸Â÷né\n¾?ä'),
3306('ªÂ¼ô¸Àù%¾uH)d±à u', 'wp-content/plugins/jetpack/modules/comments/base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã?:,<z^ïü3°XB\0'),
3307('HTèêþ?¿?h.?n¸õ', 'wp-content/plugins/jetpack/modules/comments/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~? x?Ã)¡Ë,?öj³e`'),
3308('`?Çë?Å??¿Ç6aû«', 'wp-content/plugins/jetpack/modules/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¬]Ò÷,ëñ?-)ûF§Z§'),
3309('¥ù=ßÔ?ëQ?¹==ó', 'wp-content/plugins/jetpack/modules/contact-form/admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}¼²Kì¡|`?M? ?'),
3310('¾]GGWãï$MQ¡0¹?', 'wp-content/plugins/jetpack/modules/contact-form/css/grunion.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'al_ÌF?¡9?s@¦ $?'),
3311('TÃ¥7DY.''iÃ+?B?_', 'wp-content/plugins/jetpack/modules/contact-form/css/menu-alter.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?»Quß%ÇïÃ[3sÃW'),
3312('»Âfû?Õ!3XO(\r\Z¤', 'wp-content/plugins/jetpack/modules/contact-form/css/rtl/grunion-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Ö&6?%p¨¹[@à 2XM?'),
3313('qlÔgXÊ?OqHÃŒÃR= ', 'wp-content/plugins/jetpack/modules/contact-form/css/rtl/menu-alter-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TÜb~1\nð?Ô WTé Ñ'),
3314('¾?ÜNþ£92ú|�?|', 'wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z??>|±?f¦''^??'),
3315('ß *¯üJÚ.çÂ''à ´v²', 'wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',û¬?ØY?÷''Â\\MéÛ'),
3316('Ã¥N?ß7C?Ã×2ÂÉ?Qú', 'wp-content/plugins/jetpack/modules/contact-form/grunion-omnisearch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'S???ê?6Ló`S"£?ÃŽ'),
3317('?Â>(¥Îu?Ã=|§ê', 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢¦j??9PÂ>??Ë[V'),
3318('Úëý\rÃ’?Ä&\0XÔ/', 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÃ’d?D?Ã8ÂC|Iú?'),
3319('c?gòÖà Ã6?iÃ', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sg?âf? Ãiù ña'),
3320('W?ôæî-P54-?ù', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B¯Qú??Þj¢ªù'),
3321('îFÃF;oByXü?¦', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ßÈæ-_Yúo·i?_8~H'),
3322('s~?w?t)?j«¹?', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu-big-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾??èä½óv)zõ&'),
3323('mH))ó Ãu±b?¡NÉ', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu-big.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H/ C¤?>u¼db?'),
3324('ñù??@f�?Qµ??', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu-hover-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ!à `§Þaâøx÷'),
3325('Ã3''û¬Èp.6§Æé', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu-hover.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô®I?T¼??Ëó/Ê'),
3326('Rl >Z²??ö³TÇY', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-menu.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àñ?ýêKîÄ-?y1r?W'),
3327('ÑZ%?+z=ÿÛ?8ÞBÂ¥', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|?Dp°ºVyR`Â;?u?'),
3328('??¹my5\r±ù1<?û¨\r?', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?J¢«r¹z«?·Pf¢'),
3329('cÎî9%H¶ÊrÂÂÊZ}', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÛ0V¤5?Ö,?³?ø3B'),
3330('¨²[ºþìÇ%`ð0C?îó', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çT?¯\0aÛ8âpæ¿D%'),
3331('ò/ÓÅÃë''µûæ½vlÂ', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ì?V?éý@ú[©9#Ç'),
3332('?Â\\Æ~?V?0ÓdúK', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?;ra´?0þ>¼¡?·Õ"'),
3333('7ôÉÜuà à Vü??QÂx', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ü,ôyx3éqjÃ…Fè?{o'),
3334('H''±)±l???~©?', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý¾?s=þÌÃc½?%Ã'),
3335('P³Ãäú?8Èê ÂCZ%w', 'wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?O?Â-???G¢?Ã¥'),
3336('Âñê²þÃD?ö??¡úR', 'wp-content/plugins/jetpack/modules/contact-form/js/grunion.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»F\Z°?®B xÂ?ÃŒJb'),
3337('î?IeVf<Ü=è~çëê', 'wp-content/plugins/jetpack/modules/contact-form/js/jquery-ui-1.8.4.custom.min.js', 0, 'Ãì?üoÂ8^?ÂÃ¥?ÄË-', 'Ãì?üoÂ8^?ÂÃ¥?ÄË-'),
3338('^¢á}Óf©Âaö??áú', 'wp-content/plugins/jetpack/modules/contact-form/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<f1¨Ì³?c2º?s*'),
3339('A\nxA?f[q?\\ù!Ã¥2', 'wp-content/plugins/jetpack/modules/contact-form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ni£Âpü°éÎs¤±"\0#?'),
3340('?\n3É@??ºÃÃç<$', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N²Z$«T\0?^DÚA8¯'),
3341('Ì÷PV}½¡7`?¡?', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_ctype.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷y{è?8?9ÿ?+-?'),
3342('?(µ''XE_"Ö*(ËÃ', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_optimise.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*?ã?à õ)óè?K*áo'),
3343('\\?�áä?/<³·?=', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy_print.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Äpµ?ÑNßøéa0?j'),
3344('ÿ½wÓØ`?â?·Â|', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'CÄçB«®5 ?£ub'),
3345(',#úq1?ÊN??ÚE¬', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':$a @Ñ÷¿¤"='),
3346('{u²HÃv¡q~ÿd¸ö', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñdn`MOÂà ÂÅÊ??;'),
3347('?ñ4\nb°I¦ûLr?¸ ºì', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':wKû\ruK??ç'),
3348('?ýÂ=¸ÇsNÓÓt3ÃŒ%', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡jZ}ðµû??gøé\nñÈ'),
3349('þ@ìÃN8Cä .À:?', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' £õe?ÇÖ8üô^uëî'),
3350('&¸ý° ¡7<2]Ã?ú? ', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/ace.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡R& ??ÂkĬ<E??'),
3351('h}øRUùÚà â?W?)/0¨', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3??âtÄS)JIüT'),
3352('Q\r#?u?Mâe³ªïCgâ', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/ace.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?iA<j\rê??k'),
3353('?¯ÃTÔF?!º?»®¦ýg', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/mode-css.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’''»0õ$À4á7;??'),
3354('°ÃDzrsM?×G\Z\nN¢', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/mode-less.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?mÿá?Q\\UPß&Q?'),
3355('|UDøFÔ=#nuÒp.!£Ô', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/mode-scss.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤»vFA[ZÓCN\Zn??·'),
3356('ß#ÿ²?w?ËBHS½`ª', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½}I$©äç#±ø¤8ø'),
3357('%t)Â@Â}%(¢?-$-k', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/theme-textmate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y}>%n??$at³?\\F'),
3358('AIÂÊ????ÄX¨³W', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/ace/worker-css.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.£?JÃ’q&ÂMa5'),
3359('mó?N?²$XRñ?=?È', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zI?VfßB´6pó£¦%'),
3360('Ùh?>aãÆ?}òÉôÙ', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/safecss-ace.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î"¤''?X{ÎáÃ>¶ð'),
3361('pÂ¥#\\/pI¹GÛ2´\n?â', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZúÃÈQ\Z£??ï?\\´à '),
3362('<V\r??ÿ«?û§Õ', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ïÃ@"p?Ö÷?äýÔæ'),
3363('/+¢¿?¡é8=³rI"N', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w??>?áR??óðùÈ?'),
3364('Ó}3 Ûÿ|!þiÂ8ïO»', 'wp-content/plugins/jetpack/modules/custom-css/custom-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W27æ?1û?õò½U¯'),
3365('çÅcÕÃÇÀ÷=ö?òZ', 'wp-content/plugins/jetpack/modules/custom-css.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú?WÞÆß4ôR?\Z%ÊnÑ'),
3366('ãl?ê Â=³¯?Â1Ë1', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'TUð=??P?-'''),
3367('¼¢+ÃB?éô%êò>Þ', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãb=? Cw³»''ÞgºH°'),
3368(')1m¾?À>Y0ïÑúÃ?¼', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|RÆ??\rø»BÂtnuïâ'),
3369('®9gÛsñÂ8eó5l?A', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß>a?\r[A¼d¦ÞZÙÊ'),
3370('Ãitµ3?ö?]§|¨e7?', 'wp-content/plugins/jetpack/modules/custom-post-types/comics.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼?ýg¢@¿Zô£ú?bÂ¥?'),
3371('??ºlÂ¥~â60}Ã', 'wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ö;?§°l½tî·7\Z'),
3372('\0?]?¬¿Q!;?N?.x', 'wp-content/plugins/jetpack/modules/custom-post-types/testimonials.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô??\0²é? ?ìøB~'),
3373('*??:\\²æÙõeññòV', 'wp-content/plugins/jetpack/modules/debug.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?@µ¾§?Îùµ}?.óP'),
3374('Dwë÷¶\r??7xMX?O±', 'wp-content/plugins/jetpack/modules/enhanced-distribution.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???°B?g Âa(-L'),
3375('ê0xùüá?ïOtÚnZèo', 'wp-content/plugins/jetpack/modules/featured-content/featured-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';S¾X]»¿T6é½z_L?\n'),
3376('ÃŽ,?·÷DY%Þäq·5`', 'wp-content/plugins/jetpack/modules/gplus-authorship/admin/connect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÔÃ3±ÕÃvSÃÃ…pü ë?'),
3377('ÈV?Ãhó?®N¢:\Z?¤S', 'wp-content/plugins/jetpack/modules/gplus-authorship/admin/listener.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷?rú?m[2ê÷??+ï'),
3378('ìùÂÈZ½o?K?IÂ¥?3Wê', 'wp-content/plugins/jetpack/modules/gplus-authorship/admin/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Y25?©o??sj?\\aßA'),
3379('6Ûh%áêÑ´ôd^ìÉ:x', 'wp-content/plugins/jetpack/modules/gplus-authorship/admin/ui.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ì??LkÂ$??Z?{'),
3380(';;l.??\\a�?E', 'wp-content/plugins/jetpack/modules/gplus-authorship/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '�sE?.\n¡º5?D¨¦ô'),
3381('Èê?d-Ltã@~û_Â', 'wp-content/plugins/jetpack/modules/gplus-authorship.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qÑø]®?x?þ±?«dúÃý'),
3382('ï?S?M/? Â¥k?_¾?´', 'wp-content/plugins/jetpack/modules/gravatar-hovercards.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åâ2\rØ>zÂï7õÓü'),
3383('?2X:²¾Q ¿Ãîô?ß^', 'wp-content/plugins/jetpack/modules/holiday-snow/snowstorm.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\ZÃŒ=p&Éyao1?¹?'),
3384('âß\0â?ÃŽÃ?i?Â¥', 'wp-content/plugins/jetpack/modules/holiday-snow.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jÃUѪ\n®DNEªUñ'),
3385('-? ²Ôt\n??w`''£~¡', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\áÃVQª hª"ºúêv¦'),
3386('x?f<¨X®äªP;Â', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß?1ç??y?kÂ??é'),
3387('dÂ&;c''ÂP*Wè´Sú³', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?1?Â?¶Ì??óKz/©Êè'),
3388('³?oF¨9ºyH???á?lö', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Õ\Z»ÂpÈ_ÂlöCÇ'),
3389('ln:ð7ÃŒz`??Ãa1', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æý{_+© ?(?h\n{'),
3390('Ø/{®o±?².?O¼³+\0', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹k ?kSv÷mÕÜåg`¸Ô'),
3391('óR¡Éý-æ1#ܵ´Â5i', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŒ*;«8ab\nxR?¡?¨ä'),
3392('õ(;YX2ÃÙu R?z¸', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ©%AÃ’E\\»;Ücx¬?~'),
3393('b\n ïT¸ÂaH¯Âß8Öúµ', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÜ\ZÖ(pi?}WÃŽf>Ã'),
3394('¢Â¯x?{ÚyfÈÃ3Â', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_)èáUä)ñ,têkiúè'),
3395('?M???\rþ¦è??Éçñ&', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(A)ªqûH|%nDaw÷'),
3396('yr\\áI8????ÖA''?w', 'wp-content/plugins/jetpack/modules/infinite-scroll.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÂÿ Â.=q`?Õk?¿'),
3397('ûþZ\\?3óòá?L?E', 'wp-content/plugins/jetpack/modules/json-api.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ç¶x+Ãfo8ýÂ=!½dº'),
3398('?â?ò¡Ö$µ¡RsbLÂz', 'wp-content/plugins/jetpack/modules/latex.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ?ÑJ?ÃNû?.»ÿ'),
3399('bV²!EPzë -#?£|Ñ', 'wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Y:.X¬ÔòËÅþ3'),
3400('yû?ýÆnRzÈ /#ÂHÂ', 'wp-content/plugins/jetpack/modules/likes/post-count.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w?ï°\0Rog4KAýìå_'),
3401('ªÿU*Öó·y4º?,', 'wp-content/plugins/jetpack/modules/likes/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mÉ8?Ãaoª|Ñ0??P'),
3402('NQ??(?ÃòÂR®ó f', 'wp-content/plugins/jetpack/modules/likes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N?\\Â+ùMJX?0'),
3403('Â4ß??ÂPûx·ç', 'wp-content/plugins/jetpack/modules/minileven/images/wp-app-devices.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?fÃô¢ö%??mMtS?'),
3404('ÃŽ?Úi?Açªl?n}', 'wp-content/plugins/jetpack/modules/minileven/minileven.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' åk¾Â 1\\Äï?n£'),
3405('?K?aÖçù³Âp;?', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7º¶Ä_~LÂ¥?Â` ç#¾'),
3406('ÂÂ\roâ÷?` å¼ËHðÔ', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?cÞã?9\r!kõl[hÂO'),
3407('} õÂK??½v RrõoÃ', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nÜ?Vw·3½)?ã¤[(Â'),
3408('p9WØZ7©á?,µÿ\Z?', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Økq?>?v\\á³C?'),
3409('vOÃ1w8,Tã?¯¡,ö', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ÌG?׫-?óýÜ?'),
3410('p\\E²2®ÂðD\nr??', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ËcT¿t²þ?ë¦ãÌ'),
3411('8î{î¨<+?±´5è+ã0Ç', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ÃÞÈ!C?:?? Èu'),
3412('CG6\Zc{''qÉuc?¤??', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/custom-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷?[kÄyN*núë(ÂZ'),
3413('Ã¥1p½Cç?\0=bý©a', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yÂÙèÄ)(´kà ôűßÖ'),
3414('0*ÃŽR¤p B%0?\Z?Âp', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{)2)cª}¶é{?+Â?'),
3415('-D÷&YPY9?Âb???', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹Ãk{äpé\r3âó¦áV`'),
3416('´??æ«üÈÛw/0ªk?Ø', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/fonts/genericons-regular-webfont.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷¹p9¦2Õ,J? X?Â,'),
3417('E?ÃÞÃl]?9Ó<z`?,', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/template-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ôúRo?K,O#?L|'),
3418('âEY?¯ÊRÈîdQR', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/inc/tweaks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ã$??ÚÃ?''@}'),
3419('Bäà +ÃGÙo*ì/óã', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q%"\0iQYÃ’%p.ÃÖ'),
3420('Ù?ú&?#¥°? (³V³W', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/js/small-menu.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ã`''^è\nk?þ½?·µ'),
3421('Ú?èÆ%?ÚþÂ6~ä1', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??êÈZÞ3\r.ÞY´\0'),
3422('þüª?þ·Æ%Â÷ì¡L', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`û¶èK³£þ/éÒyÚ'),
3423('Èe-?Ã¥ZP¢á5?D=', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/screenshot.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ùà \ZåÎk4JÂô"?P'),
3424('ôã?Ô?2VG¥\Z¥', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/searchform.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄgÅù?ë?Ù2âS;'),
3425('+)¹"¡?Z÷¼,)^s«®', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/§CÃ;?Ë-v¹<ä'),
3426('»&q?J7?''3è?#4''Â', 'wp-content/plugins/jetpack/modules/minileven/theme/pub/minileven/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄYÃK?ëêÈô¼ZYÃ’'),
3427('ddÔü4Ã]×ÃÇ/:', 'wp-content/plugins/jetpack/modules/minileven.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Qê''òµRRPiæ¥]Ä'),
3428(',?¦?Pz?¢p:?_9', 'wp-content/plugins/jetpack/modules/mobile-push.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶KV´ô8\Z^!h !î?'),
3429('»cv?¸èf''I?ÃZ£E', 'wp-content/plugins/jetpack/modules/module-extras.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿Fa(ølºûõnÉ9k½'),
3430('º\Zd? -`? ?Ìhn', 'wp-content/plugins/jetpack/modules/module-info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'é¶ñu³¾? 8æQcY °'),
3431('?EUð)7Ò-É''?¾', 'wp-content/plugins/jetpack/modules/notes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ~,Ê Aìxìg{UTÂ'),
3432('ÈþU!¦ÛLïô8½\0¤ø', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±æt¿??ÃIôë8~Ñ?'),
3433('?C\\Y¹fG?Üb¬Y', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Rk#Ñ!Ã…H¼ÂçÎu+û'),
3434('Âh?Öæ\0½4r!Â', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-jetpack.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'MØå+(?´£??&-î'),
3435('ã¯~?b9%ï¬è?ä', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yø(\\ãG%¥5á??$'),
3436('[?ü?VØ×~`Mùö@({', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-plugins.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»§C[p=ðE?\0.+?Ë'),
3437('£?5 ?V. ª«#¯Q°u', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']W³?Çç)üxtln>~¤'),
3438('\0±õöæ/ÎZ?O ''8¿', 'wp-content/plugins/jetpack/modules/omnisearch/omnisearch.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%hÃkïô¿\Z§CÂö?é'),
3439('+â¯üý=ÂQ?h·p+', 'wp-content/plugins/jetpack/modules/omnisearch/rtl/omnisearch-jetpack-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃWæ~xld4©SçMë'),
3440('Y£JÙÓÃý×???´µ', 'wp-content/plugins/jetpack/modules/omnisearch/rtl/omnisearch-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìed3Ô:ñÃ&°.¾-'),
3441('ciæû[zãèo z\0FÂF', 'wp-content/plugins/jetpack/modules/omnisearch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7:ø{º_JO´ÂZc;ÿ7p'),
3442('?\\#?\0*?7wÇ^sé\0', 'wp-content/plugins/jetpack/modules/photon/photon.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¯<`??×úÎ?Õä'),
3443('³h?t¾¥Hcx¯?ê ', 'wp-content/plugins/jetpack/modules/photon.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_¡$Æk·?ÂrâM?'),
3444('>Lã?â?¼ÃèXI¢', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0?æfïifD?''1u¼F'),
3445('µL¤+ÜW;3¾Øã`?Ä', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W{¹J!?Fóz?¦Sõ]'),
3446('qkøPúrÙÚ6ZÃL©â;?', 'wp-content/plugins/jetpack/modules/post-by-email.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?cc''i¡,Æz?)¯'),
3447('0õ$\0Â¥\n÷o\nMÃŒ:?]@', 'wp-content/plugins/jetpack/modules/publicize/assets/connected.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã7O#~Ix ñ?Úc'),
3448('óbmy%Âú???Îõd6', 'wp-content/plugins/jetpack/modules/publicize/assets/facebook-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÖLÂ?x·)Eëª+d9'),
3449('#ì÷ã*¥m5®?by??', 'wp-content/plugins/jetpack/modules/publicize/assets/linkedin-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U?lµ`*{?u^\r?æ'),
3450('??a$Â¥73xãÄØF?@', 'wp-content/plugins/jetpack/modules/publicize/assets/path-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªy?Ãh¡?ÂGÃ!nJW'),
3451('|''uð/?S?e$:?îE7', 'wp-content/plugins/jetpack/modules/publicize/assets/publicize.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´.+EîKìÎ{átÓs/'),
3452('ã¢EÕ$Ñ]ú''à Â"Ö÷¼', 'wp-content/plugins/jetpack/modules/publicize/assets/publicize.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øTÄUý£?¿:ÈE[Ó@O'),
3453('uåå«ù|¿O??a{', 'wp-content/plugins/jetpack/modules/publicize/assets/rtl/publicize-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì²Ç]Âú{7Q\0%2¼Y'),
3454('ÿÒ? 2§ÑL\0h´0ö\\', 'wp-content/plugins/jetpack/modules/publicize/assets/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç?*%¸??v©?lÂò'),
3455('D_:á bT«\Zo\r0ÂÞÀu', 'wp-content/plugins/jetpack/modules/publicize/assets/tumblr-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Îåå]֮??^???p+'),
3456('J�???¶m%''d@ ', 'wp-content/plugins/jetpack/modules/publicize/assets/twitter-logo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥kj7?#÷ÇgQ?#ÿ'),
3457('ÃZ?§p?B¤W?8?AÙw', 'wp-content/plugins/jetpack/modules/publicize/assets/yahoo-logo.png', 0, '"Îd?W?¿YÉ^IJ?v', '"Îd?W?¿YÉ^IJ?v'),
3458('7¶uÀÃ\\$ÕÃXÖ@X5', 'wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤Ãã?~FìC©}ÃŽ8Hº'),
3459('w×^�?/°*ºª»£Þ', 'wp-content/plugins/jetpack/modules/publicize/publicize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G?:?æd^]cQ$üásE'),
3460('w4ë£?M°dÜÿÆä?', 'wp-content/plugins/jetpack/modules/publicize/ui.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©ãîx°/| HX×/Ãp'),
3461('&Ãe? `??Êlýâ?ÞN', 'wp-content/plugins/jetpack/modules/publicize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D®ò?pát?¢,rò?*t'),
3462('º<á@7Ò§½�f\Z', 'wp-content/plugins/jetpack/modules/random-redirect.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?}ãï«û¯$ÞØÂgVË'),
3463('v?ø¦yÂ@Â¥?×gql', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÇÃù¡5OS?¹Aä'),
3464('ñ?ä\rùû,qbÃ!¬j?', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ïG?t?OSqÃ>TÃ'),
3465('¢Ù¸ú^ë¨é¦w0_ù', 'wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tî!tDÂ&2??MVy '),
3466('Q1n?»?1????B*Þz', 'wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨}xD¿MÒÑ\rU?þ'),
3467('?ÃF³eÂ¥ C??ÿÛP>Ë', 'wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ãð!Âî=Äé÷Â_ç'),
3468('«d tù tþBú.?j.r?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%3QÜIÛÃmªvã?ã'),
3469('Twt¸?J??7·C·?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cÌU%ä*îÎL çÓÇH'),
3470('s%d?ȼ?Ô1(ñ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…ZQýòø??§ Y)?'),
3471('`FÈpTº<JW\0Hà Q:', 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f®!«ÆD\\°?4Õa¢sï¶'),
3472('Pt^XÃ??©f ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?''Ûà þ$EÃ6?q©'),
3473('??R?é?- iK¸?c??', 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÂNL+xæU½Bb'),
3474('ð þ*¾z Ã’.)-æ½\nX', 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ä?»/\nK½æÃäÑ-C='),
3475('«Qð³Z?Çfl¬k,ÂË', 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã.Q¯m§²''Û6ñiA?À'),
3476('Év??C=.ÂK3Ñ#÷w|`', 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?;"9?Âu?¢ïú?ê'),
3477('??j???æü\roó?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/email.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄON,¯9?d¨8?³?'),
3478('?btZ¯ÂsÃ’.Ø0þD', 'wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨? é?RAÂÑçSé?'),
3479('Â/æ?£RøóTªl?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãý?þÛ1??¼jJÿ?ß'),
3480(':?ù¡æ¾F»WWÄöýºi''', 'wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?i]??\n~??óÂc'),
3481('hé¦-?#hö?²?T«', 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z³w¾& )Û??¨nÉ'),
3482('Âó½?a(~Â?¶£¥¨ø', 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8NÃŒ0''X«Ê£<â4Îýj'),
3483('?]I2?<H¨¯?%?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â@!ÿ[?ðèÕ=ºq"{'),
3484('Ëõæýï`pûÅ+??ï', 'wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'dÙ IÿÃ6Ó<rØ'),
3485('#a¿4?paÂ,n?>øë', 'wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hf?)ïà à ?®&ënC'),
3486('Ì&¨[U¿bÉN§Ê;?áÌ+', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¶×/ºHÙ?¿#ö¿W'),
3487('·Põ_¯�ÄX½ý Ò-4', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u©cYÖþeµ};@<mö\r'),
3488('?Z?ªLÃŒSl?8LOtË_', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Eú})nñÔ5¤0?³=ÃÛ'),
3489('ÃtWsE±»?H?@ïW', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kÙæzýMR,Lì?u?jÃ¥%'),
3490('??Bú;ÜÞY|Ãu', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n??Â6)Æ.<VQÆ?'),
3491('fql"~\0ßwD"fµìFC]', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à ôFËa/AO?ï=?X?'),
3492('¨+g$Ëi?k¶C?°P?öN', 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤>°úSÂV*ÂUõü?6à '),
3493('Æy|F%Ã¥Q?y?Q«öd', 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥@Ee,T=o3???Â[}'),
3494('=G&§¡øPõ)GÚvC', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ6<?«Ã/à áã:>.¡Ä'),
3495('M»AÈKLvÃŽ9AÂ+Ê?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ''-TÂ>?¾îïnf;?'),
3496('k?$?ÂÓ̹ûBÆ\Z-?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7âûZN ¢c´®îUå*'),
3497('Èi@?Rø?ÃÄ~É', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÃŒsc9ÃÉ?9rzð'),
3498('ñ\0@èóN\n?¢&p²/', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ6<?«Ã/à áã:>.¡Ä'),
3499('#(Y»?0nép?b}¡®', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ''-TÂ>?¾îïnf;?'),
3500('TúRúu W:Én?ù??', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±�?\Z´ù×7mRãÅZe'),
3501('ôà ?ØÙ ø¯iD?{', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼ßÜ0ô®é?\\£?û?'),
3502('?{ý¦«ZÿN9?Ë96', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úF?*°¦9Ñ''?5DãI'),
3503('¶''\0Ãà ?-?Ã…oáñ??', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*gÃpÃ?²*µ\\¦IKp'),
3504('|Hßi· ×ü?©&Â(', 'wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??iBc¾JµãHpá'),
3505('².Uò"Ã’>¢ÂY52Â', 'wp-content/plugins/jetpack/modules/sharedaddy/images/more.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Îë\Z¶?½ÈØ/r?éÿõL'),
3506('k2±Ìì??}&¤Â¶¢´', 'wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðå?Ãä?gÔà Gûs²'),
3507('G??l<î.*?¡ÇÖôe', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}&Ñ09êè÷Wâ?Ês?''@'),
3508('$Q¼y¼?X?D`öÿ6°', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â,©ÙÞ £ â?eq?§'),
3509('bd³Ôs?ÖcÞÂÒ×?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â5µ?uȎFËêxlr'),
3510('E¼¾GõÇ+°(ïII¨?\Z', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹9+ë´?¼;ÔÚè'),
3511('ñ FhèÂa3à Ä\\Âa~', 'wp-content/plugins/jetpack/modules/sharedaddy/images/print.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Ãà @ô+wd?7>'),
3512('4?T\nÔHñ( 8Â?Xù', 'wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r"d??Â^s?"Âwa'),
3513('çÂå³?:?''óä?-Ã', 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mðÄ[²Ñ??ÑÒ'),
3514(';O«?ña3ËxäÂÎ,', 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãï??ÆïJ+Ìêõ·Ò'),
3515('É~ªÄ;¨Ü$¸?d?lÊ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âe[)¡ÂOO é?È{ã'),
3516('[ð~??,?Mï?Ó*', 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$®ÂoJÈgV?§H?lîC'),
3517('qdì§?#×k-?\\÷n3', 'wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?p?D_(<ç?´a'),
3518('ºg±¢ý\\@¦øo?@Â+', 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂoZM4²âßÀ?h?©ë½'),
3519('?åö?X5}òÃ\0h²', 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Äh§m~Ä%W?w§EÂ'),
3520('?Â,Dð2I?r}ÃŒ?X', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Üb\n???þà ÃárË"'),
3521('±I?ê ïù§ÄßRÃZåÕ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!@?6bã`ÜZO[RÃxV'),
3522('¦ùIâUq?üåóÈÿö¦', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý»É''Bû??Ati$'),
3523('\rY??A?ørGÖ^¨èe£?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¯OØ5?N]åg?F'),
3524('0X?A¶+ê!~G)wvÿ?', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-googleplus1.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V9ÕÊ`\nÈCÂÃn?¬'),
3525(' Ëåõ?¬??ú?Ñ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-googleplus1@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q?¬??¬KÞ ?¹©¶'),
3526('.K\r\0;ó<â_à ¬ÑX\r''@', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÕ§¤¢PÂ? ?½á'),
3527('?Æ\n*?[MìZ?±¯YÑÊ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦oÃ<äQ6\0Ä0?^çÂ'),
3528('fêÉÆ~.?.E;?Â^', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ô?{üó TJ4'),
3529('?nÃÀâ^2õýÊðüµ', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã#Ãå»ù?Uº[Ûx\n'),
3530('v^b?£XÖý7i@¤»jø', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+}å$|°?''7ü#J?'),
3531('<?Â?:Rç%VÃ3', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/ø\\m³?Ä<?è£=ø$cA'),
3532('³ øÒd>?Â.É?ë', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à i-Nã?û¿??$·3¿'),
3533('6½çÕj¼þ?÷ßfÎKtd', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ4<Ëà 3×\0?jè\r?s²'),
3534('Q÷âFûd??u1jV\r', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Jä_°l»}ÒP°wcsV'),
3535('}åôü%:eCÀ~Ö&.Iû', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(n?n®&ÚGWÃ?\n;?û'),
3536('O?XGÉ"®?/£à 7lÃGK', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>¡ÿ¶_?Ãh¸A$,ÊÉäö'),
3537('QAÚ4?ËÉìu£_?0á{', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?3~??",®zEÃaåµ{'),
3538('?¤m?Y²=lQ\\eæÂ.', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>È.T¡À+Âhj(Â?J§'),
3539('HÃ-??êTM?''??', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾òpäõè,??ÿm°½°'''),
3540('gVWôp¼|B?¤ô;Â\ZY', 'wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù/¦?è;Æî\ZNqÃ)õ'),
3541('?Â|}·CØ\rêÉýkì', 'wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PpF¸ÃÈ4È·ÃÃXg'),
3542('óluâ??ë?×"ÂE?p', 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?-ÂeÕêÉ?i\nb?'),
3543('?è!???EE??5NKH¶Ç', 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…"Â{ÓcÃŒ??®¸£'),
3544('B\Z\\çmó¥ßq Ûë?ÚñV', 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kÙæzýMR,Lì?u?jå%'),
3545('hLÃÿù¼}?ÃQÆd¦/ú', 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã_??j,1øÖ-Ë'),
3546('G?¿¾® v¨ÃuZÂq', 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nc`NÃÑYæEÙT?'),
3547('È(µ#×?tÞö?¹G)´®', 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛïSVºáòó[?%®:Ã3'),
3548('mE Dø»(?zY|yS?¡5', 'wp-content/plugins/jetpack/modules/sharedaddy/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B?b¡4ýÂ20»þª®0h'),
3549('\r@9ï;Ò?`D¬¤,', 'wp-content/plugins/jetpack/modules/sharedaddy/recaptchalib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-XcìÖûdyPà ^ñÌ?'),
3550('?zC!¯¯Çìµõ�', 'wp-content/plugins/jetpack/modules/sharedaddy/screenshot-1.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'h"ø¥\\³?Ô:Èã¨'),
3551('®|Þzbá S`g&lP· ¯', 'wp-content/plugins/jetpack/modules/sharedaddy/screenshot-2.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?&q°$næ³Â!??ö¶'),
3552('??K4¹WU?ÃðDÃ?', 'wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ð.rà ¶f[âº[ý!4*'),
3553('â.þ¿w¦»âÂ5`', 'wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¿?E?¬¾\Z±ëØ1'),
3554('U5W¸ÂG<^©ìÙÌvÈ', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì.c?&Â*£ó6.(HÞÿ'),
3555('=¹·Dë³uºRZÈ?¤%', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?·5N3Q±NS¹³ú'),
3556('l¸h?ùÃ=·ýÎ@as', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wa²???¦éø.ð0kPì'),
3557('KqfØÃI\rî?-O!Þa¿', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wÂñ?Ã1??}à \r]gk±'),
3558('?÷âðöâ½Ã÷´É1ñö', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú<)?¯éáM»¡?X8¶'),
3559('²o©?,\r?;þöÔ/kÄ', 'wp-content/plugins/jetpack/modules/sharedaddy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³îìQ®Æ?jU~Ô??'),
3560('Cm´z?ËóÖ\0JÓìÚw', 'wp-content/plugins/jetpack/modules/shortcodes/archives.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â,ã¢]¿«1ðÖã?ÂÅ^'),
3561('???âÂ??ÿÃxØ.', 'wp-content/plugins/jetpack/modules/shortcodes/audio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't[¼b????ü,Â¥?'),
3562('â5?/Uy?*8¡?hQô', 'wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ç¬ÃbÂ}ú???ÞV}H'),
3563(' Ê6¡}·E?Â¥Â??}b@', 'wp-content/plugins/jetpack/modules/shortcodes/blip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò¯òJÔEêÃ$Âkþ«¦¸'),
3564('ÂYú?laÌðf?g^òÂÃ¥', 'wp-content/plugins/jetpack/modules/shortcodes/css/rtl/slideshow-shortcode-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rl×R@RgZ?×o?Â/\n;'),
3565('³ë�å`?�hñåoj', 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i?@\rôõËc÷Ñògì?à '),
3566('K»µÂTGÂ?BÖs`¤ Ã', 'wp-content/plugins/jetpack/modules/shortcodes/css/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?5ò?ÖÚ(r@?3²'),
3567('?lM[?0®ëû²^_', 'wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦3¾??Ø?¦@·7O½'),
3568('''÷7¹vÂË@?öµ-·L', 'wp-content/plugins/jetpack/modules/shortcodes/diggthis.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? åä\ZP@G4?(\Zb'),
3569('ä¶ÑmKÂL''?%(\r&?É', 'wp-content/plugins/jetpack/modules/shortcodes/facebook.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý®=rr???? 3?E'),
3570('Ërè5`?Â×[¢~a?¸', 'wp-content/plugins/jetpack/modules/shortcodes/flickr.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬]?ñ?Ã?môç[(Â'),
3571('Lq¼¢ÑR\nÂK)6z?8', 'wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':±rÙHÂpg+6?/¿g\Z'),
3572('qÙ?°?Çu?M \\ß', 'wp-content/plugins/jetpack/modules/shortcodes/googleplus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#?¸9??~Îq]øø'),
3573('ñ#pTêéÚa;#?_Ã', 'wp-content/plugins/jetpack/modules/shortcodes/googlevideo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?³xÖ\0?~?A]ÊH?ËË'),
3574('ÃŽ?XÃQRE°\0¦? kR', 'wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ã¥?cèe?ói[??U'),
3575('v?U\ZÃnßßJ57Â?', 'wp-content/plugins/jetpack/modules/shortcodes/images/expand.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#`5ÚqÑ èw÷³ ê'),
3576('j?Ô:æ?ßON10º¤ö', 'wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇðÂúóæI?¤l:èÅ!'),
3577('½*çøxXª.Ã("PËå', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O8ü¿[§Ö\Zø;¡?z\Z7'),
3578('}?#~È?!ÙÇÈ#', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r\\ÿºãä=ãì¶&OJ?/'),
3579('q^¬?Ë^¡¡Bó¸®Ã4', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'PEûeäp D~$«?a'),
3580('Ëñ?e''þÒ+¼LW°Âô', 'wp-content/plugins/jetpack/modules/shortcodes/js/audio-shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4[#z\nc?ÑX;ï?'),
3581('Ö{ÿ<þd$ëÜç??', 'wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îl»²Ù4³ ?g¼Âv?,'),
3582('Éß)?çÃÇ\rî?cÈSÃ>ð', 'wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A?Ûm»R³é?\rÔU"'),
3583('T''½?*?ÂýéùÎ?¡â¬', 'wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';:Tt´?6¥ù¬K?»5¤'),
3584('?¢?7ZµÆ0ëÖAiè', 'wp-content/plugins/jetpack/modules/shortcodes/js/main.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=þ_$Ãá?DK??ô? '),
3585('"?®ÂxB&?èiµ?', 'wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨?<5?:.¦vÛ;K%'),
3586('èe²Öý5Ö"Q_\Za§î³ï', 'wp-content/plugins/jetpack/modules/shortcodes/polldaddy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?1Âg1KÞ''gá?LP'),
3587('É1f\\X§xÂ?3¶«H', 'wp-content/plugins/jetpack/modules/shortcodes/presentations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è?ê\\Z¾ZÂÃߨ?â'),
3588('M¥y+á{ß@&ðb5Q', 'wp-content/plugins/jetpack/modules/shortcodes/scribd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SWé+bxC\Z(;-W '),
3589('[@Â?vèk*Ã…Xê×2', 'wp-content/plugins/jetpack/modules/shortcodes/slide.php', 0, 'ß6§jr"â?Ôt+%', 'ß6§jr"â?Ôt+%'),
3590('?gÃŒ â×ÃÃ\0ÄÀÉ6>sè', 'wp-content/plugins/jetpack/modules/shortcodes/slideshare.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i?·o4&6G?+Þ{è7?º'),
3591('Ñ@<0_m(C}U?K?ç', 'wp-content/plugins/jetpack/modules/shortcodes/slideshow.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iÿ>2?¬^OtrãâU%'),
3592('PA¦p¢Q®áTúÂôh', 'wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'e§cmã4mÙ]D_ÞÓ'),
3593('¢-S_øüÃv@??', 'wp-content/plugins/jetpack/modules/shortcodes/ted.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¤ö\\Â&pçYïÃÂÃRN'),
3594('¬öYhÓ8½«ÂÚÃ{U?<', 'wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P´?]?ü#?Âðt?0'),
3595('ú|ÂFÂlR?Ñ9ÓÆ', 'wp-content/plugins/jetpack/modules/shortcodes/videopress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '˪Z[ûduS?hL4!'),
3596('±iT{??êå 0FÂ', 'wp-content/plugins/jetpack/modules/shortcodes/vimeo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢×ÖÒ�dôÓy0'),
3597('4 ~_B???ùä''bªó?', 'wp-content/plugins/jetpack/modules/shortcodes/vine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2õï?à ?ÃÛ^Ìÿ©ö'),
3598('òá?p?�:?g~¸r', 'wp-content/plugins/jetpack/modules/shortcodes/youtube.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Óèk.BcZ?Kn¦M?¥?'),
3599('ÈöÂo¿ém`?\\ %-³o?', 'wp-content/plugins/jetpack/modules/shortcodes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' î{\nù@-¹??QÃ]à L'),
3600('ºP.îª+Þ? £âï¸', 'wp-content/plugins/jetpack/modules/shortlinks.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªPI?o?¢ï|ÂSÔK?Ö'),
3601('CXY.[?ÃËb#[!î', 'wp-content/plugins/jetpack/modules/social-links/social-links.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾?¯ëèÂ+"?#9?'),
3602('Ò?ê?X\rEÀÉãu\Zõ', 'wp-content/plugins/jetpack/modules/social-links.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0?±?¢ÿ¾ðL¹J?S'),
3603('?Ôóì¦6nc,µ`¹<', 'wp-content/plugins/jetpack/modules/stats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Õ#ø??Z?$Æ?Qc¯'),
3604('i]×c%?} Ôýh?L', 'wp-content/plugins/jetpack/modules/subscriptions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?»¸þÕ?ºCÈô>f'),
3605('n?{D??0y¶gq:Õ', 'wp-content/plugins/jetpack/modules/theme-tools.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã#''\0W??¨ñS-?'),
3606('??îhÂ:^?ÃKßFâò', 'wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²k<p>?r¾???Ù\n '),
3607('Ã¥Âh±?²³\rÈõ.Vè®z', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'kRáMUKM?náh×u@'),
3608('¼"Äd.?³£hcèù?Ñ', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Õ\ZaMtQeÜ`Â/ön¿]'),
3609('?®?µëCÚDL¾ý»¸¤', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢îxn89¯?ø%:?«'),
3610('&Ã]±?p?ǻ?º¸ ?', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H7¦?3£x*5é/'),
3611('çÓ}ÂI?ªâý¥;? G', 'wp-content/plugins/jetpack/modules/tiled-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Vµ0??Ó-Þõ?ZÖ'),
3612('j??.çGRÅÖeGê?Ë', 'wp-content/plugins/jetpack/modules/tonesque.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!*$[ÓI\Z;?ê1'),
3613('?Þu?W?U7ºÂÃ', 'wp-content/plugins/jetpack/modules/vaultpress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°jño?·V?²8FM'),
3614('+c?s´<P?ÃÈv-', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥æ\rÂÃŽkýaGÓqM#'),
3615('¿G?kKÖ>6cüû?Q''', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Âs"ÿ·ÒD¯?mB'),
3616('´ôA?Æ\ZR³RRv(|''ÂÛ', 'wp-content/plugins/jetpack/modules/videopress/shortcode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëf¾¥??æ??áK»'),
3617('a??¢f?kÃŽÃ', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VXå¿,ÂåÙf«ìî³n·?');
3618INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
3619('?FtJn§¯ûäçjw§Y', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«<¦?\Z¦²?"FM?NGy?'),
3620('0sv???xX04', 'wp-content/plugins/jetpack/modules/videopress/videopress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'éªñð+Oü_8?\0g\r®Ì'),
3621('?°°tCG??á=&?O`%', 'wp-content/plugins/jetpack/modules/videopress.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\?·ÒÃõøùÊV8?3r'),
3622('ë¿JÃ*?¯?hèôøNS??', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?IÈTÂÖio\n?Æ\0'),
3623('ý|Nt¹Î\ZÃðIð??îk', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãhvVì Ã%ï>ì{'),
3624('<?]?Þ.>ÔFÃ`?', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?_«??ú?ðhÃÂ'),
3625('?7w ùu?x.?B?', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2dÂrJèp4N<º±Ã'),
3626('0@pzshMe?çÒ}Ã', 'wp-content/plugins/jetpack/modules/widget-visibility.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈNöhJÑ/?¶MI<ß,'),
3627('+?Âg¡B???KÇ', 'wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W2-?]ùZ¶Bë\0Ã'),
3628('3ÂÂ;þ|øx»öÃ''6', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a?bb¤x`±ND??v?'),
3629('Âqõ¯\nøøÂU@?', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ3£¶??ÃòÃôÃ;)C'),
3630('?à ÚB$\\dª?á!Æ-S', 'wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Zt£\n=Ìý!©M±^'),
3631('ð±PO?þ\0C~ºUÃ2ñÃ', 'wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?N"{?pé¼äþ?=Â?'),
3632('??Qõ(â<ýý\0m?', 'wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ8Kæ¹L?ÆÃ¦³N?\Zj'),
3633(':qX=C?\nD¢,©ìÿþ', 'wp-content/plugins/jetpack/modules/widgets/gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0lÃŒqÃÈÜi¡Hxd:"'),
3634('iÃ/°ú§0?"#W?', 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹4Û5¸.Øå¶g?Û/!«'),
3635('G?ôÿroÖ`¬z?ª¸', 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\Z\nóØ+\næ¹Z�?æ(?'),
3636(' Pw*º;°]?«°\0?4', 'wp-content/plugins/jetpack/modules/widgets/image-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²Å,?ãý"69xR¶N'),
3637('ßÎ+êa{@«QÃ’7:È"?C', 'wp-content/plugins/jetpack/modules/widgets/readmill.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ê?T¢?ö?È=9?ÃÇG©®'),
3638('nJµ ³?ëâîÙ.Â+', 'wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?t?º¶ò)v6Â/1¬'),
3639('?''£?¤=?Q·cÂ', 'wp-content/plugins/jetpack/modules/widgets/top-posts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k?©''®Èw²Ã4'),
3640('gr?Øõ©r³Bð§a«£\\', 'wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â^ÃŽ ?ÂT,ÕÊddø½Þ'),
3641('§¡2¾?îû;?@j+×_Ì', 'wp-content/plugins/jetpack/modules/widgets/twitter-widget.php', 0, '??Q¢??ôtÀ H;', '??Q¢??ôtÀ H;'),
3642('p78l8ág?¬·(jmn', 'wp-content/plugins/jetpack/modules/widgets/widget-grid-and-list.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\r??ÃÆ¥ÙZ?ZÈÒñ'),
3643('ûäin?¡îÓzg??´S', 'wp-content/plugins/jetpack/modules/widgets/widgets.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉaÌOI?>?»Ô;m®'),
3644('?«?¿½Ã?è?O)\0ÿc', 'wp-content/plugins/jetpack/modules/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âó?F?Gi½Ì"8'),
3645('f7½økÛD?Vâu_\0ÚA', 'wp-content/plugins/jetpack/modules/wpcc/wpcc-sign-on.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4B¸Âb&êæO?¸"j'),
3646('?qó(¿¹ÔBq<üâ?', 'wp-content/plugins/jetpack/modules/wpcc/wpcc-sign-on.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p9·C??ð?zÂ4Ìà ð'),
3647('\rnè9~Â=x.%#oiy³`', 'wp-content/plugins/jetpack/modules/wpcc/wpcc-sign-on.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ö0·Jä?DÃdj'),
3648('òE²ôf?\0§º??', 'wp-content/plugins/jetpack/modules/wpcc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??](~.ë?è?,('),
3649('©¾ë7?3¶^ B#Â@µ', 'wp-content/plugins/jetpack/modules/wpgroho.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'WØ?£Âø?±?t?Qw'),
3650('Û1úÂ/??`N7ë{', 'wp-content/plugins/jetpack/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!·Û?ÛÆ7}jõdÇ'),
3651('©úïè?øá¡ýmXK?', 'wp-content/plugins/jetpack/require-lib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âv?z¤ÞPîÙ¨ëê?'),
3652('_êâÃ''¤1×A5L?[', 'wp-content/plugins/jetpack/screenshot-1.png', 0, '©( 2d?¥"40è??', '©( 2d?¥"40è??'),
3653('8?¯b½mBj_ßcæ"V', 'wp-content/plugins/jetpack/screenshot-2.png', 0, '?ÓÓ-ý>¯©©¯}R?â', '?ÓÓ-ý>¯©©¯}R?â'),
3654('ý??Ãî:??Û ?~µà ?ø', 'wp-content/plugins/jetpack/screenshot-3.png', 0, 'ã?ô¼whÃŽ(ïeÃ&ý\0r', 'ã?ô¼whÃŽ(ïeÃ&ý\0r'),
3655('Â??çÄ×þ²p??= ', 'wp-content/plugins/jetpack/screenshot-4.png', 0, '?k??[Z?¸¦c¢?Ã', '?k??[Z?¸¦c¢?Ã'),
3656('¬V¿mÂ2<°pðn?t\r\Z', 'wp-content/plugins/jetpack/screenshot-5.png', 0, '¤GOe¹ñó`s*', '¤GOe¹ñó`s*'),
3657('?¶Ò=²×Y=ù"Â[Ô+¿', 'wp-content/plugins/jetpack/uninstall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ9?1þ?Ç?çêiMê¸'),
3658('÷:?ì??½Â?ëÃ-', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius-admin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Dñ?·¤Ã=×dC¡???K'),
3659('??Wþ(]Ù?%?®', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius-function.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z:®Â!Â¥<ºquê *?'),
3660('D?C½i¿?ÃÃŒGÃñ¸', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius-location.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?`\0èÃ?÷><QªÊ ð'),
3661('OÃ’??ÂKÃtÂQ´', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius-socialShare.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J?²?Æ|à K]K'),
3662('dÃ^??@m_ÕÂè£', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius-widget.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y?D?¸Â È2:\0'),
3663('ïã?>Z·?.yz7�·Ø[', 'wp-content/plugins/loginradius-for-wordpress/LoginRadius.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|¾¤\\?ÿmâ??"?^»ä'),
3664('ÆT6©¥?¯î,ì-mà Ò,', 'wp-content/plugins/loginradius-for-wordpress/LoginRadiusSDK.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…\n?²÷Ã:ä¨:ÂoU5Ñ'),
3665('qk?ÿ¯<¢w$óÃë', 'wp-content/plugins/loginradius-for-wordpress/css/loginRadiusOptionsPage.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?DEé®~èç÷îÞ9'),
3666('#"~FB¾S%³þ´ïÃ', 'wp-content/plugins/loginradius-for-wordpress/css/loginRadiusOptionsPageIE.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼Ê5~-}pB?Â¥(Ùñ`'),
3667('§qà BãÌÊAyÂH?è', 'wp-content/plugins/loginradius-for-wordpress/css/loginRadiusStyle.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't?Z¾ÌÃ?ÂUd?¹?'),
3668('ëÓ\\"t??Âø» r', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-es_ES.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑDÚ¼W?:?ÿÊÊr'),
3669('ú%Â#Îòø®O» 2ÜZ', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-es_ES.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ößx¿÷Â?2?Úà G áÅ'),
3670('?x¿z?o??|ÂÛÚW', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-fr_FR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìÂ?#r?ÂH?ÃŒf£¥Þ'),
3671('v¼ò¤±w5ä??ïåEf', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-fr_FR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©¼p±¹lY?÷`%f6]'),
3672('D>E?g ºÔUç¨ë®Uì', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-pt_BR.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?jñ?IÞú?÷·Ãh¾l'),
3673('½ à YØ)Âó¡º8', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-pt_BR.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B®÷(*£?~Z HÄç'),
3674(' Â;Õ>Ø ê]6?ãv¦ÇM', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-pt_JA.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n"FÆÃ¯}eÃ7èK?'),
3675('?\Z¸Bþ?XÊÕ<?!5Xç', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-pt_JA.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨xÃgn:õZ÷ÛÃý^é'),
3676('ÿ\rÃ?U?Â''B£´è|z', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-ru_RU.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ô,o?©EõmQ/³Ã'),
3677('[~Ää7éfn?ÃÃø\\¨Ç', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-ru_RU.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÃÊr:ÀJÇW¦o"?Çc'),
3678('GT²õL7?''A$C1<', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-zh_CN.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':nÃ/h@?Â??ö?mþ'),
3679('2Ãê×].?9@fÇ^ê', 'wp-content/plugins/loginradius-for-wordpress/i18n/LoginRadius-zh_CN.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¬¤½?¨lÿËRÂX!\rW'),
3680('êå??è"?¥\rYü', 'wp-content/plugins/loginradius-for-wordpress/i18n/loginradius-de_DE.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýO%çìª?trã?'),
3681('5?îa3áétYVR¿?', 'wp-content/plugins/loginradius-for-wordpress/i18n/loginradius-de_DE.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??)ÒgJô¹o?¬Ã'),
3682('ÃØ*Ãqy.n?¡â\r??', 'wp-content/plugins/loginradius-for-wordpress/i18n/loginradius-it_IT.mo', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»¤¦?n?nEØz?H Û'),
3683('&F©?Sà xö?Ã÷ ?', 'wp-content/plugins/loginradius-for-wordpress/i18n/loginradius-it_IT.po', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k?*?[#çëÄï¼,Ã’q'),
3684('.äj?¸¯ÕÈÞNòùå(0', 'wp-content/plugins/loginradius-for-wordpress/images/counter/hybrid-horizontal-horizontal.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b¹Âê=Ã{8Fb?S'),
3685('\n(ÃÃ]"oÙÇÃuCWÿ', 'wp-content/plugins/loginradius-for-wordpress/images/counter/hybrid-horizontal-vertical.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O\Zvï#ÃŒgp¬ûdÂ?ùÂå'),
3686('%6d\Z9³`ÂÃcBY±', 'wp-content/plugins/loginradius-for-wordpress/images/counter/hybrid-verticle-horizontal.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G)>??Mj|R±?e'),
3687('?Ú!50¿Ã1$c?ôâ', 'wp-content/plugins/loginradius-for-wordpress/images/counter/hybrid-verticle-vertical.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¼õ?^4>GiÂô'),
3688('???v?òÊö<²´¬', 'wp-content/plugins/loginradius-for-wordpress/images/disable.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÚZk¬?IûEÃn?2·Ó'),
3689('\r?}?¼Ä>]}? ÞX7¨', 'wp-content/plugins/loginradius-for-wordpress/images/enable.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B<?RR3X¾?&vXYÃ'),
3690('/`?i^¹]jß8ÖRû', 'wp-content/plugins/loginradius-for-wordpress/images/favicon.ico', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rñùÑ4^?*Ã8Ú?'),
3691('\nú %¶×B ?9¯þj', 'wp-content/plugins/loginradius-for-wordpress/images/linking/amazon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\0?ÃKC=?tÃ3.,'),
3692('°hao¤© ?ÔaæBÃd,', 'wp-content/plugins/loginradius-for-wordpress/images/linking/aol.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®´ÂIKé?³ Æ:µ?º'),
3693('M??ÂÑ{?ao(e¯j', 'wp-content/plugins/loginradius-for-wordpress/images/linking/classmates.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'YÃÀ"§&7 ?H?Ë8['),
3694('/,ÚxbÂ??Ã6v', 'wp-content/plugins/loginradius-for-wordpress/images/linking/facebook.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Zcüqe ?J?ûl?'),
3695('Y?±ìG?½=éy?pX?', 'wp-content/plugins/loginradius-for-wordpress/images/linking/foursquare.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸?Qþ÷- ?)BøæÇõ?'),
3696('ãû?éu«µa"éa', 'wp-content/plugins/loginradius-for-wordpress/images/linking/github.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'KÜïbÌÑÊc?¶å/�'),
3697('Û=E}´®ÂßѦn??^', 'wp-content/plugins/loginradius-for-wordpress/images/linking/google.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AQ|{b¶þòÃà ó³'),
3698('âÃ;=Ã??ØDzy?l', 'wp-content/plugins/loginradius-for-wordpress/images/linking/hyves.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*XÂ¥\r±Ä\nR½Z?çz!'),
3699('èá»ñ}¬ø?RBpK?SN', 'wp-content/plugins/loginradius-for-wordpress/images/linking/kaixin.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó^õäý?ç§~\r?£M'),
3700('Yw??üeñ,XfÈýçåñ', 'wp-content/plugins/loginradius-for-wordpress/images/linking/linkedin.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ÃP¥¤S¦??9(]¤è'),
3701('?Ah¢Ã/4?¶ÓPè×Ã', 'wp-content/plugins/loginradius-for-wordpress/images/linking/live.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ã…e?Ã…vJ?ïÂ*£î'),
3702('/ó=Ù"�p??¾¬hDk', 'wp-content/plugins/loginradius-for-wordpress/images/linking/livejournal.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§nöUÖ^µ~iäq!LÊb'),
3703('OdsÂÊ~ ï®[µµ@', 'wp-content/plugins/loginradius-for-wordpress/images/linking/mixi.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Ã? V ??¦¸¢U|À'),
3704('\r />?Tá?Ë5?¼Ãe', 'wp-content/plugins/loginradius-for-wordpress/images/linking/myopenid.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áX?ð2ð¨éc?°{/8'),
3705('Ù3¼czZ?/?\nD«\\Ã5', 'wp-content/plugins/loginradius-for-wordpress/images/linking/myspace.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ià o1YVCüJÊ;)} '),
3706('>AÂ?Bqû9"G{#?òÂ', 'wp-content/plugins/loginradius-for-wordpress/images/linking/openid.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á?Kçî?P ð\nÑa'),
3707('0i?l¢#%?¬O.?=d¾', 'wp-content/plugins/loginradius-for-wordpress/images/linking/orange.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W³ºÔR1´\\rWg¨'),
3708('A?¤ß!¯×\015ñó{?V', 'wp-content/plugins/loginradius-for-wordpress/images/linking/paypal.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/PAûý?�,ê'),
3709('?¦txä~?¬JÕÃxuE', 'wp-content/plugins/loginradius-for-wordpress/images/linking/persona.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'gY?]??¹uÒL�Ò'),
3710(']}à K±MKIm \Z9y =Ã', 'wp-content/plugins/loginradius-for-wordpress/images/linking/qq.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%???3:?Âz?(S÷'),
3711('Â¥w\0?K? ?2', 'wp-content/plugins/loginradius-for-wordpress/images/linking/renren.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i?p?d?Ã^ûê?mÑu'),
3712('TÃDa\0rµkC?ú?©ðº', 'wp-content/plugins/loginradius-for-wordpress/images/linking/salesforce.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Çñµ9¦UôcsC?Hêj'),
3713('üÃ.ØY?Â¥do?3à î?', 'wp-content/plugins/loginradius-for-wordpress/images/linking/stackexchange.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?èf#}\0÷?]Ö7â?Õ]ÃŽ'),
3714('a(á7Ab?nÛ?âÚü&V', 'wp-content/plugins/loginradius-for-wordpress/images/linking/steamcommunity.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GÄDÂÃŽ]?WèÑL?(-'),
3715('?ùñ?ÂÃ9öfÄXÂS', 'wp-content/plugins/loginradius-for-wordpress/images/linking/twitter.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?pìØyqµc)ð??ô?'),
3716('D@?¨F-¥Y\n#]Qa?n', 'wp-content/plugins/loginradius-for-wordpress/images/linking/verisign.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ?\\þð{,öò5?¯×yõr'),
3717('>ª¦¢ÞõoV?\0?\\¬:', 'wp-content/plugins/loginradius-for-wordpress/images/linking/virgilio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üã?c.\nân?b�&òÄ'),
3718(':ù:?3I?"xP°ø', 'wp-content/plugins/loginradius-for-wordpress/images/linking/vkontakte.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ÌèGWo´iìËÀé?TT'),
3719(')øC{çüÞ+Â?v©hÖ', 'wp-content/plugins/loginradius-for-wordpress/images/linking/wordpress.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø[Â/Ã\Z´(y?''6Ó'),
3720('·ÄM?¯7.¤ëjOda)æ', 'wp-content/plugins/loginradius-for-wordpress/images/linking/yahoo.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âç?#Öõs J¹?ø?'),
3721('?è0§?kDV\\eêòF', 'wp-content/plugins/loginradius-for-wordpress/images/loading_icon.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ?Â檲m¥¬¾þ9j0ð'),
3722('JqLB®X=???Âm', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/horizonSharing16.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd???cÀR<ùp?Â'),
3723('ÉkY?&°ov½?¶¸Âj', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/horizonSharing32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^?¬Â?H?¼ï\\Éi\Z?ºI'),
3724('áâEÂC |?!0ú?ó', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/single-image-theme-large.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æÿJ&?c9¶Ù^-Ãa'),
3725('ýÃj3s?à ??á??', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/single-image-theme-small.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?+ ú''n3ó?g?ë,½t'),
3726('+ÃÃñ¥A>ó?y÷?°"?', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/sprites/lrshare_iconsprite32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ÞÓòVS¬òúÂú¸£Â'),
3727('"{Î''}?¿´g«æ??×', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/vertical/16VerticlewithBox.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's³«õH?N??ÿªv?'),
3728('¶Bp?OÈGÃ’>Ää=µ', 'wp-content/plugins/loginradius-for-wordpress/images/sharing/vertical/32VerticlewithBox.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7L¤÷ÀC\r_\Z·ÃÃ'),
3729('!PÃô9\Z8|`?3Kç?', 'wp-content/plugins/loginradius-for-wordpress/js/loginRadiusAdmin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@?]|/¸È³½!n'),
3730('ä½;±é÷GÓ3?ö%ú', 'wp-content/plugins/loginradius-for-wordpress/js/loginradius-options-page29.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FmCörZJLøQ÷ú®J¼ë'),
3731('kkÓdà ó>·\Zg»þ', 'wp-content/plugins/loginradius-for-wordpress/js/loginradius-options-page32.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'No±¬?�??Û9'),
3732('xëhÉçëSh¸D"!', 'wp-content/plugins/loginradius-for-wordpress/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òÂ~º?,¤-¾??¶Z2¦i'),
3733('^Ü\rÊvøcz?¯Ç9<A', 'wp-content/plugins/loginradius-for-wordpress/screenshot-1.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?dÇoÈVä?Ò^8çé'),
3734('Ôºv??¸r*äØy&§', 'wp-content/plugins/loginradius-for-wordpress/screenshot-2.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥Ó?T; ?¯ôEuBÃWN'),
3735('µÄTM?M?\Z5 ???r', 'wp-content/plugins/loginradius-for-wordpress/screenshot-3.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä{?ø?îÚ&ÃM¼??'),
3736('ú??aÓA?xl?ãi¹Â', 'wp-content/plugins/loginradius-for-wordpress/screenshot-4.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}H¨«ÕËNZA}]v?'''),
3737('?Ãö¯§ØæìÊÔqM³q', 'wp-content/plugins/loginradius-for-wordpress/screenshot-5.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨? áóÂ_oÑ:%'),
3738('j¾Â,Â7ì4,99[Ây', 'wp-content/plugins/loginradius-for-wordpress/screenshot-6.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\nLuômS\rÔñ »2'),
3739('Àã×ðýö?J\\ÀS´VY £', 'wp-content/plugins/loginradius-for-wordpress/uninstall.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«2êÎñYÛ$?´?\\J'),
3740('U$A?ö]õC???º÷/', 'wp-content/plugins/moover/.DS_Store', 0, 'Ë;lÌÈ??$6?ÂH®£Û', 'Ë;lÌÈ??$6?ÂH®£Û'),
3741('òÂ6õdëÃÃäñ?&]7', 'wp-content/plugins/moover/_shortcode.php', 0, 'êSD??#/£¼,Z\n', 'êSD??#/£¼,Z\n'),
3742('£?ØÑÂ"?Ø\n?', 'wp-content/plugins/moover/_template_tag.php', 0, 'ÂVú?ó_@?óÃ÷r?O', 'ÂVú?ó_@?óÃ÷r?O'),
3743('}?¹xrÃ’?ºz0Û7FÂ', 'wp-content/plugins/moover/_widget.php', 0, '8NÃÆ?iÃ…[?;ÂuS', '8NÃÆ?iÃ…[?;ÂuS'),
3744('y¦???ì~SEl4?zM#6', 'wp-content/plugins/moover/colorpicker/.DS_Store', 0, 'Ã)A?V3ÃŒqÃ?cVÆ?', 'Ã)A?V3ÃŒqÃ?cVÆ?'),
3745('z|·?p֑Q²4ÃqH', 'wp-content/plugins/moover/colorpicker/css/colorpicker.css', 0, '?Â?jÃO?%¦ÂGBr', '?Â?jÃO?%¦ÂGBr'),
3746('2?#¡a*???Aý*', 'wp-content/plugins/moover/colorpicker/css/layout.css', 0, '± áU\\ey4q·v#Zì[', '± áU\\ey4q·v#Zì['),
3747('ÃôÓ ¦Zì?tÀB:=OÂÂ', 'wp-content/plugins/moover/colorpicker/images/Thumbs.db', 0, 'EÜ>·h!<?´ÂÃ[Ué?~', 'EÜ>·h!<?´ÂÃ[Ué?~'),
3748('=¸ù?ÿO|ÃŒ???P?ú', 'wp-content/plugins/moover/colorpicker/images/blank.gif', 0, 'V9?v¾cUÂY?²b ?É', 'V9?v¾cUÂY?²b ?É'),
3749('-? ¯el·?ä¸ûæ»', 'wp-content/plugins/moover/colorpicker/images/colorpicker_background.png', 0, '§?\Z*¿ãÃ,¤Ä?¿', '§?\Z*¿ãÃ,¤Ä?¿'),
3750('j ©Âè?·>Ã’ÃŒuã?&', 'wp-content/plugins/moover/colorpicker/images/colorpicker_hex.png', 0, '?6ãyÀo²n½.¿D', '?6ãyÀo²n½.¿D'),
3751('(å?`nXþO?JÒY?V', 'wp-content/plugins/moover/colorpicker/images/colorpicker_hsb_b.png', 0, '+äèJ\\?gJ¾oÆD~?', '+äèJ\\?gJ¾oÆD~?'),
3752('å§(|¸ÆðÃÞ?¨Ee', 'wp-content/plugins/moover/colorpicker/images/colorpicker_hsb_h.png', 0, 'Ôt ¢¾Üv²mÆq¦?k', 'Ôt ¢¾Üv²mÆq¦?k'),
3753('L?@?òh4''¢;?Ã"', 'wp-content/plugins/moover/colorpicker/images/colorpicker_hsb_s.png', 0, '_õä:¶·´a#¿«i*?', '_õä:¶·´a#¿«i*?'),
3754('n]Â???p¹?X?9¢', 'wp-content/plugins/moover/colorpicker/images/colorpicker_indic.gif', 0, 'ô?Ãu@¨?ãm??\\ìÃ', 'ô?Ãu@¨?ãm??\\ìÃ'),
3755('0«?O8~?[äY^7¶?A?', 'wp-content/plugins/moover/colorpicker/images/colorpicker_overlay.png', 0, '?8ÿÚ\r2½*??''P', '?8ÿÚ\r2½*??''P'),
3756('*y&8),Éîî?Q&ðU', 'wp-content/plugins/moover/colorpicker/images/colorpicker_rgb_b.png', 0, '+äèJ\\?gJ¾oÆD~?', '+äèJ\\?gJ¾oÆD~?'),
3757('z?KlEùC?ì', 'wp-content/plugins/moover/colorpicker/images/colorpicker_rgb_g.png', 0, 'ÜùS¦þ»áté+Ti?Ã', 'ÜùS¦þ»áté+Ti?Ã'),
3758('åëDáOs$E»??öÕl', 'wp-content/plugins/moover/colorpicker/images/colorpicker_rgb_r.png', 0, '?î²?·¶?4qôî''', '?î²?·¶?4qôî'''),
3759('ºXø&6ó×yÂCy±i¦', 'wp-content/plugins/moover/colorpicker/images/colorpicker_select.gif', 0, 'ÎÄd*ðÌáHç»wï?', 'ÎÄd*ðÌáHç»wï?'),
3760('®@Ow?&ÂÂ%µ\\¼???', 'wp-content/plugins/moover/colorpicker/images/colorpicker_submit.png', 0, 'ÑtnkRà ñ·Âw-?Hº', 'ÑtnkRà ñ·Âw-?Hº'),
3761('¯d[?L(0?ûb?¬?â', 'wp-content/plugins/moover/colorpicker/images/custom_background.png', 0, 'ÉzáV?y?)`\r', 'ÉzáV?y?)`\r'),
3762('Æèk?lö?ÃXªµD®y', 'wp-content/plugins/moover/colorpicker/images/custom_hex.png', 0, 'âzª?±]??Ù ø¹Nyu$', 'âzª?±]??Ù ø¹Nyu$'),
3763('ÂÛèÃñ]?Â¥?Ã6õÃ', 'wp-content/plugins/moover/colorpicker/images/custom_hsb_b.png', 0, '´U?Ê/éºFg8b0Ã0?', '´U?Ê/éºFg8b0Ã0?'),
3764('?ÃTuqoò¢Âæ?(?÷', 'wp-content/plugins/moover/colorpicker/images/custom_hsb_h.png', 0, 'J\ZúV6B\Z®LDG"sIm', 'J\ZúV6B\Z®LDG"sIm'),
3765('¾â?Ü\0õ/efØïUÃÃ', 'wp-content/plugins/moover/colorpicker/images/custom_hsb_s.png', 0, '?ª?@·f§Û^×!hH', '?ª?@·f§Û^×!hH'),
3766('Y}ìe???ª¬bèÌ', 'wp-content/plugins/moover/colorpicker/images/custom_indic.gif', 0, 'f³Rë%?£jèÚ-M', 'f³Rë%?£jèÚ-M'),
3767('¿äÚ\r¹?Âø¾ÃæT?¨P\0', 'wp-content/plugins/moover/colorpicker/images/custom_rgb_b.png', 0, 'öåÕg½0Yt-E«"JA;', 'öåÕg½0Yt-E«"JA;'),
3768('@¤"5×Ô?J£ãþ÷', 'wp-content/plugins/moover/colorpicker/images/custom_rgb_g.png', 0, '±â?à f?³db£Ãcj?', '±â?à f?³db£Ãcj?'),
3769('Br?Ø=0\Z?bw?ÓF?', 'wp-content/plugins/moover/colorpicker/images/custom_rgb_r.png', 0, '?ä³ï?ænÃ&2G\rÃ', '?ä³ï?ænÃ&2G\rÃ'),
3770('ùÂ?@Y98>·³7&??&', 'wp-content/plugins/moover/colorpicker/images/custom_submit.png', 0, '5B?%8åÞ??µ/Â''', '5B?%8åÞ??µ/Â'''),
3771('?~²P?élãwë[þ', 'wp-content/plugins/moover/colorpicker/images/select.png', 0, '{iS¨Æ-&?¦VD?Â]', '{iS¨Æ-&?¦VD?Â]'),
3772('rhânÊ-m�R°Çê', 'wp-content/plugins/moover/colorpicker/images/select2.png', 0, 'È?Ù-º?²©4«H', 'È?Ù-º?²©4«H'),
3773('?\\rÃÃ…[?_?SòZb?', 'wp-content/plugins/moover/colorpicker/images/slider.png', 0, ':P¸ÂêP¹Â¨^Îø6', ':P¸ÂêP¹Â¨^Îø6'),
3774('¯??ÉÃfjî-ä Ã¥', 'wp-content/plugins/moover/colorpicker/index.html', 0, '¯\0ÃèV?Â?j?·?', '¯\0ÃèV?Â?j?·?'),
3775('ù0w°?2L?²~Z ?ÃÜ', 'wp-content/plugins/moover/colorpicker/js/colorpicker.js', 0, '?æ?ÒÃAø®ç6ì?¹', '?æ?ÒÃAø®ç6ì?¹'),
3776(' H?Ä.0ÿÖ?bOm½?', 'wp-content/plugins/moover/colorpicker/js/eye.js', 0, '§0Zü_# t?éÞf«±', '§0Zü_# t?éÞf«±'),
3777('???É#¨Ô]ü5rë8', 'wp-content/plugins/moover/colorpicker/js/jquery.js', 0, '?ÔñA""òÜbz´+fü', '?ÔñA""òÜbz´+fü'),
3778('?Tç?f<²Óx_^?', 'wp-content/plugins/moover/colorpicker/js/layout.js', 0, 'ÂyRÞ(ü uyÂ¥??ñ?', 'ÂyRÞ(ü uyÂ¥??ñ?'),
3779('Ek½¿·&ÿ1.??ÂÓ', 'wp-content/plugins/moover/colorpicker/js/utils.js', 0, 'îÌ\\fq^iV?´Ì\0', 'îÌ\\fq^iV?´Ì\0'),
3780('Cé¹@?(À9ÊEuÃ*', 'wp-content/plugins/moover/get_script/.DS_Store', 0, 'g ðC7CD?vÆÚÃB', 'g ðC7CD?vÆÚÃB'),
3781('êd!lÂ}¤'' Ñg)?', 'wp-content/plugins/moover/get_script/error_log', 0, ' þYm[îÂ\0Ø)4?{', ' þYm[îÂ\0Ø)4?{'),
3782('õìI²Åzk!ð?0÷´', 'wp-content/plugins/moover/get_script/index.php', 0, 'P´#ûD?8øV#Û dö', 'P´#ûD?8øV#Û dö'),
3783('^?¶ I³,Ói<6Õæâ', 'wp-content/plugins/moover/images/.DS_Store', 0, '^/ôB¯¿ã×8m??·', '^/ôB¯¿ã×8m??·'),
3784('¹+À\ZGç|?ó+¸Z''ù?', 'wp-content/plugins/moover/images/admin/.DS_Store', 0, 'ÂÃv''T%9Ë(qÃØ÷y³ó', 'ÂÃv''T%9Ë(qÃØ÷y³ó'),
3785('?³?è?vê:À?õ½', 'wp-content/plugins/moover/images/admin/Untitled-1.png', 0, '??/®*ÞÑ\nÕeÊc¡9ç', '??/®*ÞÑ\nÕeÊc¡9ç'),
3786('ï??ÑF\r¬\Z¸Obm\r?', 'wp-content/plugins/moover/images/admin/bg.jpg', 0, 'yøà ÚËà M¨?ðþÈT', 'yøà ÚËà M¨?ðþÈT'),
3787('az??¥Ûi?©&?$ïxì', 'wp-content/plugins/moover/images/admin/checkbox.png', 0, 'öP2Ìõ??u£_6VÂ', 'öP2Ìõ??u£_6VÂ'),
3788('õD`ÊZfã(?áÜ', 'wp-content/plugins/moover/images/admin/close.png', 0, 'y«{G@C»§Pg\no|§np', 'y«{G@C»§Pg\no|§np'),
3789('2M?òK°¨ïXwç?s\r', 'wp-content/plugins/moover/images/admin/down.png', 0, 'Vc¦H-Z|sM²%Â', 'Vc¦H-Z|sM²%Â'),
3790('µ1c>Sgy?Æ`à ¨', 'wp-content/plugins/moover/images/admin/help.png', 0, '?,Ã&ÊÙÆà ÉBÃÃ?', '?,Ã&ÊÙÆà ÉBÃÃ?'),
3791(':·b\rÀ!F?¥ÛE±#ÇÓ', 'wp-content/plugins/moover/images/admin/icon.png', 0, ')?ÇÎy¡b?~?V´?', ')?ÇÎy¡b?~?V´?'),
3792(',I£z2³J¯²Sâ_', 'wp-content/plugins/moover/images/admin/sl-control.png', 0, 'Ú#°d?n´@??eaE', 'Ú#°d?n´@??eaE'),
3793('?DÂÄJo?hwBÃM?', 'wp-content/plugins/moover/images/admin/tb-bg.png', 0, '9æÌò¿CñÚ>ï®1Âh', '9æÌò¿CñÚ>ï®1Âh'),
3794('o U2ä¹þÄ!Ç\\', 'wp-content/plugins/moover/images/admin/tb-button-bg.jpg', 0, 'Ô0þUã?=ÚRÉÛTþ', 'Ô0þUã?=ÚRÉÛTþ'),
3795('I5Xãï?%MºTY??B', 'wp-content/plugins/moover/images/admin/tb-button.png', 0, 'è?£¬?¯«{Tkë¯gi¼', 'è?£¬?¯«{Tkë¯gi¼'),
3796('8à  4./T?÷ãl%u[', 'wp-content/plugins/moover/images/admin/tb-copy.png', 0, '¼Ù''"x�?jæá!×ßM¿', '¼Ù''"x�?jæá!×ßM¿'),
3797('??W¾ø*îï 0b', 'wp-content/plugins/moover/images/admin/tb-discard.png', 0, '?K#ñu[Þßy °', '?K#ñu[Þßy °'),
3798('I??9ùrÃ5·\0ÂÙ', 'wp-content/plugins/moover/images/admin/tb-edit.png', 0, ' f?Õö?Ãq?·pSQ', ' f?Õö?Ãq?·pSQ'),
3799('WùòO?ð°?`~S', 'wp-content/plugins/moover/images/admin/tb-expose.png', 0, '6''=>·?v]?$yµ{?', '6''=>·?v]?$yµ{?'),
3800('&«)©?)wÂHw?Öú?', 'wp-content/plugins/moover/images/admin/tb-fx.png', 0, '[Y1ÿ?WØù²?', '[Y1ÿ?WØù²?'),
3801('ºµ?*\Z&þuÃ_,î?ôê', 'wp-content/plugins/moover/images/admin/tb-html.png', 0, '+ºªÛúÓã{d?´C+9¹', '+ºªÛúÓã{d?´C+9¹'),
3802('sCÃŽ4\\?DB¥ÀX?ë', 'wp-content/plugins/moover/images/admin/tb-image.png', 0, '}fK+}ÃÖñeêøçêK', '}fK+}ÃÖñeêøçêK'),
3803('ý?c´øù±ËVõ\\×', 'wp-content/plugins/moover/images/admin/tb-inverse.png', 0, 'ÂJ?ôd?n©îo½IJìo ', 'ÂJ?ôd?n©îo½IJìo '),
3804('èmgÚw@é7.c''?{Ãg', 'wp-content/plugins/moover/images/admin/tb-play.png', 0, 'û`n?Bô?û??kç', 'û`n?Bô?û??kç'),
3805('P¸.¯¦?ê??O³ìBa', 'wp-content/plugins/moover/images/admin/tb-remove.png', 0, '?nh?Ã].£?Ù\n?@¶?¶', '?nh?Ã].£?Ù\n?@¶?¶'),
3806('''×t\rÃÃ¥dÃŒ{¥«Â?¹½', 'wp-content/plugins/moover/images/admin/tb-save.png', 0, '/[3yGÓØT\0¹ú»"(', '/[3yGÓØT\0¹ú»"('),
3807('?4?÷W¯Ò?]Â9Sz<', 'wp-content/plugins/moover/images/admin/tb-text.png', 0, 'ù·+õá|¦èÓæ4?û4¨I', 'ù·+õá|¦èÓæ4?û4¨I'),
3808('nX|?ÖK§ zÃÖ1', 'wp-content/plugins/moover/images/admin/up.png', 0, '§LÓÔZ+§ð?ðq?î"i', '§LÓÔZ+§ð?ðq?î"i'),
3809('Ê##?£Â_- ÞÅ3<þ)', 'wp-content/plugins/moover/moover/.DS_Store', 0, ';ö??lçjx¬;ïã', ';ö??lçjx¬;ïã'),
3810('�?n?Û?üóg\0,µ', 'wp-content/plugins/moover/moover/_jquery.id.moover-1.7.min.js', 0, '_:=Æ#¥]?4övð\n', '_:=Æ#¥]?4övð\n'),
3811('n(³0õzþqÔ;Â(_<ú', 'wp-content/plugins/moover/moover/jquery.id.moover-1.7.5.css', 0, 'Â\0?3uT«XªðZkôÆ', 'Â\0?3uT«XªðZkôÆ'),
3812('8bô`d\0?æ\0ðÜõ??Aô', 'wp-content/plugins/moover/moover/jquery.id.moover-1.7.5.min.js', 0, 'ú�ëüâç\rÉW3»\ZGH', 'ú�ëüâç\rÉW3»\ZGH'),
3813('?''?! ?z²YáQÿò', 'wp-content/plugins/moover/moover/moover-preloader.gif', 0, 'ü;GQ???ÃÀ&;#?', 'ü;GQ???ÃÀ&;#?'),
3814('êÓ,g¾Anc1MÚ.ødjÌ', 'wp-content/plugins/moover/moover/play_pause.png', 0, 't{é?r彨?ä¶þ0', 't{é?r彨?ä¶þ0'),
3815('º:±+¡$?0´ðîmß3', 'wp-content/plugins/moover/moover-admin-add.php', 0, '??ú+6?? ¼|ܸ', '??ú+6?? ¼|ܸ'),
3816(' Eª8/??-?ÂRë', 'wp-content/plugins/moover/moover-admin-edit.php', 0, 'ä>Ã+õôKé¥1\\öHèb9', 'ä>Ã+õôKé¥1\\öHèb9'),
3817('ÊÄ@Û=¡¦¿$q¥®', 'wp-content/plugins/moover/moover-admin-form-handler.php', 0, '³<aA(ã:¿?!³??á', '³<aA(ã:¿?!³??á'),
3818('Ôô¸?*eö§p¦ÑK', 'wp-content/plugins/moover/moover-admin-manage.php', 0, 'ø?Þ?B =ÌR???�è', 'ø?Þ?B =ÌR???�è'),
3819('Uä?à WvbÃîÞq¨IÂ¥', 'wp-content/plugins/moover/moover-admin-remove.php', 0, '´?þÔ]Ú?Õ''£å?', '´?þÔ]Ú?Õ''£å?'),
3820('ì;w=?ÃIöa²?-2', 'wp-content/plugins/moover/moover-admin.css', 0, ',\nNâm?§hýt0<~', ',\nNâm?§hýt0<~'),
3821('?zÂm¤IÿçÚâÂF', 'wp-content/plugins/moover/moover-admin.js', 0, 'KsõIøÃé?ïwî', 'KsõIøÃé?ïwî'),
3822('s9ìT&(¯?/(?2D', 'wp-content/plugins/moover/moover-bulk-actions.php', 0, '±Â"ônà ®PÃŽdÖcY?', '±Â"ônà ®PÃŽdÖcY?'),
3823('æµH/p0YLcY8l¾Se', 'wp-content/plugins/moover/moover-slide-editor.php', 0, '?DmÃØ,ùÒýÂ''s?Z', '?DmÃØ,ùÒýÂ''s?Z'),
3824('?NvèO?oùÂfU??÷', 'wp-content/plugins/moover/moover.php', 0, '?º/øÒ0''?(p³0ú`?', '?º/øÒ0''?(p³0ú`?'),
3825('?÷5Ãâ? ûÕ2P', 'wp-content/plugins/moover/uninstall.php', 0, 'c?ÃËpÚ¶s£~', 'c?ÃËpÚ¶s£~'),
3826('¦¥¶)µÕ}G?«vj??·', 'wp-content/plugins/seedprod-coming-soon-pro/assets/css/adminbar-style.css', 0, '¤??ÃâtNúZE?©îV²', '¤??ÃâtNúZE?©îV²'),
3827('Â6V?oÃ’Ã…D7?Æß0÷', 'wp-content/plugins/seedprod-coming-soon-pro/assets/css/style.css', 0, '?1y±¥¹u}«h±W2Qß', '?1y±¥¹u}«h±W2Qß'),
3828('¹½··âcS¾ÂtÇ"!ö', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/black_px.png', 0, '-x??½ÖqÂ¥?D¢?UÃ…sÂ', '-x??½ÖqÂ¥?D¢?UÃ…sÂ'),
3829('kw¿.?Õýâ?pZ[', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/btn.png', 0, 'K~Ëoî[9×?0s/k', 'K~Ëoî[9×?0s/k'),
3830('¬?û?!ÃÃŒ.tt¡', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_bg.png', 0, '?,·[ø²Èq8D?Üc³V', '?,·[ø²Èq8D?Üc³V'),
3831('??\0è¨^Æù1ó?>¡?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_hex.png', 0, '?(=Dh´òq¶0Å)?', '?(=Dh´òq¶0Å)?'),
3832('/Iý°[VÒi¥Ò{??Ôü', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_hsb_b.png', 0, 'X¼?Û?öLg÷?\Z%5c', 'X¼?Û?öLg÷?\Z%5c'),
3833('³=¬ôA´i''à µtéÓÉ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_hsb_h.png', 0, '>Â¥Ãö Ûq´az±??ü?', '>Â¥Ãö Ûq´az±??ü?'),
3834('¨Âç¸Q\ZÕNÎagÑ#öü', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_hsb_s.png', 0, '%Àsï_!#¿?¾h¿ÿ«', '%Àsï_!#¿?¾h¿ÿ«'),
3835('%ý÷Âç??8]\ZÞú', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_indicator.png', 0, 'Ñ??#ãWï11?ÿh~', 'Ñ??#ãWï11?ÿh~'),
3836('?Ø?ÃŽÃç?D??/Õ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_overlay.png', 0, '?8ÿÚ\r2½*??''P', '?8ÿÚ\r2½*??''P'),
3837(';ý«}ù{¶ù:Vq', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_rgb_b.png', 0, '????SOÃ…0^Ãä¡', '????SOÃ…0^Ãä¡'),
3838('ÂmD>ó?jþao-®?q', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_rgb_g.png', 0, '®???ñþ¤»?\nÔA¦ï', '®???ñþ¤»?\nÔA¦ï'),
3839('?@1£y¸ù?0öO~b?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_rgb_r.png', 0, '.ãª/å³;?îFÕ', '.ãª/å³;?îFÕ'),
3840(' ÃBÃ…5Â??Ã…)Â?-\Z', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_select.gif', 0, 'ÎÄd*ðÌáHç»wï?', 'ÎÄd*ðÌáHç»wï?'),
3841('?p§|ÂÂ{+]?¹&J', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/colorpicker/color_wheel.png', 0, 'è>?aÞg±ñÅ?³Î;u', 'è>?aÞg±ñÅ?³Î;u'),
3842('H>?Õk?ø´?Ù:þ?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/empty.gif', 0, 'Ö\n°á?«ÆB»t?U', 'Ö\n°á?«ÆB»t?U'),
3843(' ó;Ç&gû~''m?vÑ[é', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/header.png', 0, 'ÑlBj?Å·á?ø¬', 'ÑlBj?Å·á?ø¬'),
3844('¦æ´ÃÃÆóÄV??à ¶OM', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/header_classic.png', 0, 'Ç\rVêjèc%ÂÂ¥>òû', 'Ç\rVêjèc%ÂÂ¥>òû'),
3845('3+öê?ª èL×?$', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_add.png', 0, '?ÃÌ?£¬??A)2Hó', '?ÃÌ?£¬??A)2Hó'),
3846('\0z5?+¨ÛÔ?ÕS', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_arrow.png', 0, 'rRîòÿü=ëÑÖò;3¨?', 'rRîòÿü=ëÑÖò;3¨?'),
3847('ÛuzÂdÃõ!øEóÌi', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_classic.png', 0, '?p?ð?UÔÞo.?w6G', '?p?ð?UÔÞo.?w6G'),
3848('fSH?±¥DÂÆÔ9', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_dark.png', 0, '>Ã%¿©£ôd?®×ä', '>Ã%¿©£ôd?®×ä'),
3849('''É<Ò,?öðm(9', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_delete.png', 0, 'hF¥|Ò?xdg_+', 'hF¥|Ò?xdg_+'),
3850('v6î\rþö???>£ã?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_edit.png', 0, '?f&îó\\{ëO¨P2PB', '?f&îó\\{ëO¨P2PB'),
3851('g£IÂ¥"?HKW`?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_error.png', 0, 'äÃQôefÃ<êÃÉ\0¿/ß', 'äÃQôefÃ<êÃÉ\0¿/ß'),
3852('l?o7³?-im¾<Ùq', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_header.png', 0, '??Â`KÃ¥?×å@>~òË', '??Â`KÃ¥?×å@>~òË'),
3853('¸ðÀeK0èyÂ\n ÚÜ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_off.png', 0, 'Â{ªærUjÂ-?m? £\\', 'Â{ªærUjÂ-?m? £\\'),
3854('Q??ÃŽ?²¤?eªè', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_on.png', 0, '¨?:ÂpA1^MNl', '¨?:ÂpA1^MNl'),
3855('ÂÑ5?8¹[C¸Â´_?C', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_option.png', 0, '»{ð=ÃD±\Z¡÷MêcA\\?', '»{ð=ÃD±\Z¡÷MêcA\\?'),
3856('Ô[ì\r&Ãl?óB?VÛRþ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_option_classic.png', 0, '?»?q??±~Ã\\ÓU¬TP', '?»?q??±~Ã\\ÓU¬TP'),
3857('Qr6xÞÜ`ÂÃ|?AñhK', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_up.png', 0, '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ', '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ'),
3858('y[61RC¿úXìÈ;Ñi&', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/icon_up_down.png', 0, 'ì¸S?Zw ?kgå??³', 'ì¸S?Zw ?kgå??³'),
3859('´*ö?$ð©z`7t''', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/logo.png', 0, '¤HõfWøÃë?g?ó?', '¤HõfWøÃë?g?ó?'),
3860('.BAÂÂ4K!AªøS?÷X?', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/logo_classic.png', 0, 'Kh{J6swò¨kniy', 'Kh{J6swò¨kniy'),
3861('?»(|Û?zî?uùðTO', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/logo_dark.png', 0, 'y8?ÈqH iJQE?Äþ', 'y8?ÈqH iJQE?Äþ'),
3862('ó?ô®@¥»?Ö<%6ô2', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/pre_bg.gif', 0, '?[g4?Mc·?^O¿×', '?[g4?Mc·?^O¿×'),
3863('è\rUq?¢Ô\r_±?¦{@', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/pre_classic_bg.gif', 0, 'ÈXën(²éU$]ãH??', 'ÈXën(²éU$]ãH??'),
3864('îô1ø_?¼cà sQ?nI', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/select.png', 0, '??ñ×ëà F?ÿ-??', '??ñ×ëà F?ÿ-??'),
3865('Æ#.ÃtÂ-?Q·?Â?~', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/tabs_bg.png', 0, '<ã}/Ä*???ØpÈç', '<ã}/Ä*???ØpÈç'),
3866('/?mXRW(1êr!', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/tabs_bg_classic.png', 0, 'D.ôR\0O/:ǧ?û?', 'D.ôR\0O/:ǧ?û?'),
3867('?ÃÃ’4Ã’9<ò¨øÚÀ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/toggle_tabs.png', 0, 'UÂþÔü=¤bÎâ(Â???', 'UÂþÔü=¤bÎâ(Â???'),
3868('¶à ³ùS?ðfQVF>:ôÚ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/images/white_px.png', 0, '2`âÃ???¼?;ÀÃ', '2`âÃ???¼?;ÀÃ'),
3869('0h´Q¶¾Âb??s)´=W', 'wp-content/plugins/seedprod-coming-soon-pro/assets/js/jquery.color.picker.js', 0, '±ÂAÂ+No\Zã?wþ9', '±ÂAÂ+No\Zã?wþ9'),
3870('ïQáÃÞucÆoò? ', 'wp-content/plugins/seedprod-coming-soon-pro/assets/js/jquery.option.tree.js', 0, '16ùM]*?¨ÓV¶½»>?', '16ùM]*?¨ÓV¶½»>?'),
3871('®?(cW*h?èâ@£Â?©', 'wp-content/plugins/seedprod-coming-soon-pro/assets/js/jquery.table.dnd.js', 0, '<ÖûÑþl§`ÂMqÞ[?ê', '<ÖûÑþl§`ÂMqÞ[?ê'),
3872('÷ÛÃC?EV?Y«?h', 'wp-content/plugins/seedprod-coming-soon-pro/changelog.txt', 0, 'ÓõR ?¡æôBøÌ0=£Ò\Z', 'ÓõR ?¡æôBøÌ0=£Ò\Z'),
3873('0¸õ§AÚITãb??', 'wp-content/plugins/seedprod-coming-soon-pro/classes/class.admin.php', 0, 'zbu\n}øâÜ1ó)', 'zbu\n}øâÜ1ó)'),
3874('c½?wðNø=º°õé?\\ÂÄ', 'wp-content/plugins/seedprod-coming-soon-pro/classes/class.csp2.php', 0, 'U?P?É|x?ôI «Ã', 'U?P?É|x?ôI «Ã'),
3875('?.zm7 E?ë Ô~\0&Ù', 'wp-content/plugins/seedprod-coming-soon-pro/classes/class.plugin-update-checker.php', 0, '2ãÇü@J4ô*???', '2ãÇü@J4ô*???'),
3876('¹øh?NV`½¸''sB0ºt', 'wp-content/plugins/seedprod-coming-soon-pro/config.php', 0, 'Öà 0k??????t{B¹ú', 'Öà 0k??????t{B¹ú'),
3877('<%Ã…~þþìS¹³?4¢', 'wp-content/plugins/seedprod-coming-soon-pro/framework_options.php', 0, 'R¯á[?¶rÂm4®u%', 'R¯á[?¶rÂm4®u%'),
3878('UäóÃ<ªn\n¿A)pAõÅ', 'wp-content/plugins/seedprod-coming-soon-pro/front-end/options.php', 0, 'X?.¢#P ??j', 'X?.¢#P ??j'),
3879('ôå¢??.?©Rù,?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/background.php', 0, '/x&Ãå±ÈDæâù???\Zº', '/x&Ãå±ÈDæâù???\Zº'),
3880('}!?.??%õ\0?Mé?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/category.php', 0, 'Zi{?B(<å*?\Z[Y?]', 'Zi{?B(<å*?\Z[Y?]'),
3881('?±»?&?kÃYG,ÉE=²Ã', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/checkbox.php', 0, 'z0õóºù''.kÃ¥8fÃ¥/ÂÉ', 'z0õóºù''.kÃ¥8fÃ¥/ÂÉ'),
3882('2®%ñTaáVÞ?nÌYú', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/colorpicker.php', 0, '§~±?61Î"¸÷?', '§~±?61Î"¸÷?'),
3883('ðÕà ÂCQQ?¤é#SgÃ¥;?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/css.php', 0, 'ÂÃfËô?¯Â;N\0§úñ=', 'ÂÃfËô?¯Â;N\0§úñ='),
3884('6MÃŽ]åÚ\nkåñI', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-background.php', 0, '%Ãý?T E£1¤Þ??3Ø', '%Ãý?T E£1¤Þ??3Ø'),
3885('??Äu=''?®??Úi¶', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-buttoncolor.php', 0, 'x0?\n4²BjeðÓ;p`', 'x0?\n4²BjeðÓ;p`'),
3886('Èú?×â?\\¼ ~´(øÃi', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-clienturl.php', 0, '.C½ü^?u?ü"+', '.C½ü^?u?ü"+'),
3887('[???¼õ·??JGÂ.ê', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-export.php', 0, '÷''ÃŒ''ÂÂh¦¬@ø£ÙÂ=', '÷''ÃŒ''ÂÂh¦¬@ø£ÙÂ='),
3888('µö?D¦ö_R(¹¶©v', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-fonts.php', 0, 'm?mÅM?KÎ&¢ë?Äã', 'm?mÅM?KÎ&¢ë?Äã'),
3889('w$<ç£qnDô??¶b?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-foreground.php', 0, '1èGÅu?Iù°�XÌd', '1èGÅu?Iù°�XÌd'),
3890('"5±Ú_µ?Þ´ÃîâD', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-import.php', 0, '¶ÂþvÃÓII\rh[ÄðQ', '¶ÂþvÃÓII\rh[ÄðQ'),
3891('gKñ"??¹?«öÄ#/', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-post.php', 0, 'Õ\\ø?ÑK?5Yò¸þ?¨/', 'Õ\\ø?ÑK?5Yò¸þ?¨/'),
3892('¬jþ\\§ÂJ6?K?Ó;®?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/custom-subscribelist.php', 0, 'j2Ñ??7\n????', 'j2Ñ??7\n????'),
3893('!?Ü/&N^uÀGÀã', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/export.php', 0, '¡K=uß}þêo\Z4�', '¡K=uß}þêo\Z4�'),
3894('Â3î»aúCBhú¼NZÃ', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/heading.php', 0, 'OÃv±?}Ã?Õ2ç?', 'OÃv±?}Ã?Õ2ç?'),
3895('¢½·y?5î].ìD4À¬Ò', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/input.php', 0, 't?êû \Z*ä¶aÉûÜVµá', 't?êû \Z*ä¶aÉûÜVµá'),
3896('Â¥\\»B?m2 Â1è?\r??I', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/measurement.php', 0, 'Q±£Â0 À+Ã…m', 'Q±£Â0 À+Ã…m'),
3897('R]ù-½\r¥®??à ?¥', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/page.php', 0, 'ìÈ ?¼9`§½¼æâ', 'ìÈ ?¼9`§½¼æâ'),
3898('2?é@''?ìJ(P&(ÃH', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/post.php', 0, 'ì?º5*Ñm&ú???', 'ì?º5*Ñm&ú???'),
3899('çgÞÆ/6ùUI»^J8', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/radio.php', 0, 'ë?x\0ùülò{ñrò¢§', 'ë?x\0ùülò{ñrò¢§'),
3900('?¥l°à |4·?e?³ÌMO', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/select.php', 0, ']a\\LÚZJ¡??@mÎþÒ', ']a\\LÚZJ¡??@mÎþÒ'),
3901('ü«4_à ?¦Â?u!??v', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/slider.php', 0, 'ØÇËÙVÃÃ’0þA{ñ{])', 'ØÇËÙVÃÃ’0þA{ñ{])'),
3902('?\r[?[ÂõÌ0ÖÕ\Z?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/tag.php', 0, '½?W?«ËB`Âf;&çf', '½?W?«ËB`Âf;&çf'),
3903(' Lo?ùï?Æu?¦ºfjo', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/textarea.php', 0, '½Alðÿ+{;-\n?ÂDà ', '½Alðÿ+{;-\n?ÂDà '),
3904('«''%]ÿkì3?S¯$>J?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/textblock.php', 0, 'Çf?g?ÿi6Ú¿¼?', 'Çf?g?ÿi6Ú¿¼?'),
3905('?Q¦u9¢Zé^A?Ú', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/typography.php', 0, 'ÈgD{ã¹$j1¤u²j\n', 'ÈgD{ã¹$j1¤u²j\n'),
3906('KöuTs,CÈ4òR?', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/upload.php', 0, 'z�u=1 ?>?', 'z�u=1 ?>?'),
3907('\Z&Fò É<UÚ Fô?ÑF ', 'wp-content/plugins/seedprod-coming-soon-pro/functions/admin/wpeditor.php', 0, 'L=B\ZßR?wjÛ?^Rx', 'L=B\ZßR?wjÛ?^Rx'),
3908('0~Yü?(X?Zúfb?f', 'wp-content/plugins/seedprod-coming-soon-pro/functions/functions.load.php', 0, 'n¼¥Ø:£?tõdÃ*§?', 'n¼¥Ø:£?tõdÃ*§?'),
3909('·Âø?*¼·A ¶\0ÿO', 'wp-content/plugins/seedprod-coming-soon-pro/functions/functions.php', 0, 'ØYFEÃ?Ud¸9??´ã', 'ØYFEÃ?Ud¸9??´ã'),
3910('äëË?4oì>Q\n¸ZöÃ', 'wp-content/plugins/seedprod-coming-soon-pro/functions/get-option-tree.php', 0, '±8ØLTs=ÈØw', '±8ØLTs=ÈØw'),
3911('¸?{«ÔLùô2)ÚÕ', 'wp-content/plugins/seedprod-coming-soon-pro/languages/seedprod.pot', 0, '?"iiù?ýú9î?', '?"iiù?ýú9î?'),
3912('i>+^D?Ã¥>å°(Ã…kÚ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/MCAPI.class.php', 0, 'ðlñ>ó??»ë»5ÙÃSm', 'ðlñ>ó??»ë»5ÙÃSm'),
3913('Õü!-?G»ÚÉé?H', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber.php', 0, 'Z;?\\?°³û¢û@}ª?ñ', 'Z;?\\?°³û¢û@}ª?ñ'),
3914('1 Û(\rñ^Ã4?à #?]Ñ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber_api.php', 0, '.Z¶\rÃR?`K?³µï¼Ñ', '.Z¶\rÃR?`K?³µï¼Ñ'),
3915('?(''õ¤ç?4mÑzx?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber_collection.php', 0, 'yëc-Q³Çߨdì¶{Ì', 'yëc-Q³Çߨdì¶{Ì'),
3916('Tù_?i\\?«®ïB\Z¯', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber_entry.php', 0, '¢1yà c?9A!b?jâ', '¢1yà c?9A!b?jâ'),
3917('?ÈUC~â.~b~ó', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber_entry_data_array.php', 0, 'çeH?Eð?%¢qq -ò-', 'çeH?Eð?%¢qq -ò-'),
3918('????ù>3s?¼©?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/aweber_response.php', 0, 'pNèÒÅ?ø®.ðÙh÷', 'pNèÒÅ?ø®.ðÙh÷'),
3919('«?\r?åÓQ????_Õÿ÷', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/curl_response.php', 0, 'CÂMm?Q3tIU¾', 'CÂMm?Q3tIU¾'),
3920('?â(@}&«?j÷~?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/exceptions.php', 0, 'p?Ò>?¾t´0?É÷?', 'p?Ò>?¾t´0?É÷?'),
3921('©Ã??ûÑa¿jX65`', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/oauth_adapter.php', 0, '69þYÃÃ\\ú§ÛÕZg¯¿', '69þYÃÃ\\ú§ÛÕZg¯¿'),
3922('²V?ÓW?²¾2öã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/aweber_api/oauth_application.php', 0, '?ám¦,�«¨´ÿ 0N', '?ám¦,�«¨´ÿ 0N'),
3923('^&³°?/?u??¥', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/LICENSE', 0, '?i]¹?Ã5þE3ß<]ÊÔ', '?i]¹?Ã5þE3ß<]ÊÔ'),
3924('Ê^ûf2?Jù\\C~ó}Ì9f', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/README.md', 0, '+W?ÊTôª§Ld9ü', '+W?ÊTôª§Ld9ü'),
3925('i(T®²C!9ØvuTäø5', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/GoDaddyClass2CA.crt', 0, 'è}o¶]N&Ûü}$§5Ã', 'è}o¶]N&Ûü}$§5Ã'),
3926('öbj.¦«õè?Ú.×}ª', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/base_classes.php', 0, '¾¸¼h1"~õ??o', '¾¸¼h1"~õ??o'),
3927('<¬G?d4?ÂÃ¥0C??½J?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/log.php', 0, '?,MqG?ÃM¯9TLçÊ', '?,MqG?ÃM¯9TLçÊ'),
3928('×vækè$??_?Þç°EÚâ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/serialisation.php', 0, 'ÇÜqx*}6(4?Âs', 'ÇÜqx*}6(4?Âs'),
3929('÷?ÑiÂÞñ·Âë>0Ü', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/services_json.php', 0, 'ßy´n=¤??éò?2Ô', 'ßy´n=¤??éò?2Ô'),
3930('?à üø¹=¿hÊ=«V\\uÙ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/class/transport.php', 0, '×/ÃQz?x)ÃYÂ?!;', '×/ÃQz?x)ÃYÂ?!;'),
3931('þn? T"¾ à ]É3ÿ9a&', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_campaigns.php', 0, 'ö?@¬¥<óý«*?1Ö÷', 'ö?@¬¥<óý«*?1Ö÷'),
3932('?mÔGñ\\9Ãâk''?ȁ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_clients.php', 0, '®áÎÿìf·fÂb?8\Z', '®áÎÿìf·fÂb?8\Z'),
3933('}dz|¦¥-#ÃŒ*uFq', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_general.php', 0, 'VQÑò<Ã?ï>¢Óý?3Ã', 'VQÑò<Ã?ï>¢Óý?3Ã'),
3934('?v???Çt$²Â7-ø', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_lists.php', 0, 'k²+»v?ØÃ''Tqè)é', 'k²+»v?ØÃ''Tqè)é'),
3935('?®Þ/!Bãÿñ{?"', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_segments.php', 0, '??côb\rLà å;æc1', '??côb\rLà å;æc1'),
3936('?ÑEÊ??KÃ×:b.Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_subscribers.php', 0, 'mÂ¥+ýzt³Ë}µý\\¾=ºC', 'mÂ¥+ýzt³Ë}µý\\¾=ºC'),
3937('?A°zúb???-?§ï', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/csrest_templates.php', 0, 'SréÂ{ï`??Ç?Ñ', 'SréÂ{ï`??Ç?Ñ'),
3938('\r\ZÃ]lB!?µ?è ¦t', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/create.php', 0, 'Êú£H%ÔX? S°4', 'Êú£H%ÔX? S°4'),
3939('?;æÀ=5à ÂPYßî¦(?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/delete.php', 0, 'ܦ£\\µS¹¤Cb?¬Â', 'ܦ£\\µS¹¤Cb?¬Â'),
3940('?7È&N]#°?.', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_bounces.php', 0, '¸T?Ö0m÷F)k?Ã4²', '¸T?Ö0m÷F)k?Ã4²'),
3941('w\r~âRøs]Ñ1U³O3c', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_clicks.php', 0, 'ÀP:«§7\n?ºÜ2dÛ)', 'ÀP:«§7\n?ºÜ2dÛ)'),
3942('E¯ÓL?©?Âp%Â¥Vµ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_lists_and_segments.php', 0, 's.AÃ???ûãûª|Â', 's.AÃ???ûãûª|Â'),
3943('ù?!F&9ªSG%O$ÛB', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_opens.php', 0, '_»;®5¨>þq?p?>¼', '_»;®5¨>þq?p?>¼'),
3944('{H«X?Âa·?Â,?5ý', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_recipients.php', 0, 'Ñ\\Ñs!Uv}È(¼¸êúÖ', 'Ñ\\Ñs!Uv}È(¼¸êúÖ'),
3945('Eo#S´ëþÃÃ¥??ïÉC', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_summary.php', 0, '¹±,Â''?¨\\À/ÂUb?¶', '¹±,Â''?¨\\À/ÂUb?¶'),
3946('\rdî?l&\0ÃÃ0©õ?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/get_unsubscribes.php', 0, 'zÔ`?Õ1?ZmûpH??', 'zÔ`?Õ1?ZmûpH??'),
3947(';?[¬Â?¶§¸?)?ÃÂ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/send.php', 0, 'gX?GÄWåû÷À>5¶?', 'gX?GÄWåû÷À>5¶?'),
3948('ò1ÿ¹Qøþ2D,?(ÃÉÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/send_preview.php', 0, 'ä?8Ã’EnÙÕ\\ÄÞxçU', 'ä?8Ã’EnÙÕ\\ÄÞxçU'),
3949('?!Ã’Â+?÷?s''?mÂ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/campaign/unschedule.php', 0, 'm¹?½þ?iÃão¤ñì', 'm¹?½þ?iÃão¤ñì'),
3950('!eÃzZ?ÄÃg©¶)xg', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/create.php', 0, '4MKåïë=º?äÃvø"', '4MKåïë=º?äÃvø"'),
3951('l?Ò]?jU??KAè', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/delete.php', 0, ' Ìð778~\nb??%', ' Ìð778~\nb??%'),
3952('\n«U°?$?o¸ÀnB2y', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get.php', 0, '+SÂV|d(¥¸ì_ó', '+SÂV|d(¥¸ì_ó'),
3953('\rO?±n,?kù¶?*k', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_campaigns.php', 0, 'ÂÉ7qGäÀ1= ?', 'ÂÉ7qGäÀ1= ?'),
3954('/iÂê¹ÃÌöì?o§', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_drafts.php', 0, 'kd{§BÌõñ?ôòO?', 'kd{§BÌõñ?ôòO?'),
3955('²Ò?ÿ??ÙüÂé,H', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_lists.php', 0, '¯1¦³ÈFè?ÿà Gz'';', '¯1¦³ÈFè?ÿà Gz'';'),
3956('G?ºÊÇk?°Â*0{W', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_scheduled.php', 0, 'Ã:.g?Óã?E?ÂÃ', 'Ã:.g?Óã?E?ÂÃ'),
3957('"?á¬reà t?ÑQg$', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_segments.php', 0, '?gÓå5±8 µ]e{}ÂÂ', '?gÓå5±8 µ]e{}ÂÂ'),
3958('O?è§Ã)@+$)Â¥aÕý?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_suppressionlist.php', 0, '?? \ntUÃ_·v,q91', '?? \ntUÃ_·v,q91'),
3959('Ñ-??ïÃ"¿¸Yýj3', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/get_templates.php', 0, '~Ä&A?¶?eÃx8"~', '~Ä&A?¶?eÃx8"~'),
3960('$wú`º[²/? ¸Y??', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/set_access.php', 0, 'Q®8Ã[u,?øÙKÑVt[ö', 'Q®8Ã[u,?øÙKÑVt[ö'),
3961('Ȗ^tuD?ÂeX]Û\Zz', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/set_basics.php', 0, 'ù´G·o(¸ÂUþá?>/È', 'ù´G·o(¸ÂUþá?>/È'),
3962('?à O4�B&?\0f®W?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/set_monthly_billing.php', 0, '6´NÙX:??bî?Ù\Z?', '6´NÙX:??bî?Ù\Z?'),
3963('_½©å\0â,®?n Âá)Þ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/client/set_payg_billing.php', 0, ' øPÃxüG>9@{*jM', ' øPÃxüG>9@{*jM'),
3964('f??Ô"ÈÇ^æÊ] ©', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/get_apikey.php', 0, '''Fr?_ã?ÃW§åѳ?4', '''Fr?_ã?ÃW§åѳ?4'),
3965('©?×-P«1?ìk?P.?¢', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/get_clients.php', 0, ',p#E1ØIº]f#9÷?Ã', ',p#E1ØIº]f#9÷?Ã'),
3966('uB_|P????ë×X?#2,', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/get_countries.php', 0, 'Âô]Ãa;!ô°öË4\Z°', 'Âô]Ãa;!ô°öË4\Z°'),
3967('J±¦¿µ=*?P?òuGÃà ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/get_systemdate.php', 0, '=ÜÈÞö#?F:â×Ã', '=ÜÈÞö#?F:â×Ã'),
3968('×d¦G?þ??y±ÂUI°Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/get_timezones.php', 0, 'è 0I?Ø"¤?þ&â5þ', 'è 0I?Ø"¤?þ&â5þ'),
3969(',m?aXW??üRRêÃÃâc', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/activate_webhook.php', 0, 'êò\nã?0eÑÜe??Ë', 'êò\nã?0eÑÜe??Ë');
3970INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
3971('?å×a+\\J« ÃfÃ?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/create.php', 0, 'â±éü??Þe.Èâ¤?', 'â±éü??Þe.Èâ¤?'),
3972('¾¸pãæ????ÂÃË', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/create_custom_field.php', 0, 'ì\rÃ7??ý6X,f;¯Ä', 'ì\rÃ7??ý6X,f;¯Ä'),
3973('????&À??\n®Õ~üÆ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/create_webhook.php', 0, 'fsS%?2?ø§xTÿ\\', 'fsS%?2?ø§xTÿ\\'),
3974('Ôðîçn?æÎ0¾Âu', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/deactivate_webhook.php', 0, '@2WM??¸F¤ÃYæ', '@2WM??¸F¤ÃYæ'),
3975('??¤1°XÚr{?«!_m?ú', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/delete.php', 0, '??ÀHøq$?\0µÃhç', '??ÀHøq$?\0µÃhç'),
3976('·??%Âx?MNW??Z ´', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/delete_custom_field.php', 0, 'Ã&S?ãéð?Âçë¾l-', 'Ã&S?ãéð?Âçë¾l-'),
3977('?ßÛyø~÷·w1kC«q', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/delete_webhook.php', 0, 'ÂÂ;ü)FÇËi×3P"', 'ÂÂ;ü)FÇËi×3P"'),
3978('_????©ÃnîÃN?ìØB', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get.php', 0, '5ép^ôp¬ÂI&©?T?ü', '5ép^ôp¬ÂI&©?T?ü'),
3979('?m¶Âbn;¹é}/©~ÂK', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_active_subscribers.php', 0, '?Â?8ãY1q²\0±5¢Ù', '?Â?8ãY1q²\0±5¢Ù'),
3980('?u??TÂ?ÑñÌo©', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_bounced_subscribers.php', 0, 'Yô"5^?yâV¥îëBÃý', 'Yô"5^?yâV¥îëBÃý'),
3981('·B¥Úë?ÂSHê', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_custom_fields.php', 0, '¿?Â¥Gwâ2DÃ’|Ãi', '¿?Â¥Gwâ2DÃ’|Ãi'),
3982('óf|ªCÿÃ]?ïÌ=', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_deleted_subscribers.php', 0, '¿cË*?ý?þ¬?s\nþ', '¿cË*?ý?þ¬?s\nþ'),
3983('Ñc+¸û?ªÂ,mZ?UÈ^', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_segments.php', 0, 'F}Zx\r¯Ãînj-ÃW1ñD', 'F}Zx\r¯Ãînj-ÃW1ñD'),
3984(',?¡×î?vSV\0tE?à I', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_stats.php', 0, 'q8?yØÃÜ~këKB|i©Ø', 'q8?yØÃÜ~këKB|i©Ø'),
3985('¢?A#ñº7RJ5òÇÇùå', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_unsubscribed_subscribers.php', 0, '?1dC³?m?^{?B', '?1dC³?m?^{?B'),
3986('·¥I¶Ãümp?\n³?4¤?u', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/get_webhooks.php', 0, 'W{Ùc§ÑæFS?Òh?#ê', 'W{Ùc§ÑæFS?Òh?#ê'),
3987('?øJ{²ÂFG¯4,b', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/list_webhook_receiver.php', 0, ':?¥üVz?Ræ?> 2', ':?¥üVz?Ræ?> 2'),
3988('lX-<>ao?¶qÄé¸', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/test_webhook.php', 0, 'ÃüÙ"5Tó³ª,?a', 'ÃüÙ"5Tó³ª,?a'),
3989('ª?ùÊ"Za?g¢æ[)', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/update.php', 0, '0ïÂ-p+yn¿??AéÇ', '0ïÂ-p+yn¿??AéÇ'),
3990('ÓL½d]^?µmü®Å', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/list/update_field_options.php', 0, 'ãÃZ=úøZ2??ËR', 'ãÃZ=úøZ2??ËR'),
3991('¿Ìu.½Ãä¢a8ÕT£', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/add_rule.php', 0, 'N¨UÖãR¸xSH¶à g ?', 'N¨UÖãR¸xSH¶à g ?'),
3992('µh''???_P¯Þ(s¡', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/clear_rules.php', 0, '³S³µ?Y?Ã’tãÃÃ!q', '³S³µ?Y?Ã’tãÃÃ!q'),
3993('dïæîfÕòZè«.3.?J', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/create.php', 0, 'N´!?FÖ~]îÃÃ…zrÃŒ', 'N´!?FÖ~]îÃÃ…zrÃŒ'),
3994('oo²X5?H?åñôJ?N', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/delete.php', 0, 'Ù`ç¼Vå|WÜ??ñs>P', 'Ù`ç¼Vå|WÜ??ñs>P'),
3995('Ù*Ã’Ã{ÎÞêù¥?!ùÒH?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/get.php', 0, 'Âf7SÜw]-ÃŽÃŒUµIL?', 'Âf7SÜw]-ÃŽÃŒUµIL?'),
3996('èg?C}¢6HYêçÞÿÄ$', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/get_subscribers.php', 0, '??õ\rÅÔ?°Å«|N×U', '??õ\rÅÔ?°Å«|N×U'),
3997('µbÂ?&òDq]¶\r®wMÞ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/segment/update.php', 0, 'co`à G§zªOª½îX¶^ì', 'co`à G§zªOª½îX¶^ì'),
3998('hÛ???°Â´??â®', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/add.php', 0, '59&à J à ?''X''z%k', '59&à J à ?''X''z%k'),
3999('hÂê3Õ?\n3lØt\Z«ÃÃŒ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/delete.php', 0, 'g;)ð¬=ÃIÂ¥??ÂYÃ’', 'g;)ð¬=ÃIÂ¥??ÂYÃ’'),
4000('??Ë?Êlyl2ÄC\Zc×U7', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/get.php', 0, 'ä¨gòÂú??îIÃý', 'ä¨gòÂú??îIÃý'),
4001('ê<¦d®-^ßê\\ÿ¿_?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/get_history.php', 0, '»¡§?x~D@"+HßÈû^', '»¡§?x~D@"+HßÈû^'),
4002('?&P�à Ì?]?ÿ?¢', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/import.php', 0, 'BYCà t�?V¸P_??Õ^', 'BYCà t�?V¸P_??Õ^'),
4003('??^ò¶ÂII?Y+±6&', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/unsubscribe.php', 0, 'Âû#?ñ?ç.ù?`JWÂ', 'Âû#?ñ?ç.ù?`JWÂ'),
4004('Rjö½VÂgÃJÃŒ; Â¥<<n', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/subscriber/update.php', 0, 'Ãë?§ÂÂp\\È\0Â"5', 'Ãë?§ÂÂp\\È\0Â"5'),
4005('v4ü &äx?D25ª?Ktõ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/template/create.php', 0, '+P°FÃ PÑÿg???', '+P°FÃ PÑÿg???'),
4006('4q/RÞ[K¿¹rÂC/ý', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/template/delete.php', 0, 'ö?2Ã3]}J`?£Ù\n', 'ö?2Ã3]}J`?£Ù\n'),
4007('ùÓlG\rzÂ/&Ds)Âni', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/template/get.php', 0, '}®×?½KòFÔé¹h?p?', '}®×?½KòFÔé¹h?p?'),
4008('"wä¶âRÂâ0Ö÷X·5', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/samples/template/update.php', 0, 'ð??bÓ!ëÿ8£¦?K??', 'ð??bÓ!ëÿ8£¦?K??'),
4009('Vñäö+]d°f_7pÃþ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/all_tests.php', 0, '/?#¤??ÿ°?Ü6?Ô', '/?#¤??ÿ°?Ü6?Ô'),
4010('4çÌg<*$n¡äéw®', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/class_tests/response_tests.php', 0, '_²»ÓstÒÿ\r.?ÃJëC', '_²»ÓstÒÿ\r.?ÃJëC'),
4011('£1}?>?|ø8?/?¨', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/class_tests/transport_test.php', 0, 'ñ¢z$\\ÙýÀÅî·?Ñà ', 'ñ¢z$\\ÙýÀÅî·?Ñà '),
4012('?Ã’RøãÖ?ÂåÑÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_campaigns_test.php', 0, '3?~Âáç¼H??\r?§W', '3?~Âáç¼H??\r?§W'),
4013('?H?ÚB?kgõ!`À§ø', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_clients_test.php', 0, 'i4»-n`{=:A?+', 'i4»-n`{=:A?+'),
4014('?Â¥?^ÃŒÃâcÃ…\r\n?f?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_lists_test.php', 0, 'µ=ÆèöÑÑå(úhÂ78½', 'µ=ÆèöÑÑå(úhÂ78½'),
4015('c1ÃeÃ¥???N¶zaÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_segments_test.php', 0, 'ª?kòp??]P,?ã/ûã', 'ª?kòp??]P,?ã/ûã'),
4016('òùè.}x?Åd°*N\ZQ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_subscribers_test.php', 0, 'IJ«??\npÖã2?I', 'IJ«??\npÖã2?I'),
4017('???Ô÷0^A?\0Æ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_template_test.php', 0, '/Ç8kN?ou»ï;?ÛÒk', '/Ç8kN?ou»ï;?ÛÒk'),
4018('Ã{?ë?¾?¢_yDÇg', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/csrest_test.php', 0, 'ÊMZg±¿(e·3?k?õw?', 'ÊMZg±¿(e·3?k?õw?'),
4019('Rélîã¥R?s4ÀÂZÂ¥', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/active_subscribers.json', 0, 'EùÚRÃj?|{_?|vÉâ', 'EùÚRÃj?|{_?|vÉâ'),
4020('Ãä\ZÃô?ýSÃc\nn6?,', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/add_subscriber.json', 0, '#e?{??#CÈyU$0hÂ', '#e?{??#CÈyU$0hÂ'),
4021('¼4?ù¸m}?õd?Âýñd', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/apikey.json', 0, 'L¤,??¿Ã?)§zzn', 'L¤,??¿Ã?)§zzn'),
4022(' jw³g$þO¹?´KJP', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/bounced_subscribers.json', 0, '£s£Èê?pp?X¯UK\rÅ', '£s£Èê?pp?X¯UK\rÅ'),
4023('®¤¤Â+SOzo?»-G|î', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_bounces.json', 0, 'UG%U]”l¡ë??lê', 'UG%U]”l¡ë??lê'),
4024('½(;?©?6¹µ@c¶ÃòÒ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_clicks.json', 0, '[;?¿j5_?ÔL.Û=', '[;?¿j5_?ÔL.Û='),
4025('b?Ißz''©ëðqF7?¦?a', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_listsandsegments.json', 0, ' ÒÚ B¢[fk]?_', ' ÒÚ B¢[fk]?_'),
4026('Z ?f2%´ê?ÃX?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_opens.json', 0, 'è;rÚHYßÚ0ä3@kÂ', 'è;rÚHYßÚ0ä3@kÂ'),
4027('?Oq?Ã¥#õå;89~ãç', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_recipients.json', 0, '¾YÃ…Ivi&Q$Ã=?', '¾YÃ…Ivi&Q$Ã=?'),
4028('J?\r�sµ?ðï\Z?ôwt', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_summary.json', 0, ':''\Z^?#/qÖ[?T', ':''\Z^?#/qÖ[?T'),
4029('Ê[Ûôuú¡¢ßrÑ?Ã’4', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaign_unsubscribes.json', 0, '??gì(ø³ÃxE¬ú\n', '??gì(ø³ÃxE¬ú\n'),
4030('?x8?³UãÚ@®©Ù;|', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/campaigns.json', 0, '?¥@þ5|©ââó>4_âú', '?¥@þ5|©ââó>4_âú'),
4031('}Ëvî9U?x@ÃA@X¶:', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/client_details.json', 0, '?m?Ã’?}ÀðL§sn', '?m?Ã’?}ÀðL§sn'),
4032('±®ÖZ»"ò?îPv¤Ë', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/clients.json', 0, '²C®]/?¦ô[¼&+\ZÕ', '²C®]/?¦ô[¼&+\ZÕ'),
4033('�s×k=h\0?ý®', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/countries.json', 0, '{ª?S?T§??(Ô×û[', '{ª?S?T§??(Ô×û['),
4034('ü?ç?¢ õ~¹û ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_campaign.json', 0, 'a?''½&ÙT440?:?²', 'a?''½&ÙT440?:?²'),
4035('XQl§×ü%_<9wJ''yø', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_client.json', 0, '^¦?îÃa?µ??', '^¦?îÃa?µ??'),
4036('e¨w`?j¸2ú\Z¿?ùÉ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_custom_field.json', 0, 'I¹?ÂÙDú?¢ò?£?Wk', 'I¹?ÂÙDú?¢ò?£?Wk'),
4037('??sP?¥£eÒé^Je', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_list.json', 0, '3·??úDöI#K¬k', '3·??úDöI#K¬k'),
4038('??u¤Y?Dw??i\0 ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_list_webhook.json', 0, '?? &?:XØøýªO?', '?? &?:XØøýªO?'),
4039('W?m?AãÌ?·ð', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_segment.json', 0, 'a?l8?®(¦@äµ³°', 'a?l8?®(¦@äµ³°'),
4040('ê°õA?1]ÂEè??$', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/create_template.json', 0, '?Ì\Zà ?[ÕRË#ãd?Ê', '?Ì\Zà ?[ÕRË#ãd?Ê'),
4041('Ã.¼?*Ã…oÂ/ü?\r%', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/custom_api_error.json', 0, 'kæÀßH¤üT¥«ñØP&Â', 'kæÀßH¤üT¥«ñØP&Â'),
4042('?¾úS?lÚc?i}¢?Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/custom_fields.json', 0, 'à Öw?¯?Â?ÜRu³g?', 'à Öw?¯?Â?ÜRu³g?'),
4043('ø2?âÃ0l?a??Iá¦2', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/deleted_subscribers.json', 0, '*ËD [Ëo©$ Úï¿<Y', '*ËD [Ëo©$ Úï¿<Y'),
4044('ÙÑada¿¯[ÿÔ?\0<eø', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/drafts.json', 0, 'ÃåÛHÃUUjÆWÖU?A2', 'ÃåÛHÃUUjÆWÖU?A2'),
4045('úkáp??ÿ\Z-?2%?ßÉ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/import_subscribers.json', 0, '<|}?Õ"A?ÜY}:lõ?', '<|}?Õ"A?ÜY}:lõ?'),
4046('ÃÃ.?¥ÓÔ?t·??Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/import_subscribers_partial_success.json', 0, 'Nõ?:w× S\n1õD¢-', 'Nõ?:w× S\n1õD¢-'),
4047('za[?¢?½·ë???''z', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/list_details.json', 0, 'ñL<t0©·©ÆéXl{ûY', 'ñL<t0©·©ÆéXl{ûY'),
4048('h?é$0bÂ[Ù#m??h', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/list_stats.json', 0, '¸Ãã^0?/\0R?vUÞ', '¸Ãã^0?/\0R?vUÞ'),
4049('úùx?ÃÂn õ,_a.Þ]', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/list_webhooks.json', 0, '?MfsN7,¬\\?òµ', '?MfsN7,¬\\?òµ'),
4050('åòoÃ?º@¯h??d«', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/lists.json', 0, '?ãé:Zz}?m¯M', '?ãé:Zz}?m¯M'),
4051('?^?WBE?Ü2d§äû&?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/scheduled.json', 0, 'Â¥ÂÃD??ÃÃ¥eþ«p¹¢', 'Â¥ÂÃD??ÃÃ¥eþ«p¹¢'),
4052('+~®1??e?ÃnÜèªË,t', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/segment_details.json', 0, '?ÀJV_Ç#''<ë?Õ ', '?ÀJV_Ç#''<ë?Õ '),
4053('??-W0¡?öÂ?á6;Êz', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/segment_subscribers.json', 0, 'Ã\\ìKÄç???Ã', 'Ã\\ìKÄç???Ã'),
4054('ª_??æþÖHB?µ?~', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/segments.json', 0, 'ÒÙ&_Ø~ÖaÃeÉÉk1¢ð', 'ÒÙ&_Ø~ÖaÃeÉÉk1¢ð'),
4055('üÎ7\ZFö?0EéÛ?¦', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/subscriber_details.json', 0, '?v¶�?A¿Õ?[', '?v¶�?A¿Õ?['),
4056('?Ã…2Ãon»ùaW?_?¸Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/subscriber_history.json', 0, '?saFéó¨U', '?saFéó¨U'),
4057('5|8±û??\Z?ÂÎò', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/suppressionlist.json', 0, 'ÿó®ÃöH??2·?´[', 'ÿó®ÃöH??2·?´['),
4058('Ã…Tó^ùD¡Y?ü?Ã\r', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/systemdate.json', 0, '_/6?ïýL}6¼Ô-Â?', '_/6?ïýL}6¼Ô-Â?'),
4059('?A?{_1??g¶ oÃŽ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/template_details.json', 0, 'Âúâ<\n?\0Ã…W0?j(h°', 'Âúâ<\n?\0Ã…W0?j(h°'),
4060('1JîïK]????t( õ!', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/templates.json', 0, 'd©8q?b\0q¢l¤Î', 'd©8q?b\0q¢l¤Î'),
4061('?#W??#ÿÉñ¾¹ãA', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/timezones.json', 0, 'ÿ?½qqþõºÎ/ÈySÃ', 'ÿ?½qqþõºÎ/ÈySÃ'),
4062('Þ/W±+?ÂÅöbGô-5', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/responses/unsubscribed_subscribers.json', 0, '|ì&?BABj\\}ÃŒ3º?ë', '|ì&?BABj\\}ÃŒ3º?ë'),
4063('c¹-??ÂÓ:N©PÙ?é', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/HELP_MY_TESTS_DONT_WORK_ANYMORE', 0, 'hXOô*?l-áyLù³)f!', 'hXOô*?l-áyLù³)f!'),
4064('¡c?¬W-ñÂ?g4ôÂ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/LICENSE', 0, 'Xþ?Ó)M¤¬GÀ+EK¼?', 'Xþ?Ó)M¤¬GÀ+EK¼?'),
4065('OdNÆj|ÃŽ?SÃJk?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/README', 0, '¢9I¼¶j?0;M??ú&', '¢9I¼¶j?0;M??ú&'),
4066('\\D+÷d?BÃÓ)$9ÂÂÂ¥', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/VERSION', 0, ':ÃŒÃöKÃ:¾¹°³?D', ':ÃŒÃöKÃ:¾¹°³?D'),
4067('Y??¯Q/ÀnJ?\\', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/authentication.php', 0, 'CÃÖCd?5Y#ØSj..', 'CÃÖCd?5Y#ØSj..'),
4068('Ô)Æù?H?ü?ÃŽ?c°', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/autorun.php', 0, 'ÃÃ¥J?a²ôDá\rëý£P\0?', 'ÃÃ¥J?a²ôDá\rëý£P\0?'),
4069('%*Âù4?bÂ?±?\n?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/browser.php', 0, '³ÿþÂráLvaR;?Y', '³ÿþÂráLvaR;?Y'),
4070('\0EØû§ºÈëdb?7·Ò', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/collector.php', 0, 'mî\r£Ãl%?FRòSÀ', 'mî\r£Ãl%?FRòSÀ'),
4071('?y§Çî`?ç_?0L8Å', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/compatibility.php', 0, 'itnà |?Eü-÷??û £', 'itnà |?Eü-÷??û £'),
4072('\r,N<¥Å(¸p ÂP hÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/cookies.php', 0, 'b??L?â\0?êÊ8', 'b??L?â\0?êÊ8'),
4073('êb�´*²qxIÒeEÊ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/default_reporter.php', 0, '??w+Îc³a}â', '??w+Îc³a}â'),
4074('z\Z/?ÂX&?ïX?Â¥', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/detached.php', 0, '''Êósxõvà x0h', '''Êósxõvà x0h'),
4075('¹2h:µø?????', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/authentication_documentation.html', 0, '?wMJ1&å·V7ÃÈH', '?wMJ1&å·V7ÃÈH'),
4076('I \rÀñ+ôóÂ?,à \0?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/browser_documentation.html', 0, '@H?yîá8fFLÖ\\Ã>', '@H?yîá8fFLÖ\\Ã>'),
4077('ú \ZIS£¥(?ÂVIHR', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/docs.css', 0, '[}¿2ªA1ÃÃ¥MéA2g?', '[}¿2ªA1ÃÃ¥MéA2g?'),
4078('l¹?µ?sçÑó?Æ×;½', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/expectation_documentation.html', 0, 'pIGc×jSj@µ6ñ9', 'pIGc×jSj@µ6ñ9'),
4079('f~?Ëò?iãó[?ÖB', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/form_testing_documentation.html', 0, '³¹¦e?Õè½\Z¬x¤¬èO', '³¹¦e?Õè½\Z¬x¤¬èO'),
4080('ù?µçkÃ×S?týØN?ÖÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/group_test_documentation.html', 0, 'Ro?ä\Z?JÂ(??^Ùê', 'Ro?ä\Z?JÂ(??^Ùê'),
4081('I??J*??°ú`²ÙÿúÃä', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/index.html', 0, 'b\\±"?g}5ç? î', 'b\\±"?g}5ç? î'),
4082('¢£XÃzjiÄóå?4Pþ?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/mock_objects_documentation.html', 0, '8 ?MÂ×14?ö??', '8 ?MÂ×14?ö??'),
4083('VýC&##¬°d³2»¼sd', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/overview.html', 0, '6|?=?û?p§?©ñc¦?', '6|?=?û?p§?©ñc¦?'),
4084('ææ?&??øt??°¸Z7;', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/partial_mocks_documentation.html', 0, '?V´hw%h\0ÃBð³*', '?V´hw%h\0ÃBð³*'),
4085('ïcË,Ù3???ÀVºP', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/reporter_documentation.html', 0, '¿09®×Êmì;NþùI]-a', '¿09®×Êmì;NþùI]-a'),
4086('p§AtÂ_¾:3ÃÂn2', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/unit_test_documentation.html', 0, 'ré§ÖL ÑäE?d5bÑã', 'ré§ÖL ÑäE?d5bÑã'),
4087('?w.]Æ?)üN?]öö', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/en/web_tester_documentation.html', 0, '?ÄÛÒa?hõr"7Ñ%', '?ÄÛÒa?hõr"7Ñ%'),
4088('¢"5_úö^%?ÃÃb¸$Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/authentication_documentation.html', 0, 'ÆBsó«''æH?×f²Ã', 'ÆBsó«''æH?×f²Ã'),
4089('{ÿïÂJÇé2wÚÅ&÷', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/browser_documentation.html', 0, 's&?M5laÓ¾mfêÞ', 's&?M5laÓ¾mfêÞ'),
4090('âý?:F*´¤6@(æ?½', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/docs.css', 0, '????ùçe`¸¦ãG1', '????ùçe`¸¦ãG1'),
4091('4 Éa?^5µ]?³9Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/expectation_documentation.html', 0, '½??Ã¥Ãì4¨+«P?', '½??Ã¥Ãì4¨+«P?'),
4092('T?¤Èã·8Nx7?±1', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/form_testing_documentation.html', 0, '??ÉN?öþÙFª??', '??ÉN?öþÙFª??'),
4093('?yÕà -Òõ÷¶WX^zÞw', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/group_test_documentation.html', 0, ']ô?²%2µLñF.Óã¿', ']ô?²%2µLñF.Óã¿'),
4094('õ?£RÈ÷¯?êC?ñ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/index.html', 0, '}1ÃW*´yô?ÂR!¶³Üý', '}1ÃW*´yô?ÂR!¶³Üý'),
4095('??#¿?Kß\r «9??', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/mock_objects_documentation.html', 0, '?ñ÷A?ì´§ônþË\\', '?ñ÷A?ì´§ônþË\\'),
4096('¾75/¸åõK;.\n?Û', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/overview.html', 0, 'ÿ?7:¼Ã|¾#¬', 'ÿ?7:¼Ã|¾#¬'),
4097('&Ã\0NüB?.}"\0|r', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/partial_mocks_documentation.html', 0, '?$½`¥ðÂj??Ü Ã’bM', '?$½`¥ðÂj??Ü Ã’bM'),
4098('wd? ?ø=Ãs£=a', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/reporter_documentation.html', 0, 'Â¥#¹g?c³ÒÙ?¦=õ', 'Â¥#¹g?c³ÒÙ?¦=õ'),
4099('î ¡±?+Ür??t8', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/server_stubs_documentation.html', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
4100('@ª?U§7äýÅ9¬?è', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/unit_test_documentation.html', 0, '?w9¸ên {¶J4¨\0¦V', '?w9¸ên {¶J4¨\0¦V'),
4101('`h¤?xÃŒO?ýgCÈ )Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/docs/fr/web_tester_documentation.html', 0, 'P#y ???^?Ã@Ú', 'P#y ???^?Ã@Ú'),
4102('BJ§ÊvìûÉÄ;ÑCÎu', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/dumper.php', 0, 'jIA¶sL ¶h?¹(', 'jIA¶sL ¶h?¹('),
4103('?0«f?+£dÛ??I^Ã]Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/eclipse.php', 0, '_Zé7ÊXÃ’(ÂÉ', '_Zé7ÊXÃ’(ÂÉ'),
4104('?H???,B+t??CCG\r', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/encoding.php', 0, ']±a"? |±i\r;?', ']±a"? |±i\r;?'),
4105('ß1tq%p?¡?æ/Ö8)', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/errors.php', 0, '+kq$?£âFâ,§?W', '+kq$?£âFâ,§?W'),
4106('õ?????þc\0?HC', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/exceptions.php', 0, '>ãw$Ù(b%?(NcÄÃ', '>ãw$Ù(b%?(NcÄÃ'),
4107('Ã\rm,?×]}ÒÚLg', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/expectation.php', 0, 'Ãr-W)mÓôh?02Þ{', 'Ãr-W)mÓôh?02Þ{'),
4108('?zYïgÞ ?:?¸1>?¸Ì', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/extensions/pear_test_case.php', 0, '??UXgP?#uÊ3¾RÂ', '??UXgP?#uÊ3¾RÂ'),
4109('Ãò\0´ÆJ\ZDÈ`O5?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/extensions/phpunit_test_case.php', 0, '¹9xä4?d\n×ih?ýÃ]', '¹9xä4?d\n×ih?ýÃ]'),
4110('ÑóR??Ã9?cOC''', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/extensions/testdox/test.php', 0, 'Ù?sp?ÃQ°O¿9ù', 'Ù?sp?ÃQ°O¿9ù'),
4111('?< >\n,???�6??à ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/extensions/testdox.php', 0, '-ØF?ÂÄt\ZÑ:-?ú1Òé', '-ØF?ÂÄt\ZÑ:-?ú1Òé'),
4112('9à â¿=S«??Z8ÆìW', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/form.php', 0, 'F¹E`ÊKak?ÑäÂ>?Þ', 'F¹E`ÊKak?ÑäÂ>?Þ'),
4113('8¹¦Õj-ÉîÂsCä7G´', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/frames.php', 0, '©Ydé²c¸¹ÛÀgMéÚ', '©Ydé²c¸¹ÛÀgMéÚ'),
4114('Î?²>p"TDÕVAßû:', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/http.php', 0, '¶åw?c®J?ï[ ,\0?5Ô', '¶åw?c®J?ï[ ,\0?5Ô'),
4115('°âòÇ?ÛË?>?Ei?=Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/invoker.php', 0, 'îc»?1ÂÜ\r??7ÜÂg', 'îc»?1ÂÜ\r??7ÜÂg'),
4116('??éå×*û°º}j\r|', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/mock_objects.php', 0, '4pão^Rêë®Föu°F', '4pão^Rêë®Föu°F'),
4117('«??J?.wÃóÃb?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/page.php', 0, 'µF?¿?»?uÚn', 'µF?¿?»?uÚn'),
4118('¡JBé?D¦jÛrµ¡ ý', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/parser.php', 0, 'á??laRda©;)Â\nç1Ë', 'á??laRda©;)Â\nç1Ë'),
4119('--·Ã{³?Ã9yU?Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/reflection_php4.php', 0, 'o?3@\0_@ X¨kx', 'o?3@\0_@ X¨kx'),
4120('?âµy&?e_µé~2??À', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/reflection_php5.php', 0, 'z3ÂÃ?J³éb¹Tº¿', 'z3ÂÃ?J³éb¹Tº¿'),
4121('ïþ?=Â+ÂÛ"Tòª¬', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/remote.php', 0, 'pp¾??ËD??¥×', 'pp¾??ËD??¥×'),
4122('b?ä~4ë?½?j)?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/reporter.php', 0, 'È>Ã|?·"??êÚyhÈ', 'È>Ã|?·"??êÚyhÈ'),
4123('ÿ(zxñ~vßÄ?J?Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/scorer.php', 0, 'å¾?S''})Âmú¦Â ', 'å¾?S''})Âmú¦Â '),
4124('RCÙFBÌQ?Ü\Z7å£-', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/selector.php', 0, ';üJìc±ù[¹²§1Éâã', ';üJìc±ù[¹²§1Éâã'),
4125('\rE¯ïd©Â·ýÂÃ¥??O', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/shell_tester.php', 0, 'w*$®k?2^¦U?Jxo~', 'w*$®k?2^¦U?Jxo~'),
4126('½S³? .µ¨ø÷?´', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/simpletest.php', 0, '?ï-°?I?]P?ÊÌÿ ×', '?ï-°?I?]P?ÊÌÿ ×'),
4127('!ª;ÂãbÂOVÿ.Vèóa', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/socket.php', 0, '2O?â¨?Â?blX4ÿ', '2O?â¨?Â?blX4ÿ'),
4128('üÿ?\\V?ÔH<Â+ ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/tag.php', 0, '?\\ëôL×øC#¯²ôö;ñ', '?\\ëôL×øC#¯²ôö;ñ'),
4129('ׯ'' UðîN`4ÌQfx', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/acceptance_test.php', 0, '´§0?ËgP\0õ-D}Õ?', '´§0?ËgP\0õ-D}Õ?'),
4130('`ÚUÚL»\Z?áuÃ-¹7Râ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/adapter_test.php', 0, 'ªÌù?ÂJ}ÿ\\@ç{Ç$ì', 'ªÌù?ÂJ}ÿ\\@ç{Ç$ì'),
4131('ZbJ¯&µi-Ntò?Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/all_tests.php', 0, 'Ã9Tð?gX?gK3DÃ’l', 'Ã9Tð?gX?gK3DÃ’l'),
4132('?S>????èÃzâº', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/authentication_test.php', 0, 'Êsý>¼?µMþL!ïV?', 'Êsý>¼?µMþL!ïV?'),
4133('=?)ê:«?w2@5', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/autorun_test.php', 0, 'bèÜÚdÞ/°²*¡ÃÓÒåý', 'bèÜÚdÞ/°²*¡ÃÓÒåý'),
4134(' ?²/¶HQùGi[h^×', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/bad_test_suite.php', 0, '°tãe\r?ôg''óÊ|?ª{+', '°tãe\r?ôg''óÊ|?ª{+'),
4135('ezo8ÂdA²?_?XN', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/browser_test.php', 0, '?J ©C=rI\0x', '?J ©C=rI\0x'),
4136('KÀØ>¹¿. Ãz;¬Ã', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/collector_test.php', 0, 'YËL?\0.,ª\rù}¶?(', 'YËL?\0.,ª\rù}¶?('),
4137('Þ¨\0®S?¯¤?WÇs·', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/command_line_test.php', 0, '5 ³Kßñ¿T?Â劼', '5 ³Kßñ¿T?Â劼'),
4138('ÃâÊ7F¯¨#?G?ei?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/compatibility_test.php', 0, 'act¼,Ëgÿf@\nO5I©', 'act¼,Ëgÿf@\nO5I©'),
4139('o¹Öý\rEªôDô/ï?7', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/cookies_test.php', 0, 'X«h*GÃ?.HØÜä', 'X«h*GÃ?.HØÜä'),
4140('[?j7\r ý|iMä?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/detached_test.php', 0, '?I·?ÓÎAØ\\???ÉT', '?I·?ÓÎAØ\\???ÉT'),
4141('?«aø\Zus?m¯`?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/dumper_test.php', 0, '`lx¤(°s''F²C?Mú', '`lx¤(°s''F²C?Mú'),
4142('?FJ6?ì&Ã8v#ºd?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/eclipse_test.php', 0, 'dÂ!?¸)>\\]p+?²', 'dÂ!?¸)>\\]p+?²'),
4143('Çb!??tçaAÛ-¸%£', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/encoding_test.php', 0, 'G°?7E5å}0õåye', 'G°?7E5å}0õåye'),
4144('ÓV[ V°?G*ÑT\r?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/errors_test.php', 0, '?-?Ã…?J?ÂW y', '?-?Ã…?J?ÂW y'),
4145('MFwÃ…n?aÂ/zpui?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/exceptions_test.php', 0, '©ó.?rx&?Uã', '©ó.?rx&?Uã'),
4146('pÃŽ!ÀâìY"¹Ã?D,', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/expectation_test.php', 0, '·êDÕ?=Ô ©Â?\nÂî', '·êDÕ?=Ô ©Â?\nÂî'),
4147('h¢"?mÂø@üNo4', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/form_test.php', 0, '~FÃ…L?õ,ð?Pô]üþ#]', '~FÃ…L?õ,ð?Pô]üþ#]'),
4148('0?\Z??Ë?1?¦t?Â', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/frames_test.php', 0, 'ñN?¨NÜ$öy²µ,"A', 'ñN?¨NÜ$öy²µ,"A'),
4149('T?ÃÜïî?9?8¸Ë', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/http_test.php', 0, 'Qºp}EÃŽ(E\0[^S?^^»', 'Qºp}EÃŽ(E\0[^S?^^»'),
4150('?2B\nÛ?þ¦æÉø', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/interfaces_test.php', 0, 'º]ALÄnð?+ñ¬®ûU\Zô', 'º]ALÄnð?+ñ¬®ûU\Zô'),
4151('`?n?ÎÄ÷Æ)®ñbçÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/live_test.php', 0, '´ÂÂ×qWp\\4?', '´ÂÂ×qWp\\4?'),
4152('?lJËø&ÜD>?h¤úé?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/mock_objects_test.php', 0, '?ãâSÔã0®ÂÃ>/fë', '?ãâSÔã0®ÂÃ>/fë'),
4153('?&?3;ÕW¶gÂÚE? ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/page_test.php', 0, '?-&åû6«ñ½!9?m', '?-&åû6«ñ½!9?m'),
4154('a?8??GØôÃsÖ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/parse_error_test.php', 0, ':?f®?Â??g½;½', ':?f®?Â??g½;½'),
4155('?<?ðV³jR?´F?\\}', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/parser_test.php', 0, 'Üdn\r±?õ·óú\rÈËYMb', 'Üdn\r±?õ·óú\rÈËYMb'),
4156('?5!âå?÷ÂF395èt', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/reflection_php4_test.php', 0, '?eØÆ?Ã@*©q¼AV', '?eØÆ?Ã@*©q¼AV'),
4157('¿PÛÇ\nX?è\nN;{\nÜ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/reflection_php5_test.php', 0, 'Þ?²»3"¦æQè?Â0', 'Þ?²»3"¦æQè?Â0'),
4158('ó?KãÃ3°c<¼wá6?%', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/remote_test.php', 0, '?V@º? D?y`¥à î', '?V@º? D?y`¥à î'),
4159('ô£ ÂÃŒS?µG?ÓöáÑ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/shell_test.php', 0, '?uv?(¾¿¬-["þAK®', '?uv?(¾¿¬-["þAK®'),
4160('Eñ?Â¥4¿?4%À%9', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/shell_tester_test.php', 0, 'ÂkïÂ5¨?ì¢ò4?+g', 'ÂkïÂ5¨?ì¢ò4?+g'),
4161('CÓVKÓØÂ??mçTÂa)', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/simpletest_test.php', 0, '£ ïjMN×,CH~\\¤xÂ', '£ ïjMN×,CH~\\¤xÂ'),
4162('ïÂ&û?´£?ðES£s&C', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/socket_test.php', 0, 'Vôöº?/.?~ÃÚÖÓ', 'Vôöº?/.?~ÃÚÖÓ'),
4163('ó³j??¼?§??;¥¶', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/collector/collectable.1', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
4164('u¬&??w¿;ÎÃ}¡¶ö', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/collector/collectable.2', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
4165('ïêãÃÃ?^K¹?ÃŒ|?', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/empty_test_file.php', 0, 'tt?Ã’3Ã%/¬??ô~', 'tt?Ã’3Ã%/¬??ô~'),
4166('ÂÂüY¦?&f2[?ô×', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/latin1_sample', 0, 'à ?Ã`r¾Ûz¡¶7}ñ', 'à ?Ã`r¾Ûz¡¶7}ñ'),
4167('hF??N½ù®bûéPc', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/spl_examples.php', 0, '`~®c4üÔvÃ)??', '`~®c4üÔvÃ)??'),
4168('¹9i}»ô?@º%?ÄêÂZ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/supplementary_upload_sample.txt', 0, 'ÃtrýÅiÉhò±N\nÃñ:?', 'ÃtrýÅiÉhò±N\nÃñ:?'),
4169('>?kà µ??ÕRÞ1??·', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/test1.php', 0, 'ú\Z?élÂéîÚï?éq', 'ú\Z?élÂéîÚï?éq'),
4170('ÃéÂ`?*OUô¥?Uu', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/support/upload_sample.txt', 0, 'æ?ÂwTÉÔHLç?Ã’M', 'æ?ÂwTÉÔHLç?Ã’M'),
4171('m4ç¯e1.7=ie×óJ×T', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/tag_test.php', 0, '?¬æ?Q?âp?"]?"', '?¬æ?Q?âp?"]?"'),
4172('¾M;:î?^â[·énÉÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/test_with_parse_error.php', 0, '×U)?ÀX??þ,', '×U)?ÀX??þ,'),
4173('à ò§?ú??9kÀé3', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/unit_tester_test.php', 0, 'ûÆ?ª]?Ò8o³r³¿', 'ûÆ?ª]?Ò8o³r³¿'),
4174('?·:\n???I?çî?óYou', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/unit_tests.php', 0, 'ÃT?7«R¶¯|û1', 'ÃT?7«R¶¯|û1'),
4175('ð?³Sãr-?Â?&Bz', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/url_test.php', 0, '=??:><_|Çn)<lÂ', '=??:><_|Çn)<lÂ'),
4176('èEj¿~ÂãA?Ñ?Gð', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/user_agent_test.php', 0, '?¡ôIáÃzdt¢è@?â@', '?¡ôIáÃzdt¢è@?â@'),
4177('?º¥ð±ÓË}ubi�ÞS', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/visual_test.php', 0, '?öãKäÙsa9`??/?', '?öãKäÙsa9`??/?'),
4178('I?¢ã5^?¬7ëÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/web_tester_test.php', 0, ',1$·×zcÑÎqÂB', ',1$·×zcÑÎqÂB'),
4179('_;??A±?¦ý¸''U[Æi', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test/xml_test.php', 0, '÷j?òµ?Ép\nÒ5¨?ø¬', '÷j?òµ?Ép\nÒ5¨?ø¬'),
4180('_=vý¤Lelô?2YÈÃ', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/test_case.php', 0, '?iÇY?????9IH?', '?iÇY?????9IH?'),
4181('©\Z>Iùi?û?à #þ??', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/unit_tester.php', 0, 'üTÂ3?|Â\ZÃ¥n÷??', 'üTÂ3?|Â\ZÃ¥n÷??'),
4182('M«>?Y?t#Gï¾ÈN', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/url.php', 0, 'ÈR»CãK?¡Â¯Ô~!æ', 'ÈR»CãK?¡Â¯Ô~!æ'),
4183('7?%a?eýk,þ=÷=«', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/user_agent.php', 0, '?Â8&B¡??i', '?Â8&B¡??i'),
4184('`?\r¥¡\0hWT\n+ûÃZW-', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/web_tester.php', 0, '¦6bÑTzã"?f"0Ãñ?', '¦6bÑTzã"?f"0Ãñ?'),
4185('¢ö\n@ïu¾@±%.1(_', 'wp-content/plugins/seedprod-coming-soon-pro/lib/campaign_monitor/tests/simpletest/xml.php', 0, 'æ¾0?&8Æ`B\0òä§', 'æ¾0?&8Æ`B\0òä§'),
4186('µ¥"zd??\\?Ùz+?¥', 'wp-content/plugins/seedprod-coming-soon-pro/lib/class.cc.php', 0, 'ÖoÓT?gð`ÊPÆ×E', 'ÖoÓT?gð`ÊPÆ×E'),
4187('FWÑF©½k Ñö.á', 'wp-content/plugins/seedprod-coming-soon-pro/lib/lessc.inc.php', 0, '?Fñ©beÂ3è°Ö?³', '?Fñ©beÂ3è°Ö?³'),
4188('²= *µë?m?ÃSxÑ', 'wp-content/plugins/seedprod-coming-soon-pro/license.txt', 0, '´¹¼?zêc6?O??', '´¹¼?zêc6?O??'),
4189('®¡º)(Ö5}d�³', 'wp-content/plugins/seedprod-coming-soon-pro/readme.txt', 0, 'Ç53?O±¤½S²', 'Ç53?O±¤½S²'),
4190('ºÂ«Èg?ônÂýC!@LW', 'wp-content/plugins/seedprod-coming-soon-pro/seedprod-coming-soon-pro-mu-updates.php', 0, 'æA>Ãè³ónÈþó$y', 'æA>Ãè³ónÈþó$y'),
4191('ÖCS@Gou5ºn8FÖå', 'wp-content/plugins/seedprod-coming-soon-pro/seedprod-coming-soon-pro.php', 0, 'M¦¨«T§KúèªééìÃ-', 'M¦¨«T§KúèªééìÃ-'),
4192('oùà SlÃ’@I ?ÂM<', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/css/bootstrap-responsive.css', 0, '?ÚfeÂLØô?ï?p+Û', '?ÚfeÂLØô?ï?p+Û'),
4193('pº\n?ãÎ{¼o??Âç°hÄ', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/css/bootstrap-responsive.min.css', 0, '/\\?Õó?Ré}®.Ã', '/\\?Õó?Ré}®.Ã'),
4194('{F ?@4?¶h?µYm?', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/css/bootstrap.css', 0, 'r2×à O¤?P²»DiC', 'r2×à O¤?P²»DiC'),
4195('W?áÂú¥Ã;e tVÃ', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/css/bootstrap.min.css', 0, 'ÿ?ôNÙa´èë¾>õ', 'ÿ?ôNÙa´èë¾>õ'),
4196('Ȃ:µÃ[?£r¡ÿ,åö', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/img/glyphicons-halflings-white.png', 0, '?èÛymAÃH g?', '?èÛymAÃH g?'),
4197('`??¿Ùr&ãÃutõ-?', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/img/glyphicons-halflings.png', 0, 'SK`se¬e°?ðfM', 'SK`se¬e°?ðfM'),
4198('¤ÃâÂÃ¥ÂûÈúà s?p&', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/js/bootstrap.js', 0, 'zÿä?ÞúìÃ.c#×M?b', 'zÿä?ÞúìÃ.c#×M?b'),
4199('gê?ó§·??"½«´ú²ì', 'wp-content/plugins/seedprod-coming-soon-pro/template/bootstrap/js/bootstrap.min.js', 0, 'eªaÂ?ëÃØCQ4£ýø?', 'eªaÂ?ëÃØCQ4£ýø?'),
4200('Ãç3E4Äÿ? O0á?%', 'wp-content/plugins/seedprod-coming-soon-pro/template/comingsoon.php', 0, 'Ë}^Ã¥iHc?v?:ªfëf', 'Ë}^Ã¥iHc?v?:ªfëf'),
4201('GeÂÿ:?þÌg¾g??ù', 'wp-content/plugins/seedprod-coming-soon-pro/template/functions.php', 0, 'Øqù«VÌÑUW^Pd?X', 'Øqù«VÌÑUW^Pd?X'),
4202('U@?æê0ãý»èøë', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/ajax-loader.gif', 0, 'Ãk{õï"I?¼\n?áá²', 'Ãk{õï"I?¼\n?áá²'),
4203('¢îÕ4Ãf?Hh?ßøhéîÌ', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/bg.png', 0, '4Rfñ_Ã…p¡?®?¶t', '4Rfñ_Ã…p¡?®?¶t'),
4204('bªÔøèV¤RW°?üZ6¼', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/facebook_16.png', 0, '?!?X?Ç{??\rÂô¤', '?!?X?Ç{??\rÂô¤'),
4205('j®?|Ã\nrLÉìi«-9?', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/facebook_32.png', 0, '/ò?Ù??JÃ?¦aLÇ4O', '/ò?Ù??JÃ?¦aLÇ4O'),
4206('ð3ÕÒ??Â5q-Ç}mæ', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/google_plus_16.png', 0, '\nÃ¥in¶Âjª=7U?»', '\nÃ¥in¶Âjª=7U?»'),
4207('k|Vy\nóÃrè"PZÉuO', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/google_plus_32.png', 0, '?n4Ã+Ñù?m£þUà ÕS', '?n4Ã+Ñù?m£þUà ÕS'),
4208('7y ìnu.?j¿>ãB', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/linkedin_16.png', 0, 'Q?*?õ¿&E7"D{%i', 'Q?*?õ¿&E7"D{%i'),
4209('+Q?¿ÞåFæcS?*×ä1', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/linkedin_32.png', 0, 'BÙø¡c±\náëe7VÌñ?', 'BÙø¡c±\náëe7VÌñ?'),
4210('ÿN?;8@?ÈÞ ¾¢Ez÷', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/pinterest_16.png', 0, '4k??OÀ?çE@r^Ã[ä', '4k??OÀ?çE@r^Ã[ä'),
4211('FPÃx[\\ç\nôLi?N', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/pinterest_32.png', 0, 'òJyú?Ãöc?ÂÇDq', 'òJyú?Ãöc?ÂÇDq'),
4212('\rg?Õþø?_¬*�', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/twitter_16.png', 0, 'eiI?$¿o?êfp F', 'eiI?$¿o?êfp F'),
4213('?+BP9ÂgE\0ßa6ê2â', 'wp-content/plugins/seedprod-coming-soon-pro/template/images/twitter_32.png', 0, '?ÖU?? &N¿YpåÈ', '?ÖU?? &N¿YpåÈ'),
4214('?pÀè}èAÂ¥?MâÂ/A', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/backend-script.js', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
4215('3U?±\Zu?j[]¢©?q', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/dd_belatedpng.js', 0, '?ÂpKÃ…Fxô?SSE½', '?ÂpKÃ…Fxô?SSE½'),
4216('Ã?rtO÷øÙùÂ=?æ?', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/jquery.fitvids.js', 0, '&Â@ ?³ÉÃ\0=lR', '&Â@ ?³ÉÃ\0=lR'),
4217('`¤=¸úQ:¡l¾êL¨aû', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/less-1.2.1.min.js', 0, 'B?K[?çÂØZÃŽ*ç¬', 'B?K[?çÂØZÃŽ*ç¬'),
4218('$ú?NY°\rq?½??Q±¡', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/modernizr.min.js', 0, '?;m ð¬@el?Êî?ð:T', '?;m ð¬@el?Êî?ð:T'),
4219('ö??¿?éü?ý?Ç×q', 'wp-content/plugins/seedprod-coming-soon-pro/template/js/script.js', 0, ' ?çûÇô�÷PËg', ' ?çûÇô�÷PËg'),
4220('®FæN\r?|ô.?GR}??', 'wp-content/plugins/seedprod-coming-soon-pro/template/maintenancemode.php', 0, 's?5Ãz?#³xÃf³=ÿ', 's?5Ãz?#³xÃf³=ÿ'),
4221('±Â3*?¹ V ¦¤i8pt', 'wp-content/plugins/seedprod-coming-soon-pro/template/style.css', 0, 'êhâêÈ4â?³SãÖ$', 'êhâêÈ4â?³SãÖ$'),
4222('ý!@A?;1)SJ?Èb·Ì', 'wp-content/plugins/wordfence/css/colorbox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂòØ\0g/¯4BE-¸çÿÑ'),
4223('üÕ?N \0ùÛf\ZT²?', 'wp-content/plugins/wordfence/css/diff.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä"¨??ôÕy1?÷Â4ZÆ'),
4224('aÃ¥|\n?ü|@X\n¶?fM\r§', 'wp-content/plugins/wordfence/css/dt_table.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢[¡fþæ\Z?ª}ÃI+o'),
4225('»?5Z´?ÿüÌo???<', 'wp-content/plugins/wordfence/css/fullLog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+·ÃòòW?jw?}?ä'),
4226('j«æo¤+?±sÛ7Û8', 'wp-content/plugins/wordfence/css/iptraf.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ Îæë<¼dq?7^³'),
4227('oÃÃ¥aÈæw5hÞ@+w\r¼', 'wp-content/plugins/wordfence/css/main.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£Å3´Æüº''??WÂ'),
4228('ºüæ?sáYX�¬?', 'wp-content/plugins/wordfence/css/phpinfo.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£<`Ì,7?ÜJu\0?'),
4229('?ºî7Ã^ô»b³"³', 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hÙÂÔgØúïiîã?>'),
4230('ëÈÄ?FîêpÞs¥Ø4£', 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡¡ñø]È÷£?ÒH?Ã'),
4231('^yG=?Fg;3?á©', 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÄRCì¿ÊTyÕý?Þ'),
4232('.¦EÇ[JõÃl?xßã', 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M_ÚÖZ?ÚN)º?ê:Ü5'),
4233('?\0hî?Kf?Â\0ðø', 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U\0/3e4e?Ã×?Þö'),
4234('?Ã"P´?֮,?©Ø', 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:û?²·õm?P½'),
4235('''?ü»? ?oÈÂÃSÂ?', 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mwß?t?''\n¤ñÃs'),
4236('¡êyî&a?A 7Â]Dm', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Ãà %º»©B\ng 2??;'),
4237('»ÒÉ4þ?õ?ù=?¸', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??´?Â÷~fúú?iÃ'),
4238('j&ºV1?¨6?4ª¯ëâ', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾Ãér?Ã9 Â#ÂÓ{?'),
4239('(x*J û?,?LÛnç<K', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k?w?`ö`ª|ô}$G?§'),
4240('6[fÀ9¸??? _Ç', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J&ûÞÓ??ýìî?Q<'),
4241(']¥¤Ê*?¤Â?ÿÂJ?', 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºªjÌÙEü´H)«.½Ã'),
4242(' ¸??`%ú?{ÃüÒ+?ó', 'wp-content/plugins/wordfence/images/icons/error128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'É:Þ%7÷!??.Ñ'),
4243('z¢5·*\ZADZCk‡j®?', 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨§ÂuO®{:qcVãî'''),
4244('¯?~×?þ:ýèà Âøeo', 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¥??øc·h4"èë'),
4245('ÿ;`º$rç?ËÑ$³?¦=', 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÃGÀI×t*ö?ÆÊNp='),
4246('ªXà á@ÃÔ%½1C?Ãi', 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âm]¼a?¬?\\$ÉÂ'),
4247('?¨?ç¬Úz6¤?ÛaDz', 'wp-content/plugins/wordfence/images/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K:û?²·õm?P½'),
4248('ýKjòâªhº?èù', 'wp-content/plugins/wordfence/images/loading_background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬ô''é2û?p\nK?X´ì'),
4249('èò?òQËoµH*¹?À(ï', 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ',¸»I§Å+? êú=?ü'),
4250('ÉlX?wÃóBõ*X§Wñ', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O?ÅþÃ*Ã’Xÿ²Û9e'),
4251('?Yv?q_ê?ÿ³?XO', 'wp-content/plugins/wordfence/images/sort_both.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åá%ÙB¬QxÃSV.D'),
4252('7Àc÷.$P!×"??', 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©<?®Õjÿ?_³?RÂ2'),
4253('xy?!à øôqÃ)ö.?"', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽm?????ÊärÑÖ 9'),
4254(':mwvK\rÿ????Z??~', 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â\Zyð3z? R¼³ø09H'),
4255('Fà èO? ÿÔÿçëgÂ', 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦¶ûáÖyÂ¥w?ZÀã%?ü'),
4256('j?´tØÃ1u©¬?}£§¾', 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ø]$Ã’bdù+NY'),
4257('£zR²u½�÷?ïà ;', 'wp-content/plugins/wordfence/images/wordfenceFalcon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd''m_0òxZb-ÕîÄ%'),
4258('=?Ó;Ô8?N×.??Eó3ø', 'wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?s?*Ãfð&@7?=J'),
4259('?d÷?[þ¨ÿ8Æù4 ky', 'wp-content/plugins/wordfence/images/wordfenceFalconSmall.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>?ÊhÂjµK¸wó~º?'),
4260('E?»(ýzRA1;eNÇqD3', 'wp-content/plugins/wordfence/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2Ãèe?Âë\\ÆÃog'),
4261('é"ð¢Ó[Q ØÃÂð', 'wp-content/plugins/wordfence/js/admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?{L³$Fù£d´t?'),
4262('wËAÉ/ ¢ÿþ»?\\q', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4?J?³Gý`?\nÖNÊxl'),
4263('?áEN0á?Ü6', 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aGÌîzïÂÀÆëØ?ù'),
4264('a\ZÈc?³ür?2äô¬', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\\}Ã"£??7???DZ'),
4265('±ú³???vïØ+¹nGÓ', 'wp-content/plugins/wordfence/js/jquery.tools.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ:-·áE?x¡$à ¸B'),
4266('ù©?XiU1`?²]??ë?', 'wp-content/plugins/wordfence/js/perf.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'uQ÷"ÊwF÷ÜáR@p'),
4267('?Úy?ø/ëödz?Qg?µ', 'wp-content/plugins/wordfence/js/tourTip.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ç{Øè>VE??]Ú^'),
4268('R?µú1??û?YÓVDt»', 'wp-content/plugins/wordfence/lib/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·I z~Òi¶,L?ÿè'),
4269('?¸''úÂFE?A?vQMv', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>\r°Ã5]xVIÖ''?iµ'),
4270('y?ÂÂ1?â-è?/fI?', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(©/FIÂ2¹§LXG÷\\?.'),
4271('ë-nê$.ÿ#g%Ä}Ã÷', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p´þ?uQø?¬: ÃŒ*'),
4272('`»c0¯?Ù\\ùâë?3æÂ', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âᒤ?¾B.£xP@'),
4273('?JÂBw?C?¡|Môv', 'wp-content/plugins/wordfence/lib/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R|Ã$¹Èìç©V;Pà ?âÙ'),
4274('Ó&)-â«\Z�?p', 'wp-content/plugins/wordfence/lib/GeoIP.dat', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' À_�S??±?ïMËL'),
4275('ÖÃJØûï!¬[W6?éý', 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤UDÜMD~ÃÂöÈAò?Ç'),
4276('?©òSPÓ;^?zÂßI', 'wp-content/plugins/wordfence/lib/conntest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z?,©<&?øKuÆsrè\n'),
4277('¿¼Â?®?µÂúµ\n?H¹', 'wp-content/plugins/wordfence/lib/dashboard.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"6Ã¥6?xq}r£?\\y3p'),
4278('Ã)ÄÅäò\0?e?_Ô5=«', 'wp-content/plugins/wordfence/lib/diffResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$¶ê?}¤UÂQ ?ñÃé|'),
4279('#\nÃô/?ÛPZ~h?Îø', 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v&Z8ÀZ?"ºjsq|8'),
4280('?» ÆÃFe± 57[é', 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`f2 B¦ë4R;ÜéÃ?'),
4281('×ä^Ëu©ÂâË}ÂG»Ô', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??û¯P?³?2.áÃd'),
4282('?V\\=lS©?l¿J?&', 'wp-content/plugins/wordfence/lib/menuHeader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vB©¾p_0*«k8¿oG');
4283INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
4284('?RLS?f,ý@??L=ì.', 'wp-content/plugins/wordfence/lib/menu_activity.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Tô¹?Ä@£C?» x?²HÇ'),
4285('?æñ+Âã¨0¦±ÇØÆ1', 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<Q5?·Dò-?s?Â'),
4286('H?`H�ïO.ºëViC', 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?÷?»¯kælÓ`èì\\>'),
4287('ºWMÃ?Ë{h©øÚÀ(Â?', 'wp-content/plugins/wordfence/lib/menu_options.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'n)¢,Ûu¶=+Ȋ*ÂÓ'),
4288('->ûê]Ôõ2j´·Õ', 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zf@?ç7*sz¤¤³ù"'),
4289('³6cIû @?o?îóä', 'wp-content/plugins/wordfence/lib/menu_scan.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?GBQ+cûur¾þ?Âÿ'),
4290('â *ñs\\áO?éilê', 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë%s¾±u??¹ÆÃ'),
4291('à |¤óB¿ýÇéã5Y?è', 'wp-content/plugins/wordfence/lib/menu_sitePerf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à Z¸??¢3Åú®?g\\'),
4292('áA !fÂYëj= qQ|H', 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂVhgh(ÆïÂ?µ°!'),
4293('??nà ªî4±?Äxò?Î', 'wp-content/plugins/wordfence/lib/menu_twoFactor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÞ?«''pK¡\nèl6?û'),
4294('??ë`ö7§þTê³a', 'wp-content/plugins/wordfence/lib/menu_whois.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÑØ\Zéð??ù¦!Ô;Ã}'),
4295('Â#õô>ä«Ã??ÃKl', 'wp-content/plugins/wordfence/lib/pageTitle.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`Ã’*¼ÂalÚÛ£[ûÃ'),
4296('~?ÃwìJ??¿¡.ù', 'wp-content/plugins/wordfence/lib/schedWeekEntry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'DÔ1¿D1??Åæ¹ä .V'),
4297('£ÜF¦²?Â?{Âì´ýA', 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÑg\Zñ?rï?ãwþÆ'),
4298('ÿ?·ÖM~ë^xù¼;?ð', 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂWI~á\0Ñ\\ö?Mº¾? '),
4299('LR7Q¼äToG|Ä{', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü?½=ðøÉñª³ol'),
4300('Ã?\nh¶ÃJxµdvÃ?]', 'wp-content/plugins/wordfence/lib/wf503.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±DøG±Û\\4Ê*?'),
4301('¾á2]hqu:ÞT6EÑU¶', 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U?tÌs}QÞØ%?ÿ/?'),
4302('#??ªv"þ?M¼', 'wp-content/plugins/wordfence/lib/wfAction.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@â?Ó_�òµÉ>js'),
4303('Þ?³�1FóøëÛa?', 'wp-content/plugins/wordfence/lib/wfArray.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úÚe¦my¸?VôM¼\Z¬º'),
4304('ê-=Q°Cwà tnLà ¡#', 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?äQ?SXl?µ4¶Zõ>'),
4305('«ÃèXÂ?°ØJ üp', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö><±?Ã…|ËrGÿ<gý'),
4306('äê¿1þ]ÃM|®KÔFZ', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}ÚÃìM?¢³ò_#9'),
4307('¸??-èÌô?\r?{,ï', 'wp-content/plugins/wordfence/lib/wfCache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wbq????BÞJND}'),
4308('Z4<n?e?ñ²ÂÂ', 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\rZ\r\n??ö¼?«Ç©r'),
4309('²ýÂB¹6[sÂ?M÷', 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']hF?3ÇìkÃ;´u'),
4310('8ÛZE?Q$}UPöT£à ', 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5ù®?H;?\Zj\Z¬à Tî'),
4311('ÙJà ï?^\Z7ü?uG?k+', 'wp-content/plugins/wordfence/lib/wfDB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U|DÑg\r¹ð?¡¾¡E¨'),
4312('õF¤ë\Z??ç®Cüì1®P', 'wp-content/plugins/wordfence/lib/wfDict.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*Âî6Attëæ#Ã'),
4313('=9)??Â)Â\\Õ?', 'wp-content/plugins/wordfence/lib/wfGeoIP.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£J?Â\\}ßÞzÃY%ÂQ'),
4314('Ójs¤?w2ùìp®ýqS', 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?rm???P~vª\r>'),
4315('ó??]Ôf??ðPô¢??', 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÛW?ÔXñ²e D£À?'),
4316('òÚwÎ+"+ú$ã¬^¸', 'wp-content/plugins/wordfence/lib/wfLog.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ûö\Z£ý\0¾ÈöÙÂäð$'),
4317('^k¿?Dv6?RÂ', 'wp-content/plugins/wordfence/lib/wfRate.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¬Ë:Â¥''_þÙG'),
4318('ï?t+é\\õ+ÆXa?ZU', 'wp-content/plugins/wordfence/lib/wfScan.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'αvà ä?&ÜýÚ]É'),
4319('ïï6X??4ñã[_?Â=t', 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&BH§''?ì''îd«'),
4320('b洖HzfW? ?Âgw?', 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3yö?p#-x´ùP¨þ$'),
4321('?ê?h?L¼²JHÿX#0', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'û¯x!eKVFy(+°þ'),
4322('¨Q49ãóLzÓJµ', 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÆcRÖ]·?¸!?\rfÚ'),
4323('ªËÙv{C«??Î???4I', 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñòtMÈëìCñ]/M0nñ!'),
4324('±?üE¦*®?ÿ?F=ÂA', 'wp-content/plugins/wordfence/lib/whois/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·I z~Ã’i¶,L?ÿè'),
4325('?Ã…UùÃÂ1?üvm?Ê', 'wp-content/plugins/wordfence/lib/whois/LICENSE', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ër;aS?îðÞGnhµÅ\n'),
4326('¿·ózßutÒ2ä?c%?xÔ', 'wp-content/plugins/wordfence/lib/whois/handler.template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E:JÜ@Õ+C¸`\\÷?Û'),
4327('o?.?ª?J¶¦¸ªo?à ', 'wp-content/plugins/wordfence/lib/whois/npdata.ser', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'èDÑ.r<kÃÕY?Þ'),
4328('Få??éçd÷?:v?''AÖK', 'wp-content/plugins/wordfence/lib/whois/whois.ae.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?;\0ØDuðÅò\r?ñÂio'),
4329('©Bwâü?<???#y8é', 'wp-content/plugins/wordfence/lib/whois/whois.aero.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»2J®C£°ÖkÓ'),
4330('$ê×3NÕd?®?d?®', 'wp-content/plugins/wordfence/lib/whois/whois.ag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UT¯?ÂWåÌ?b$?ý{'),
4331('Â¥2\rëb«DA?\ZÚÃA¼Gä', 'wp-content/plugins/wordfence/lib/whois/whois.asia.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}??:Ç^Dò?YÃŒvÆ'),
4332('×Ü????"?ÙògÜ)', 'wp-content/plugins/wordfence/lib/whois/whois.at.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úRè^âåÃþ£ªTÂÂ¥o«'),
4333('ô áÿ*G«?Â4ilª?', 'wp-content/plugins/wordfence/lib/whois/whois.au.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×Ez©?WóWkòô)þ%©'),
4334('Z»?�(®p?þ?ï', 'wp-content/plugins/wordfence/lib/whois/whois.be.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'a©#?uc^Å2Rézcuf'),
4335(',?õ°?þ???]kün', 'wp-content/plugins/wordfence/lib/whois/whois.biz.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}iJ?*Âà Ê[ÕÔ\\'),
4336('?ònáyôÃlÕ', 'wp-content/plugins/wordfence/lib/whois/whois.br.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2A¼ÃIÿ¶¡Ì{?'),
4337('é?à Vï?KÞ1ãJÆà  Â', 'wp-content/plugins/wordfence/lib/whois/whois.ca.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J×îZ[ÚÃhÃ!1e?Õ'),
4338('÷?Ç@(M£×-?fN°Ù?', 'wp-content/plugins/wordfence/lib/whois/whois.cat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|<#(UKÓNÀ\n)?¶¼~'),
4339('ÂmÛ,òj¶{?´???¤¤+', 'wp-content/plugins/wordfence/lib/whois/whois.ch.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¶?!/?R=äurz?'),
4340('¼PÇÛ*Éb¥°,(î?.', 'wp-content/plugins/wordfence/lib/whois/whois.cl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7úMÂ} ØnÇJðVg$l'),
4341(';ó~ju?|s¡;éxÆB÷', 'wp-content/plugins/wordfence/lib/whois/whois.client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä<ïö?NAoNÜey]¶ô'),
4342('èúÃ<??Õst?4  ÎÀ', 'wp-content/plugins/wordfence/lib/whois/whois.cn.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?3³?C?úÃìÉ?!K'),
4343('Ã¥<{ýªçt\nXõçÂê', 'wp-content/plugins/wordfence/lib/whois/whois.co.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??»qr¶êöÅ}5óî¨W'),
4344('EØb4??ÂÈÃSùÂ:Â¥?', 'wp-content/plugins/wordfence/lib/whois/whois.co.za.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ÛÃqtÃ(¸¦Dô2r\ry'),
4345('ÕP7?md2Ù.Èòcó=:ç', 'wp-content/plugins/wordfence/lib/whois/whois.coop.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¸??4.ë:?çw}H'),
4346('#CÜ??èá|\\,?E', 'wp-content/plugins/wordfence/lib/whois/whois.cz.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vR&A©??L÷tâs'),
4347('??ÃÃ~éübiº?ö*>', 'wp-content/plugins/wordfence/lib/whois/whois.de.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢O?Â¥sl?ýì;RQ~f'),
4348('?Â.?`Puø¨?¹??Ã…: ', 'wp-content/plugins/wordfence/lib/whois/whois.edu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\00º(WFv çÛ£ä¬'),
4349('?Äïp?«?%=:á§=', 'wp-content/plugins/wordfence/lib/whois/whois.eu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l\Zb=¸ÿ?¯ðhT?2G"'),
4350('¡iu%eôð-wm2oIX', 'wp-content/plugins/wordfence/lib/whois/whois.fi.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n]õ®b?K\0¡?w«Yn~'),
4351('Y»¶?°«k?6\Z?&ÖOº', 'wp-content/plugins/wordfence/lib/whois/whois.fj.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ë/Er/(«??Ik`]'),
4352('ÈtÜBP?ECõ^O?©', 'wp-content/plugins/wordfence/lib/whois/whois.fm.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú<¬oü\nù±bkÖ~¢%½'),
4353('#ÂÃ?0''ß.?ðq', 'wp-content/plugins/wordfence/lib/whois/whois.fr.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'wZ:÷%<×S??}0µ6°g'),
4354('\0+BR??å??«?V', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.afternic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'myäÕHI\\3e{??'),
4355('öºAï\07Â>w?oìô§', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.alldomains.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?.`¨ùaÃOqó'),
4356('?l?\\mL)\Z¾[?_', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.ascio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëZb~Êða¯d?}"'),
4357('·?Hî&µ wÊ×ýTø§', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.assorted.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?t¬A+Â\0??Ew\n=mÃ¥'),
4358('Ç#þ¥?ÒgMß|ÿÞæ¢', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.corporatedomains.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>lè`Xk¿@|¤Èjîµ'),
4359('¶?nF?^±C1S¦¾Rzc', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.directnic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï¿ÛrÂQÃf!aQâ·o'),
4360('?¿ºAÂH?ÙÕ|VI ', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.domaindiscover.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îX?Yÿµ''¸Tfz·i'),
4361('Þ,Ñzx½8§\r??<?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.domainpeople.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~®áá^ h4?<Ã:jX'),
4362('?Ü)Z?\0¿?¬L?z1cÜ6', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.dotster.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üµ`Â]UR0?IO1|yÑ'),
4363(' ¡¡.ÃçûqdþÃqùî\n', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.dreamhost.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?l°î»]0À+?õ\Z\Z'),
4364('(z??Âà Ãò?¤ÛE´Âä', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.enom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±»ÂRr?ó?vêpfdñ?'),
4365('apòÂATÛ~EÓôã?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.fabulous.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂaÃ^æûã»-ÎéS\0G'),
4366('?ìøýK?\r?~r?ªF)', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.fastdomain.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý?®ø&¸??GäÜE�'),
4367('Ãú?f?}¶?Þh?PÂß[', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.gandi.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?MM9¹?ýlT7?'),
4368('·ÅJA3÷Y®YÂZU', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.genericb.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q^Â¥\Z6?Ê?ª·?\r!>'),
4369('r6ä¥?¯o¬)i?Oð', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.godaddy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'aPÂÅï³ô¾?ä¬ÜZù'),
4370('¡çHýV¢P+õäïûú=QÃ', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.iana.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?·(Bgµ¼g6׿M'),
4371('ôv°fûçÛ+[?ÿd', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.interdomain.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«-hb¬¤-¦³ú/?'),
4372('_?6m@¸ðºowè', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.itsyourdomain.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\04I6xÃI¼]ä?whòÂ'),
4373('9¡Ç-&®NÃ6rU?l', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.joker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã}gu1¨?)Ã?Ù'),
4374('JYî 1??A=³¦£r?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.markmonitor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r½¸æ+?ûe\\»0ÒÃ'),
4375('ûÃVçø?ãvu[éÄAÑ', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.melbourneit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±?Ã\rÃs>?lµ??K'),
4376('??Ñù??ãfá²æö(TÚ', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.moniker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')øZ¹,??9ÙeNÂT'),
4377('¡ý¬Î*Éë3wrX).ö', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.namejuice.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&??ªx®\ZPã]!oKC '),
4378('¡Âc« ){?I?%o*3(', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.nameking.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÂ¥?oXãõ''Ã|úµ×~'),
4379('võûCn\\?ÿ3?êS', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.names4ever.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'oæËìÌ?Ê)?°h?'),
4380('?kÃ…PÊÃk??kXÇã', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.namevault.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÂzUvc??p?Ã’l'),
4381('?ØZD?ÂPòòr\0âù', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.networksolutions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';Ñ;v¦yO'' 2ýÌ*Â'),
4382('VÑG??õõÚ?æ:=òxã', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.nicco.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ÿÔErW3à ¥Åa)Är?'),
4383('Ã~þnpæÂ?¯ÖÅD\r', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.nicline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôy¶{!G¼z\rºéà gm;'),
4384('Im??´¥ÈPê½Ãja', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.onlinenic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Xb×Ò??W7?ÇBú~D'),
4385('f0:?R[¢c=²¨#', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.opensrs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ¢¯¯Ì=á:ué4ë P'),
4386('?ã\\Ë||:@¬Û~DzáG', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.ovh.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?d?>ú-¬r??¬D ?ù'),
4387(' x©g?*£?ÓÃÑøð?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UèÂ|Ú:¯\nûêùKo?m'),
4388('öÆáÜÚ3ë¾E Ûô?¯®', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.psiusa.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'bJÃR¢4ÂöºãHÃï'),
4389('ÙGêÜ&Þy;ÜÖ§?¡', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.publicdomainregistry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãñ\r6ÕU÷?wñæ('),
4390('ÈqØjÂkÌÈS«?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.register.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð43Mýã3''Ã\nB¤<?Ã…Y'),
4391('Qu3Ãî??½L]ÄBx?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.rrpproxy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó¦-èS§?dH¦ÃP?É'),
4392('8Ã?CÂL ?Þ$?ÃÚtÃ', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.schlund.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^é=ÂÃÚÂ[%"óùxÇ_'),
4393('^Âùz?4«üÜxKÂ?4ì', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.srsplus.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÑ\\ân$T,?{vµg?\0'),
4394('?\0ØL\\¬)Jfç\r?', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.tmagnic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'pÃø&=ÿ8Näâªñ÷nÇ'),
4395('¶Wùs??|4i#1¯j??', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.tvcorp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§Ry¹?ÛÖ?øýf??'),
4396('×ÃzÃ1?Z\0Øù??;½', 'wp-content/plugins/wordfence/lib/whois/whois.gtld.wildwestdomains.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H*MX¬}ã]?d'),
4397('bØüAs5E=ªûÂî\0?', 'wp-content/plugins/wordfence/lib/whois/whois.hu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nÃ*L¾?q ÂÂÞfú¥'),
4398('\rö!ºÒA?jál?Ôÿ³¦¼', 'wp-content/plugins/wordfence/lib/whois/whois.icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?6½YI?å~pU?'),
4399('{»PÞU}?Ã…sQt?ö"', 'wp-content/plugins/wordfence/lib/whois/whois.idna.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã6¯å\ZøB ?³/\0È'),
4400('y¿-%??$jÇ0°¦', 'wp-content/plugins/wordfence/lib/whois/whois.ie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?KÀ=µXÀTö.u?â'),
4401('J?Gzæ?qAÃ''Sw|', 'wp-content/plugins/wordfence/lib/whois/whois.in.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?jNÃt?6ØGÇCão'),
4402('Oæ?"ª?!bdÃŒe|Ñ_', 'wp-content/plugins/wordfence/lib/whois/whois.info.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Zu[Âþ¨Îìë?,ðï}??'),
4403('Ú_r±*??½öL{¥y', 'wp-content/plugins/wordfence/lib/whois/whois.int.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨$ÛÈ\\Å?4+1âÛZKç'),
4404('?ÎôtÃuW\Z=ú£ÂRQ', 'wp-content/plugins/wordfence/lib/whois/whois.ip.afrinic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A:ÃG?ðÃÿ·òfC'),
4405('gÆ?".Ë?(¬ #p4', 'wp-content/plugins/wordfence/lib/whois/whois.ip.apnic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³!v$.&\r»ú`ªV "?î'),
4406(' ÷\r~?ÄA9K?ìk?´', 'wp-content/plugins/wordfence/lib/whois/whois.ip.arin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8Âr@º?¸Xf?ûg÷Px'),
4407('z¦±µ?R?äóÂ*v?''', 'wp-content/plugins/wordfence/lib/whois/whois.ip.krnic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?®AècF-ÃŒv??ZËs'),
4408('?TÂrWÀXè¦%ñ?ý@', 'wp-content/plugins/wordfence/lib/whois/whois.ip.lacnic.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'RÿCX_b0ª÷m.ç¨ý'),
4409('RG?A<Â???c', 'wp-content/plugins/wordfence/lib/whois/whois.ip.lib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Kðã1?Â?5UÂÃ?'),
4410('??p\\''ZIv?,<|Nc?', 'wp-content/plugins/wordfence/lib/whois/whois.ip.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#Ò²z=\\êÂ2?±L'),
4411('®!äóÂ?C¢\Zäv?r D', 'wp-content/plugins/wordfence/lib/whois/whois.ip.ripe.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?cMM2Cç:x0ÃÃÃõ'),
4412('¾÷+?u''¡Ùý2¬OÜ', 'wp-content/plugins/wordfence/lib/whois/whois.ir.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jøÃò§BÂ??ñ/|L'),
4413('½e?iêÂq]Æi=95c~ÃŒ', 'wp-content/plugins/wordfence/lib/whois/whois.is.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë''E¹£á@êì(£é?8ÆÇ'),
4414('b ?@ÖW.ÃŒ+2h?µ', 'wp-content/plugins/wordfence/lib/whois/whois.it.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xüýÂSMÿ?/eÕú5p5'),
4415('4ÔQWÈPý?Ã¥&TUý?', 'wp-content/plugins/wordfence/lib/whois/whois.jp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<ì¹?ÎÞÇ?©pÃ"('),
4416('Ä"''¾Lu?d6?tmot}', 'wp-content/plugins/wordfence/lib/whois/whois.lt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªéS@-À(C²<Ìe³iÕ&'),
4417('Ób:?+qÂîÙ+îì|ç', 'wp-content/plugins/wordfence/lib/whois/whois.lu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O9`â¿bZ×l(½ñUM'),
4418('N?$¢??¥æ[Ôë(G&', 'wp-content/plugins/wordfence/lib/whois/whois.ly.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë§øeHb¿?òêXúWâ'),
4419('Â¥r³qÂõG£(I!XúA', 'wp-content/plugins/wordfence/lib/whois/whois.main.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'cJrêÓ!x?*Çù?£;?'),
4420('v°õÂ\0WÇh2ïËq\\d', 'wp-content/plugins/wordfence/lib/whois/whois.me.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?#µ¸Òö?yG0Â¥5'),
4421('$\\Si3$??Ô@êþ??', 'wp-content/plugins/wordfence/lib/whois/whois.mobi.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’0?Û° øh¥à ]¤Ã'),
4422('\r''°\Z?ôá?âÒÜÒ', 'wp-content/plugins/wordfence/lib/whois/whois.museum.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò¶<JYeà 1?æ%ÂÂ1?'),
4423('?=îþü¹_ì8",>?', 'wp-content/plugins/wordfence/lib/whois/whois.mx.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??`9¦ø6u]×4Hð?'),
4424('\\''H?"?É2eWAî', 'wp-content/plugins/wordfence/lib/whois/whois.name.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0_Ëz¼ê ^¦ÛX?Me'),
4425('¼´\réOÔBö?áäò', 'wp-content/plugins/wordfence/lib/whois/whois.nl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sû0~Ö#oÉF@`.y\ZX«'),
4426('î?w*^?ââª??HOÃ….', 'wp-content/plugins/wordfence/lib/whois/whois.nu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìSÂeJwÃÞ ,²ù?'),
4427('1Ü´¹2Þû¿(þ', 'wp-content/plugins/wordfence/lib/whois/whois.nz.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?r?idð0{]/Ñà à '),
4428('CKo53/Ã\0ûx¨?±', 'wp-content/plugins/wordfence/lib/whois/whois.org.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zÀ[^?óCn¬??iô'),
4429('4?ÑuâYà Ù#"{1ÜäÎ', 'wp-content/plugins/wordfence/lib/whois/whois.org.za.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈËpn?\nÿ¢?Üz?ì?'),
4430('NMf?þF?? \ZÔèÇå', 'wp-content/plugins/wordfence/lib/whois/whois.parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃZM\\84D¹](U??H'),
4431('&??Ãÿ?áOà ·Ckñª', 'wp-content/plugins/wordfence/lib/whois/whois.pl.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'H?îsÃ%×?Ã’)ý°~8'),
4432('ï=b??·\ZøÜnà î', 'wp-content/plugins/wordfence/lib/whois/whois.pro.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'b?U?´N,Û(8Â¥!Ã…{u.'),
4433('?[ò2þ¯M?T|ã??', 'wp-content/plugins/wordfence/lib/whois/whois.pt.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '  q(??iåN¬ÜÇyÒ'),
4434('¤Ã:o[ÃÃÃIï¢ð:½¦6', 'wp-content/plugins/wordfence/lib/whois/whois.ro.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j½@Â\\?®B,O]'),
4435('Ã¥?¾4Y®fØâ?S#?', 'wp-content/plugins/wordfence/lib/whois/whois.ru.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+¼ü?F"Ã\náÃ?ö\nK'),
4436('©ÚéÃÌôNO±/H¬?âÎ', 'wp-content/plugins/wordfence/lib/whois/whois.rwhois.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦BÂØñ¯I?ô?^G»,'),
4437('¤`L\nõ>Ssì~.Lw¬', 'wp-content/plugins/wordfence/lib/whois/whois.sc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`ÿp?;cê?ÚØ'''),
4438('ßÃ?Éø T7Ø4F?91', 'wp-content/plugins/wordfence/lib/whois/whois.se.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ?Ãè?V???O?ú\0Ã'),
4439('¿o?nÈ?³øä?ïpI', 'wp-content/plugins/wordfence/lib/whois/whois.servers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-T^Tè¬fä-}?ý ?'),
4440('?ÂØ`¤çåP°2lu»È', 'wp-content/plugins/wordfence/lib/whois/whois.si.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UbèKÑbåõ1dº/£>%'),
4441('_Üô°ÚX¶??\\B¨S', 'wp-content/plugins/wordfence/lib/whois/whois.su.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èl]p÷ØL?ÙO¿¹÷¡3T'),
4442('{?_YÕ0`Sê<êû', 'wp-content/plugins/wordfence/lib/whois/whois.tel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´DU?¹??HbY¿þ¿ú'),
4443('hJA© ?eªÂ»Ì?&Z\Z', 'wp-content/plugins/wordfence/lib/whois/whois.travel.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'â? Wr???K?Qß'),
4444('\rJU©?h$bR?¯¢#', 'wp-content/plugins/wordfence/lib/whois/whois.uk.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·Üuln§??á[¹344'),
4445('?ñÚq9ûÃj1?dÂáÉ', 'wp-content/plugins/wordfence/lib/whois/whois.us.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òSÂSs shÂ?Q?Â8?K'),
4446('ÃøQ¬jv$??¤ªøz', 'wp-content/plugins/wordfence/lib/whois/whois.utils.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O??;SÂ×??îH?Ih¢'),
4447('z?z6 ??®·¿¿?GÃ', 'wp-content/plugins/wordfence/lib/whois/whois.ve.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü?s&??ñÖ5(jI7 Ux'),
4448('_I¢¸d5+ûÔ\0Wt;Â', 'wp-content/plugins/wordfence/lib/whois/whois.ws.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1Y¹èßÊD?xE?Ä`ÂÕÔ'),
4449('Sì\0\\VÀë2ÇÇ\r6ùw', 'wp-content/plugins/wordfence/lib/whois/whois.zanet.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿mÂuV9}º?B;M§'),
4450('Ç?=½½Nx¼?KÔ`*', 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''Cæßðh"?¿~Û\r'),
4451('ÃkHmÃ¥1Óó`0?¯?_', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÆygøU2$Â8_¬³Pñ'),
4452('ÂÕXùâÃà -?4¤Jü_?3', 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'îÅñ\0r¦¿æÂÌ×kÃ/'),
4453('z?|*6?S\\5·ã¯3', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EU|ëRo??¥/©?Hÿ'),
4454('h»<²]??ìOpNC?æ', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼aNUk?p¤%âò''Êð7'),
4455('¿vé?FI?Ë2h´Ãø¤nÃ', 'wp-content/plugins/wordfence/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãê¨9??ÊP?ª[tà R'),
4456('ï;Lát??C°?�?', 'wp-content/plugins/wordfence/tmp/.htaccess', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·I z~Òi¶,L?ÿè'),
4457('E#ÃÕç-v37Ù6ë?', 'wp-content/plugins/wordfence/wordfence.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?|?^VøÊs??gXð¿Ó'),
4458('ÕÆ\râýK??ÓöjY', 'wp-content/plugins/wordpress-importer/languages/wordpress-importer.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'X??YÂ¥=?QïhÚcWÈ'),
4459('Îo¹î¡Ê&={ÇKèû\Z?', 'wp-content/plugins/wordpress-importer/parsers.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿI<''? ¢tÃ}?j$E'),
4460('ÛIWÌAf=!ÚT¸©°Vÿ', 'wp-content/plugins/wordpress-importer/readme.txt', 0, 'ÕázW?±I????ÓjÊÈ', 'ÕázW?±I????ÓjÊÈ'),
4461('¤ÚobPa¸??q9á \r®', 'wp-content/plugins/wordpress-importer/wordpress-importer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vË\\²# Hg?ÓÔî?ìv'),
4462('???¬JÌ}F·ßE\0Þ9³', 'wp-content/themes/index.php', 0, '?t??:s\nY.?2¯9N', '?t??:s\nY.?2¯9N'),
4463('C?ZX\nD????PÄZ', 'wp-content/themes/promotion/404.php', 0, 'a''??)«;?Öt>%W.', 'a''??)«;?Öt>%W.'),
4464('Ãñ?Ìêr%AòMdà æ', 'wp-content/themes/promotion/Template_left-sidebar.php', 0, 'RgÃ(/?SËì?<ìû»', 'RgÃ(/?SËì?<ìû»'),
4465('?''µM\Z??-iþî®lqlz', 'wp-content/themes/promotion/Template_right-sidebar.php', 0, '-ÃáMæ@ëÄ:\r¨O,E', '-ÃáMæ@ëÄ:\r¨O,E'),
4466('--ð p¸l?UBïÂâ', 'wp-content/themes/promotion/archive.php', 0, '±¯??ª O=?î÷hXý', '±¯??ª O=?î÷hXý'),
4467('oo?õ??}ÂÜ3Ä-֌', 'wp-content/themes/promotion/category.php', 0, '?Þ\\Õ?pk?JÂzn<', '?Þ\\Õ?pk?JÂzn<'),
4468('v9;Lg?Ã¥Ãb PÕ', 'wp-content/themes/promotion/comments.php', 0, '\ZEÞZ>*?øÓ>{Â1k¯', '\ZEÞZ>*?øÓ>{Â1k¯'),
4469('C:ö?e???û\rÂ¥DéðFÂ', 'wp-content/themes/promotion/error_log', 0, '?J%Úc6b\rIó?.', '?J%Úc6b\rIó?.'),
4470('ôäýkÿ1\\ ÈÙdp', 'wp-content/themes/promotion/fonts/BebasNeue.js', 0, '\\«&Ä?þEªT5?ßP', '\\«&Ä?þEªT5?ßP'),
4471('÷ü±ÂÓhäÞ3³¤¯\Z?Â', 'wp-content/themes/promotion/fonts/ChunkFive.js', 0, '?7û Æ?·¤{À¯ÎÜà ', '?7û Æ?·¤{À¯ÎÜà '),
4472('a¤ÃrÓÄÃT²w@Ù3! ', 'wp-content/themes/promotion/fonts/Colaborate.js', 0, '?ò?nÜ0¾nyïs¤[', '?ò?nÜ0¾nyïs¤['),
4473('?ø×?¡<?xxF6?¶.?', 'wp-content/themes/promotion/fonts/Geosans-Light.js', 0, '.}?C¹%?ûxÕ@¦Ç/', '.}?C¹%?ûxÕ@¦Ç/'),
4474('`xlòNêâDý|?ß×2', 'wp-content/themes/promotion/fonts/Hero.js', 0, '·:??¼v_¶¢Àa"Ã(?', '·:??¼v_¶¢Àa"Ã(?'),
4475('Ü«%a¢?\ZH÷÷Ye', 'wp-content/themes/promotion/fonts/Open_Sans.js', 0, 'üEØ*KÃ]n\ZB?{9"ô', 'üEØ*KÃ]n\ZB?{9"ô'),
4476('J¦_??ÂÜÔZ!*Ë', 'wp-content/themes/promotion/fonts/Quicksand.js', 0, 'ÂR?¢×WÚgO?\nO(Ã', 'ÂR?¢×WÚgO?\nO(Ã'),
4477('×A4Ä\Z§)?s.?8', 'wp-content/themes/promotion/fonts/Segan.js', 0, '?FõgÃ+Lì%  ''à É.6', '?FõgÃ+Lì%  ''à É.6'),
4478('ñTtY?3G¶?''K+¼', 'wp-content/themes/promotion/fonts/Titillium.js', 0, 'FU!?Y¼\0j?Ê/?ô¤I', 'FU!?Y¼\0j?Ê/?ô¤I'),
4479('¦bå3¤0É]û#"r~:ÖÂ', 'wp-content/themes/promotion/fonts/Vegur.js', 0, 'Tsqöà _¢?(Mð?O', 'Tsqöà _¢?(Mð?O'),
4480('jÃF$ëh\n?ÓÒöÊê', 'wp-content/themes/promotion/fonts/custom.js', 0, ']kÃÚÜè ??Ú^/?', ']kÃÚÜè ??Ú^/?'),
4481('ÃÃŒ,?鐴Ã\Z?ÞaJä', 'wp-content/themes/promotion/footer.php', 0, '¢¨kÂc?-Ñ|/¾?Ñ^', '¢¨kÂc?-Ñ|/¾?Ñ^'),
4482('´ú32Âu/h %ÃŒRüTir', 'wp-content/themes/promotion/functions/breadcrumb-trail.php', 0, 'îåö?ÂêúïÃC5KÂ', 'îåö?ÂêúïÃC5KÂ'),
4483('?·¨M£Y*Wú1Ö', 'wp-content/themes/promotion/functions/contact-form/admin.php', 0, '@dr³?rþi?L?ß´', '@dr³?rþi?L?ß´'),
4484('Lú?ã&R ¼Ü|Î', 'wp-content/themes/promotion/functions/contact-form/css/grunion.css', 0, '<ª¥¹É,????aãó\\4', '<ª¥¹É,????aãó\\4'),
4485(';Ó×}\n?>??(PÑ', 'wp-content/themes/promotion/functions/contact-form/grunion-blank-screen.php', 0, '?˳Z?ä³+?×w?ó', '?˳Z?ä³+?×w?ó'),
4486(']KGièûZPÎJB°?¾', 'wp-content/themes/promotion/functions/contact-form/grunion-contact-form.php', 0, 'A!?óed´{\nOô\\&&', 'A!?óed´{\nOô\\&&'),
4487('Ëú¼?7¨?üz?Ãú?¦', 'wp-content/themes/promotion/functions/contact-form/grunion-form-view.php', 0, '?DÄam§wq]?Â)?¨Â', '?DÄam§wq]?Â)?¨Â'),
4488('±19>ìø«½ÑÉ6Ã', 'wp-content/themes/promotion/functions/contact-form/images/blank-screen-akismet.png', 0, '½1kú÷âpÖi¢,H', '½1kú÷âpÖi¢,H'),
4489('ä?R`Â¥???f½äd', 'wp-content/themes/promotion/functions/contact-form/images/blank-screen-button.png', 0, '4xyFÃÑvýÃRù\ra', '4xyFÃÑvýÃRù\ra'),
4490('«?Ô\rº17k??B>d?', 'wp-content/themes/promotion/functions/contact-form/images/grunion-form.png', 0, 'N???l?.W??', 'N???l?.W??'),
4491('[?#lÀîOù\ZâÔôý¤|', 'wp-content/themes/promotion/functions/contact-form/images/grunion-menu-big.png', 0, '??ëI�?Lh¢?NÔ', '??ëI�?Lh¢?NÔ'),
4492('Lº);x¢y??%\0?F¬', 'wp-content/themes/promotion/functions/contact-form/images/grunion-menu-hover.png', 0, 'à ©Ó ÄäÃScJ^8', 'à ©Ó ÄäÃScJ^8'),
4493('Þ=:ßÊZÃ’| dýr÷?', 'wp-content/themes/promotion/functions/contact-form/images/grunion-menu.png', 0, 'ól=2ù¿?¦ÂóúÂÀq', 'ól=2ù¿?¦ÂóúÂÀq'),
4494('Qü?«S3ñ ÎQt¨?', 'wp-content/themes/promotion/functions/contact-form/images/grunion-remove-field-hover.gif', 0, 'KÛ0V¤5?Ö,?³?ø3B', 'KÛ0V¤5?Ö,?³?ø3B'),
4495('8×_±B¾±OxHQ´ô?ð', 'wp-content/themes/promotion/functions/contact-form/images/grunion-remove-field.gif', 0, 'çT?¯\0aÛ8âpæ¿D%', 'çT?¯\0aÛ8âpæ¿D%'),
4496('i6¿ÿEHJ?µÂ "äQ', 'wp-content/themes/promotion/functions/contact-form/images/grunion-remove-option-hover.gif', 0, 'Ü,ôyx3éqjÃ…Fè?{o', 'Ü,ôyx3éqjÃ…Fè?{o'),
4497('U¨X??öÕä°x?', 'wp-content/themes/promotion/functions/contact-form/images/grunion-remove-option.gif', 0, 'ý¾?s=þÌÃc½?%Ã', 'ý¾?s=þÌÃc½?%Ã'),
4498('?-î&fGÃ(Â/áî¹gÙ', 'wp-content/themes/promotion/functions/contact-form/js/grunion.js', 0, '´&\ri½¬Òk?Û¾?', '´&\ri½¬Òk?Û¾?'),
4499('¡~Ã\r?§?^>%Q¹®Ñi', 'wp-content/themes/promotion/functions/contact-form/js/jquery-ui-1.8.4.custom.min.js', 0, 'Ãì?üoÂ8^?ÂÃ¥?ÄË-', 'Ãì?üoÂ8^?ÂÃ¥?ÄË-'),
4500('}fü?¤C5#a¹\Z\0', 'wp-content/themes/promotion/functions/contact-form/readme.txt', 0, 'äþtß\r{ç©cT£¤%ü)', 'äþtß\r{ç©cT£¤%ü)'),
4501('?ß?Ö;º?ðªa?', 'wp-content/themes/promotion/functions/content_elements.php', 0, '+¯?4ÃŒ3B_Y?6#?', '+¯?4ÃŒ3B_Y?6#?'),
4502('Âd¨q\Zº÷ÊÃÃ…', 'wp-content/themes/promotion/functions/cutom_meta_boxes.php', 0, '³??L[XÀgo?=AË', '³??L[XÀgo?=AË'),
4503('?xfT\Z«???^/', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox-es_ES.mo', 0, 'R?Q>¶Õ>`rTy?1', 'R?Q>¶Õ>`rTy?1'),
4504('"s¹;?ÿ¤\r\\u¢2 ', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox-nl.mo', 0, '???D@-=.?K\rû', '???D@-=.?K\rû'),
4505('!o?I½®÷A+e?Ç64(Ö', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox-nl_NL.mo', 0, 'WÂÃŽA*±5úÖÃcS°5', 'WÂÃŽA*±5úÖÃcS°5'),
4506('®¬ ?ÿ:"D\nJëj÷', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox-settings.php', 0, '\r©uô£GACSBçµZÔWw', '\r©uô£GACSBçµZÔWw'),
4507('??´5??ÎÕ>aW', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox.css.php', 0, 'jG"³ËÎâ?dø~â#', 'jG"³ËÎâ?dø~â#'),
4508('Ã’yân:¶¨?¯?s?k', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox.php', 0, 'fÃRÂ?èED?¢', 'fÃRÂ?èED?¢'),
4509('è?$?è6}~jBû\n', 'wp-content/themes/promotion/functions/easy-fancybox/easy-fancybox.pot', 0, '?¸=?ø·?>°ûvX', '?¸=?ø·?>°ûvX'),
4510('@7ù[¸s�÷nÅZe¾ÅÈ', 'wp-content/themes/promotion/functions/easy-fancybox/error_log', 0, 'À;JGTy(Só9f?±L??', 'À;JGTy(Só9f?±L??'),
4511('T?ÿ?µÈ6?(N]''�N', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/blank.gif', 0, '2Tr`qóðtÃhÓ5', '2Tr`qóðtÃhÓ5'),
4512('V?aÃTpÕ????Ê?', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_close.png', 0, 'n(y£$§n?rë?ªáØ', 'n(y£$§n?rë?ªáØ'),
4513('h?£ð?Bõº�}', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_loading.png', 0, '±ÕL$ðnAãrÕi·8', '±ÕL$ðnAãrÕi·8'),
4514('×ûÔ$ýJkûA??¾Å', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_nav_left.png', 0, '?>@a,Ø#c?V?@º5', '?>@a,Ø#c?V?@º5'),
4515('°ó¢³ú?a?¹²ªolª', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_nav_right.png', 0, '!nKÞ[Ãîª`Ü=i(¦?', '!nKÞ[Ãîª`Ü=i(¦?'),
4516('³3M1ÂÃû±Û3{Ã¥]', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_e.png', 0, 'ýOI??ÂÃ¥wñºL?', 'ýOI??ÂÃ¥wñºL?'),
4517('_éÒ4áî??à ßm', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_n.png', 0, 'Ãácy²?ïqM?4m ì', 'Ãácy²?ïqM?4m ì'),
4518('µ?â<ÉñòÊME?''', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_ne.png', 0, 'cÂ÷?–?Ôäód-}y1%', 'cÂ÷?–?Ôäód-}y1%'),
4519('øyMZ?"ºÇ^É?Mx', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_nw.png', 0, 'È Èx®Ûz?½q5¥?|e', 'È Èx®Ûz?½q5¥?|e'),
4520('§ëg?V¯Ê=\rûÞG?', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_s.png', 0, '??\\??(ªï@þ[j6?)', '??\\??(ªï@þ[j6?)'),
4521('·ôñ-º® ÂU4Aò?', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_se.png', 0, '¨¯??C?îq-q&Â', '¨¯??C?îq-q&Â'),
4522('TÃIÊÃp¼×?', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_sw.png', 0, 'øÀþåXvÂ<ëä~~y', 'øÀþåXvÂ<ëä~~y'),
4523('9Ij¸Ã.?\np|"ä=', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_shadow_w.png', 0, 'Y°æ>°Y?,ýSÚM?æ', 'Y°æ>°Y?,ýSÚM?æ'),
4524('~ù|fc`ì?P|?lh\n¿?', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_title_left.png', 0, '?¬-;ïjdE¿ÎÊ''AÃ', '?¬-;ïjdE¿ÎÊ''AÃ'),
4525('ªßb??bHðÃ>a¤ºVd', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_title_main.png', 0, '8ÚÖÃÃK???Ç!²?Â', '8ÚÖÃÃK???Ç!²?Â'),
4526('e??äÃÃ¥\nFÀM?tsäå|', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_title_over.png', 0, '¸?ý]KzÇ}AûRØü`', '¸?ý]KzÇ}AûRØü`'),
4527('?¾& 6_?Ö¿k?ÕÃö', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancy_title_right.png', 0, 'l¾?Uçù¢U\\Ëjs$Ä', 'l¾?Uçù¢U\\Ëjs$Ä'),
4528('ú½ªa ék?Â¥oú.ï{^', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancybox-x.png', 0, '????!@ÂïÂà )Ãó?', '????!@ÂïÂà )Ãó?'),
4529('+[ÈP¼¤ÃðR? _ ×', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancybox-y.png', 0, '6Â¥?Y¾¹¦±?"£tf¹÷?', '6Â¥?Y¾¹¦±?"£tf¹÷?'),
4530('?³hâNùñz?mû>å=', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/fancybox.png', 0, 'å~I.à 1@?|?æãâ', 'å~I.à 1@?|?æãâ'),
4531('Ç|°ÂÜ&\Zø?óüu''EË', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/jquery.easing-1.3.pack.js', 0, 'ÞòW?«?\\I?ý?»\ZkI', 'ÞòW?«?\\I?ý?»\ZkI'),
4532('Øû`ïoÙ~1?5ñbôë§', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.css', 0, '?1Éà /ñ?ÅH?³?', '?1Éà /ñ?ÅH?³?'),
4533('ê÷?¤6¸/??Â%^ÃpÃ’', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.js', 0, 'ÃWmî?Â??†3}ô?', 'ÃWmî?Â??†3}ô?'),
4534('?G3h WÃŒn?ÂS''a\rxº', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.pack.js', 0, '?ÃjÄg7u(Ùb?lã|', '?ÃjÄg7u(Ùb?lã|'),
4535(''')F ®×ã Oçv+4Ã', 'wp-content/themes/promotion/functions/easy-fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js', 0, ';\n?g´cçÌÂÃ+?', ';\n?g´cçÌÂÃ+?'),
4536('-;¼/XhÃ0{¬FÂY', 'wp-content/themes/promotion/functions/easy-fancybox/jquery.metadata.js', 0, 'Róee??aÂ{?*"', 'Róee??aÂ{?*"'),
4537('¦¦¬nØhM ?\n=*{', 'wp-content/themes/promotion/functions/easy-fancybox/light-mask.png', 0, 'áV.Ã~<??XóÂ¥ü*ßÃ', 'áV.Ã~<??XóÂ¥ü*ßÃ'),
4538('2&&¢?¼ ù??ÃR*Aµ', 'wp-content/themes/promotion/functions/easy-fancybox/readme.txt', 0, '»³4??zöAr»?*5', '»³4??zöAr»?*5'),
4539('u@WMânÆ"<@??_', 'wp-content/themes/promotion/functions/easy-fancybox/screenshot-1.png', 0, '?th 3??ô¹UðVÎ', '?th 3??ô¹UðVÎ'),
4540('Cµ? Y¢}?tî÷ç', 'wp-content/themes/promotion/functions/easy-fancybox/screenshot-2.png', 0, 'aÑ&t?\\ibç´3é û¡0', 'aÑ&t?\\ibç´3é û¡0'),
4541('j¹?s¶Â¡äP;«Â}', 'wp-content/themes/promotion/functions/mobile_detect.php', 0, 'LÃãSÃÿ)?k§lH4Æ', 'LÃãSÃÿ)?k§lH4Æ'),
4542('??aQE+?RÔÂsÊÆå', 'wp-content/themes/promotion/functions/mosaic/css/mosaic.css', 0, 'è2à ¦~8ç?øgLc°?', 'è2à ¦~8ç?øgLc°?'),
4543('?© #NÉÃ(?©O0¡', 'wp-content/themes/promotion/functions/mosaic/img/bg-black.png', 0, 'w?+Ã’??4±ékÔûmÓ', 'w?+Ã’??4±ékÔûmÓ'),
4544('?År»±ª° [ÜÇï¹5', 'wp-content/themes/promotion/functions/mosaic/img/bg-grid.png', 0, '#?ô.5*?l|:?ø}N', '#?ô.5*?l|:?ø}N'),
4545('øp$*·»ÓÃlkc ', 'wp-content/themes/promotion/functions/mosaic/img/hover-magnify.png', 0, 'J-Âb(?æfV?ºªá7?Ã', 'J-Âb(?æfV?ºªá7?Ã'),
4546('^Ãõ?$?÷g8\rËyl', 'wp-content/themes/promotion/functions/mosaic/img/progress.gif', 0, '?UeZÂ¥,QÊ1ÃŽ??', '?UeZÂ¥,QÊ1ÃŽ??'),
4547('ü?)ÂËÔ5®ÒÚ(M?tdv', 'wp-content/themes/promotion/functions/mosaic/js/mosaic.1.0.1.js', 0, '¡G?4ß\ZÃ:??â;©+É', '¡G?4ß\ZÃ:??â;©+É'),
4548('°aü%iwv?\nDKå!µ', 'wp-content/themes/promotion/functions/mosaic/js/mosaic.1.0.1.min.js', 0, '*B=?ü1èøÌ?', '*B=?ü1èøÌ?'),
4549('¸Ãá?K?áÛ8??Â?6', 'wp-content/themes/promotion/functions/offer_slider/css/offer.css', 0, '?Ø/81ÃWWAS«I4', '?Ø/81ÃWWAS«I4'),
4550('\\Z&ï>¹?lêØÌ}[>d', 'wp-content/themes/promotion/functions/offer_slider/images/offer_slider_bg.png', 0, 'µÃ?!ëð FG¤Âæór', 'µÃ?!ëð FG¤Âæór'),
4551('&Ã×O???·Y?ñ?f', 'wp-content/themes/promotion/functions/offer_slider/images/offer_slider_buttons.png', 0, 'Ã6Ã;?eÃf¯', 'Ã6Ã;?eÃf¯'),
4552('Ò-Ói^?ÈZ.?¾?? ü', 'wp-content/themes/promotion/functions/offer_slider/js/offer-slider.js', 0, '�2?õëv÷q?Ék?', '�2?õëv÷q?Ék?'),
4553('{?hU="h.?±ïÌÙþD', 'wp-content/themes/promotion/functions/offer_slider/offer_param.php', 0, 'ä?áJ´¢ø?Â¥ÃSL]', 'ä?áJ´¢ø?Â¥ÃSL]'),
4554('¦?¡¡ÃpÂ?Ã¥3Â', 'wp-content/themes/promotion/functions/offer_slider/offer_slider.php', 0, '·£SK÷Â\Z±y ?FC?', '·£SK÷Â\Z±y ?FC?'),
4555('·?úeå¹-° _øm', 'wp-content/themes/promotion/functions/orbit/css/orbit/arrows.png', 0, 'ñ?ô°*c^o?ø³?ÂÙI', 'ñ?ô°*c^o?ø³?ÂÙI'),
4556('¨ydHJ½»=ª?õ?ô', 'wp-content/themes/promotion/functions/orbit/css/orbit/bullets.jpg', 0, 'wg¸õ?x?Y½IVmNÉ', 'wg¸õ?x?Y½IVmNÉ'),
4557('Ì?åRÛ~®]z?Ô\Z¾', 'wp-content/themes/promotion/functions/orbit/css/orbit/bullets.png', 0, '?*Åc\0øªp�j3Æ', '?*Åc\0øªp�j3Æ'),
4558('¹H`¹ C-ÂÙ\\½?£', 'wp-content/themes/promotion/functions/orbit/css/orbit/left-arrow.png', 0, '´?¿?ùTmóñÛìùOl', '´?¿?ùTmóñÛìùOl'),
4559('À{?N¾Ã\Z?ÞîY_4@`', 'wp-content/themes/promotion/functions/orbit/css/orbit/loading.gif', 0, '?UeZÂ¥,QÊ1ÃŽ??', '?UeZÂ¥,QÊ1ÃŽ??'),
4560('\\Þ[A£`«MnAI?¦´)', 'wp-content/themes/promotion/functions/orbit/css/orbit/mask-black.png', 0, 'C?k°;×½+?¾?z', 'C?k°;×½+?¾?z'),
4561('}U©ß¼Sk§õ??i?c', 'wp-content/themes/promotion/functions/orbit/css/orbit/pause-black.png', 0, 'mQkL±ûrÃu*=´ê', 'mQkL±ûrÃu*=´ê'),
4562(':²:>?<?ÃL?¬ô', 'wp-content/themes/promotion/functions/orbit/css/orbit/right-arrow.png', 0, '"\0*I^EÃÚþ?}ØV', '"\0*I^EÃÚþ?}ØV'),
4563('©ðË*#nÚQ\Z)E-??', 'wp-content/themes/promotion/functions/orbit/css/orbit/rotator-black.png', 0, '?æ(:ôXtá\rJÂû\\é', '?æ(:ôXtá\rJÂû\\é'),
4564('?7ô¸''4À??bëu5??', 'wp-content/themes/promotion/functions/orbit/css/orbit/timer-black.png', 0, 'C?k°;×½+?¾?z', 'C?k°;×½+?¾?z'),
4565('ÌØ?Ù!áI ?½P''', 'wp-content/themes/promotion/functions/orbit/css/orbit-1.2.3.css', 0, 'ùf?Ây?¦|»úÂ2', 'ùf?Ây?¦|»úÂ2'),
4566('8,X?Ãé¯n''ÀÓ', 'wp-content/themes/promotion/functions/orbit/jquery.orbit-1.2.3.js', 0, 'YùPQ´KÉôv"¦?W,\0Â', 'YùPQ´KÉôv"¦?W,\0Â'),
4567('?Â_?üZI¸Â¨ôMN¿Û', 'wp-content/themes/promotion/functions/orbit/orbit_param.php', 0, ' »Â2Kò/¨Ä\\ùéhTi', ' »Â2Kò/¨Ä\\ùéhTi'),
4568('r''¦>¹Yê\0-Ëó?î?L', 'wp-content/themes/promotion/functions/orbit/orbit_slider.php', 0, '{JªÕñ?u9Ã\Zç©Ã', '{JªÕñ?u9Ã\Zç©Ã'),
4569('ºlÞL_ñ#©?.NoÃ', 'wp-content/themes/promotion/functions/pager.php', 0, '?\Z}k°êá?j@ie', '?\Z}k°êá?j@ie'),
4570('æ·ÌÔ;?¼:.??ÓHMn', 'wp-content/themes/promotion/functions/portfolio/scripts/framework.js', 0, 'þÛÃbÂ]úü''²óÂá', 'þÛÃbÂ]úü''²óÂá'),
4571('$xNO????_9?FÂÓ_', 'wp-content/themes/promotion/functions/portfolio/stylesheets/screen.css', 0, 'Ö?ãdRh%?9#føo', 'Ö?ãdRh%?9#føo'),
4572('(?ÂL?ïpØé)»?ô.', 'wp-content/themes/promotion/functions/portfolio.php', 0, 'ð»älºMJ?ÃŽ 4?Ãn', 'ð»älºMJ?ÃŽ 4?Ãn'),
4573('dÃŽVåæNÂ¥;Ã¥?B`³/', 'wp-content/themes/promotion/functions/recent-posts-slider/css/style.css', 0, 'DÕS?uãibAÎñ·ÂÃ¥T', 'DÕS?uãibAÎñ·ÂÃ¥T'),
4574('flý[6?\r$E7?q,1', 'wp-content/themes/promotion/functions/recent-posts-slider/readme.txt', 0, '?2tæBNìðM¥kþ''ñ', '?2tæBNìðM¥kþ''ñ'),
4575('¯°êõ:nVõÒ9óÂQ', 'wp-content/themes/promotion/functions/recent-posts-slider/recent-posts-slider-admin.php', 0, '&@U0þFqÂx¶Ã\n?&ò', '&@U0þFqÂx¶Ã\n?&ò'),
4576('IUôºV?ÈKâWWh?rq', 'wp-content/themes/promotion/functions/recent-posts-slider/recent-posts-slider.php', 0, 'BR?4¬þyÑ"?åU', 'BR?4¬þyÑ"?åU'),
4577('y?õ=Â~[Ê,mïÆÙ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/admin.css', 0, 's ?:pÜ?uY?¢»Ês³', 's ?:pÜ?uY?¢»Ês³'),
4578('r?WQTÜ×?Îb§ ²¡', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/codemirror-css.css', 0, 'é¸JÚ?ëë?"YmgY=\Z', 'é¸JÚ?ëë?"YmgY=\Z'),
4579('~Ò$?¥yËòºo¥[ì?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/codemirror.css', 0, 'ñ??Å{<?E3NYx', 'ñ??Å{<?E3NYx'),
4580('-ü`gEx\r6??ìrE', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/generator.css', 0, '<\n7òÛV??b=?úî|Ü', '<\n7òÛV??b=?úî|Ü'),
4581('¦\nÂ¥:7ùtvú÷èEèà "', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/jcarousel.css', 0, '?ÂÂ?~b`lÃH?öU??', '?ÂÂ?~b`lÃH?öU??'),
4582('¢yÚ,?~ºç?ðî?ú¢', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/nivoslider.css', 0, '?_]ö§''�p6?äÙ', '?_]ö§''�p6?äÙ'),
4583('ï?æE? ?¤??yc', 'wp-content/themes/promotion/functions/shortcodes-ultimate/css/style.css', 0, 'Âô¢Ãé|?Aù=?h?', 'Âô¢Ãé|?Aù=?h?'),
4584('ì>\r~,v\Z?fx??', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/active.png', 0, 'ÖA?l§æ#Kp<ÃÚCÂ', 'ÖA?l§æ#Kp<ÃÚCÂ'),
4585('j¿m???bÂ#?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/admin/loading.gif', 0, '?ÃvÂõ-½+_C¡¨µVZ', '?ÃvÂõ-½+_C¡¨µVZ'),
4586('I''OS\r ð??¼ìÈÈ7?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/admin/media-icon.png', 0, '¡?4°?²Ã=à ±?Â??', '¡?4°?²Ã=à ±?Â??'),
4587('Â?øx¶\ZFÃæ0uShä»', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/admin/spin.gif', 0, 'gô\n0¿¡7CåÄèkúFzÂ', 'gô\n0¿¡7CåÄèkúFzÂ'),
4588('qï+ÂôP6ª?Mñêö(Ã', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/admin/tab.png', 0, 'õoF.Ó??vþÉ|?', 'õoF.Ó??vþÉ|?'),
4589('çjûó1ÃÞ\n7Hþ9¤Ãn', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/admin/tabs.png', 0, 'ö «ñ?¿''MÔhºö?', 'ö «ñ?¿''MÔhºö?'),
4590('Upeñ¹ý?µßIÌÖ]', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/box-title.png', 0, 'C¨ÂÃrâÒ?º', 'C¨ÂÃrâÒ?º'),
4591('S7<®?"Ú?W]@Ã\\', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-black-alt.png', 0, 'oR?Z-8RT»?âë{Â', 'oR?Z-8RT»?âë{Â'),
4592('L?Âö?öHJ$1ó¸?`', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-blue-alt.png', 0, 'ÓÔ[úï?$?eÆ?', 'ÓÔ[úï?$?eÆ?'),
4593('2AÜON¶?©»sùÊ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-green-alt.png', 0, '=Ã’:ÃÃ5ü?kç\Zðh¶', '=Ã’:ÃÃ5ü?kç\Zðh¶'),
4594('Ürÿ¸Âüb?DnÂ¥t?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-orange-alt.png', 0, 'ç©\\?¸_!-?Ùp?gÂ', 'ç©\\?¸_!-?Ùp?gÂ'),
4595('U&?''ç£fçÃD?¸.', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-red-alt.png', 0, '?FªçÆ?(?=', '?FªçÆ?(?='),
4596('RïîF?êÊ)M_dÂl', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-white-alt.png', 0, 'Ã%?T§ìoñqç\\Ã¥dõ 8', 'Ã%?T§ìoñqç\\Ã¥dõ 8'),
4597('öÛ?«ÿú8?$~¼', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/bullet-yellow-alt.png', 0, 'B<P¹~µYZ??$?±', 'B<P¹~µYZ??$?±'),
4598('F3ËJ#¿z²±¹\0 Ã-Ê0', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/button-style-1.png', 0, 'ìPhÈA_ÕH3NT]Õ.<', 'ìPhÈA_ÕH3NT]Õ.<'),
4599('Èmdú´¶YÊ5®<ë?u', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/button-style-2.png', 0, 'ð�?9OÀÌÉÄOW\nü', 'ð�?9OÀÌÉÄOW\nü'),
4600('éçgvª?0I?û[§@Ö', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/button-style-3.png', 0, '?¢Ãm¬úå°ç!£©??h', '?¢Ãm¬úå°ç!£©??h'),
4601('ê+Â¥|??¿j×c4', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/button-style-4.png', 0, 'l¸µÂªX¿å.??8©', 'l¸µÂªX¿å.??8©'),
4602('_à OæÃò??1?ã\n', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/callout_bg.png', 0, 'w>ÙZüà c?ÃJ÷ù?ÿ?³', 'w>ÙZüà c?ÃJ÷ù?ÿ?³'),
4603('Zs¨¡CI?æy?NõÜùª', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/bloginfo.png', 0, '¡???¾ÖØ0\rÂÚb', '¡???¾ÖØ0\rÂÚb'),
4604('¿=IMõs??þ???u', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/box.png', 0, '|÷åµq,?ý?%Â', '|÷åµq,?ý?%Â'),
4605('uÃayÊ4`Ä?/?à §zx', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/button.png', 0, '??W/z\Zl¯?äâç1', '??W/z\Zl¯?äâç1'),
4606('gÂ?¿Û??à ~b?3õB', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/column.png', 0, '\0´å=3??ên\0U?', '\0´å=3??ên\0U?'),
4607('??ùTÉ Û#<?é«ü?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/divider.png', 0, 'p` ?ùÃ7?æ?IGy3', 'p` ?ùÃ7?æ?IGy3'),
4608('â?ç~j??Ñ OÃ’%ÀP§', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/document.png', 0, '?å³\\?O\r¤zÉ07Â:', '?å³\\?O\r¤zÉ07Â:'),
4609('Â&Ãç?ñ²?ì?Â_Õ\r', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/fancy_link.png', 0, '?ë?[(\n,öv@JÉþâÉ', '?ë?[(\n,öv@JÉþâÉ'),
4610('r"xou?~ENS®k?DÓP', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/feed.png', 0, '²¨?v7D¨Sûq»ö¸o', '²¨?v7D¨Sûq»ö¸o'),
4611('?ä?7?è½?iÖ:RÆ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/frame.png', 0, '\nW?GÑøã ?Îålò', '\nW?GÑøã ?Îålò'),
4612('?2eßÃhÂ0³§&)', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/gmap.png', 0, '?Z?-;@_?²ÑVS?J?', '?Z?-;@_?²ÑVS?J?'),
4613('wOVæ§NU?r~ýîù×', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/heading.png', 0, '^Û[¶4\ZÃMZÇÂûK¨?', '^Û[¶4\ZÃMZÇÂûK¨?'),
4614('ìð7bùm¦\nG×=[6?Ã…', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/highlight.png', 0, '?uÃÜ/}¢¼r"', '?uÃÜ/}¢¼r"'),
4615('ÞXÂÂZl¼\röóh4*?IÆ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/jcarousel.png', 0, 'cå£Kw/¬3Âpõï¶ùo', 'cå£Kw/¬3Âpõï¶ùo'),
4616('R?ø''8?µÒ4²ÇuÛ*a', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/list.png', 0, 'fgGý?®SÃ+I$(i', 'fgGý?®SÃ+I$(i'),
4617('¸3ûýÎ1k?îÂ??', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/media.png', 0, '?ÒÔknÃÃ?âªÃJñ¸*', '?ÒÔknÃÃ?âªÃJñ¸*'),
4618('K¬¼9jäOo¦[j¬Uá', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/members.png', 0, 'Î)Â6¶_ÛÙÛU¨ê?a½', 'Î)Â6¶_ÛÙÛU¨ê?a½'),
4619('!và |5N?à spG?¸S9', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/menu.png', 0, '֎_ÃÆË,|ú¯ýI)ÂA', '֎_ÃÆË,|ú¯ýI)ÂA'),
4620('\r8¨A?½7?Oó`¢vÂO', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/nivo_slider.png', 0, '¡k@Ãô¶&@?¶©±_', '¡k@Ãô¶&@?¶©±_'),
4621('âÖûa''GJj?8dºñ?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/note.png', 0, 'xÖ7¡\r®hVõÜ2½î?', 'xÖ7¡\r®hVõÜ2½î?'),
4622('?ÂTéä?a,t1ÂF', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/permalink.png', 0, '?M?}-§Ã?;ç\Z6r', '?M?}-§Ã?;ç\Z6r'),
4623('ÔÖfE?HÃÃ Xâz±)', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/private.png', 0, '?M?}-§Ã?;ç\Z6r', '?M?}-§Ã?;ç\Z6r'),
4624('åÒ×W???DøÕ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/pullquote.png', 0, 'AG+??@VO¶7ùa?Ó', 'AG+??@VO¶7ùa?Ó'),
4625('ád(}??»ÃJÃóS»äëÞ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/quote.png', 0, ' ?`Â?t?Ç+#á]Rá', ' ?`Â?t?Ç+#á]Rá'),
4626('D0OM?FÉô?¡É`ÕÞ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/service.png', 0, '2?PÓCx}F^ÂÃ…gB>Y', '2?PÓCx}F^ÂÃ…gB>Y'),
4627('b@ßçðO?eÜ>�', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/siblings.png', 0, 'îð·Cz\Z÷ÒÔ{s??(%?', 'îð·Cz\Z÷ÒÔ{s??(%?'),
4628('''ÈlT´]Fm?Ô,U_?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/spacer.png', 0, '?é"*Aâ?[[8ns!Ü', '?é"*Aâ?[[8ns!Ü'),
4629('ÅéÀó¿Ò<4/.~*', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/spoiler.png', 0, '®ø�\rc?|ê4ß', '®ø�\rc?|ê4ß'),
4630('º9GÃlÃŒ,UOP£zo¹', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/subpages.png', 0, '-oz.YÃ’h¤ÌË]7k', '-oz.YÃ’h¤ÌË]7k'),
4631('M?°rK}=øç.ó?¨\\', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/tab.png', 0, '?ÂîaL7B(\rTg\rÃŽOñ?', '?ÂîaL7B(\rTg\rÃŽOñ?'),
4632(' /ÑÙvýt¦:LWÔÂã', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/table.png', 0, 'Õ?ï7?\r?ÂÃ?2K', 'Õ?ï7?\r?ÂÃ?2K'),
4633('N¥³qsÃÃÓç[ì??Ê', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/tabs.png', 0, 'z©Éa3Øç\nêà ª', 'z©Éa3Øç\nêà ª'),
4634('±ÄÀB1eÕp¡ïOøîXlò', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/demo/tweets.png', 0, 'Ãæèó8]6''Ã?Ëì?', 'Ãæèó8]6''Ã?Ëì?'),
4635('^qS?6?׿«ý;ì eë', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap1.png', 0, '?ðâ#YÂsç.ÃZ;?Ø7', '?ðâ#YÂsç.ÃZ;?Ø7'),
4636('X? ?:~5ãN?/ÇÌÔ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap2.png', 0, 'Ä5ºì²Óú²#?!OÂ', 'Ä5ºì²Óú²#?!OÂ'),
4637('\0ßO£@-?«"?¾Ó', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap3.png', 0, '©?¼çÕÆ`b?V·je?', '©?¼çÕÆ`b?V·je?'),
4638('?)? ?ä!P0ÎÜGC', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap4.png', 0, '?åö&ì¤B.\\µ?²', '?åö&ì¤B.\\µ?²'),
4639('?,\\&U¸±N?x¤Ó*Z', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap5.png', 0, 'c¹2N¾%?¦u¡q¢', 'c¹2N¾%?¦u¡q¢'),
4640('(âÇ9üN¼?ßQáäVJ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap6.png', 0, 'Z??w±Êþç?ø�}d', 'Z??w±Êþç?ø�}d'),
4641('$2?dA?H?f"Bp?Þq', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap7.png', 0, '8''çÛø¿³|¤P', '8''çÛø¿³|¤P'),
4642('îÂ9?¸<H?Ë7''', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap8.png', 0, '?%ÚǶÕf;?ôLJ', '?%ÚǶÕf;?ôLJ'),
4643('\0G®p=á$K=ã5É', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/dropcap9.png', 0, 'c5§?Dq«?D;C', 'c5§?Dq«?D;C');
4644INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
4645('x¬~P͕˛8+z\\6?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/fancy-link-black.png', 0, 'Ãl±e±?³ø°jëÄ', 'Ãl±e±?³ø°jëÄ'),
4646('¿?à ?x???\0K?\\°?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/fancy-link-white.png', 0, '¥ûmCô?Ã\ZÃì8÷?VÕ', '¥ûmCô?Ã\ZÃì8÷?VÕ'),
4647('ÛV?ÜÂn3ôf²gê', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/generator/colorpicker.png', 0, '?\n?²t??ó0vRú', '?\n?²t??ó0vRú'),
4648('_ ýÄ?£Z&/�', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/generator/settings.png', 0, 'åû??ö#2 2Èn=Sß5', 'åû??ö#2 2Èn=Sß5'),
4649('F?z?òxÚq¸ad¸?z', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/generator/support.png', 0, '? ?ÇÓwr¾v^ö5æÓHî', '? ?ÇÓwr¾v^ö5æÓHî'),
4650('þê?uÂðj?%BúH0', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/help.png', 0, '\nÃ&?äü¬¡m¸Ö?m', '\nÃ&?äü¬¡m¸Ö?m'),
4651('p?nþBZ.?þ:', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/jcarousel/arrows.png', 0, 'ÈdÌxf\n¥?Z¡%¦', 'ÈdÌxf\n¥?Z¡%¦'),
4652('\Z³nv\\?±Â©w/¬''[É', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/key.png', 0, '?´^ýô©?ö^Q¶\nùRf', '?´^ýô©?ö^Q¶\nùRf'),
4653('M]kw»øÃA??¤æ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/line1.png', 0, '?>???ÿÂÃ9H??°', '?>???ÿÂÃ9H??°'),
4654('âá\\¤.ø?2U??O.?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/line2.png', 0, 'Õ0(déWߪ??rÈ2ý', 'Õ0(déWߪ??rÈ2ý'),
4655('ë¾AÂ+ûøHfgJ4TÔ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-arrow.png', 0, 'È?&?×áåE:m:', 'È?&?×áåE:m:'),
4656('QÙà òmW:?''Â÷!¢Lx', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-check.png', 0, '»Nµ?a!?ÇcÂoÂOK®', '»Nµ?a!?ÇcÂoÂOK®'),
4657('Ã’X)?療EEAÃ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-cross.png', 0, 'yh?9ò?ðÆJ??6\\\\', 'yh?9ò?ðÆJ??6\\\\'),
4658('Ñ3??ëö??"??ö', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-email.png', 0, 'M¥?Åñymcà 2üLéôM', 'M¥?Åñymcà 2üLéôM'),
4659('kïÒiW ¤xqÃ"Pö¿', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-event.png', 0, '½vÓF%;Ãe·£aà \r0Ãe', '½vÓF%;Ãe·£aà \r0Ãe'),
4660('?%Ã%è[2G?Â?m$5´', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-gear.png', 0, 'xïðeü?R¹ìÃy?v¾', 'xïðeü?R¹ìÃy?v¾'),
4661('îL?bSÂ?ÂvýC??', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-guard.png', 0, 'dqÃãÆ\ZSa²?Â', 'dqÃãÆ\ZSa²?Â'),
4662('???9"yu_^??Ã’$', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-home.png', 0, 'ÿyǼm?é?Ä7', 'ÿyǼm?é?Ä7'),
4663('´¯¢^?<Y-+Mñg?Ã¥?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-idea.png', 0, '\nbÂ¥G9ÂÃ’4h\n$ë~Â', '\nbÂ¥G9ÂÃ’4h\n$ë~Â'),
4664('áV·Tä???÷®KoKÈ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-link.png', 0, '(`¡?µ(H]ì?à më0½', '(`¡?µ(H]ì?à më0½'),
4665('l??ÂÞë²cB±ª@$', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-note.png', 0, '»9÷QW b¤ÉòUò%õ½?', '»9÷QW b¤ÉòUò%õ½?'),
4666('ØGµù¦ÆU"??-[u', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-phone.png', 0, '?ß)ñeð`?G&]-¹', '?ß)ñeð`?G&]-¹'),
4667('ºR&?éÌqud:þ T', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-plus.png', 0, '¡6ñßWL±ëTh??9«', '¡6ñßWL±ëTh??9«'),
4668('0ÂAyl??.''aÃÂU', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-settings.png', 0, '§ÂÕ\r0rðIãËåV2', '§ÂÕ\r0rðIãËåV2'),
4669('\\ÙP?{å&ñ?ä9?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-skype.png', 0, 'tv@0\\V\Zè¥ÊÕó+¢ù', 'tv@0\\V\Zè¥ÊÕó+¢ù'),
4670('à ¦6~ÆUé??ô°¿?\0', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-star.png', 0, 'Ó\n8\0h?ò¦¥èD??·$', 'Ó\n8\0h?ò¦¥èD??·$'),
4671('ò?Pk?Ãi^?l?Æ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-thumbs.png', 0, 'à V?(îQ3{ÂÑ«Ãp', 'à V?(îQ3{ÂÑ«Ãp'),
4672('.©?@»k0?£Û:MÂ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-time.png', 0, 'O6à ??z,¦ÔSÓ', 'O6à ??z,¦ÔSÓ'),
4673('?û¾0?oØî?9¸sFÈ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-twitter.png', 0, '6>"UÂP*/Z0Fé_Jß', '6>"UÂP*/Z0Fé_Jß'),
4674('Âçï?ÃÕVr×)éÂÃÃ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/list-style-user.png', 0, '\ZÂ\Z¼&\0ZÇìm?', '\ZÂ\Z¼&\0ZÇìm?'),
4675('7¶Ìõ1òëõ?¼??µ¶', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/media-audio.jpg', 0, 'e?üt®?o?á?cÂ#AU', 'e?üt®?o?á?cÂ#AU'),
4676('Iy ?õ3$}ÿÓ?�', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/nivo-slider/arrows.png', 0, ' ²O\Zs¹îµÌbÛ~??Ê', ' ²O\Zs¹îµÌbÛ~??Ê'),
4677('\\.<1Âî´yPUÓõú?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/nivo-slider/bullets.png', 0, '*þzp??''?úl\\Â?', '*þzp??''?úl\\Â?'),
4678('eÈ:ÃôaÔ½{\rS?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/nivo-slider/loading.gif', 0, '?UeZÂ¥,QÊ1ÃŽ??', '?UeZÂ¥,QÊ1ÃŽ??'),
4679('?Õ?Úqµ÷ó×"[Åâ¦ê', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/quote-shell.png', 0, 'üÌ\réÉêIózcòæ#V/', 'üÌ\réÉêIózcòæ#V/'),
4680(' «üÂt\rÆeg õ5DÛK', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/quote.png', 0, '9\rÂïõ9µ?QöYF', '9\rÂïõ9µ?QöYF'),
4681('*3ÀÃ*Ã¥N?S(t¼/ç&', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/quote3.png', 0, 'ÂÔ#¡è?hv¦`&?n', 'ÂÔ#¡è?hv¦`&?n'),
4682('ë:?tld?æ|ÂÑá', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/service.png', 0, '¾»Â3h£ÃÂaS|k÷', '¾»Â3h£ÃÂaS|k÷'),
4683('çLÒÈ?|dr÷XµÃØ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/shadow_divider.png', 0, 'k"?T-H#?ø1¬pÂ', 'k"?T-H#?ø1¬pÂ'),
4684('EÂ?ÃSÛiu_ÂD??', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/social/facebook_16.png', 0, '*?ð«qÔÅV·?:?=??', '*?ð«qÔÅV·?:?=??'),
4685('áÿ??):¦iqQ¢]þ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/social/twitter_16.png', 0, 'Ã+\Z®å·~YU®Öü?&Â', 'Ã+\Z®å·~YU®Öü?&Â'),
4686('¿t°?÷¶o³,=ç»*ÂÃl', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/spoiler-closed.png', 0, '2WópR5RiÅüØ"ü', '2WópR5RiÅüØ"ü'),
4687('>LQZ³tXP5N ?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/spoiler-open.png', 0, '.?\rÃùP:?ÂM?OÂ+¾', '.?\rÃùP:?ÂM?OÂ+¾'),
4688('9S!?ü±1©´"?p>5', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/su_avatar.png', 0, 'ir|±E?8I°\nt]U7O=', 'ir|±E?8I°\nt]U7O='),
4689('Â5FyÕ=)´BâB9Ã', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/su_heading_bg.png', 0, '²îMdfPN?§©???', '²îMdfPN?§©???'),
4690('ÃŽ9ÃÆ>? ø#Rg¯<Cuº', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/tweet-3.png', 0, 'Ã’ÃŒA??xxá×ì3F¤', 'Ã’ÃŒA??xxá×ì3F¤'),
4691('?ö8â?=°?®8¤ÂE', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/twitter.png', 0, '_6?8Ó!ô"?¿oÃ¥', '_6?8Ó!ô"?¿oÃ¥'),
4692('\Z{\\??ö«,øB²8Ö', 'wp-content/themes/promotion/functions/shortcodes-ultimate/images/twitter2.png', 0, '?ÛWçæ)hé?D-iO\0�', '?ÛWçæ)hé?D-iO\0�'),
4693(':???ßÜ`\nf4 ¨EÎ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/admin.js', 0, 'Ë4Â?''?äwCp"E?', 'Ë4Â?''?äwCp"E?'),
4694('±ú"Tæâ?''gÎ3-', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/codemirror-css.js', 0, '¶c??¿?¨ÊM?Ãì6', '¶c??¿?¨ÊM?Ãì6'),
4695('eÚ?(*¨tà ??5tÃŽ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/codemirror.js', 0, 'T7?Éòqc¸!èÃÃT0', 'T7?Éòqc¸!èÃÃT0'),
4696('ÚZ+]iW\n ?[?ez7', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/flowplayer-3.2.6.min.js', 0, 'çÂâ·^£Ò[¥?;Gâ?^', 'çÂâ·^£Ò[¥?;Gâ?^'),
4697('ð?ÔÎFfIÞÕnìU-¬8', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/generator.js', 0, 'õ3Ú»L.#áû@ËjÒX', 'õ3Ú»L.#áû@ËjÒX'),
4698('Ây¶w?Ã’v?y!¨}', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/init.js', 0, '«é3Âu?ÂuÂü0??\n?ÿ', '«é3Âu?ÂuÂü0??\n?ÿ'),
4699('¯H\n??Tf1@pßúå7', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/jcarousel.js', 0, '&?³¢ôÃaå7nyA¢óü', '&?³¢ôÃaå7nyA¢óü'),
4700('\rñ?Ã…hýY\0áUþýÂ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/jquery.form.js', 0, 'ÃÃ;PÂ÷æ©^öø/', 'ÃÃ;PÂ÷æ©^öø/'),
4701('?ýFÃÙà Ì?Ö??ÃR', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/jquery.minitwitter.js', 0, '?Â&yÂñ¢:¿nQ?q?Â', '?Â&yÂñ¢:¿nQ?q?Â'),
4702('?O,µH@®*}ì o', 'wp-content/themes/promotion/functions/shortcodes-ultimate/js/nivoslider.js', 0, 'ª?+¨èß2:9bÆoØk6Ñ', 'ª?+¨èß2:9bÆoØk6Ñ'),
4703('¨`ÂÎP!Èë?~o?kñý', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-es_ES.mo', 0, '?Iihú?âm¸¸hÜo', '?Iihú?âm¸¸hÜo'),
4704('\\(??V*ú\r±??$â«', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-es_ES.po', 0, 'Â???ÂÂà ?DÃÃé', 'Â???ÂÂà ?DÃÃé'),
4705('ÀO?³q?ÜÃC]U\ZlÄfk', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-fr_FR.mo', 0, '` iQÖ?ÂP¤Rõ,C?', '` iQÖ?ÂP¤Rõ,C?'),
4706('Ti©°O¨Â£?ÃÑr®ï', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-fr_FR.po', 0, 'dµà ?aa]Ê?hH@#', 'dµà ?aa]Ê?hH@#'),
4707(',/*Ã’V*»R³yÃ/?Ù', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-ru_RU.mo', 0, 'aÂ?Â?H?²?4?DO=', 'aÂ?Â?H?²?4?DO='),
4708('^?(?1Ë-ÂÃŽ? Uu', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate-ru_RU.po', 0, 'm\Z?@9.ô\nO?', 'm\Z?@9.ô\nO?'),
4709('¿âºøÀA^ÈÌVÛ?\n', 'wp-content/themes/promotion/functions/shortcodes-ultimate/languages/shortcodes-ultimate.pot', 0, '?*Â9=ǻ6l,.º?:', '?*Â9=ǻ6l,.º?:'),
4710('F$ȕ?Ü?Þwc\\?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/admin.php', 0, 'xRÃ… ªÂöô:??®', 'xRÃ… ªÂöô:??®'),
4711('b°`Ôþ¹}?êO©øú#', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/available.php', 0, 'tÿW4wä.¨4KÔÈjd', 'tÿW4wä.¨4KÔÈjd'),
4712('¾Âõ?<lð;5"?ö3ôÕ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/color.php', 0, '¢¾Â¤5/B+Ãý\0xº&', '¢¾Â¤5/B+Ãý\0xº&'),
4713('?úX\\''¸?ÿ?×?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/csv.php', 0, '{H·^nÆw9B)w?±y', '{H·^nÆw9B)w?±y'),
4714('óÃ1lu4º?9È ©Vu?', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/flowplayer-3.2.7.swf', 0, '³¯ò«æÑ|ÓØå?', '³¯ò«æÑ|ÓØå?'),
4715('G!w?údøË$ÈØÌ#\0', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/flowplayer.audio-3.2.2.swf', 0, '?Â?ÿ9Ä|hWÂ"uRà f', '?Â?ÿ9Ä|hWÂ"uRà f'),
4716('ÞEþO mJ-¼ü??óê', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/flowplayer.controls-3.2.5.swf', 0, '¿ñ¸³WóÒÕ?G?yÿ?\n', '¿ñ¸³WóÒÕ?G?yÿ?\n'),
4717('?¢$Ãöy9è?e?£±', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/generator.php', 0, '`?3á+?òü»ì¿Î', '`?3á+?òü»ì¿Î'),
4718('ë?8?|c,L?qRÓÓ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/media.php', 0, 'bÃ×9??\rV>ÂÛ8>8G', 'bÃ×9??\rV>ÂÛ8>8G'),
4719('ÂKagÙý??d.Â@ãþo', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/shortcodes.php', 0, 'ã\r°a<Âõv9bh?ág?õ', 'ã\r°a<Âõv9bh?ág?õ'),
4720('UKÖÇ{§½ÊWÂù?Ø', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/timthumb.php', 0, 'ø03QDs¼?Eû\rÖõÂa', 'ø03QDs¼?Eû\rÖõÂa'),
4721('*?qxLé¬Ò??', 'wp-content/themes/promotion/functions/shortcodes-ultimate/lib/twitter.php', 0, 'PÆ ,=9ì.¸êã7,8', 'PÆ ,=9ì.¸êã7,8'),
4722('pýó\0f_Ã9t³ÃT', 'wp-content/themes/promotion/functions/shortcodes-ultimate/readme.txt', 0, '=Y©\né}k?RS\ntÇv ', '=Y©\né}k?RS\ntÇv '),
4723('À§Ùx??¿oLÿ¦0Ã1r', 'wp-content/themes/promotion/functions/shortcodes-ultimate/screenshot-1.png', 0, '9@ ÃS¯·???ïv@à ', '9@ ÃS¯·???ïv@à '),
4724('?0<WÓV2\Zlîd?²?E', 'wp-content/themes/promotion/functions/shortcodes-ultimate/screenshot-2.png', 0, 'Â?Ã??·;Â??.:-Â', 'Â?Ã??·;Â??.:-Â'),
4725('8?õQ?\rWñN=§/?Æ', 'wp-content/themes/promotion/functions/shortcodes-ultimate/screenshot-3.png', 0, 'I`ûl?áËE"Å8±AlØ', 'I`ûl?áËE"Å8±AlØ'),
4726('}t?$}ìMÔ£q¥È:s', 'wp-content/themes/promotion/functions/shortcodes-ultimate/screenshot-4.png', 0, 'Oòa?''?~/a=?û', 'Oòa?''?~/a=?û'),
4727('qHñ@?vØ| õ>,', 'wp-content/themes/promotion/functions/shortcodes-ultimate/shortcodes-ultimate.php', 0, '£ÂÿNòeÕCáwSãH®»', '£ÂÿNòeÕCáwSãH®»'),
4728(']ÿÕb$¾\rxÒò^½?', 'wp-content/themes/promotion/functions/sidebar/per-page-sidebars.php', 0, 'g?Ãr]Þ?1îÃX<', 'g?Ãr]Þ?1îÃX<'),
4729('~®K?ª?tþ4BÂ', 'wp-content/themes/promotion/functions/sidebars.php', 0, '=ÄúQÃ9ÇC~¤p?h$Â', '=ÄúQÃ9ÇC~¤p?h$Â'),
4730('úü;?lÃn¿?¢#î3Uñ', 'wp-content/themes/promotion/functions/theme_options/assets/css/style-classic.css', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
4731('ú®¡Âe?\nà µeÃ’,vl?', 'wp-content/themes/promotion/functions/theme_options/assets/css/style.css', 0, 'ÆA?ÔKSu×åôkón;', 'ÆA?ÔKSu×åôkón;'),
4732('è·|[?¼[Ã,>u¨', 'wp-content/themes/promotion/functions/theme_options/assets/images/black_px.png', 0, '-x??½ÖqÂ¥?D¢?UÃ…sÂ', '-x??½ÖqÂ¥?D¢?UÃ…sÂ'),
4733('sÉÉ?Àl\r:£?dþ', 'wp-content/themes/promotion/functions/theme_options/assets/images/btn.png', 0, 'K~Ëoî[9×?0s/k', 'K~Ëoî[9×?0s/k'),
4734('5I(ië?gó)??p{NÌ', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_bg.png', 0, '?,·[ø²Èq8D?Üc³V', '?,·[ø²Èq8D?Üc³V'),
4735('þÿu¸??N(zù?ö?}Ã', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_hex.png', 0, '?(=Dh´òq¶0Ã…)?', '?(=Dh´òq¶0Ã…)?'),
4736('C?RÇ?ÂÊ!üá`@¬', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_hsb_b.png', 0, 'X¼?Û?öLg÷?\Z%5c', 'X¼?Û?öLg÷?\Z%5c'),
4737('?c7??¡Â×Ã2Z0??', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_hsb_h.png', 0, '>Â¥Ãö Ûq´az±??ü?', '>Â¥Ãö Ûq´az±??ü?'),
4738('ÿ±Xn]$ÂÉÓÃãy²', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_hsb_s.png', 0, '%Àsï_!#¿?¾h¿ÿ«', '%Àsï_!#¿?¾h¿ÿ«'),
4739('?¢×xùB?ÈZ ¥p×ø', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_indicator.png', 0, 'Ñ??#ãWï11?ÿh~', 'Ñ??#ãWï11?ÿh~'),
4740('ÕÃñMæÃP?Ã…7?', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_overlay.png', 0, '?8ÿÚ\r2½*??''P', '?8ÿÚ\r2½*??''P'),
4741('0þ/4f×ãÉáCÙ', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_rgb_b.png', 0, '????SOÃ…0^Ãä¡', '????SOÃ…0^Ãä¡'),
4742(',¡`æR?á?E\n??±', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_rgb_g.png', 0, '®???ñþ¤»?\nÔA¦ï', '®???ñþ¤»?\nÔA¦ï'),
4743('úô¨Ãþ¥§DP \0?~¨', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_rgb_r.png', 0, '.ãª/å³;?îFÕ', '.ãª/å³;?îFÕ'),
4744('U[»?HU¥ÿÿ?¥?\nB', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_select.gif', 0, 'ÎÄd*ðÌáHç»wï?', 'ÎÄd*ðÌáHç»wï?'),
4745('?ÂjD ??Øîz\0', 'wp-content/themes/promotion/functions/theme_options/assets/images/colorpicker/color_wheel.png', 0, 'è>?aÞg±ñÅ?³Î;u', 'è>?aÞg±ñÅ?³Î;u'),
4746('G£''I?ûßmFÒÿ*?', 'wp-content/themes/promotion/functions/theme_options/assets/images/empty.gif', 0, 'Ö\n°á?«ÆB»t?U', 'Ö\n°á?«ÆB»t?U'),
4747('Òï÷=è?õ¬Ã|×öÎËø', 'wp-content/themes/promotion/functions/theme_options/assets/images/header.png', 0, 'ÑlBj?Å·á?ø¬', 'ÑlBj?Å·á?ø¬'),
4748('©k3ã-/º!g\nv_]', 'wp-content/themes/promotion/functions/theme_options/assets/images/header_classic.png', 0, 'Ç\rVêjèc%ÂÂ¥>òû', 'Ç\rVêjèc%ÂÂ¥>òû'),
4749('à 9qÔs?ï¦a?Ãö6ñ', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_add.png', 0, '?ÃÌ?£¬??A)2Hó', '?ÃÌ?£¬??A)2Hó'),
4750('?x»?öÅaBr?N?à "Qq', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_arrow.png', 0, 'rRîòÿü=ëÑÖò;3¨?', 'rRîòÿü=ëÑÖò;3¨?'),
4751('¢¨¦\n$??l0»õ¢=Bü', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_classic.png', 0, '?p?ð?UÔÞo.?w6G', '?p?ð?UÔÞo.?w6G'),
4752('?©ö?j?áiÃßæmÂÕ', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_dark.png', 0, '§ÂÕ\r0rðIãËåV2', '§ÂÕ\r0rðIãËåV2'),
4753('ø«´?èÉHÚg\0ëOÂû[ª', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_delete.png', 0, 'hFÂ¥|Ã’?xdg_+', 'hFÂ¥|Ã’?xdg_+'),
4754('oßk#¢?\0�=?\\b', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_edit.png', 0, '?f&îó\\{ëO¨P2PB', '?f&îó\\{ëO¨P2PB'),
4755('0?ÃÕÕÕie- Ã¥]ÊÇ', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_error.png', 0, 'äÃQôefÃ<êÃÉ\0¿/ß', 'äÃQôefÃ<êÃÉ\0¿/ß'),
4756('ûZøz´ú\\_\r?õ8A', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_header.png', 0, '??Â`KÃ¥?×å@>~òË', '??Â`KÃ¥?×å@>~òË'),
4757('Ãm?[ªk?ª`Ê\rO?', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_off.png', 0, 'Â{ªærUjÂ-?m? £\\', 'Â{ªærUjÂ-?m? £\\'),
4758('noÂ¥=DÓgþ??êG?è?', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_on.png', 0, '¨?:ÂpA1^MNl', '¨?:ÂpA1^MNl'),
4759('%1t®?¥\n?\0(²ª', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_option.png', 0, '?dÇÙbÎ?0?x ¬', '?dÇÙbÎ?0?x ¬'),
4760('%¸f ?,4?`?#ys', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_option_classic.png', 0, '?»?q??±~Ã\\ÓU¬TP', '?»?q??±~Ã\\ÓU¬TP'),
4761('?¤±·9õ?suN?o', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_up.png', 0, '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ', '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ'),
4762('2?ºçùýd?¥Â ¨=dõ', 'wp-content/themes/promotion/functions/theme_options/assets/images/icon_up_down.png', 0, 'ì¸S?Zw ?kgå??³', 'ì¸S?Zw ?kgå??³'),
4763('jvq Éi+¢¶/Z¨', 'wp-content/themes/promotion/functions/theme_options/assets/images/logo_classic.png', 0, 'Kh{J6swò¨kniy', 'Kh{J6swò¨kniy'),
4764('L\\è?ÃÃ¥bÃGúç:R?Â', 'wp-content/themes/promotion/functions/theme_options/assets/images/logo_dark.png', 0, 'ør$?E¡{-??ïÛÄ?', 'ør$?E¡{-??ïÛÄ?'),
4765('W/ëe.ÕDÎîÎv?ýz$Ã', 'wp-content/themes/promotion/functions/theme_options/assets/images/pre_bg.gif', 0, '?[g4?Mc·?^O¿×', '?[g4?Mc·?^O¿×'),
4766('y%»|Ñ,Ú¥?X??f`', 'wp-content/themes/promotion/functions/theme_options/assets/images/pre_classic_bg.gif', 0, 'ÈXën(²éU$]ãH??', 'ÈXën(²éU$]ãH??'),
4767(',$|É?#?úÛå¥Ê', 'wp-content/themes/promotion/functions/theme_options/assets/images/select.png', 0, '??ñ×ëà F?ÿ-??', '??ñ×ëà F?ÿ-??'),
4768('.½Z|rì°Ãv¡Ã]ÃG', 'wp-content/themes/promotion/functions/theme_options/assets/images/tabs_bg.png', 0, '<ã}/Ä*???ØpÈç', '<ã}/Ä*???ØpÈç'),
4769('W7ð§åW¾õ|¦C?µ', 'wp-content/themes/promotion/functions/theme_options/assets/images/tabs_bg_classic.png', 0, 'D.ôR\0O/:ǧ?û?', 'D.ôR\0O/:ǧ?û?'),
4770('zb%vG7q¡ÂîO?', 'wp-content/themes/promotion/functions/theme_options/assets/images/toggle_tabs.png', 0, 'UÂþÔü=¤bÎâ(Â???', 'UÂþÔü=¤bÎâ(Â???'),
4771('?(ëþ?ç÷kç3¢w', 'wp-content/themes/promotion/functions/theme_options/assets/images/white_px.png', 0, '2`âÃ???¼?;ÀÃ', '2`âÃ???¼?;ÀÃ'),
4772('èëßÃz?ÕCæ@?E«;¸Û', 'wp-content/themes/promotion/functions/theme_options/assets/js/jquery.color.picker.js', 0, '·¸gÿÀW?ýa?*+?\\²á', '·¸gÿÀW?ýa?*+?\\²á'),
4773('??''}v9? @\n?ó¥9', 'wp-content/themes/promotion/functions/theme_options/assets/js/jquery.option.tree.js', 0, 'a¯¯z6mc?ËÚ/??n¥<', 'a¯¯z6mc?ËÚ/??n¥<'),
4774('Eú??rDzÔT!f6ô@ø', 'wp-content/themes/promotion/functions/theme_options/assets/js/jquery.table.dnd.js', 0, '½³M?øNA?fëwø?k', '½³M?øNA?fëwø?k'),
4775('?¡T?Ãf~fÞc2l', 'wp-content/themes/promotion/functions/theme_options/assets/option-tree/layouts.txt', 0, 'ô?#â´à Âæbj1ñ"nä', 'ô?#â´à Âæbj1ñ"nä'),
4776('?OS?}ÃòBô¡\0ÖÄ', 'wp-content/themes/promotion/functions/theme_options/assets/option-tree/theme-options.txt', 0, 'õ¡§2p½nZ¯B°2c?', 'õ¡§2p½nZ¯B°2c?'),
4777('M ÙH??+r>?á~3j', 'wp-content/themes/promotion/functions/theme_options/assets/option-tree/theme-options.xml', 0, 'Ã…?ÂðqÈqÃòü·~1*?', 'Ã…?ÂðqÈqÃòü·~1*?'),
4778('ÂÃ\0e×z}?8EÄ þØ', 'wp-content/themes/promotion/functions/theme_options/classes/class.admin.php', 0, '*ÿL?*vÃ{ùá&2\ZÔé', '*ÿL?*vÃ{ùá&2\ZÔé'),
4779('?¢k¿ãÃw Ã¥$Ø÷¦!', 'wp-content/themes/promotion/functions/theme_options/front-end/docs.php', 0, 'f&HÇ( BteâÃG¼?ûÞ', 'f&HÇ( BteâÃG¼?ûÞ'),
4780('dvô,4h?Pæ"?', 'wp-content/themes/promotion/functions/theme_options/front-end/options.php', 0, 'ÊU?õÌþ?5Â\r?v', 'ÊU?õÌþ?5Â\r?v'),
4781('?\01?>?ÂqªXñÂ', 'wp-content/themes/promotion/functions/theme_options/front-end/settings.php', 0, 'Ââ¨\0\r)?ØË-ojëÔ', 'Ââ¨\0\r)?ØË-ojëÔ'),
4782('ØH|?âFtqs¡ó¾V', 'wp-content/themes/promotion/functions/theme_options/functions/admin/category.php', 0, 'òñ\rñ&ÛK)¡''µ5èX', 'òñ\rñ&ÛK)¡''µ5èX'),
4783('ë¨W?øm¶?}"¾', 'wp-content/themes/promotion/functions/theme_options/functions/admin/checkbox.php', 0, 'Nµ?G[?m??Ã¥\Z?½??', 'Nµ?G[?m??Ã¥\Z?½??'),
4784('ÃŒ],Iv?orÓËÃFÂ¥s+', 'wp-content/themes/promotion/functions/theme_options/functions/admin/colorpicker.php', 0, '%?)?ÂØh3!º Èvö', '%?)?ÂØh3!º Èvö'),
4785('IÅl÷½Cc±G}ÄâB', 'wp-content/themes/promotion/functions/theme_options/functions/admin/custom-post.php', 0, '?uü?¾??üÖÜW?®°¶', '?uü?¾??üÖÜW?®°¶'),
4786('¾×?á?nQ~õ?ÃûJ', 'wp-content/themes/promotion/functions/theme_options/functions/admin/export.php', 0, '¡Ê,?B{«P:?öÞ', '¡Ê,?B{«P:?öÞ'),
4787('??ý??5w??;½?', 'wp-content/themes/promotion/functions/theme_options/functions/admin/heading.php', 0, 'ó?vî[»Y??º??', 'ó?vî[»Y??º??'),
4788('uD?rd\0Ùë,º¥?ûëC', 'wp-content/themes/promotion/functions/theme_options/functions/admin/input.php', 0, '0[&ÃZ$?Æ?KQ?qZ', '0[&ÃZ$?Æ?KQ?qZ'),
4789('ë6ô\rÒâü?±ºk=?5Ñ', 'wp-content/themes/promotion/functions/theme_options/functions/admin/measurement.php', 0, '?PMæ¡®LXÂOÂ\n', '?PMæ¡®LXÂOÂ\n'),
4790('¯NéÕRpÞ\r(þ?ðT', 'wp-content/themes/promotion/functions/theme_options/functions/admin/page.php', 0, '?¦wÃ…YäE?·Ã÷?Ü''´', '?¦wÃ…YäE?·Ã÷?Ü''´'),
4791('lÃÇR?C ¬"Nô?', 'wp-content/themes/promotion/functions/theme_options/functions/admin/post.php', 0, '[ùâ´''\Z;~o$?3èÌîÜ', '[ùâ´''\Z;~o$?3èÌîÜ'),
4792('WïÄ4ÃŒm«û??J¤R', 'wp-content/themes/promotion/functions/theme_options/functions/admin/radio.php', 0, 'K?uvôÌ!s}?? Ãn', 'K?uvôÌ!s}?? Ãn'),
4793(';33¾Y§[¢?þö:Y', 'wp-content/themes/promotion/functions/theme_options/functions/admin/select.php', 0, 'rX??.ÜZIÕ]?b', 'rX??.ÜZIÕ]?b'),
4794('L12?K?->?ÓòÚT', 'wp-content/themes/promotion/functions/theme_options/functions/admin/slider.php', 0, 'ÄD#¢Vþz¹(ý¬ª?ù¥', 'ÄD#¢Vþz¹(ý¬ª?ù¥'),
4795('I¦?ÕaÂâîÊp¾¥rY', 'wp-content/themes/promotion/functions/theme_options/functions/admin/tag.php', 0, 'Â[¼?ÆëË\rk?×kc(', 'Â[¼?ÆëË\rk?×kc('),
4796('ò·ÂÃ?À ¸æ¨¦Z', 'wp-content/themes/promotion/functions/theme_options/functions/admin/textarea.php', 0, 'ëµS"û.?Äc¼''»»ßÛ', 'ëµS"û.?Äc¼''»»ßÛ'),
4797('\Z?½²ù8`óD¡(Ä?Ù', 'wp-content/themes/promotion/functions/theme_options/functions/admin/textblock.php', 0, 'O¸óÒõîä+ÒÚë', 'O¸óÒõîä+ÒÚë'),
4798('Dãa??è?Ã-L?´?bk', 'wp-content/themes/promotion/functions/theme_options/functions/admin/upload.php', 0, 'òÓ¶©lðÒVKn ?&', 'òÓ¶©lðÒVKn ?&'),
4799('1GE1¾üI¢ýî*³ëX', 'wp-content/themes/promotion/functions/theme_options/functions/functions.load.php', 0, 'g?ñöj?£?i??Æß7)"', 'g?ñöj?£?i??Æß7)"'),
4800('G¶???5?vj(?#', 'wp-content/themes/promotion/functions/theme_options/functions/get-option-tree.php', 0, '¹?~?*?ÆWN??)ÉX?', '¹?~?*?ÆWN??)ÉX?'),
4801('×׿z$?ðP3Â¥÷*??', 'wp-content/themes/promotion/functions/theme_options/index.php', 0, 'N×û?? {Â0«põ', 'N×û?? {Â0«põ'),
4802('7XÄQÜSFèH´ö$ØJ', 'wp-content/themes/promotion/functions/theme_options/license.txt', 0, 'd°Ê\rÆóÂû=×ï;9xO', 'd°Ê\rÆóÂû=×ï;9xO'),
4803('uðf°?fÂ¥? ö?nKêg', 'wp-content/themes/promotion/functions/theme_options/readme.txt', 0, 'ÜÓCû|?=ÜæÃ\0v14_', 'ÜÓCû|?=ÜæÃ\0v14_'),
4804('îÃDùiþ[T+X?Ñ?', 'wp-content/themes/promotion/functions/theme_options/screenshot-1.png', 0, 'HªÂ?JêæGzßã?Ô', 'HªÂ?JêæGzßã?Ô'),
4805('}?Þ"ÿ¥?L?3*w=TQ', 'wp-content/themes/promotion/functions/theme_options/screenshot-2.png', 0, '\rª=n@u¸No?Â', '\rª=n@u¸No?Â'),
4806('Èg}Ä??þ?\rU', 'wp-content/themes/promotion/functions/theme_options/screenshot-3.png', 0, 'EX?ñ??GI¾êÕ2i7', 'EX?ñ??GI¾êÕ2i7'),
4807('NÂ¥&ý«m¡¥CkNWÛ;', 'wp-content/themes/promotion/functions/theme_options/theme_option_data/theme-options.txt', 0, 'çÅy4*Â''?ÂÉ(+~Ú5', 'çÅy4*Â''?ÂÉ(+~Ú5'),
4808('?S¾÷ ë?uA??6U', 'wp-content/themes/promotion/functions/theme_options/theme_option_data/theme-options.xml', 0, 'ëAëO1÷°^þ?dL?', 'ëAëO1÷°^þ?dL?'),
4809('fÞ,?ë?|?¾ÓJ»?Ã', 'wp-content/themes/promotion/functions/widgets/recent-posts-widget.php', 0, 'S®H-\\?p? é¬8"?', 'S®H-\\?p? é¬8"?'),
4810('?ÊOÃÈãN?Û=:¹gr', 'wp-content/themes/promotion/functions/widgets/sidebar-login/sidebar-login.php', 0, '>ékÃ%¨\0?NùBzbÃU', '>ékÃ%¨\0?NùBzbÃU'),
4811('ÿshà ú???%òü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/asmallworld.png', 0, '?³dfÄ?INJ¯Ã)ÄÑw', '?³dfÄ?INJ¯Ã)ÄÑw'),
4812('¿Â7°s?Ã’mM????Q', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/bandcamp.png', 0, '($X`ð. qC7ý??Ö', '($X`ð. qC7ý??Ö'),
4813('¢º´T?¦??ê4ÃŒ?ËÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/bbb.png', 0, '¾z;7?¹ORòÖ?æ3', '¾z;7?¹ORòÖ?æ3'),
4814('¡7ÀZ¶ÊW³§ÜÀ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/blogger.png', 0, '?�ä/?Orv(±³#ñ', '?�ä/?Orv(±³#ñ'),
4815('!hÑ:?©·?à _?Q', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/buzz.png', 0, '\0?@?k·qùäÎ,', '\0?@?k·qùäÎ,'),
4816('X¼?8&¼?©???', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/delicious.png', 0, '4uxåOp?A~??HÆ', '4uxåOp?A~??HÆ'),
4817('?i·#ÂÃŽ6?ßÕ7{', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/deviantart.png', 0, '?óÃ÷9jC×Î?^>[', '?óÃ÷9jC×Î?^>['),
4818('ú??l8äu£Q¤ßÞ(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/digg.png', 0, 'øjRß&�l8ªr?F', 'øjRß&�l8ªr?F'),
4819('Z²å ?]w{Dv°]', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/digitaltunes.png', 0, 'V?HÈMÚ<?æ"5Xª', 'V?HÈMÚ<?æ"5Xª'),
4820('ÈÃ- £ô¹ðð¼''?Ìâ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/ebay.png', 0, 'R5k0aö?)1t?æ', 'R5k0aö?)1t?æ'),
4821(' §´òÂ\\¡Çökà =fÕÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/email.png', 0, 'Êà ?¥ª×\\HUºø0CIú', 'Êà ?¥ª×\\HUºø0CIú'),
4822('z]?? 2?GEqÙñH\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/etsy.png', 0, 'Ó+×b?ø>m\rk6AÌÈv', 'Ó+×b?ø>m\rk6AÌÈv'),
4823('l?©¿ûÑ??P¹Ö ¨', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/facebook.png', 0, 'é?GËÙ?P?3D5}?', 'é?GËÙ?P?3D5}?'),
4824('Ö??ø=?''+B½~¾³ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/flickr.png', 0, 'A9uyO?+Ñsk¯Âq!m', 'A9uyO?+Ñsk¯Âq!m'),
4825('i8ân6?Âñ3?¢·©ê¦', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/flixster.png', 0, 'Õ?±µº?CHrV?t', 'Õ?±µº?CHrV?t'),
4826('ÃôÞSÂëÓ?ì{Üå×', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/foursquare.png', 0, '?Zð¼s)ÿfǼ¹8ß?', '?Zð¼s)ÿfǼ¹8ß?'),
4827('{??\\:¨(Öû??|ë', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/friendfeed.png', 0, '>Ù|?d??NLÃ=''', '>Ù|?d??NLÃ='''),
4828('èÂô@õÉÞ?4vÂ? ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/hulu.png', 0, 'ÃT¼×OGjù?¨Çø?ZØ', 'ÃT¼×OGjù?¨Çø?ZØ'),
4829('#çX8 1\\\\?}UÓÇú{', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/hyves.png', 0, 'ÂohK×LËþ/ï÷BßFeÂ', 'ÂohK×LËþ/ï÷BßFeÂ'),
4830('w~?¨Óbòï''Ã.ö?M', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/imdb.png', 0, '¤ÃÆ>qó??z<}qßþ', '¤ÃÆ>qó??z<}qßþ'),
4831('y¼³EEu\r½ÃdUEÅÇ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/lastfm.png', 0, 'ò]?´¼5øo,±?)ÉáÃ', 'ò]?´¼5øo,±?)ÉáÃ'),
4832('/©}ðo ÌýXÃÛ ÃÔY', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/linkedin.png', 0, 'ë)<Âjñ?Â\n?ôÇë\0|', 'ë)<Âjñ?Â\n?ôÇë\0|'),
4833('¹øU?:Ù\Z/?l\ZÃ*^', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/live365.png', 0, '?ò]?=#È(?¸hN\06', '?ò]?=#È(?¸hN\06'),
4834('ªêÊIL?NkáÚ$?-', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/meetup.png', 0, 'Â¥lÛvÓb9£K?ðw±Ãó', 'Â¥lÛvÓb9£K?ðw±Ãó'),
4835('¹¥IæYU9ü¸0ä^vM', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/merchantcircle.png', 0, 'Âd¯?pÃŒO\rI?¹ªeì', 'Âd¯?pÃŒO\rI?¹ªeì'),
4836('¥T½ë(TÆd?l"o}*©', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/myspace.png', 0, 'x{1ÓtShÚD£ð?=', 'x{1ÓtShÚD£ð?='),
4837('ÆQ]?òûyVú^¼?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/orkut.png', 0, '([Xà ®?¦4°Ä+g', '([Xà ®?¦4°Ä+g'),
4838('ðò>ÂìÃ*>?Ê?üÑÎ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/pandora.png', 0, 'õ£?eÓy62é??~z6|?', 'õ£?eÓy62é??~z6|?'),
4839('?S¡?0W''ú¤w½´Ãß\\S', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/picasa.png', 0, '?!?´?Ü÷"?¨¹e}Ã…"', '?!?´?Ü÷"?¨¹e}Ã…"'),
4840('?kdUtM?ö°y§[7bå/', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/ping.png', 0, '&¼.c?·Qe?G', '&¼.c?·Qe?G'),
4841('LiÕr]$Hµ8ÅWòo¶c', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/plancast.png', 0, '??=3j56ô?ì+&IìÆ', '??=3j56ô?ì+&IìÆ'),
4842('«7G¹åw>,ìk½%Æk%', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/reddit.png', 0, '{.8?5|?a3?À,?-±', '{.8?5|?a3?À,?-±'),
4843(':ôbhH?¥ðj??¸¶z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/rss.png', 0, '\0å:&1\0~2?ª½8DL', '\0å:&1\0~2?ª½8DL'),
4844('[ÿdù;?òQgìGqÒ!', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/skype.png', 0, ',°JX\r�9I=ª)BCJ', ',°JX\r�9I=ª)BCJ'),
4845('¬éùU1Â\nOðIQ?>', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/slideshare.png', 0, 'Hda×óÔZZrçSvHY', 'Hda×óÔZZrçSvHY'),
4846('¡?ÿ ê?O4v~ú©éÿl', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/soundcloud.png', 0, 'x2?ý?ÿ²h??a^', 'x2?ý?ÿ²h??a^'),
4847('\0?á?¦??è{Ã?ÅÚO', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/steam.png', 0, 'y¬¸PbèhÂE~(?''?', 'y¬¸PbèhÂE~(?''?'),
4848('R]?*ñûÆ_q]1\rGÃDJ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/stumble.png', 0, 'f.ÅÚE^\Z.?\ZÇl¤/', 'f.ÅÚE^\Z.?\ZÇl¤/'),
4849('µ¤Uô???\Z?±ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/talk.png', 0, '¶¨ã0Db?;¸ÃãYo', '¶¨ã0Db?;¸ÃãYo'),
4850('ÃB\0§ùÀ8R XK?§?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/tumblr.png', 0, 'Ü?t):s?I??ðÆ¤°', 'Ü?t):s?I??ðÆ¤°'),
4851(';Æcr?Õ*?nf7·þÿ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/tungle.png', 0, '0goEè4÷''ð»\\V?', '0goEè4÷''ð»\\V?'),
4852('÷?þ+??·ìºÖg°2?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/twitter.png', 0, '}?C»?C;??eÜÌÌ', '}?C»?C;??eÜÌÌ'),
4853('~Ü÷¥ñÃðÖ?#õ`', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/ustream.png', 0, '#/à IgÃ…A¼Àê©Ì;Â', '#/à IgÃ…A¼Àê©Ì;Â'),
4854('M!???ÔÃ^Ôj?ÂI', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/vimeo.png', 0, ']¿?#Ä..ȍ?V?', ']¿?#Ä..ȍ?V?'),
4855('?)ó?x\rG?^®', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/wordpress.png', 0, 'ë½Vé?%þrßÓã?Ã¥;', 'ë½Vé?%þrßÓã?Ã¥;'),
4856('¿?®O?þP?ÇÌ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/yelp.png', 0, '?Ú D¥kX?ål?þâ?', '?Ú D¥kX?ål?þâ?'),
4857('?¬MCDg??ö#0-Ã\03°', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/16/youtube.png', 0, 'He?¬x0/T\nÕÃ^R>O', 'He?¬x0/T\nÕÃ^R>O'),
4858('&?Ax??ÙØQ¦è©Sdà ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/asmallworld.png', 0, '}ÃR²nX\rÂû²èÕ}·', '}ÃR²nX\rÂû²èÕ}·'),
4859('â·ÃÎlÂCü?á?ß3', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/bandcamp.png', 0, 'ýÈåÄo9KTñM¦òÊ', 'ýÈåÄo9KTñM¦òÊ'),
4860('·:?o±û?V0ÓË,', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/bbb.png', 0, 'ZWªÎ(?â?_D¥6?', 'ZWªÎ(?â?_D¥6?'),
4861('[°\rg·Ãk6Ââó\nèsÞ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/blogger.png', 0, '¬Âzñ£Rl1Ã};;lÃ…Ã', '¬Âzñ£Rl1Ã};;lÃ…Ã'),
4862('"?ün³m?ô®\0²? ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/buzz.png', 0, 'ÃÃ¥?ւW?{??½?', 'ÃÃ¥?ւW?{??½?'),
4863('?¡?ÃŽÃF9ûõñ?ì"ª^ ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/delicious.png', 0, '×Ü?0??o £óÙÊ{', '×Ü?0??o £óÙÊ{'),
4864('?¸*Écö8>r?¡?Ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/deviantart.png', 0, '\nÂM?Àcï»Ûæ?lßJ', '\nÂM?Àcï»Ûæ?lßJ'),
4865('ÃÙÕÃ?¸ÀÆO¾?ã7', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/digg.png', 0, 'ih, u?Â;K²Â¾', 'ih, u?Â;K²Â¾'),
4866('Ø{ÃŒt?ÕÂó,ðãÂð?\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/digitaltunes.png', 0, 'dÀ3-?n¨I. ²O?Ãe', 'dÀ3-?n¨I. ²O?Ãe'),
4867('H]Ã…??¸ßZt2ÂB6L\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/ebay.png', 0, '^?Rï?²XJ?úC¿ì', '^?Rï?²XJ?úC¿ì'),
4868('â<?ª\niÙò9æ??O', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/email.png', 0, '?¶¬ñ3Ã?4ï§Ã½fÇ', '?¶¬ñ3Ã?4ï§Ã½fÇ'),
4869('??<?[?tb¥@b', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/etsy.png', 0, '´ÅÜõm6«°?Vf??ö<', '´ÅÜõm6«°?Vf??ö<'),
4870('Ã1AÄ@?¢?zRRéÂÌ$?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/facebook.png', 0, 'Fö`Ô\ZJ{Ãà -,?Ò¯å', 'Fö`Ô\ZJ{Ãà -,?Ò¯å'),
4871('?9ê?ZQ"t"(\Z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/flickr.png', 0, 'ìS®?|ãÃ÷Óó½\0', 'ìS®?|ãÃ÷Óó½\0'),
4872('òDókÂì|?ÅþUA', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/flixster.png', 0, '>ÂQ?q?øº\n?n?!', '>ÂQ?q?øº\n?n?!'),
4873('TÀ{Ä?U)´¹?ø¯>bu', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/foursquare.png', 0, 'hséµ\Z`AÃ…VzÂ1', 'hséµ\Z`AÃ…VzÂ1'),
4874('äJ3\0¨A*?õKãwq', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/friendfeed.png', 0, 'ÂA3Èr?¶¹·i?Ùsõ', 'ÂA3Èr?¶¹·i?Ùsõ'),
4875('êxù?ÎBa0À', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/hulu.png', 0, '[Àu¹_~ìi_äÑòÄ4M³', '[Àu¹_~ìi_äÑòÄ4M³'),
4876(' µ¢¢>ZVß:?h¸F', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/hyves.png', 0, 'Èý.øòÃÃ^2?mêå;?', 'Èý.øòÃÃ^2?mêå;?'),
4877('�\n¥?u]j?"bt', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/imdb.png', 0, '\nÉj5?\r{)§m??*õ', '\nÉj5?\r{)§m??*õ'),
4878('???Hôø·à ø¸?Âcè´', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/lastfm.png', 0, '/?<)]þ??âóø', '/?<)]þ??âóø'),
4879('9ÃfÈÑ?ñ?bÿmþ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/linkedin.png', 0, '?!Àd4SÂ¥ÂSQ¬¥¶Úö', '?!Àd4SÂ¥ÂSQ¬¥¶Úö'),
4880('F?ÞñY?Ã¥?d:?ÂËW', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/live365.png', 0, 'e{sÃÉ(¾%??ÿ&֊', 'e{sÃÉ(¾%??ÿ&֊'),
4881('Õµ¾?ém©úÂ9K', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/meetup.png', 0, 'm4?'',ë!ÿåj©2ÉÚô', 'm4?'',ë!ÿåj©2ÉÚô'),
4882('^oõ§Qi ÷ù8a#³', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/merchantcircle.png', 0, 'Ãi3<÷vHµ\\ó~?»xÂ', 'Ãi3<÷vHµ\\ó~?»xÂ'),
4883('÷rm>¢nÃ¥Â]\\[ï¿IÛ\Z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/myspace.png', 0, 'çX¿f?b?ò?t¢ñÂ', 'çX¿f?b?ò?t¢ñÂ'),
4884('ª?úx¸<?Â.?ØMOñ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/orkut.png', 0, '¦³9"y?/4¹½û=7', '¦³9"y?/4¹½û=7'),
4885('~h&·?Yå¯@-öp?J', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/pandora.png', 0, 'ýï>$AA?ßò$>??6', 'ýï>$AA?ßò$>??6'),
4886('yõRÊ.þZÒúÇÄx=TL', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/picasa.png', 0, '.Ã^?Âeqo?nùØë', '.Ã^?Âeqo?nùØë'),
4887('à (hÞS׿%s2ç]Éë_', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/ping.png', 0, 'ï?¸ú?^?¡ú?è±', 'ï?¸ú?^?¡ú?è±'),
4888(':q?g?æÃkÞ/~?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/plancast.png', 0, 'ëKPÔÈðÞÃñº?P=k¿', 'ëKPÔÈðÞÃñº?P=k¿'),
4889('h®°[ÃGÂÊ???¿', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/reddit.png', 0, '1â?®ÂÕ1|g^þyø', '1â?®ÂÕ1|g^þyø'),
4890('?;I?ÂZöW?S?$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/rss.png', 0, 'dq?²KùøZ%ÂD6ïà ', 'dq?²KùøZ%ÂD6ïà '),
4891('rmµ??ûö|"¡Ba', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/skype.png', 0, '»|?Õø?-u_2¿\0?l', '»|?Õø?-u_2¿\0?l'),
4892('}RO?²<ÃŒ|i hN?\Z?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/slideshare.png', 0, 'ª??FÂ<?? åáN¿$', 'ª??FÂ<?? åáN¿$'),
4893('©ôÅ:é4[»??7ÇU?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/soundcloud.png', 0, '¦ä?^LKh¢U|? 7', '¦ä?^LKh¢U|? 7'),
4894('øWBé²ÒÖT¡+;âÛyé', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/steam.png', 0, 'R?^?hÜK/ré''H', 'R?^?hÜK/ré''H'),
4895('?Ñõ§3 ¯É|£|2', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/stumble.png', 0, 'Ñ1?hÃ’LÂTöQcD!,?', 'Ñ1?hÃ’LÂTöQcD!,?'),
4896('£�¿+ð§]¶?S2?Âù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/talk.png', 0, 'é;©^ô?äor\\ö«?â', 'é;©^ô?äor\\ö«?â'),
4897('?\0ýýÃdPÿS|ý¼Ö', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/tumblr.png', 0, '#`Ñ?9?ÃŽV¦¯zä', '#`Ñ?9?ÃŽV¦¯zä'),
4898('O¼oÖWp?Fk+¿ÕôÎ0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/tungle.png', 0, 'jÖ8C»§Ã~?ßtø¹S', 'jÖ8C»§Ã~?ßtø¹S'),
4899('gS??R}ÿ''Â\rBþbë»u', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/twitter.png', 0, 'ÂA9`x¢?¿3?æå¶', 'ÂA9`x¢?¿3?æå¶'),
4900('½?G^LÉ\rÂX©ëá¹', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/ustream.png', 0, 't)Þ_à §?ä\0ñ´Xn', 't)Þ_à §?ä\0ñ´Xn'),
4901('¡}Ó\ZGM&?êwfgbh/Ñ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/vimeo.png', 0, 'ü¤µ#øúäð¦bæ?h¢?', 'ü¤µ#øúäð¦bæ?h¢?'),
4902('«n??I/§é6Ü?09', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/wordpress.png', 0, '45ÂEÄ6Eª3Ã\\©b', '45ÂEÄ6Eª3Ã\\©b'),
4903('½zèÞ? ä¥h®ç#$J¨', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/yelp.png', 0, 'ÂãÈ*???ÌËÅâUs', 'ÂãÈ*???ÌËÅâUs'),
4904('G ê?%ÔZÇMt?}Â$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/32/youtube.png', 0, 'ãX¿ÚéjãOþÂ}?Â¥\n', 'ãX¿ÚéjãOþÂ}?Â¥\n'),
4905('?ì?q?Æé8?5g''c', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/asmallworld.png', 0, 'G?e2Âý\rñÙ%Xª¥qµÑ', 'G?e2Âý\rñÙ%Xª¥qµÑ'),
4906('#Ú)4¾ºÔ?7ÔèV4 á', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/bandcamp.png', 0, '`¬fo??a�?1', '`¬fo??a�?1'),
4907('?¾lBSÂ; nìm£j?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/bbb.png', 0, 'ÈJ?\\???Me?0oCñ', 'ÈJ?\\???Me?0oCñ'),
4908('?ô~À?ìL¥''ç5\nB', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/blogger.png', 0, '\0>å?p�WTD1ÉLc', '\0>å?p�WTD1ÉLc'),
4909('ÀX@Ib??kw\0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/buzz.png', 0, 'OXCÂ''¦ôã¢ÃBóV?', 'OXCÂ''¦ôã¢ÃBóV?'),
4910('ÃU×e\rQî?%%\0\n»%', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/delicious.png', 0, '©?BVT?~;7Ã^ç°&ü', '©?BVT?~;7Ã^ç°&ü'),
4911(' ?â?$Âó?³)Wõm', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/deviantart.png', 0, 'uÃñ²æþ¨x¡&?x$¹Ã', 'uÃñ²æþ¨x¡&?x$¹Ã'),
4912('?O>ô{)7¥Üø)Ôy;', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/digg.png', 0, '²;EÂzLbÒò%âðûaÃ0', '²;EÂzLbÒò%âðûaÃ0'),
4913('¼??o´ 7tÊ"ÿ`Ju', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/digitaltunes.png', 0, '7.ÃÉìë¦ Äüjy?T', '7.ÃÉìë¦ Äüjy?T'),
4914('6!¨Óý??<ÿô]9Ùëq', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/ebay.png', 0, '/Ö*w?????r³dq', '/Ö*w?????r³dq'),
4915('I?ç¸Ki.j??*ÖFÃ}»', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/email.png', 0, 'AÃ>1U&ÃŒdód)ÈsØ', 'AÃ>1U&ÃŒdód)ÈsØ'),
4916('?+?n§???U\n\\ñ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/etsy.png', 0, '?~l?\0©ï\nµÜ6m?÷', '?~l?\0©ï\nµÜ6m?÷'),
4917('K¯?WÖøÂþ¼ú>fº°', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/facebook.png', 0, '<t?ÂÂù©{©Â\n3·', '<t?ÂÂù©{©Â\n3·'),
4918('»8w$o7×iÃ??èÃ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/flickr.png', 0, 'Ã’X?Â0ÓÿÌÃ9wXV¯', 'Ã’X?Â0ÓÿÌÃ9wXV¯'),
4919('ýÃ5ÚõÑò§3??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/flixster.png', 0, '?O8ÿWöd)2 ¥?·ú', '?O8ÿWöd)2 ¥?·ú'),
4920('?ðÃ?XÃ[)ýX§¼Î', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/foursquare.png', 0, 'HJð_Â¥?çÒ*±é?A', 'HJð_Â¥?çÒ*±é?A'),
4921('h5¡?wÂ\Z?Ûé=\r', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/friendfeed.png', 0, '<þ0ëÃñ2¸^"sú', '<þ0ëÃñ2¸^"sú'),
4922('F?)呆ÃüUE¥Ê5¥Õ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/hulu.png', 0, 'ìä??ã]¼ómÃt:½', 'ìä??ã]¼ómÃt:½'),
4923('\rD?IX/äôæU£8Ì', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/hyves.png', 0, 'ªä¯Ä?vìWæü?rµ³', 'ªä¯Ä?vìWæü?rµ³'),
4924('ùc6eêc²ØÓÅ^|°«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/imdb.png', 0, 'Ç?E ¢\n1?²?º', 'Ç?E ¢\n1?²?º'),
4925('¯ËK²?j(øl¯Ã°Z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/lastfm.png', 0, 'gR?ÂlØ{Öä6ãµä9', 'gR?ÂlØ{Öä6ãµä9'),
4926('G¸«&]Éø?¾¿mêC', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/linkedin.png', 0, '?Â8ª)ÃŽS?¨?ò[z', '?Â8ª)ÃŽS?¨?ò[z'),
4927('?ÌìúÃK0weâÿq&}>', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/live365.png', 0, 'XC?%î+5ü?3ræ$??', 'XC?%î+5ü?3ræ$??'),
4928('kX\\?È&à Fq×Zì«nÃ…', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/meetup.png', 0, '~_ÃÑjÕ^ègõ??Â¥', '~_ÃÑjÕ^ègõ??Â¥'),
4929('??Ñ?à ât1�', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/merchantcircle.png', 0, '[&r??Ôåý??@²"', '[&r??Ôåý??@²"'),
4930('ßà C/[?.ÂØ*p?ã?j?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/myspace.png', 0, ':tXüC¢3??8ç''4', ':tXüC¢3??8ç''4'),
4931('÷ÂÂ0ÂôÕM¶4±JìÞ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/orkut.png', 0, '???ñ¥´}?''^ÙÎ', '???ñ¥´}?''^ÙÎ'),
4932('NKiJCÀþñz?)£Ñ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/pandora.png', 0, 'ön¡]??]Ã-ÀÊk!vK¬', 'ön¡]??]Ã-ÀÊk!vK¬'),
4933('Xÿ¿ÃM¡}A©+b ¹Ò', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/picasa.png', 0, 'hüRç?0?`6l?0Ä(', 'hüRç?0?`6l?0Ä('),
4934('vËÃ%>öN²-¾ç_J', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/ping.png', 0, ':}o??ÃÕ÷%[m?7±', ':}o??ÃÕ÷%[m?7±'),
4935('QùÂcOs?Y?öAëã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/plancast.png', 0, 'WPÓXÂ¥w¹ñ6&»f[', 'WPÓXÂ¥w¹ñ6&»f['),
4936('4S83ç.ÂE²ö- ý', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/reddit.png', 0, '=L´7©ÿ?eüQs[^?', '=L´7©ÿ?eüQs[^?'),
4937('ôß?¾4jSl¸1W?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/rss.png', 0, '?ªC?¢¼C1�', '?ªC?¢¼C1�'),
4938('üWìäW8ÇÛþ?y', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/skype.png', 0, '?¬Fô¾?Xü?uù,_óRd', '?¬Fô¾?Xü?uù,_óRd'),
4939('?äÓ!k?f»ÆÀL?_m', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/slideshare.png', 0, '\rñ ÂP<j7?|ÒÈ)]?', '\rñ ÂP<j7?|ÒÈ)]?'),
4940('6ÈT¯ÿ³ÂCMq?Ã’1º?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/soundcloud.png', 0, '3f?_³2)§pTd1w', '3f?_³2)§pTd1w'),
4941('åñµ0J/I^h??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/steam.png', 0, 'ö??_wêÃÉQøÔoÃ)?m', 'ö??_wêÃÉQøÔoÃ)?m'),
4942('Ã’Q<Q÷O?©á?|Åá È8', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/stumble.png', 0, 'ºÂ?×J[Â?Â!C?è\rñ', 'ºÂ?×J[Â?Â!C?è\rñ'),
4943('?<ùËÿ{&ØD¦,?ä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/talk.png', 0, 'YÜâ®{?&´+N!d©ÿ', 'YÜâ®{?&´+N!d©ÿ'),
4944('ã.î\r`?þ¤?Ã.Çwï«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/tumblr.png', 0, '^eU\n¤?A\0\\Â7ÌûV³¥', '^eU\n¤?A\0\\Â7ÌûV³¥'),
4945('A?XRÃ?-q¬?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/tungle.png', 0, '.?wP?]8 jyÂo´?', '.?wP?]8 jyÂo´?'),
4946('ÓgE#Ãl? %X<? ä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/twitter.png', 0, '?ÉäUÈtOá]°?§/çkB', '?ÉäUÈtOá]°?§/çkB'),
4947('??ÜHÂ¥\r?aÀ{ã?F', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/ustream.png', 0, '\\?KÚæ2ê¡á8äêÂ<«¡', '\\?KÚæ2ê¡á8äêÂ<«¡'),
4948('@v?èl6áî;´ ?3ÒÊ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/vimeo.png', 0, 'b÷kåÀÃ֏>ÔÃè%@H', 'b÷kåÀÃ֏>ÔÃè%@H'),
4949('? ?K=²??úì ?Uä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/wordpress.png', 0, 'åô±zÂT]@ U?®?', 'åô±zÂT]@ U?®?'),
4950('?£?ëp?ó-á$m5·Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/yelp.png', 0, 'k?Ø%yÂÆu¶?ø½??É', 'k?Ø%yÂÆu¶?ø½??É'),
4951('I¸"ñiù3´Þá|ìu0ê', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/64/youtube.png', 0, '??Ó?º®§Â¡?µ_è', '??Ó?º®§Â¡?µ_è'),
4952('?????ÃrC"Ã?¯±¦&', 'wp-content/themes/promotion/functions/widgets/social-widget/images/cutout/readme.txt', 0, '??nB''m?á?§Ø?', '??nB''m?á?§Ø?'),
4953('KÈwfQ??¡ÃH?é¶', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/asmallworld.png', 0, 'ø!$^W¼f ÃÆ??B', 'ø!$^W¼f ÃÆ??B'),
4954('©&D?0h´Ûytø', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/bandcamp.png', 0, '?èN Õ?$¢%Ñ?Â', '?èN Õ?$¢%Ñ?Â'),
4955('Om¥Ü{±NuÂà??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/bbb.png', 0, '?É5-G¨9?ºk¯rè', '?É5-G¨9?ºk¯rè'),
4956('Â[Â:ÿ''ÉIÂå·b‹?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/blogger.png', 0, '撗g¤²ñ¤þ]?O?ÃÛ', '撗g¤²ñ¤þ]?O?ÃÛ'),
4957('¬¯ChñÇ|1?ºi·V', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/buzz.png', 0, '¶¿5ûûé4oñ?~Ú', '¶¿5ûûé4oñ?~Ú'),
4958('?»lM8¡J??4¬''ç', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/delicious.png', 0, '¹Úß\rá?Ãü³Ò,@¾>ÿ³', '¹Úß\rá?Ãü³Ò,@¾>ÿ³'),
4959('ý?Ö?Y\\ëÆ¢lT', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/deviantart.png', 0, 'û?ö8ñ?? \r²?³µ', 'û?ö8ñ?? \r²?³µ'),
4960('?Âih?C§ýã?s;', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/digg.png', 0, '?ò(ÞûZúJ³3.?\nn', '?ò(ÞûZúJ³3.?\nn'),
4961('RW?ñ?ßéé»fn«dj?$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/digitaltunes.png', 0, 'Ó,¶0ìRvçCï?G\0', 'Ó,¶0ìRvçCï?G\0'),
4962('«ì.Æ£³&D5iýeLS', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/ebay.png', 0, '"?,??Ã`??.Ãr¡²À', '"?,??Ã`??.Ãr¡²À'),
4963('½??&?*Bç?h]D2', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/email.png', 0, 'ñÌ1O²Ân9X?úìD"x¾', 'ñÌ1O²Ân9X?úìD"x¾'),
4964('&8CXbp2¦C??OâOi', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/etsy.png', 0, '/??DÓLwM\n>U§4#¬', '/??DÓLwM\n>U§4#¬'),
4965('¬W?Ãa¿???\\Du', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/facebook.png', 0, 'OjµX)3É$¥å4?ä', 'OjµX)3É$¥å4?ä'),
4966('P1Â?Y³?¡?÷Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/flickr.png', 0, 'Öd¶0×ã?E?ë(ÂFÃ’Ã¥', 'Öd¶0×ã?E?ë(ÂFÃ’Ã¥'),
4967('E"à ;?7+m¼Ù\r', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/flixster.png', 0, 'Âpú²r²?¹á?x?a', 'Âpú²r²?¹á?x?a'),
4968('ô[???Ø ÆTý?¹4¶', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/foursquare.png', 0, '0Xwý3åm?¶:6y\0²¤T', '0Xwý3åm?¶:6y\0²¤T'),
4969('÷u£zvU?HN;©+7Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/friendfeed.png', 0, 'v²5o:CëI¬Ã_', 'v²5o:CëI¬Ã_'),
4970('8?ô?]?³SeÀ^×', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/googleplus.png', 0, 'Ú3«IÃ¥6\Zl?v¯{CÃ', 'Ú3«IÃ¥6\Zl?v¯{CÃ'),
4971('â¸ÃR§Kâ{¾W\Zy²', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/hulu.png', 0, '«\06ð=NuqlÞV?', '«\06ð=NuqlÞV?');
4972INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
4973('m×ê???¸8b?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/hyves.png', 0, 'ßý_\0óIvÃ¥PGfT\ZÂä', 'ßý_\0óIvÃ¥PGfT\ZÂä'),
4974('¿pêÞp¦b>?]ÃE', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/imdb.png', 0, 'à ÑWÞh ]=u\Z¯bba', 'à ÑWÞh ]=u\Z¯bba'),
4975('güGGeÈ~ÒÄ"ýrg\0)', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/lastfm.png', 0, 'é«T4ñÉ?4;8bÎÜ_', 'é«T4ñÉ?4;8bÎÜ_'),
4976('U«°Ux??ª{«??¦µ©', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/linkedin.png', 0, '5pâ?äáó?nH{', '5pâ?äáó?nH{'),
4977('Â/ØÎ.??¸m?''?!Y', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/live365.png', 0, 'z}?më²@ñbm+;?Ã’ ', 'z}?më²@ñbm+;?Ã’ '),
4978('2³?~%¡?»??K?§î*', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/meetup.png', 0, '4#£+È,¹ó~ãùÀj«', '4#£+È,¹ó~ãùÀj«'),
4979('Ó1ð1ö3°§©7??W?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/merchantcircle.png', 0, 'j?>DµTÃlh$uG', 'j?>DµTÃlh$uG'),
4980('¿ï-ÀC«ÓïkvôW÷Ê!', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/myspace.png', 0, '??a4Æ[?¶×?Eç', '??a4Æ[?¶×?Eç'),
4981('61`7\ZÃŽoD`pÂGXÂ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/orkut.png', 0, '\r?Ã…?úÀ?ævQ', '\r?Ã…?úÀ?ævQ'),
4982('6?H:ºÃ`þ.ÒÇ?''', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/pandora.png', 0, '(à %?TAÆè1¶¡D', '(à %?TAÆè1¶¡D'),
4983('?ê?LéV(Q&?" |0*', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/picasa.png', 0, '8÷0E+¥uó. df¬P"?', '8÷0E+¥uó. df¬P"?'),
4984('r?úM?sò??=<-EÓ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/ping.png', 0, '³£?ò ¥?;º\nGðo4', '³£?ò ¥?;º\nGðo4'),
4985('DQ??T/?+?-:¸.¥~', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/plancast.png', 0, 'Öä´&R?(Xbøª2', 'Öä´&R?(Xbøª2'),
4986('èÔjÌüUøu;ºn?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/reddit.png', 0, 'ý³X?ékÑû-^3?XÑW', 'ý³X?ékÑû-^3?XÑW'),
4987('ÂtÃcKËó?ä©\Z?èéê', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/rss.png', 0, '~-?Åña|¶E^xFçç', '~-?Åña|¶E^xFçç'),
4988('?d_¬õñ?òxÖÿÞ-', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/skype.png', 0, 'À\rKÜl? a?«ù', 'À\rKÜl? a?«ù'),
4989('ùÀÃÄ\r9¾Â¦XS?y?h', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/slideshare.png', 0, 'W7¯°yÙð¶=\0W@¯', 'W7¯°yÙð¶=\0W@¯'),
4990('ÞW¡`7v\r''ÅQÖ\05', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/soundcloud.png', 0, 'RÆ£QÞË.?\\OKsõõd', 'RÆ£QÞË.?\\OKsõõd'),
4991('_?Þ0b?vu?w?w', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/steam.png', 0, 'Òj?î?r«þòõÖ', 'Òj?î?r«þòõÖ'),
4992('6¸=ù#?Wã÷°ENX,', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/stumble.png', 0, '¿!?²5?&9ª?Õf?', '¿!?²5?&9ª?Õf?'),
4993('?Ú5''?÷?}¶?îS', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/talk.png', 0, '?«T££ÂúQhm©#É', '?«T££ÂúQhm©#É'),
4994('BNh¹Hô6?èï?jnæ?þ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/tumblr.png', 0, 'b½&(ª?B<uF,v{ª', 'b½&(ª?B<uF,v{ª'),
4995('!¶\ZC??ûòC\Z§?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/tungle.png', 0, '·3]VkB8??Âà ±N', '·3]VkB8??Âà ±N'),
4996(':ÂzïÈ7?i mP¼?Ë', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/twitter.png', 0, 'Aá?l??4b?Â?ûÃH?', 'Aá?l??4b?Â?ûÃH?'),
4997('£ôc?³?¯ßl?¬a|f', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/ustream.png', 0, '?t$Di?XÃ{{¸¥}xkÙ', '?t$Di?XÃ{{¸¥}xkÙ'),
4998('Â^·-a³NÕä6HÊ>0`', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/vimeo.png', 0, '|¢¼?Ã’\0¢þ?X¯ea', '|¢¼?Ã’\0¢þ?X¯ea'),
4999('dÃ''þÞ:H?éÀÚæ?D.', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/wordpress.png', 0, 'fr??&�@ÊAE/"', 'fr??&�@ÊAE/"'),
5000('=¬\n?cX*?/ïÃ,Âc', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/yelp.png', 0, '»?ã? ?s?já?ùºÊ', '»?ã? ?s?já?ùºÊ'),
5001('ß\r£(.åcêîþ¤»??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/16/youtube.png', 0, 'ÃØU¼?qÑ?úw²î¸', 'ÃØU¼?qÑ?úw²î¸'),
5002('1´?tÿi@o%?*?¦?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/asmallworld.png', 0, 'FSm{ÂÃ/û¤ÃpµE\n', 'FSm{ÂÃ/û¤ÃpµE\n'),
5003('?äEF?dJ?¯»??,', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/bandcamp.png', 0, 'B¸!Bl?x½å^ÿeØ;', 'B¸!Bl?x½å^ÿeØ;'),
5004('?[Y?ËAÃ…fPöÿ¬ù(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/bbb.png', 0, 'Â[rrÇ|.ãL)?Â+', 'Â[rrÇ|.ãL)?Â+'),
5005('rá??RÂþÆ2²z"?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/blogger.png', 0, '1Úi???剬c]Uæ$', '1Úi???剬c]Uæ$'),
5006('[ §?v^?ì?h?¾', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/buzz.png', 0, '\\I§Â£@Àâúü}øÙE', '\\I§Â£@Àâúü}øÙE'),
5007('?e$@øê6hjIçyôD', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/delicious.png', 0, 'ÚÂo?Ãå«U=aKnõ''', 'ÚÂo?Ãå«U=aKnõ'''),
5008('ìÂØ.hìâ rjÂ''', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/deviantart.png', 0, '?Ã[ôèXz?Â??b,I', '?Ã[ôèXz?Â??b,I'),
5009('¿w´<l?¸¨/l?«,8?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/digg.png', 0, 'ncPzËÔn?_Jç{´', 'ncPzËÔn?_Jç{´'),
5010('TÂ?Âø?hQQ?Ú9«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/digitaltunes.png', 0, 'ï>??ap??xûîª\ZV', 'ï>??ap??xûîª\ZV'),
5011('ÃT_±?TWGiÃ¥?MÃŒt', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/ebay.png', 0, '7½O¬ÃJ1Ã’`e??vJÉg', '7½O¬ÃJ1Ã’`e??vJÉg'),
5012('äA??)UkÜÓË1}9cÕ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/email.png', 0, '!gÂý?2ÂwR[Ã¥XÂ\Zõ', '!gÂý?2ÂwR[Ã¥XÂ\Zõ'),
5013('ìÂrü?>ú?ò.} - ½', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/etsy.png', 0, 'ûõ|?XÂã¯Hµ}E?¢', 'ûõ|?XÂã¯Hµ}E?¢'),
5014('~¶?&ka;\0H¼Â³£¶?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/facebook.png', 0, 'G\0Êe\n]zÃu:x|?}|', 'G\0Êe\n]zÃu:x|?}|'),
5015('?Nd¶ðYüxH\\D0SðP', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/flickr.png', 0, 'ôE?Ñ8?47p¢©Cæ*?', 'ôE?Ñ8?47p¢©Cæ*?'),
5016('É êÃZ¹-(¾?ãß\n=', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/flixster.png', 0, 'òC?|Eo?ÙÕ#', 'òC?|Eo?ÙÕ#'),
5017('ÎÊÃL?<\n=[Õ3\Z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/foursquare.png', 0, '?ªýÂ?Â7Dvág?Iï', '?ªýÂ?Â7Dvág?Iï'),
5018('_ÃVóÕáãEmS?Þ9', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/friendfeed.png', 0, 'V72??µî\rý\nÃŽ]ãØ3', 'V72??µî\rý\nÃŽ]ãØ3'),
5019('0R??¨?¸«ePÉìð', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/googleplus.png', 0, '{-?¯ß?×qµÃà þè', '{-?¯ß?×qµÃà þè'),
5020('\\sy\0©ùnGÂ<?S²', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/hulu.png', 0, 'uPJ^<:rë~!CÛ0?', 'uPJ^<:rë~!CÛ0?'),
5021('¹½¶?$c?ÓúYpÅs', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/hyves.png', 0, '>?1§Nréé<Ô¼?qh', '>?1§Nréé<Ô¼?qh'),
5022('9û?q?''Ã…ÃÅê?ö''Øt`', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/imdb.png', 0, 'HÂ¥%ðÒzèd?ê??', 'HÂ¥%ðÒzèd?ê??'),
5023('¹ulÑ_e@î^&È?±', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/lastfm.png', 0, 'Nw<Äêò9#ÇU<"zu', 'Nw<Äêò9#ÇU<"zu'),
5024('~?|Vu?ú¢Dq\\l@', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/linkedin.png', 0, 'ûzü;j\0ÿyh?©x§', 'ûzü;j\0ÿyh?©x§'),
5025('Â2?qC`KpÇ«?Ú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/live365.png', 0, '9Ã¥w,\ZÂ¥ ?@i', '9Ã¥w,\ZÂ¥ ?@i'),
5026('ì@|XøñS+È`¤K%Â2', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/meetup.png', 0, '"O®Q1 {qè¬E??ëå', '"O®Q1 {qè¬E??ëå'),
5027('sö5¹à ?Â\n??dîÞ4=', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/merchantcircle.png', 0, '¯&?LOXa+mZv%6', '¯&?LOXa+mZv%6'),
5028('J8\n{âIr?1Ê*?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/myspace.png', 0, 'UFÂoN?++ Â? ', 'UFÂoN?++ Â? '),
5029('?1ë?s''1î?ËÂ(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/orkut.png', 0, ':KÃ?Âþôº?+\ZÊyJy', ':KÃ?Âþôº?+\ZÊyJy'),
5030('æób-²`ýv°\\¯ôp¤', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/pandora.png', 0, '¯{cn?Y2T¦ÅF´*', '¯{cn?Y2T¦ÅF´*'),
5031('ýôùý6R½Yï??\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/picasa.png', 0, '??¿cÃÊoÃ\r§??ȍ', '??¿cÃÊoÃ\r§??ȍ'),
5032('?ÆÒr¤Z±,Æ\r®¥/?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/ping.png', 0, 'oÊnNøA?UñÞ4 ??ç', 'oÊnNøA?UñÞ4 ??ç'),
5033('Ã@Ã$éÔ"3ãB~?E', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/plancast.png', 0, 'ÃKtÕÃ?\0\rh?''ï§', 'ÃKtÕÃ?\0\rh?''ï§'),
5034('"µvöý`ÂIYV \nQ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/reddit.png', 0, '¶?I3Ã’"Ç5â7£Ãxòy', '¶?I3Ã’"Ç5â7£Ãxòy'),
5035('f¼&V[¨LY,5?Ãï~', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/rss.png', 0, 'Æø:c<YÇ\0N?²ñü', 'Æø:c<YÇ\0N?²ñü'),
5036('Ãûè}óSdÂAý=ª`Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/skype.png', 0, 'à ?+L1S3eD??ó', 'à ?+L1S3eD??ó'),
5037('°zSëÜ2î¢Þà ??oä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/slideshare.png', 0, '¡Ãyï-j0³Ô?CÃ\n', '¡Ãyï-j0³Ô?CÃ\n'),
5038(';?È"eSÄ''5Nx´ÃE~', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/soundcloud.png', 0, 'V\rÃáµÇgF??Â<=/', 'V\rÃáµÇgF??Â<=/'),
5039('Â÷èäÿ6]åã?''Éܳ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/steam.png', 0, 'â??#°.b+?JÃŽg', 'â??#°.b+?JÃŽg'),
5040('7æ¶f?¯ÇvÕ''ñlù7', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/stumble.png', 0, 'r7ém3dR??ô?.#ýá', 'r7ém3dR??ô?.#ýá'),
5041('ðufF:m~_?ÄYxü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/talk.png', 0, 'à ç&uù/µ8\ZúJ(/', 'à ç&uù/µ8\ZúJ(/'),
5042('?b�h??!¬iád', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/tumblr.png', 0, '-f??[?1T:î9ZcÕ', '-f??[?1T:î9ZcÕ'),
5043('?$\n¦6Bz½§Ø&?¦ë¶', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/tungle.png', 0, '#Ù?XÃ\ZkÊÃmÃ’\\Â-!²', '#Ù?XÃ\ZkÊÃmÃ’\\Â-!²'),
5044('zj?fW8s@ÃE%JF%', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/twitter.png', 0, 'MD|?? "L??3ê', 'MD|?? "L??3ê'),
5045('Èú´©??:?³3?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/ustream.png', 0, '´''ü?M*¾ï3$zy]', '´''ü?M*¾ï3$zy]'),
5046('mñ}¡\n?«Z.åð?ê', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/vimeo.png', 0, ',rß®0Þj°rc?Q', ',rß®0Þj°rc?Q'),
5047('`A.?»0±?ÄU§^Ëù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/wordpress.png', 0, '5ÒøÉLt\n????ç@', '5ÒøÉLt\n????ç@'),
5048('tÃÃúëê?\0O¶ã±', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/yelp.png', 0, '¿.ê?Yyæ?\r?½ßäî', '¿.ê?Yyæ?\r?½ßäî'),
5049('?-ÓAª?k¶F©?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/32/youtube.png', 0, 'µ}Ök?ªI¾?X?²?', 'µ}Ök?ªI¾?X?²?'),
5050('?×B�???ÅKvß?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/asmallworld.png', 0, 'êø¢*?)mäôúâØÔ ð', 'êø¢*?)mäôúâØÔ ð'),
5051('�t^õ?J?»*9', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/bandcamp.png', 0, '??å>?|·ºhà ?ó', '??å>?|·ºhà ?ó'),
5052('\nN¿¶?Üî%8:²=', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/bbb.png', 0, 'Úo]É?ò9°=¨\0ä?"', 'Úo]É?ò9°=¨\0ä?"'),
5053('ü?G¡g£¹/U½6?e', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/blogger.png', 0, '?ÃVyVáà ?ü?¾sÂÛ', '?ÃVyVáà ?ü?¾sÂÛ'),
5054('µ^??Êø)5È6ª?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/buzz.png', 0, 'm¶\0Ëm}ÂÎÜn', 'm¶\0Ëm}ÂÎÜn'),
5055('^\\ç\rypNh>??Fõ ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/delicious.png', 0, 'Âñÿk?³Î''&ë?tÂ', 'Âñÿk?³Î''&ë?tÂ'),
5056('?¶1ñûôÄBvú}©êq', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/deviantart.png', 0, ';ýÊ?¡áPó-\ne!Hm', ';ýÊ?¡áPó-\ne!Hm'),
5057('%{yþñØ%MGqXóÜî', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/digg.png', 0, '`4´<½·Å]?�Éê', '`4´<½·Å]?�Éê'),
5058('Ãä]B¤U?¸Ã6_I½Ã?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/digitaltunes.png', 0, 'iV??kPA\rB%âðÃ', 'iV??kPA\rB%âðÃ'),
5059('OXÅ?çúv÷JÆÎw#', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/ebay.png', 0, ',¤£?�AÖDEo? .', ',¤£?�AÖDEo? .'),
5060('Ó ØÃÄq?@ï5>¿û(5Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/email.png', 0, '÷°Q?¹ñK#.7ÃR?Æ`', '÷°Q?¹ñK#.7ÃR?Æ`'),
5061('qu`?ñ7@y??¶ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/etsy.png', 0, 'ú[¦«ÇJÂ¥IÂ¥c+??ÃI', 'ú[¦«ÇJÂ¥IÂ¥c+??ÃI'),
5062('öH?§¶ÿ?\nëFW', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/facebook.png', 0, '´÷z?c??p,?7?h{ã', '´÷z?c??p,?7?h{ã'),
5063('?&¸2?qY?øõ?Y', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/flickr.png', 0, '?¹\0¸Ã\ZßtÂ?ÔdÂi', '?¹\0¸Ã\ZßtÂ?ÔdÂi'),
5064('E?Õ")K?P°¹ÂK??¬Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/flixter.png', 0, 'o\0(9SiÇþÂ?Y;Y\Z?È', 'o\0(9SiÇþÂ?Y;Y\Z?È'),
5065('TÃ\r1~ÖT²er?_]ÂÈ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/foursquare.png', 0, 'Õà 6`$ÂÜh°@?öD', 'Õà 6`$ÂÜh°@?öD'),
5066('à ^??êÀ)Òò¶?kl', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/friendfeed.png', 0, '`{Àú;~?F ?±?5/?', '`{Àú;~?F ?±?5/?'),
5067('PØB«óäOqxº;@\n ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/googleplus.png', 0, '?ÛÈ+�uÎã±sÙÔ', '?ÛÈ+�uÎã±sÙÔ'),
5068('{+"ÆóOéóö?ám', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/hulu.png', 0, 'vmÃÃ=Tt½²[zÛÃ(', 'vmÃÃ=Tt½²[zÛÃ('),
5069('?¹áã«%; q ?P u', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/hyves.png', 0, 'Ã’^µ"O2iºÂ5sQ??', 'Ã’^µ"O2iºÂ5sQ??'),
5070('k8?M{Ã’FæÃ#?\ré~c', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/imdb.png', 0, 'é\nß÷ÑÔÔZ?/J¬?W', 'é\nß÷ÑÔÔZ?/J¬?W'),
5071('?ú]«.?þöZ7\\°', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/lastfm.png', 0, 'Þï¾_??ü?ò3?·¯q', 'Þï¾_??ü?ò3?·¯q'),
5072(';?/?õ?)?zRÃH¦?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/linkedin.png', 0, 'yÃ??P?D{??P¦', 'yÃ??P?D{??P¦'),
5073('à w?cÖ)??óG¤?zA', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/live365.png', 0, 'CÃPB¸³*#Û%&+c÷k', 'CÃPB¸³*#Û%&+c÷k'),
5074('???*ª?bÂ?M?.', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/meetup.png', 0, 'À??FöG#À^¾¾ \r{', 'À??FöG#À^¾¾ \r{'),
5075('Ã¥?Ã?Â??b½Âà rì', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/merchantcircle.png', 0, '?O*?7?,Sà ~?¡miæ', '?O*?7?,Sà ~?¡miæ'),
5076('$G/Ã’$b¯-ÃKãü?ú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/myspace.png', 0, ':Ã"%xÃv±Y±AÀç?y7', ':Ã"%xÃv±Y±AÀç?y7'),
5077('?Õá?D|ÉÔò?·¯AQ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/orkut.png', 0, 'Ã) Õâ@£VXÜôïO', 'Ã) Õâ@£VXÜôïO'),
5078('°?Üj#X?¥ÓÖ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/pandora.png', 0, '&ò5?ÕtkJ?Âáå}', '&ò5?ÕtkJ?Âáå}'),
5079('3û.y÷NE)4¦ö?ú?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/picasa.png', 0, '?v?0.?Ã’(¤Â°æ²e', '?v?0.?Ã’(¤Â°æ²e'),
5080('m³Oúq=C9îtÇÄKÂ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/ping.png', 0, '±S¨£ÜÙMy#ÑÙÈ', '±S¨£ÜÙMy#ÑÙÈ'),
5081('á+Zö?#{M?{µåu', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/plancast.png', 0, 'ÌÜ%`lBÃgCzo+Îñ', 'ÌÜ%`lBÃgCzo+Îñ'),
5082('?L³±?ùw?{?3ü»Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/reddit.png', 0, 'l?Ñ}?¬úTçÔ?VLÙ', 'l?Ñ}?¬úTçÔ?VLÙ'),
5083('?ë5 ý\\ÂB?`Ã?ý¨x', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/rss.png', 0, '×ÅòúéýIL\0Sô)¿ÿ', '×ÅòúéýIL\0Sô)¿ÿ'),
5084('*ßenUh2 ÃXkì''', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/skype.png', 0, 'ØtxüS·ÈÅI :ö|4?', 'ØtxüS·ÈÅI :ö|4?'),
5085('+YlIøè c5ù¶Lõy', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/slideshare.png', 0, 'x®\r\Z#M@ü /ù׿', 'x®\r\Z#M@ü /ù׿'),
5086(' e8?w?;(cäï²?±J', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/soundcloud.png', 0, '5ïÅ8äÿ§´ý×ËôÂ7', '5ïÅ8äÿ§´ý×ËôÂ7'),
5087('É!~?)%µìdht?Ê', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/steam.png', 0, '#¸F?ûvÄþ\\à Ü3§', '#¸F?ûvÄþ\\à Ü3§'),
5088('??¥·ðTÂOÂê^¯[?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/stumble.png', 0, '¶ô<&<ÞôÇ!Õòóû', '¶ô<&<ÞôÇ!Õòóû'),
5089('-ª}>L+ék}ªá\\¬«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/talk.png', 0, 'ÆáVõz LÃ''Ùf\r1ÂO', 'ÆáVõz LÃ''Ùf\r1ÂO'),
5090('çRL?³?_ðûA\\Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/tumblr.png', 0, 'ÂÚè5M?®⸽', 'ÂÚè5M?®⸽'),
5091(':^,ÿ?"2~îH·¢?¶ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/tungle.png', 0, '=c6i6ïÉ8PèI', '=c6i6ïÉ8PèI'),
5092('kÂüâ?v|??[»%ÃRZ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/twitter.png', 0, '?6Ù=?1ÇÒ\Z \\ÂÃ', '?6Ù=?1ÇÒ\Z \\ÂÃ'),
5093('#?n¼Wóõ?ÃW4a', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/ustream.png', 0, 'WuòÔ \\?>³g¬gá?o?', 'WuòÔ \\?>³g¬gá?o?'),
5094('w]ñá3¡°bb?j', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/vimeo.png', 0, '¨?pÂ;iµ\ZhP¢hÿo', '¨?pÂ;iµ\ZhP¢hÿo'),
5095('Â?¡µåÂÎ_ ýÃ\n', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/wordpress.png', 0, 'xEî?j"o£¬¡(Df¹', 'xEî?j"o£¬¡(Df¹'),
5096('a"Y?=£%ºßáÃ\0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/yelp.png', 0, '³÷Sñr?`}?Ãx?', '³÷Sñr?`}?Ãx?'),
5097(' ZÃèÈK\Z?«rs«Ò', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/64/youtube.png', 0, 'tX×êÓ¬?1Âæ', 'tX×êÓ¬?1Âæ'),
5098('$?õz"ä?Cæ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/default/readme.txt', 0, '0 x.\ZËÃ<¹1£ÿ', '0 x.\ZËÃ<¹1£ÿ'),
5099('ï=æ¢:?$gÃ`?á', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/asmallworld.png', 0, 'ä}©ÒUþÀß\0ÜdÒé¥', 'ä}©ÒUþÀß\0ÜdÒé¥'),
5100('©?·ÿ×ÔUFï_îé8fÂÃ¥', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/bandcamp.png', 0, '¾?¨ûI??RÆ??\\;', '¾?¨ûI??RÆ??\\;'),
5101('ß''?b;ÞÞ\\l}i-?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/bbb.png', 0, '?tq¯?uÈlR3??©îÖÃ', '?tq¯?uÈlR3??©îÖÃ'),
5102('1?t,ì?p\n[èk?éo®', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/blogger.png', 0, 'yFE?`?²?óµÕ6æ', 'yFE?`?²?óµÕ6æ'),
5103('?|ÜèT$¤ü!iâQmP', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/buzz.png', 0, 'UtÆ0;ðÕDê¸8Ã\r»', 'UtÆ0;ðÕDê¸8Ã\r»'),
5104('«¥???¤\rÚa¢�«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/delicious.png', 0, '¦^ÆhnDp¹??¯ôá·:', '¦^ÆhnDp¹??¯ôá·:'),
5105('?9BøB??½üYU*??\n', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/deviantart.png', 0, '?)ÂßæLýæo«ãÂw~', '?)ÂßæLýæo«ãÂw~'),
5106('CÞRû¢©?r?â?ä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/digg.png', 0, '?«?½ÄÊÖðÿÜiW³?', '?«?½ÄÊÖðÿÜiW³?'),
5107('{Ñ>=''©ÎØ[?¾¶¶', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/digitaltunes.png', 0, '.?$?äöçµéÃÃŒ7', '.?$?äöçµéÃÃŒ7'),
5108('µ?[5ÄôÂQö±¥è÷??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/ebay.png', 0, 'OÄÕ£GÒôÂÃÃ…\r¶ôWÙ', 'OÄÕ£GÒôÂÃÃ…\r¶ôWÙ'),
5109('sW|rY¿÷»Âz?Ȗy', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/email.png', 0, 'JÃŽjjü6g?óßÃï,¯Ã', 'JÃŽjjü6g?óßÃï,¯Ã'),
5110('©ü?a]¡?ÃŒHÇy?ÕJÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/etsy.png', 0, 'çÌÂ?3Âäµy?®A?', 'çÌÂ?3Âäµy?®A?'),
5111('?ôØ?Ã/½ªW?7sà k', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/facebook.png', 0, '6\Zó??û\r@ÌâT±,òT', '6\Zó??û\r@ÌâT±,òT'),
5112('°bÑ{?O?=´?õ}Ã7¹', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/flickr.png', 0, '~FG?Z¤?²ýùgo?', '~FG?Z¤?²ýùgo?'),
5113('C¼$?ñüRÉO?@E?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/flixster.png', 0, '?´?Çr<Ã>Fn²+ÃŽF"', '?´?Çr<Ã>Fn²+ÃŽF"'),
5114('¬ûÑék?ÂÄ\0¾z?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/foursquare.png', 0, '¤ï¥\0?ërBX?D¼aoI', '¤ï¥\0?ërBX?D¼aoI'),
5115('?`?uv]--?7±?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/friendfeed.png', 0, '??@8Sl\\/�»ï?Ù', '??@8Sl\\/�»ï?Ù'),
5116('î]''x}è\nW·r&sÕ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/hulu.png', 0, '?¶´ÿ¹SZr¢ ê[Â', '?¶´ÿ¹SZr¢ ê[Â'),
5117('&E?%?\\q''o?¾??1?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/hyves.png', 0, 'Fì?õå³\0ÑX?B?AZ', 'Fì?õå³\0ÑX?B?AZ'),
5118('.7ï3*øÓ?)lÂ?`', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/imdb.png', 0, '?#I¸;§PÓÃ6÷ã¹', '?#I¸;§PÓÃ6÷ã¹'),
5119('ú£?Mà ]Q??TvÂûó', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/lastfm.png', 0, '8Ã¥t?I,ÃŽmE?¢½R8j', '8Ã¥t?I,ÃŽmE?¢½R8j'),
5120('ÃŒnûê?À4Ââ?ýBô', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/linkedin.png', 0, ']öl>µ;ßïoqx?ò?', ']öl>µ;ßïoqx?ò?'),
5121('cÃŒ6$Ã?B?64?Ãð³_', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/live365.png', 0, 'b-4Ù\Zá#.8ðCÂ', 'b-4Ù\Zá#.8ðCÂ'),
5122('j? ¯÷?!py-Q!O\n', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/meetup.png', 0, ')m£ÀÕam?'' ðÂô\0', ')m£ÀÕam?'' ðÂô\0'),
5123('dªÆ×W"?^ý??±~??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/merchantcircle.png', 0, '%???ȲfMþ~÷?Âë', '%???ȲfMþ~÷?Âë'),
5124('HK{cò±Qyø+??g +', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/myspace.png', 0, 'græòÈñKÑ\\?j', 'græòÈñKÑ\\?j'),
5125('ªÃì)§? sá½Õ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/orkut.png', 0, '°bI?º}KÂ88ê?,??a', '°bI?º}KÂ88ê?,??a'),
5126('�ð®nYMR�úïÔö¼?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/pandora.png', 0, '¸:Î???²IÂèPé', '¸:Î???²IÂèPé'),
5127('ÿEBæ??t?Aë8»@', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/picasa.png', 0, 'Ã¥_?ê#~ñæká°ñJÂ;', 'Ã¥_?ê#~ñæká°ñJÂ;'),
5128('??ò?6Þ;6á>/Ân', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/ping.png', 0, '?E;6?A.?ßC¥¯ý', '?E;6?A.?ßC¥¯ý'),
5129('îfu?úyP¿çÉììÃçõ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/plancast.png', 0, ')¶8D?.\r`äyÃvÂÃ', ')¶8D?.\r`äyÃvÂÃ'),
5130('Ã¥ ?ÂÂ¥?\ZF^?8?û', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/reddit.png', 0, '?drS¸ÃÃf?tÃ¥v:ÔA', '?drS¸ÃÃf?tÃ¥v:ÔA'),
5131('%»ÚX9?iX±kò?°Z?J', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/rss.png', 0, '¬²@ãì·ÃnBæ?Þr', '¬²@ãì·ÃnBæ?Þr'),
5132('ë?|qpÃDæù$F=ÇÊE', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/skype.png', 0, '#à @výuxîç®/w+t', '#à @výuxîç®/w+t'),
5133('/?=\rv\nUlÃ¥[¦xÂ!D', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/slideshare.png', 0, 'd ?yc?b?´?ô??', 'd ?yc?b?´?ô??'),
5134('???ýÂê¨/*Â?/?4', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/soundcloud.png', 0, 'Ûâ??ÑEÚÚ}ð]!>U', 'Ûâ??ÑEÚÚ}ð]!>U'),
5135('h&õ~âÂö?"?äRoqÇg', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/steam.png', 0, '{?*¶o\\W7?úÊÉRjf', '{?*¶o\\W7?úÊÉRjf'),
5136('diQÂ#lÇ}A½q\\O?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/stumble.png', 0, '\nmÑqi¡Øüñ§?¸µÀ', '\nmÑqi¡Øüñ§?¸µÀ'),
5137('lZw÷?*''/óèªÃëÂ{', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/talk.png', 0, '¡¡ Â"¼êfñXQ0s?', '¡¡ Â"¼êfñXQ0s?'),
5138('?þcAª(YÓ×ò¦?Öý', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/tumblr.png', 0, 'Ë8¦ÓÅKÑÖEË??', 'Ë8¦ÓÅKÑÖEË??'),
5139('?ÕcÂÃ…#»½kõ?%¶', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/tungle.png', 0, '?)dá<?j8Ã\0¬?', '?)dá<?j8Ã\0¬?'),
5140('z,?j`?ÖmÀÄ\r!÷', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/twitter.png', 0, '?1¬?Ç9ÖùÂVãÀi¼', '?1¬?Ç9ÖùÂVãÀi¼'),
5141('¾5TØè¥Ì0wÄÆÂ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/ustream.png', 0, 'Kz̹@o¬_1ëÿ?Â?¶', 'Kz̹@o¬_1ëÿ?Â?¶'),
5142('\ZåüJ}?aâ5 ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/vimeo.png', 0, '\nô7?£?~:ÂçhÂW0', '\nô7?£?~:ÂçhÂW0'),
5143('¡ùu=ZÃlSöè?øÿÑÕa', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/wordpress.png', 0, 'À7*:âk????m¸e', 'À7*:âk????m¸e'),
5144('A?¿?4?¼UD?ßÃú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/yelp.png', 0, ']?¼?)kã1}À', ']?¼?)kã1}À'),
5145('à dÆX?£\0¨®]Ë?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/16/youtube.png', 0, 'ÚL?ò#Ü\n?C§?\0²', 'ÚL?ò#Ü\n?C§?\0²'),
5146('?G³úFÕ\rèPÌ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/asmallworld.png', 0, 'éAZ?¬¢*MÜî8q', 'éAZ?¬¢*MÜî8q'),
5147('?iH\0z~úÌ\Z.?VLq', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/bandcamp.png', 0, '.ï´@mû·u?°sQÕÆ"', '.ï´@mû·u?°sQÕÆ"'),
5148('Ì_"?î÷kìþØæÇhi<', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/bbb.png', 0, 'ê§ ?ä?Ó?\rS', 'ê§ ?ä?Ó?\rS'),
5149('#@Êï=vû_êµ`|ÕA', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/blogger.png', 0, 'jUÅSWy?[1¯''?÷', 'jUÅSWy?[1¯''?÷'),
5150('Vª¬!ø'',?u´W¾T\Z', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/buzz.png', 0, 'èÛ?v8n²ðê?ùo', 'èÛ?v8n²ðê?ùo'),
5151('ãEwròUÕÃ+¯ÉÈ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/delicious.png', 0, '?ªSÃ¥?UgÂTà è³Å?;', '?ªSÃ¥?UgÂTà è³Å?;'),
5152('y¯ºÅX?¦Zþ\n?ª¦Âü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/deviantart.png', 0, '·5ç?siÂ¥?×s(ÃTÃŒ\Z', '·5ç?siÂ¥?×s(ÃTÃŒ\Z'),
5153('ô%^HÂ}dù?ØÞ?J', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/digg.png', 0, '2y³5P?g ?LöÂ(Â', '2y³5P?g ?LöÂ(Â'),
5154('IWTçOñCC?xËQ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/digitaltunes.png', 0, '^0]?A ?JµX/x[', '^0]?A ?JµX/x['),
5155('>?Úÿ?Kö$ÃMÇC?Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/ebay.png', 0, '.=°ÑòcÃ’axë?n0?', '.=°ÑòcÃ’axë?n0?'),
5156('?~Óæ(''~¸2rµ?q', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/email.png', 0, '[Öh´Çø×mï¯ø', '[Öh´Çø×mï¯ø'),
5157('{ùÂR-???ã+}¼', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/etsy.png', 0, 'Wµ5#oÂ¥9Ë>[[ýöho', 'Wµ5#oÂ¥9Ë>[[ýöho'),
5158('¸·?Æt?CKªÕ/*Ó\0M', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/facebook.png', 0, 'æïµ^w???§{`øÑA;', 'æïµ^w???§{`øÑA;'),
5159('ôGe¢4?WäÂâMxøf', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/flickr.png', 0, 'O ³wUÙ°«\n]ïö?(', 'O ³wUÙ°«\n]ïö?('),
5160(',??äFúJ?óXbèé', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/flixster.png', 0, 'lV\\`sòZÉF f;É=', 'lV\\`sòZÉF f;É='),
5161('bVéØ#þs?OZ¿Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/foursquare.png', 0, 'Ñúáá??VÀÃËòl', 'Ñúáá??VÀÃËòl'),
5162('B29³\0\0áøö»\0?dY', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/friendfeed.png', 0, 'Ã;lÂ''~§$mð???', 'Ã;lÂ''~§$mð???'),
5163('''¼5õ #¾®úeòêñ¡', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/hulu.png', 0, '??f¬ñv3ã?»r8x', '??f¬ñv3ã?»r8x'),
5164('ü?ê´''?Ëé?+Ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/hyves.png', 0, 'ÇWx9Ùyè\n?K#ö', 'ÇWx9Ùyè\n?K#ö'),
5165('`ó@?\\ÇmEú?%U±?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/imdb.png', 0, 'qv?À¹Ô?ò£ÎóÜ', 'qv?À¹Ô?ò£ÎóÜ'),
5166('£¸R»1Ã,øgC?uÌJ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/lastfm.png', 0, 'Oÿ?pè?¦Æ(Z_', 'Oÿ?pè?¦Æ(Z_'),
5167('A?xý?LGóßP?Ã~à ¯', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/linkedin.png', 0, '"~á}$ö\r#6?¶]', '"~á}$ö\r#6?¶]'),
5168('\Z¦I¨?¤o?Ö^?°p=', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/live365.png', 0, '?Ã\0IÃu©mù\r=ñ', '?Ã\0IÃu©mù\r=ñ'),
5169('\nýSeNäÌÃÉ`cãñY^\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/meetup.png', 0, ' ???Gù²®K?¼¨Ô', ' ???Gù²®K?¼¨Ô'),
5170('Q!¯n?ÃF?ý?rDÃÙ< ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/merchantcircle.png', 0, '¼;r??N(ÕÙKCêÇ', '¼;r??N(ÕÙKCêÇ'),
5171('ÓcÂøDGÿ«Fë?Ã…G', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/myspace.png', 0, 'ùx?nWû¥´6?îÞ«', 'ùx?nWû¥´6?îÞ«'),
5172('âgõ&ß;|v?7?p°?Ä', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/orkut.png', 0, '?c\nËt¬øzÂöh?', '?c\nËt¬øzÂöh?'),
5173('3^PñÓÿtÄøÊP?|ÔF', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/pandora.png', 0, '³''i9X?l!?D¡_,a', '³''i9X?l!?D¡_,a'),
5174('?zËBÂ{?L???Ow]', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/picasa.png', 0, 'tøMÃ4µ\\Òù6?£0Ã', 'tøMÃ4µ\\Òù6?£0Ã'),
5175('þ×`ãU¯e«pû2?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/ping.png', 0, '?ÂÂ!4y?¡¬[94¢', '?ÂÂ!4y?¡¬[94¢'),
5176('®ê¡gkL?c|ÿÃïÉ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/plancast.png', 0, '?æ eC2W~??', '?æ eC2W~??'),
5177('bÃq:LØ>Ãiuzô', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/reddit.png', 0, '?b7?×¥8?`?N[Ä', '?b7?×¥8?`?N[Ä'),
5178('èôä?Ã^WÂ0?wËÞ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/rss.png', 0, '\0ÚÃ{??c?Gù¹¶ä5', '\0ÚÃ{??c?Gù¹¶ä5'),
5179('«¶:7Ã@Ë+@??2sÂÊ9', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/skype.png', 0, '½y?«h~û u?4Ã', '½y?«h~û u?4Ã'),
5180('wþ¨Rt¦o³û,ßÇ*?¼', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/slideshare.png', 0, '?\\dú¥Âì5«pr?ÃwJ', '?\\dú¥Âì5«pr?ÃwJ'),
5181('I»?ØÓW³??W¤', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/soundcloud.png', 0, '?ÃSbãý?Þ\0Hu''U', '?ÃSbãý?Þ\0Hu''U'),
5182('£Z???\ZJ?Ô(dÂ_?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/steam.png', 0, 'Þà Þ?¤ù¢3Äd@I?', 'Þà Þ?¤ù¢3Äd@I?'),
5183('°¹«¨?Â÷«"Ba?\0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/stumble.png', 0, '¡§ö[\nÀÄpæ\Z|?Ã2¤', '¡§ö[\nÀÄpæ\Z|?Ã2¤'),
5184('·Â!÷OøõA·J{?Ô', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/talk.png', 0, 'û71!bÃÃ4\ZÓ~¨âS2', 'û71!bÃÃ4\ZÓ~¨âS2'),
5185('Ã¥?h.NÕÑ??Ñ$þÂÃ’mp', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/tumblr.png', 0, 'T¤æ?Kå¼oZËS?îC', 'T¤æ?Kå¼oZËS?îC'),
5186('_@ÎX)¹GM??`c''x(?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/tungle.png', 0, '@(ÿ9Ãã?ÑÎ`Ìè?PÅ', '@(ÿ9Ãã?ÑÎ`Ìè?PÅ'),
5187('¡¢@ÃÛ0ÃðY}z=¹Uòx', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/twitter.png', 0, '?nU?¡ñÃ''?Æ?', '?nU?¡ñÃ''?Æ?'),
5188('Ç,¾\Zq?µ??/²þh', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/ustream.png', 0, ' -MÌ@Z?0?ÊßÖNô', ' -MÌ@Z?0?ÊßÖNô'),
5189('RA?à [4uøao?E ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/vimeo.png', 0, '#Â"ûÉæ?y??¹º´?', '#Â"ûÉæ?y??¹º´?'),
5190('3??qÂà ''[ãá??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/wordpress.png', 0, '[?)''¼ös««by(Þ', '[?)''¼ös««by(Þ'),
5191('?d2??�ýX?ds', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/yelp.png', 0, 'C¿õ¹9òäCdÞà |)å''', 'C¿õ¹9òäCdÞà |)å'''),
5192('©zy½?R¤Ûø?è®f\r', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/32/youtube.png', 0, '\0âÇHbk?¥*2S4?', '\0âÇHbk?¥*2S4?'),
5193('¤Yäh¹³??c?1Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/asmallworld.png', 0, '?D:=ÃâÚwûºU?»³', '?D:=ÃâÚwûºU?»³'),
5194('[èX@#j\0?y-M&`?ÿ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/bandcamp.png', 0, 'Æn(Ã[ÂÜÃ6ÃŒJá3>Z', 'Æn(Ã[ÂÜÃ6ÃŒJá3>Z'),
5195('ð8Kp¤M·`ñ@ùé?ËÚ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/bbb.png', 0, 'Fh?º?p??X$??«', 'Fh?º?p??X$??«'),
5196('Èjr«''äS?h|îÈoîKì', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/blogger.png', 0, 'ÒZd???øQ?ëøËS', 'ÒZd???øQ?ëøËS'),
5197('bnt�??««æ?ÎÛC', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/buzz.png', 0, '%?m?Ãã\r¦FvgJ?Â', '%?m?Ãã\r¦FvgJ?Â'),
5198('1¼®Wø?qÀ+éYI??ß', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/delicious.png', 0, 'Âö=s¤Z?hæø·HÃ', 'Âö=s¤Z?hæø·HÃ'),
5199('|aù?]?|ÃQ]?v?@?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/deviantart.png', 0, 'c??¿f<.õHôÂãç?z', 'c??¿f<.õHôÂãç?z'),
5200('ÂÃ’.Â¥7lú×c?\nLá''ÿ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/digg.png', 0, 'ÀéN\Z¹eÄ\0-×ûÄ#', 'ÀéN\Z¹eÄ\0-×ûÄ#'),
5201('¥ßêÃt??v??«?VI', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/digitaltunes.png', 0, 'Tò¤ø»p¤1S«h?¤''Â', 'Tò¤ø»p¤1S«h?¤''Â'),
5202('ÃK3Ä6óÂJ;R?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/ebay.png', 0, 'Decq¯$v?Ãâ#J#kú', 'Decq¯$v?Ãâ#J#kú'),
5203('?k7GÉ+?ÌÒH)±Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/email.png', 0, '\\ðÛQùa?vÓ ÂNÛ', '\\ðÛQùa?vÓ ÂNÛ'),
5204('\\"ð?ýÈÎ/¥kvH»(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/etsy.png', 0, 'M?/îÙ?V6ÅG¶Û''h', 'M?/îÙ?V6ÅG¶Û''h'),
5205('#?ÃfY[¢å?5?Õ*þ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/facebook.png', 0, '0³HÂ¥j6tNù,VZÙ;', '0³HÂ¥j6tNù,VZÙ;'),
5206('_L¢SÄøÃuáò/É>²', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/flickr.png', 0, '?ò*?\\ù\\hZ-ØüÊS', '?ò*?\\ù\\hZ-ØüÊS'),
5207('¤¢WÂkÃA?×#F_{º', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/flixter.png', 0, '·öEï?=.0?µ???Ã7', '·öEï?=.0?µ???Ã7'),
5208(' ¦?6k(TÕe?Ãf¿', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/foursquare.png', 0, 't?ì_?}ýb2?_6â', 't?ì_?}ýb2?_6â'),
5209('O³ÑòC??e?o1Ä«', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/friendfeed.png', 0, '?)??ú ¬û«åÂ\ZªãÃ', '?)??ú ¬û«åÂ\ZªãÃ'),
5210('?9#$`¼¹Ev¿X?£Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/hulu.png', 0, 'I>EÂ86!?H¡', 'I>EÂ86!?H¡'),
5211('ÛÙæ<ÂÃ’x´ÅT\Z¶ ¡', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/hyves.png', 0, 'à m²?{\Z·Àzz@Ã&', 'à m²?{\Z·Àzz@Ã&'),
5212(':?f!Ã_Fº?Ã’?<üj', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/imdb.png', 0, 'q''M?ÖÅNQÊÉ?¯®', 'q''M?ÖÅNQÊÉ?¯®'),
5213('b?DL¸¼±?ÛW³EF#ãü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/lastfm.png', 0, 'Õ?L1lä2?rggCD', 'Õ?L1lä2?rggCD'),
5214('Z¥Ñá?ã6???.r', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/linkedin.png', 0, '|æÚ2U½%xhÇ%BÛ', '|æÚ2U½%xhÇ%BÛ'),
5215('F°7?¿VÂìø®ÃK? ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/live365.png', 0, 'Q·Â2\0?çÃã¶d³', 'Q·Â2\0?çÃã¶d³'),
5216('ó?ENºT/??»?ÚÛÌÆ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/meetup.png', 0, '¼J* ÃÃ¥?ãÑî¾U?¿', '¼J* ÃÃ¥?ãÑî¾U?¿'),
5217('l±¼Ô)Ã’Bþ???Ö+3¹', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/merchantcircle.png', 0, ' ÃKwvQ[©?Âãéqð', ' ÃKwvQ[©?Âãéqð'),
5218('Oy?E]??8¯ m(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/myspace.png', 0, '+?>Pm?+O?Û[_±', '+?>Pm?+O?Û[_±'),
5219('ñOwÿ<Z?Â2Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/orkut.png', 0, 'ú$k^èBÓô(øUio¹', 'ú$k^èBÓô(øUio¹'),
5220('%\n:?z?¥ s9"%?*¿', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/pandora.png', 0, 'q?ësÑ ?){|i©w~?', 'q?ësÑ ?){|i©w~?'),
5221('@ÇCN??U¢¾÷+î', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/picasa.png', 0, '\n¯=MMfU%à -HY?5&', '\n¯=MMfU%à -HY?5&'),
5222('\Z\\£µ:¿ýå¡-¸Î~´', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/ping.png', 0, '÷?w1s�w¯ß ; w', '÷?w1s�w¯ß ; w'),
5223('vÃ?kJtà ÃÃ…pZ??ú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/plancast.png', 0, '?î?v?ý1?#/C_?]5', '?î?v?ý1?#/C_?]5'),
5224('?×Trd¹ýÅKS?W', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/reddit.png', 0, '?z??%·ouëf½§ëË', '?z??%·ouëf½§ëË'),
5225('ð;?ÃLK??|¸BÔ?½', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/rss.png', 0, 'Äk\n|æ©??ZC¶t®', 'Äk\n|æ©??ZC¶t®'),
5226('â²µÃÆÃ%?3À>Ã6|', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/skype.png', 0, '¯û?\0?ºì??«²??', '¯û?\0?ºì??«²??'),
5227('õæ-G«?A&+?%^?TG ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/slideshare.png', 0, 'ü;HuNâMî¦ãô/S¿', 'ü;HuNâMî¦ãô/S¿'),
5228('ÜaÚ÷???Ò</ºó{?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/soundcloud.png', 0, 'ÙöwÊr??(?ÊB', 'ÙöwÊr??(?ÊB'),
5229('¨¼kÔTcjú%?ÖäÚ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/steam.png', 0, ')Wª?zmB4Øh?ä5L9\Z', ')Wª?zmB4Øh?ä5L9\Z'),
5230('Wü·Âªeý¿=ªn`u', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/stumble.png', 0, 'Âú?Ô??Ã9èÂ', 'Âú?Ô??Ã9èÂ'),
5231('?\0 ¼Ã??µÃ/*ú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/talk.png', 0, 'vØÃé\\ÜWÂ??°#µmO', 'vØÃé\\ÜWÂ??°#µmO'),
5232('ûN?n>bO¥�þÌ>Îü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/tumblr.png', 0, 'XÚ"4_?[¢?à ¯-º?Ô', 'XÚ"4_?[¢?à ¯-º?Ô'),
5233('=`?£ê½??!þ?Hy', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/tungle.png', 0, 'ÂóP.°??¾xÇ?zt·', 'ÂóP.°??¾xÇ?zt·'),
5234('K?rÃg??Æ)8Ã…R)·', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/twitter.png', 0, 'k7ëÃE£P?ËÊð?<þ?t', 'k7ëÃE£P?ËÊð?<þ?t'),
5235('ÇÙÀkºT>§?Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/ustream.png', 0, 'Ih¶lé}?êÎû?´!DV', 'Ih¶lé}?êÎû?´!DV'),
5236('?K>³¤»ñ©ôðtÓö', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/vimeo.png', 0, 'E¬·Éo?þãZ?m?F c', 'E¬·Éo?þãZ?m?F c'),
5237('4?^?;''?mgL??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/wordpress.png', 0, 'ØB£jÖ?2·²Z*\n', 'ØB£jÖ?2·²Z*\n'),
5238('=O?ÿ¬;¾?½ë³D-', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/yelp.png', 0, 'Qh?;·m´*T´Q\rã', 'Qh?;·m´*T´Q\rã'),
5239('t?Ãy6qXðÎY&µ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/64/youtube.png', 0, 'ãj5?õæbÂÃiµ?ð', 'ãj5?õæbÂÃiµ?ð'),
5240('r¿J?¹5?ÂÃ?Ü\rë?ý', 'wp-content/themes/promotion/functions/widgets/social-widget/images/heart/readme.txt', 0, 'ë É?Cy,JXb??', 'ë É?Cy,JXb??'),
5241('ÞyüêIõ¬jª?ë?>|', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/asmallworld.png', 0, 'â?.>aÌÛd¤/\\?[![', 'â?.>aÌÛd¤/\\?[!['),
5242('\\¦??â?k JfV-Jê', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/bandcamp.png', 0, 'yÇjµ¥\0wtáz¨RÉx?', 'yÇjµ¥\0wtáz¨RÉx?'),
5243(',SUYºu%ö¿?jy+P]', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/bbb.png', 0, '?j??¡?3?j¹4¬', '?j??¡?3?j¹4¬'),
5244('|?iT?{ìyÓ4?H', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/blogger.png', 0, '\rì/Q©?iLwÂÃŽ?\n+º', '\rì/Q©?iLwÂÃŽ?\n+º'),
5245('oX.èFkH2¼8?sSH', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/buzz.png', 0, 'Â?xbK$=!©Ã\Z', 'Â?xbK$=!©Ã\Z'),
5246('D?ñ??÷Ò"ç;OiF', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/delicious.png', 0, '£¥ÃÃÂoZ]lÜxI?', '£¥ÃÃÂoZ]lÜxI?'),
5247('aß?ëIá´V???ïyW9', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/deviantart.png', 0, 'hÔW¨M=¹?ût¾=b?', 'hÔW¨M=¹?ût¾=b?'),
5248('¶??FWlv?ÂW úñÿ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/digg.png', 0, '¸r\\?/ÕóÄ4wLæ¹z', '¸r\\?/ÕóÄ4wLæ¹z'),
5249('??m<2Ì6`ÊõC§0´?Q', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/digitaltunes.png', 0, 'kdñ??Â?F]"Úç', 'kdñ??Â?F]"Úç'),
5250('ÑÔy\nÃAùW?ÃÂ~', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/ebay.png', 0, 'LÃ¥\0OÂk¾ïý~D?6òÃC', 'LÃ¥\0OÂk¾ïý~D?6òÃC'),
5251('öá%â©?$Qe\\Â|?¦S', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/email.png', 0, 'Þ}S?\rÒâý3@FBáG', 'Þ}S?\rÒâý3@FBáG'),
5252('¤?ÿp?01gëÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/etsy.png', 0, '\ZÃÛà Ê;ajfk¿ã|&¸', '\ZÃÛà Ê;ajfk¿ã|&¸'),
5253('Ë?¼âåÂló1hT]«ó', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/facebook.png', 0, 'Ã6±îD<V9ÿ???Cÿ', 'Ã6±îD<V9ÿ???Cÿ'),
5254('ì?zJ?_^?Ìùd?â.', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/flickr.png', 0, '?^DÛÇU3?!üÓ<@Q', '?^DÛÇU3?!üÓ<@Q'),
5255('|?°mõËÜÉs|Ã@Ûw*', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/flixster.png', 0, 'Y?ßwÃ’(£Â¤-Æ8ò,·', 'Y?ßwÃ’(£Â¤-Æ8ò,·'),
5256('欥z#¾_I±?`ëÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/foursquare.png', 0, 'âdÎßW"m?jóÌé?H', 'âdÎßW"m?jóÌé?H'),
5257('óþÔF³?l\Zm¶1Ä\n¿Ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/friendfeed.png', 0, 'Z7??z?cõ3G¬³@0å', 'Z7??z?cõ3G¬³@0å'),
5258('ØbK%Z\rJ¸???:D[', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/hulu.png', 0, 'ù,%ÊÃÖç\Z&?~ÂL', 'ù,%ÊÃÖç\Z&?~ÂL'),
5259('ª¢@yX&&?ÞÇa§;Z?o', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/hyves.png', 0, '«???u}w5^5?!M¯µ', '«???u}w5^5?!M¯µ'),
5260('neZ?¿2({ÃOW¹åéäð', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/imdb.png', 0, '#?q&Eeª?ie¡·ãa3]', '#?q&Eeª?ie¡·ãa3]'),
5261('örËp}óùö?j §ÃjÃH', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/lastfm.png', 0, 'yÔé èKV{Q9kä5@Ã…', 'yÔé èKV{Q9kä5@Ã…'),
5262('w×DùÃXi·?1/>m', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/linkedin.png', 0, '¿?¯óµ¨$°û?ëö-Ã’j', '¿?¯óµ¨$°û?ëö-Ã’j'),
5263('?�¾À9´¿??î·e', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/live365.png', 0, '?7Gk_2áw½?4?ª±E', '?7Gk_2áw½?4?ª±E'),
5264('?B³,뵫?´²åÓ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/meetup.png', 0, 'Ä?¼ UXÃ<¶Ã!øj', 'Ä?¼ UXÃ<¶Ã!øj'),
5265('%PmËÃð.LB?j??PG', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/merchantcircle.png', 0, '¯òåf?à ??©§]:+', '¯òåf?à ??©§]:+'),
5266('ºnbÃŽ/nIoÂæÂþ)', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/myspace.png', 0, '"Â?V-ÒÈËú³´\n¡È', '"Â?V-ÒÈËú³´\n¡È'),
5267('?''¦bÃÔù\Z''#°hÞ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/orkut.png', 0, 'Kñz??i?Eg]?9', 'Kñz??i?Eg]?9'),
5268('ñ<Ó-w#6£?ð >ç', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/pandora.png', 0, 'çÞìÓ,´?+²Å1à 6?', 'çÞìÓ,´?+²Å1à 6?'),
5269(')?Û?b?-?ÊñVwµ|Û', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/picasa.png', 0, 'm/¶¨+µ¹ÂìyKGgÙXr', 'm/¶¨+µ¹ÂìyKGgÙXr'),
5270(';:4]WÉd??þ;2', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/ping.png', 0, '¦$`Â¥Âr&¹}tq¤m', '¦$`Â¥Âr&¹}tq¤m'),
5271('ÄÑ&??¿½?W]ñ?âÜ0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/plancast.png', 0, '#´?(cÃ2ÞÂÿ.ÃRö', '#´?(cÃ2ÞÂÿ.ÃRö'),
5272('÷¸?;w?j/ã=t6', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/reddit.png', 0, 'Dg?ÂÃ¥Gî`Â¥ÃrSº/¾', 'Dg?ÂÃ¥Gî`Â¥ÃrSº/¾'),
5273('#?Õzzsè?U?ÞûWÞk', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/rss.png', 0, '>??sÇÎñwP<ÃvPµ', '>??sÇÎñwP<ÃvPµ'),
5274('f?ç,@>£Bôî?ó?á?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/skype.png', 0, '2£°?P»CcÂ3EÃ', '2£°?P»CcÂ3EÃ'),
5275('?Räy2Ã¥?Ùm¡>xÃ’', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/slideshare.png', 0, '13??[ÂÃëÚO]', '13??[ÂÃëÚO]'),
5276('f?é»BÃÃUÂ?ùp', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/soundcloud.png', 0, '?^Tö?\n?R\\êE', '?^Tö?\n?R\\êE'),
5277('? ?¿Ö@6»µ:?Jhñ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/steam.png', 0, '¹{??RK£????»?', '¹{??RK£????»?'),
5278('[?O)÷?yr$ë®U@', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/stumble.png', 0, '&×;~p´ Èä5v.93', '&×;~p´ Èä5v.93'),
5279('??!\n?Õ?¡.8%>', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/talk.png', 0, ' »y¼$B~ä''ÿÂ×\0q', ' »y¼$B~ä''ÿÂ×\0q'),
5280('<Ã2á?35+Ã’''üÕG$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/tumblr.png', 0, '<Y??88?_ÈÄÌábV', '<Y??88?_ÈÄÌábV'),
5281('Ã?À>ÇÑ0E¡µ@æÇ8c?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/tungle.png', 0, '8êîû^#§áOz KÂ?', '8êîû^#§áOz KÂ?'),
5282('OÜm]?H@®LPi1Hèe', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/twitter.png', 0, '*¯FZ??¼?òaÊR?ª', '*¯FZ??¼?òaÊR?ª'),
5283('§U?\0ré@ S?G?$I', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/ustream.png', 0, 'wõ=Ã’uü?0ÃM°0TæÃ', 'wõ=Ã’uü?0ÃM°0TæÃ'),
5284('\\?â?`?WhEWHs;!´', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/vimeo.png', 0, '.ÅË??á}E¤/?2É', '.ÅË??á}E¤/?2É'),
5285('??RZ÷z.Øá\0)ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/wordpress.png', 0, 'ZÃx"ºâµÑ??äjÀ', 'ZÃx"ºâµÑ??äjÀ'),
5286('ãVܯõFI?<?4ÿ¡SÃ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/yelp.png', 0, '?ú\\Ëö^[?ïýN`??', '?ú\\Ëö^[?ïýN`??'),
5287('¦[?p?Ã’s?BlëÑà òùD', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/16/youtube.png', 0, 'Ç?&=Â?"¤.¶M?³?', 'Ç?&=Â?"¤.¶M?³?'),
5288('?ëWMY¢??¯JÕÕtö$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/asmallworld.png', 0, 'ôkÀx?.]ò?ù¾?!?', 'ôkÀx?.]ò?ù¾?!?'),
5289('UÓì\rC??½Ã7B%Nä¤', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/bandcamp.png', 0, 'ÂÊC©IÂêÃãb?z¼?', 'ÂÊC©IÂêÃãb?z¼?'),
5290('Âz°\Zd5?üÉ&?CÓB¡', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/bbb.png', 0, 'ÒW+½@»-0Èé?{S2Úê', 'ÒW+½@»-0Èé?{S2Úê'),
5291('¤\0óMM)»PÂÂu¡ ÷', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/blogger.png', 0, '?u:ÅöE¬?©DÕa96', '?u:ÅöE¬?©DÕa96'),
5292('äõ:¼³[OëÉq¦''', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/buzz.png', 0, '¯ÃÊnlF§Ca8û¨A?Ã', '¯ÃÊnlF§Ca8û¨A?Ã');
5293INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
5294('`ðB¬?Me?×R¦ 0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/delicious.png', 0, 'Pé?5ØU}®þê?c×S}', 'Pé?5ØU}®þê?c×S}'),
5295('ûµ/?¹êÖB?Ëk?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/deviantart.png', 0, '¶?l²A®¼qn¬T9~?Ã', '¶?l²A®¼qn¬T9~?Ã'),
5296(')?EFÉëñª???:µ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/digg.png', 0, 'rÖä¸ÃQOÿÞ?¤?5¯Y', 'rÖä¸ÃQOÿÞ?¤?5¯Y'),
5297('(o}¡,+°Z?ý31?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/digitaltunes.png', 0, '*>\0??ºsãÕêN', '*>\0??ºsãÕêN'),
5298('f?M9«ü?@ÿ¿á®?æ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/ebay.png', 0, '/äd?2è??üÂÿ]_?', '/äd?2è??üÂÿ]_?'),
5299('ã-30ÙÃþrºe«o?}', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/email.png', 0, 'LpÌå???R2Ûá', 'LpÌå???R2Ûá'),
5300('~?ÂC[òÃ?¬Ûî2Åù{', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/etsy.png', 0, '4¼?0RÆ,h???', '4¼?0RÆ,h???'),
5301('S»I¦(g?[è\\Y?üq%', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/facebook.png', 0, '+îÇu?DSgüÃÑD', '+îÇu?DSgüÃÑD'),
5302('´ºýR? ÷ZbèuÇé', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/flickr.png', 0, 'ñ??rÑó?O?xã', 'ñ??rÑó?O?xã'),
5303('¼:wf?²¹òcÃÃ’YûNÑ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/flixster.png', 0, '1±???÷%oRïv@°', '1±???÷%oRïv@°'),
5304('Ù?/éÄÃu.©Ã5w&Â¥', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/foursquare.png', 0, 'ÂD\Z3?m?Q?¢', 'ÂD\Z3?m?Q?¢'),
5305('ÊÔ^·Ty0îÃSE\Z??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/friendfeed.png', 0, 'Q:?BX+úäTÓÂu?@@', 'Q:?BX+úäTÓÂu?@@'),
5306('?÷lÊ;ÀVêþÃ?&C??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/hulu.png', 0, 'Â???ÂÃó¤tÃ3Q', 'Â???ÂÃó¤tÃ3Q'),
5307('Ùú·Ã\rîF?>\n;;2??þ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/hyves.png', 0, '^yõèQ®CÃ’Nfßæï?', '^yõèQ®CÃ’Nfßæï?'),
5308('Û3à ,;ÂoTRâY', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/imdb.png', 0, 'ø5Y?°V6?2ÃÃŽ', 'ø5Y?°V6?2ÃÃŽ'),
5309('nrªC¸?Þfjâ¾±c', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/lastfm.png', 0, '??ö,u�wk«5ç', '??ö,u�wk«5ç'),
5310('ÌÂÃ+æ?Y?ï_ÂNÓ ?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/linkedin.png', 0, 'd_??¢ÛÔ?·h0´C\\', 'd_??¢ÛÔ?·h0´C\\'),
5311('?Ôëgóþì??<º¤@', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/live365.png', 0, '±ÉÅr?4;«Vno?]è', '±ÉÅr?4;«Vno?]è'),
5312('ÂdÓ×3ÈEý<à ä?c?®', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/meetup.png', 0, '¶?4-`?)¬~»ö½V', '¶?4-`?)¬~»ö½V'),
5313('?xMg´ê1?ØC~´ÃÄt', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/merchantcircle.png', 0, '?g?ïè_èwÓT»?mÆ', '?g?ïè_èwÓT»?mÆ'),
5314('cÞý?óvª0?mó³=?Ã', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/myspace.png', 0, '?WÀ6-?áÆ^Yµ*Þ', '?WÀ6-?áÆ^Yµ*Þ'),
5315('N5Êöÿ1×±åç¨A×\0ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/orkut.png', 0, 'W/tç¥??o?Uê6RG.', 'W/tç¥??o?Uê6RG.'),
5316('n0/;Òò[ÃéÄî', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/pandora.png', 0, '\n3ùø?ÆrêbC?ÿ³Ü', '\n3ùø?ÆrêbC?ÿ³Ü'),
5317('Ä+z?1?(:¼?Â,Àú', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/picasa.png', 0, 'ÓÖëmïC?®ZDó W?', 'ÓÖëmïC?®ZDó W?'),
5318('Ç9\0ÔW*VS¶x[O?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/ping.png', 0, 'ª???ÑUc?\Zw¯', 'ª???ÑUc?\Zw¯'),
5319('Ã…[ë?a\n²¸#I7Cü¼,', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/plancast.png', 0, 'rÃÉl9"î?Kµf$d¾', 'rÃÉl9"î?Kµf$d¾'),
5320(' [ÙPÅ®Ì2%È_± ?W', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/reddit.png', 0, '©?Ü?1øÂQÄ{', '©?Ü?1øÂQÄ{'),
5321('©?ÃÃ’BøÃ#?°ë.¦?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/rss.png', 0, '´ÊÅIëL?Éù?eq8_', '´ÊÅIëL?Éù?eq8_'),
5322('ç$??¤?ôSÃññ/9', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/skype.png', 0, 'Ã\\»^¿öl´gl?Ȑ', 'Ã\\»^¿öl´gl?Ȑ'),
5323('µ?''®Ø0?À6NqÒè', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/slideshare.png', 0, 'ôyÌé§4<cà ¡&Kl¢', 'ôyÌé§4<cà ¡&Kl¢'),
5324('lú-=B8Ì"%QL/3?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/soundcloud.png', 0, '`â?ôß)v×v?òr??7ÿ', '`â?ôß)v×v?òr??7ÿ'),
5325('ôo?R?i?&ÀV?´uu?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/steam.png', 0, '�þOpÕUh¢?Q?ò', '�þOpÕUh¢?Q?ò'),
5326('y?O?Â??Ñ}ð??', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/stumble.png', 0, '??ð!?¯[?uü ?', '??ð!?¯[?uü ?'),
5327('@¥ ð???PS1$', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/talk.png', 0, 'Î|½üÈßË?ªýSu?', 'Î|½üÈßË?ªýSu?'),
5328('?I£úÂñóçµéuµ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/tumblr.png', 0, 'ÃŒ?ÃŽYoØèÔdA#Úv<', 'ÃŒ?ÃŽYoØèÔdA#Úv<'),
5329('HÂkn?ú[AÂA??9w', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/tungle.png', 0, '?µHv?þ»2Xè?', '?µHv?þ»2Xè?'),
5330('??Ó`ÿ¿«h?-\r\rÂ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/twitter.png', 0, '};?2.÷ÃCAïA¤D?', '};?2.÷ÃCAïA¤D?'),
5331('d3?c¾Ö?ô6TDÃŽ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/ustream.png', 0, 'Tóû??°?ïÉÃQrÓ', 'Tóû??°?ïÉÃQrÓ'),
5332('Â?s¬KN¹z ¾Ér?O', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/vimeo.png', 0, 'Ç!PQ¦?¹/Qy!tá', 'Ç!PQ¦?¹/Qy!tá'),
5333('F:Ã’??h??[?¬', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/wordpress.png', 0, 'j?Þì@%ñX?78ÂL:', 'j?Þì@%ñX?78ÂL:'),
5334('?ÂsP?$=\nè-/ðVµY', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/yelp.png', 0, 'ÚK4ïü)?¯·1oø¥Ã«', 'ÚK4ïü)?¯·1oø¥Ã«'),
5335('wy=Ög?2¶?Tßn?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/32/youtube.png', 0, '?qÂR½îkGUxä"Ã#Â', '?qÂR½îkGUxä"Ã#Â'),
5336('?¬"?³GoôÂ4V¬^#', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/asmallworld.png', 0, '¬Ñà ÉhôÃ?\Zi?1-ò', '¬Ñà ÉhôÃ?\Zi?1-ò'),
5337('{Ü3i?öçÑ?³', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/bandcamp.png', 0, 'ËV?Rö÷V??)FêÈf', 'ËV?Rö÷V??)FêÈf'),
5338('ÉÂÔ%v³?.??j???¥Û', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/bbb.png', 0, 'q6\0Â$??¤?ÓI', 'q6\0Â$??¤?ÓI'),
5339('à R???ëx7±?à ¢JÅ)', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/blogger.png', 0, ',?ts=Ê0>-?«><?Â', ',?ts=Ê0>-?«><?Â'),
5340('?�§»#à ÔSjþ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/buzz.png', 0, 'gEþc?-Ã\ZËK\rñ»?', 'gEþc?-Ã\ZËK\rñ»?'),
5341('?u?ËK?a\Zf?D·?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/delicious.png', 0, 'Ã?Ã3ÃÉþ"~ ?-? ', 'Ã?Ã3ÃÉþ"~ ?-? '),
5342(',`µÖÞøåh\\B*K¬ýjy', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/deviantart.png', 0, '¥ \0µMH¨rZnà §??', '¥ \0µMH¨rZnà §??'),
5343('«ðÇbÂ`}?þ¯ØOÓ0¢', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/digg.png', 0, 'ÄIù²\Zv\0?\nr?uw', 'ÄIù²\Zv\0?\nr?uw'),
5344('sý?¦¿ºD,-o9M\n\no', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/digitaltunes.png', 0, 'zUt%Ü?ð·w´ß|P4}', 'zUt%Ü?ð·w´ß|P4}'),
5345('<¦üR?<à D?????¹', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/ebay.png', 0, '?µÚ3ó7s¼ëÀl??%#Ã', '?µÚ3ó7s¼ëÀl??%#Ã'),
5346('$¸Ö32mMZÂi" @ó²', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/email.png', 0, 'l ?e¸Ê`®ÿ?ê?Û', 'l ?e¸Ê`®ÿ?ê?Û'),
5347('2?ÒÙ9Ã9#¬µâ2Ãw*', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/etsy.png', 0, 'õö?@!Zè5ûZà \\à ÔK', 'õö?@!Zè5ûZà \\à ÔK'),
5348('\Z¯?à .?\n³?éWo?c)?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/facebook.png', 0, 'óñ?<IÂò$¿ãº]!', 'óñ?<IÂò$¿ãº]!'),
5349('³?¹ïÃ?WØY§î6}ô', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/flickr.png', 0, 'IñÂÀÕÙñ\ZSó6?\\<', 'IñÂÀÕÙñ\ZSó6?\\<'),
5350(']\né5d"0üÄ\Z!¤ÃD?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/flixster.png', 0, ')îò=®ýUc Y?w½', ')îò=®ýUc Y?w½'),
5351('R?¹sOxâ)°j¥Ôj(', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/foursquare.png', 0, ' Ôs?*~Ü3´?¡he(', ' Ôs?*~Ü3´?¡he('),
5352('õ???C-ÓÃB»¯', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/friendfeed.png', 0, 'øi¯?S¡õ2׿wôÃ0º', 'øi¯?S¡õ2׿wôÃ0º'),
5353(' Sß?\Z"°Þht\\\0?~', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/hulu.png', 0, '?·?.¥''??\Zõ$Îi#c', '?·?.¥''??\Zõ$Îi#c'),
5354('ÈôgÇÞr\Zr´s?¾', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/hyves.png', 0, '?¢v$fZå8¬0ø8\0Y', '?¢v$fZå8¬0ø8\0Y'),
5355('ûd??#ÿ1Y?Â?"', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/imdb.png', 0, 'gõ¶:ºæ|P)¢üöÂãø', 'gõ¶:ºæ|P)¢üöÂãø'),
5356('Þ/å87²O§?ö{I°Ø', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/lastfm.png', 0, '`ç??õ?/NX³&9', '`ç??õ?/NX³&9'),
5357('WïÿÞÔu??¼q?ç½k?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/linkedin.png', 0, 'kYb2.1Ú[ÀVOL ¾ª', 'kYb2.1Ú[ÀVOL ¾ª'),
5358('æø+?åÅ\0Ó?Ä HË', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/live365.png', 0, 'Är?±x?ø?J½HÌ\n', 'Är?±x?ø?J½HÌ\n'),
5359('¾Ã#lÂdÄ1R2¡-SQLl', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/meetup.png', 0, 'b±?{¤_ÜÉ\\@??É', 'b±?{¤_ÜÉ\\@??É'),
5360('Â¾ÇØA»\r&?r°kwÇ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/merchantcircle.png', 0, 'Âsk¿ 3ó£øçc¸?\rõ?', 'Âsk¿ 3ó£øçc¸?\rõ?'),
5361('ÆäJX?HDäF?ß', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/myspace.png', 0, '½§LcyÕGJçiö?k', '½§LcyÕGJçiö?k'),
5362('ìËMñ?)kY,nq Ügm', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/orkut.png', 0, '¿%þÃbñA¶©ûì(±;', '¿%þÃbñA¶©ûì(±;'),
5363('\r:bÃCÒâ1´²?^Qÿ®', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/pandora.png', 0, 'ÂÂlL?.bâ·?Â?Pç', 'ÂÂlL?.bâ·?Â?Pç'),
5364('VLÃ\ZºÀÚö@°uêd??ü', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/picasa.png', 0, '3ÔK&/?Ãú ?Ûc+w', '3ÔK&/?Ãú ?Ûc+w'),
5365('7?¾wy?²:Ò)$Ó9ºÿu', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/ping.png', 0, 'OqóhMbþeuhCù#t', 'OqóhMbþeuhCù#t'),
5366('ÂËÓÃH:%qÂÛPz=?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/plancast.png', 0, 'êÂ(ûºJÈWÀo?.?®', 'êÂ(ûºJÈWÀo?.?®'),
5367('nUZ?´1?µ&**¾', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/reddit.png', 0, '¿µ\0XQ^?1C-duÑ', '¿µ\0XQ^?1C-duÑ'),
5368('0¾û Ê8¬géø®\0', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/rss.png', 0, '¹ôxoShc»7?+??', '¹ôxoShc»7?+??'),
5369('4·Â⣧ºL£??ð', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/skype.png', 0, 'Ââm??©Â¼ù¹s?', 'Ââm??©Â¼ù¹s?'),
5370('F][ÈbH£Ã?ý?±?', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/slideshare.png', 0, 'ì]áPøxõ4\r^Ãiþ,?', 'ì]áPøxõ4\r^Ãiþ,?'),
5371('??VÄ[¨Ø:YµØë,×ù', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/soundcloud.png', 0, '²a2`tM?$?½?û#¡?', '²a2`tM?$?½?û#¡?'),
5372('K¤o&\0ô«9/??Ú''½', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/steam.png', 0, 'âÃq??ÂÆRacTz?', 'âÃq??ÂÆRacTz?'),
5373('j?ñT°r¼rºo?/-Zæ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/stumble.png', 0, '???lùxÄÃ# ®', '???lùxÄÃ# ®'),
5374('{?äi`åÅètVÃŽ', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/talk.png', 0, ' ?Êâ\n&?7?ÃKþÄ', ' ?Êâ\n&?7?ÃKþÄ'),
5375('Fä\n¿"ô?N6÷'' 6', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/tumblr.png', 0, '¸É:zCUei§&?Òú;', '¸É:zCUei§&?Òú;'),
5376('cvç_{p?*MÃ’IóãP>', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/tungle.png', 0, 'úz2\\(?ÓÉÂ` Ã', 'úz2\\(?ÓÉÂ` Ã'),
5377('mÂ¥JÇßà U*ë/Ã…%''', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/twitter.png', 0, '®ZÛ?%¬?v?ØÂLN¸Â', '®ZÛ?%¬?v?ØÂLN¸Â'),
5378('¢Jcârã-è ù)?|×', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/ustream.png', 0, '+\rr�YDø?«?³?', '+\rr�YDø?«?³?'),
5379('?ñT^ëùN?%U2G-', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/vimeo.png', 0, 's½çç³þc?yúXg6ª', 's½çç³þc?yúXg6ª'),
5380('xÜõéfL?\0?=Cè!?·Â', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/wordpress.png', 0, 'l?Ió??±?%+0®âÃ', 'l?Ió??±?%+0®âÃ'),
5381('bMÂÙ\rÒýÔ?)Z«P', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/yelp.png', 0, 'I?Ñ''?''???nU', 'I?Ñ''?''???nU'),
5382('ñCFXî:F®ÛÃi?x\\', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/64/youtube.png', 0, ';¢·UÊY«Õ?ò2Ãc', ';¢·UÊY«Õ?ò2Ãc'),
5383('?à ò3BU\r\ZÃ&\\°¾', 'wp-content/themes/promotion/functions/widgets/social-widget/images/sketch/readme.txt', 0, 'c9ÖQ«ùýº¬??S² Â', 'c9ÖQ«ùýº¬??S² Â'),
5384('ë?ÕúåNô??à ?#ý', 'wp-content/themes/promotion/functions/widgets/social-widget/social-widget.php', 0, '¨ n¶)?æ?^}?OÃà ', '¨ n¶)?æ?^}?OÃà '),
5385('f?¥èDK.±$?vÃb', 'wp-content/themes/promotion/functions/widgets/social-widget/social_widget.css', 0, 'Ú(Ìñ?¿/<H¡ÃO?2', 'Ú(Ìñ?¿/<H¡ÃO?2'),
5386('y0Õ{Â?ÔSe??&', 'wp-content/themes/promotion/functions.php', 0, '\0?½?Âo/o7ò«÷\nNÈ', '\0?½?Âo/o7ò«÷\nNÈ'),
5387('ºwäº}¡?ª¸ý\\SÅBn³', 'wp-content/themes/promotion/header-custom-element-bg.php', 0, '?¶?Â#???ºH;#â', '?¶?Â#???ºH;#â'),
5388('üÂÄFX\0?¤aj?.?', 'wp-content/themes/promotion/header-custom-element-full.php', 0, '?G?p?¢?¶ò$', '?G?p?¢?¶ò$'),
5389('ê\rC2?Hæs\ZÃù\ZM\ZÂ¥', 'wp-content/themes/promotion/header-custom-element-special-bg.php', 0, 'l??Ü&;''?ed÷ÿ)±7', 'l??Ü&;''?ed÷ÿ)±7'),
5390('æE?gÆS?(»è¡Ôo?', 'wp-content/themes/promotion/header-custom-element.php', 0, 'nØChDç51s?ºuùh', 'nØChDç51s?ºuùh'),
5391('?gdù? q?Ii®ìZ`', 'wp-content/themes/promotion/header-offer-slider.php', 0, '·¤ABïF³?u®½þ§ï', '·¤ABïF³?u®½þ§ï'),
5392('S?D?|?Rdn;·ÆI=Ã', 'wp-content/themes/promotion/header-orbit-slider.php', 0, 'pLQýÔþªÆvÎÃþ', 'pLQýÔþªÆvÎÃþ'),
5393('qt?PÿùüU®?±�', 'wp-content/themes/promotion/header-post-slider.php', 0, '®rÎ;K??õL1× dB?', '®rÎ;K??õL1× dB?'),
5394('ä\\CßVþ·ª%=×\Z', 'wp-content/themes/promotion/header.php', 0, '®£xr?È?uÎ0¹?Oe', '®£xr?È?uÎ0¹?Oe'),
5395('9¬U?Ål¶6?÷G%?½', 'wp-content/themes/promotion/ie7.css', 0, 'S{??[%??$SÆE', 'S{??[%??$SÆE'),
5396('ã??®öe?!?rÜèõH', 'wp-content/themes/promotion/ie8.css', 0, 'mù\r?Ä?þsµ|Z4ô\r', 'mù\r?Ä?þsµ|Z4ô\r'),
5397('¯e_~I"?°üò?a«@', 'wp-content/themes/promotion/images/404.png', 0, '??¶·oQ?ù7´HT?', '??¶·oQ?ù7´HT?'),
5398('<?�((nI??Wè', 'wp-content/themes/promotion/images/active.png', 0, 'ôáPn÷a°CLF?<x#', 'ôáPn÷a°CLF?<x#'),
5399('Ö�?&e0??¬ï?', 'wp-content/themes/promotion/images/author-ico.png', 0, 'Ë"h¸E?0&}Ç''Ü=ß|', 'Ë"h¸E?0&}Ç''Ü=ß|'),
5400('BDÕpþîX?ôp?cQ\\5', 'wp-content/themes/promotion/images/check.png', 0, ']?«ê9G?|ÿNæ¥?', ']?«ê9G?|ÿNæ¥?'),
5401('#??V1?Èééõ??e', 'wp-content/themes/promotion/images/comment-ico-w.png', 0, '\0?{]_???KQ�¾#', '\0?{]_???KQ�¾#'),
5402('8/ ÔÂó0ÿþî#ÈM', 'wp-content/themes/promotion/images/comment-ico.png', 0, '?¥?¹ÈpnPetM²', '?¥?¹ÈpnPetM²'),
5403('¹KÊõ|õt÷?ëT\\½', 'wp-content/themes/promotion/images/comment_arrow.png', 0, '¹?²:?½\\SRaà Q*V?', '¹?²:?½\\SRaà Q*V?'),
5404('x§m÷¦-ÜtE?%É2ñ', 'wp-content/themes/promotion/images/comment_reply.png', 0, 'ò|ÿ 0a?ãNq', 'ò|ÿ 0a?ãNq'),
5405('µnÜ-Ôw?ÃIH Vh×ü', 'wp-content/themes/promotion/images/content_bg.png', 0, 'G3-Ôu?~3H!õp?<G', 'G3-Ôu?~3H!õp?<G'),
5406('#;i¬5®êJMö±õ`', 'wp-content/themes/promotion/images/content_shadow.png', 0, 'ò4Ã…?Qø¶ ÂÄ?nó', 'ò4Ã…?Qø¶ ÂÄ?nó'),
5407('DeJø:hWêÊë1Y', 'wp-content/themes/promotion/images/content_top_shadow.png', 0, '\n ?ÎSضÚ!ýT', '\n ?ÎSضÚ!ýT'),
5408('HÜy+°ViÓ^ÃUÛìE?%', 'wp-content/themes/promotion/images/copyright_divider.png', 0, 'Y¶\n?cuAËx¾^Æ', 'Y¶\n?cuAËx¾^Æ'),
5409('_S?rÂ¥?q?Ku\r?', 'wp-content/themes/promotion/images/date-ico.png', 0, '???ÇktÆC?\n?¿', '???ÇktÆC?\n?¿'),
5410('ÿ´\0\Z¦Â·:ï9m?Õà ', 'wp-content/themes/promotion/images/default-avatar.jpg', 0, '[?ÕÔ)ï?rkúgJþ ', '[?ÕÔ)ï?rkúgJþ '),
5411('mOñý?u?bF''??#', 'wp-content/themes/promotion/images/favicon.png', 0, '?ÿ??ð¨?÷9ßcqª\\', '?ÿ??ð¨?÷9ßcqª\\'),
5412('ã^*±>ó}UXø%½?î', 'wp-content/themes/promotion/images/folder-ico.png', 0, '»Y«7à ???£cB#', '»Y«7à ???£cB#'),
5413('½?ÞjdÑïC6?Éì6', 'wp-content/themes/promotion/images/footer_bg.png', 0, 'ú?TT<?È? ?kË\Z', 'ú?TT<?È? ?kË\Z'),
5414('+_\0Oª?Ñ×?+B?', 'wp-content/themes/promotion/images/gallery_lense.png', 0, '±?U?l??ó÷NØ´(', '±?U?l??ó÷NØ´('),
5415('\r¡?®?·Âõ\r\n {9ø', 'wp-content/themes/promotion/images/grad.png', 0, 'ò\r?uMlÙUÔb3]OF?', 'ò\r?uMlÙUÔb3]OF?'),
5416('?Ê?}??óé??', 'wp-content/themes/promotion/images/loader.gif', 0, '?E?øgÓaÃh?', '?E?øgÓaÃh?'),
5417('ã??uGÃÆú9i?½¾', 'wp-content/themes/promotion/images/menu_shadow.png', 0, 'ËTSÂé?¦ú?3I)£V\r', 'ËTSÂé?¦ú?3I)£V\r'),
5418('W?#×6ÃÜj?ÄÙÄ}', 'wp-content/themes/promotion/images/portfolio_pt.png', 0, '$H??Ã!I£±l??', '$H??Ã!I£±l??'),
5419('ÕA8rÂ¥?4èx@S', 'wp-content/themes/promotion/images/post_divider.png', 0, '@iv°Ãñ}þ59Ã-¤', '@iv°Ãñ}þ59Ã-¤'),
5420('à ìñìYR?©Âr~ØjÑ', 'wp-content/themes/promotion/images/search_lense.png', 0, '?wM!bÇ[ÃOù?ÃŒ`', '?wM!bÇ[ÃOù?ÃŒ`'),
5421('?¨åpº<??öCà ?U', 'wp-content/themes/promotion/images/slide_active.png', 0, 'eæ®?¿CÜ?', 'eæ®?¿CÜ?'),
5422('\r)*ZÂþ×a©hÛ[|?', 'wp-content/themes/promotion/images/slide_inactive.png', 0, '±a?Y?O4?YÖèà ?Ãï', '±a?Y?O4?YÖèà ?Ãï'),
5423('???5?.w¹?"1¦r>', 'wp-content/themes/promotion/images/slider_divider.png', 0, '<x¿?ð¥<X ?GÖ', '<x¿?ð¥<X ?GÖ'),
5424('2¸?m_Q£ p¢Rë_Â', 'wp-content/themes/promotion/images/slider_divider_top.png', 0, '?ô ã?(3K?QÅh µ?', '?ô ã?(3K?QÅh µ?'),
5425('ò=?©\n{#èÜ%f?', 'wp-content/themes/promotion/images/sliding_sidebar_buttons.png', 0, '?eèQ?i?Ò5Ö#øY', '?eèQ?i?Ò5Ö#øY'),
5426(']þî½X:?Ã\0dY__Z1', 'wp-content/themes/promotion/images/subhead_shadow.png', 0, 'ÃYÂÂ¥v?gÚªw»(ð', 'ÃYÂÂ¥v?gÚªw»(ð'),
5427('b?¯å|%Ãê%%?HÈ^', 'wp-content/themes/promotion/images/subhead_shadow_bottom.png', 0, '*"µ!*¶2¡Ã·±_?', '*"µ!*¶2¡Ã·±_?'),
5428('lZÂþ×õ$±ÊPÃ', 'wp-content/themes/promotion/images/tag-ico.png', 0, '??/Óbü¢¸Ãè½+R', '??/Óbü¢¸Ãè½+R'),
5429('ßCÛ?9?~dbC''Bö', 'wp-content/themes/promotion/images/to_top.png', 0, '??p±23?£?æ+', '??p±23?£?æ+'),
5430('sÙiÈDúêòm\\?ì', 'wp-content/themes/promotion/images/transparent.png', 0, 'Ã¥2?ÈÃ{GVËãO;éÌ', 'Ã¥2?ÈÃ{GVËãO;éÌ'),
5431('<?7s?lfxJn1,M', 'wp-content/themes/promotion/images/twitter-ico.png', 0, '*T@·:gJ|jDáý÷´', '*T@·:gJ|jDáý÷´'),
5432('O_÷üµ?ªMÈf?õý', 'wp-content/themes/promotion/images/widget_divider.png', 0, 'é}âé7Ãe?à rÃ…/Ãâl', 'é}âé7Ãe?à rÃ…/Ãâl'),
5433('Ã’4?Ê\r??W:?ò¶?ûA', 'wp-content/themes/promotion/index.php', 0, 'X?Só·ÃIñ&½ÛÃÂ', 'X?Só·ÃIñ&½ÛÃÂ'),
5434('?Â÷,V£òt¸!?¯', 'wp-content/themes/promotion/js/cufon-yui.js', 0, '~G\0^ÑS÷?q?é}¨)³', '~G\0^ÑS÷?q?é}¨)³'),
5435('??B¡Ü}Â?ZÂÄõ', 'wp-content/themes/promotion/js/jquery.easing.js', 0, 'ÞòW?«?\\I?ý?»\ZkI', 'ÞòW?«?\\I?ý?»\ZkI'),
5436('\\U¨�??Ëðc-Qxë ', 'wp-content/themes/promotion/js/jquery.mobilemenu.js', 0, 'p5KãO??næa¸V?g&', 'p5KãO??næa¸V?g&'),
5437('£sP]?î¦9ÑÅOXQi', 'wp-content/themes/promotion/js/jquery.tabSlideOut.v1.3.js', 0, 'uz5SÆmHÃ’y\ZÚÃëWü', 'uz5SÆmHÃ’y\ZÚÃëWü'),
5438('?\n«\n«ñãnw÷?9r]', 'wp-content/themes/promotion/js/portfolio_effects.js', 0, 'ó¢OÞ?«?¼W§ý$þ', 'ó¢OÞ?«?¼W§ý$þ'),
5439('ä+?j«ïã?²Ê', 'wp-content/themes/promotion/js/slidemenu.js', 0, 'ëk(/¦¢?\nçfúÑÂ\nÃ', 'ëk(/¦¢?\nçfúÑÂ\nÃ'),
5440('èáI?WAù??RD`', 'wp-content/themes/promotion/js/top.js', 0, 'Sç\0ïÙV"�0?ý?Zï', 'Sç\0ïÙV"�0?ý?Zï'),
5441('S<?ÞÒess÷'')2?C?a', 'wp-content/themes/promotion/languages/promotion.po', 0, '¯?fÄ ñÙ??4ùY¸?', '¯?fÄ ñÙ??4ùY¸?'),
5442('?+J@?=?Tº??¶×7', 'wp-content/themes/promotion/loop-archive.php', 0, 'À@õ T9$??ðs?üÿ´', 'À@õ T9$??ðs?üÿ´'),
5443('Ù$@á??ÿî«P>bê', 'wp-content/themes/promotion/loop-page.php', 0, 'çh %×7sN[Â*ÚÊ×', 'çh %×7sN[Â*ÚÊ×'),
5444('=?ÉytR§ß??}ÆpØÄ', 'wp-content/themes/promotion/loop-single.php', 0, 'Òûa?è¾?''M\\?¶9', 'Òûa?è¾?''M\\?¶9'),
5445('½ûV`ÙyÖ.¬yY?ÃHÂ', 'wp-content/themes/promotion/loop.php', 0, 'A!ÃŒÃ?ÃeÄø_ßoÂ', 'A!ÃŒÃ?ÃeÄø_ßoÂ'),
5446('¾kÌÆÃÔ?õI', 'wp-content/themes/promotion/mobile-all.css', 0, 'GcyF?¾z?¸º¨3má', 'GcyF?¾z?¸º¨3má'),
5447('èO¿¹ ªH;?( +', 'wp-content/themes/promotion/mobile.css', 0, 'xN?·Â( ÃHk¨?', 'xN?·Â( ÃHk¨?'),
5448('9z?uë¡�?Ù', 'wp-content/themes/promotion/page.php', 0, '?¢o¾¾X3´¢??ÀA"VF', '?¢o¾¾X3´¢??ÀA"VF'),
5449('a\n?Þ¾ÂJõ?9\\', 'wp-content/themes/promotion/paged-portfolio-four.php', 0, '??Âðå?R?Ìþ 0¿ ', '??Âðå?R?Ìþ 0¿ '),
5450('?óñTEÇEk~¨KYo', 'wp-content/themes/promotion/paged-portfolio-one.php', 0, 'Âq?7b\nÀX£þÑY??', 'Âq?7b\nÀX£þÑY??'),
5451('ñ/LÃò&Ó ?VL·EÓ', 'wp-content/themes/promotion/paged-portfolio-three.php', 0, '¨µ^èªê??Çt½X<vC', '¨µ^èªê??Çt½X<vC'),
5452('©\\@ÃjÂ?>Z+<F', 'wp-content/themes/promotion/paged-portfolio-two.php', 0, '®©Þð½*ë\\@¯ÌïS4', '®©Þð½*ë\\@¯ÌïS4'),
5453('QÃ¥*HJÂPn8???.Ã', 'wp-content/themes/promotion/portfolio-four.php', 0, 'oùS&üìa\n?ÃÃ…%?ÿZ', 'oùS&üìa\n?ÃÃ…%?ÿZ'),
5454('?FÚb0NQ?ó??', 'wp-content/themes/promotion/portfolio-one.php', 0, 'Â¥ê¤2þÃk@2?"ß4?', 'Â¥ê¤2þÃk@2?"ß4?'),
5455('?ÀîÖ{P?²tjxG?4', 'wp-content/themes/promotion/portfolio-three.php', 0, 'e?¹?·¾¦´[Â=u!,$', 'e?¹?·¾¦´[Â=u!,$'),
5456('1¿N%i¿e³JÃ\n?', 'wp-content/themes/promotion/portfolio-two.php', 0, '¯??rõ?7?]XXÃk', '¯??rõ?7?]XXÃk'),
5457('?ç,?7^kd¦Ä\n¬', 'wp-content/themes/promotion/screenshot.png', 0, '>>9¼?Øn°[2XgÓø', '>>9¼?Øn°[2XgÓø'),
5458('?Ây?)Ãæm`â?', 'wp-content/themes/promotion/search.php', 0, 'WCIg÷§sK?²?Óé?J', 'WCIg÷§sK?²?Óé?J'),
5459('Ö.?¾³µ£ø^B>ñ?>', 'wp-content/themes/promotion/searchform.php', 0, '??O5j?d?¤ÄV?f', '??O5j?d?¤ÄV?f'),
5460('a¸|7üKû\\?¶áÇæw', 'wp-content/themes/promotion/sidebar-content.php', 0, 'Iìó?À.&n²éC', 'Iìó?À.&n²éC'),
5461(')?Uº?sXnF?éæG', 'wp-content/themes/promotion/sidebar-footer.php', 0, '¢D¶?]ôª?:?øx«', '¢D¶?]ôª?:?øx«'),
5462('?TÂ?R¸õ++?ï', 'wp-content/themes/promotion/sidebar-sliding.php', 0, 'ss?³ð\\ó%»nÂþè.', 'ss?³ð\\ó%»nÂþè.'),
5463('WV§d®Ì+?Â)Db¹?', 'wp-content/themes/promotion/sidebar-top.php', 0, 'êÀÕE?Âqà ±VÒø', 'êÀÕE?Âqà ±VÒø'),
5464('??ðñ?zV ]/ nV?2', 'wp-content/themes/promotion/sidebar.php', 0, '£w+yêqM?õ,¬ùü4', '£w+yêqM?õ,¬ùü4'),
5465('WÂ?[¸Àú?D¦_*®8', 'wp-content/themes/promotion/single-portfolio.php', 0, '$?µ???«¶\\?ÄâÂ6', '$?µ???«¶\\?ÄâÂ6'),
5466('?uÂg?,F?hÃõVl', 'wp-content/themes/promotion/single.php', 0, 'ßg]ù°?:?Ëø�', 'ßg]ù°?:?Ëø�'),
5467('YÔ$m?X??ËDFîG^Ã', 'wp-content/themes/promotion/style.css', 0, 'ó?º$N?«Ó"áü|Ã¥;', 'ó?º$N?«Ó"áü|Ã¥;'),
5468('@1rÔ?\nÃ???5?', 'wp-content/themes/promotion/tag.php', 0, '?Þ\\Õ?pk?JÂzn<', '?Þ\\Õ?pk?JÂzn<'),
5469('¿ó_\0[ßpWkÜmø·', 'wp-content/themes/promotion/var.php', 0, 'âVHa??<¼?ûùø?F', 'âVHa??<¼?ûùø?F'),
5470('¡?ñº¹s*?ÇÑF?¶)', 'wp-content/themes/riser/404.php', 0, 'a''??)«;?Öt>%W.', 'a''??)«;?Öt>%W.'),
5471('zÒö\n{ ^?H?Ã¥T±9', 'wp-content/themes/riser/Template_left-sidebar.php', 0, 'RgÃ(/?SËì?<ìû»', 'RgÃ(/?SËì?<ìû»'),
5472('/úÖ>ú_?t3Ü[@럃', 'wp-content/themes/riser/Template_right-sidebar.php', 0, '-ÃáMæ@ëÄ:\r¨O,E', '-ÃáMæ@ëÄ:\r¨O,E'),
5473('fn²þª¬???\Z¿?', 'wp-content/themes/riser/archive.php', 0, '±¯??ª O=?î÷hXý', '±¯??ª O=?î÷hXý'),
5474('Õ2¾sk¸ÂÔÃh«ÑË®', 'wp-content/themes/riser/category.php', 0, '?Þ\\Õ?pk?JÂzn<', '?Þ\\Õ?pk?JÂzn<'),
5475('þ¦b,B7dÂËjÃ\Zm3æ', 'wp-content/themes/riser/comments.php', 0, '\ZEÞZ>*?øÓ>{Â1k¯', '\ZEÞZ>*?øÓ>{Â1k¯'),
5476('??»Jýë?[º??|A)', 'wp-content/themes/riser/fonts/BebasNeue.js', 0, '{�5¤GMÈðkaµS2', '{�5¤GMÈðkaµS2'),
5477('Yï:.??? âp', 'wp-content/themes/riser/fonts/ChunkFive.js', 0, '?7û Æ?·¤{À¯ÎÜà ', '?7û Æ?·¤{À¯ÎÜà '),
5478('¹Pksiû?æÂJû', 'wp-content/themes/riser/fonts/Colaborate.js', 0, '?ò?nÜ0¾nyïs¤[', '?ò?nÜ0¾nyïs¤['),
5479('=0²ìt8?Ã?¹^Â', 'wp-content/themes/riser/fonts/Open_Sans.js', 0, 'üEØ*KÃ]n\ZB?{9"ô', 'üEØ*KÃ]n\ZB?{9"ô'),
5480('s?üõ??=V:ì¹''', 'wp-content/themes/riser/fonts/Quicksand.js', 0, 'ÂR?¢×WÚgO?\nO(Ã', 'ÂR?¢×WÚgO?\nO(Ã'),
5481('{!Óï?B2Ê,Ã’by[Â', 'wp-content/themes/riser/fonts/Titillium.js', 0, 'FU!?Y¼\0j?Ê/?ô¤I', 'FU!?Y¼\0j?Ê/?ô¤I'),
5482('ý¦ ù?B»ÙK_', 'wp-content/themes/riser/footer.php', 0, '¢¨kÂc?-Ñ|/¾?Ñ^', '¢¨kÂc?-Ñ|/¾?Ñ^'),
5483('¯høIØ÷\n ¬:ú³|', 'wp-content/themes/riser/functions/breadcrumb-trail.php', 0, '=5?¬ü±DI! ÃTGD', '=5?¬ü±DI! ÃTGD'),
5484('2\r¸s,\0Ë{¥9fÜÂ[&', 'wp-content/themes/riser/functions/contact-form/admin.php', 0, '@dr³?rþi?L?ß´', '@dr³?rþi?L?ß´'),
5485('Ãü´AÆ2n®õ7?_', 'wp-content/themes/riser/functions/contact-form/css/grunion.css', 0, '<ª¥¹É,????aãó\\4', '<ª¥¹É,????aãó\\4'),
5486('?h@GrÃVäv??ùÛà ', 'wp-content/themes/riser/functions/contact-form/grunion-blank-screen.php', 0, '?˳Z?ä³+?×w?ó', '?˳Z?ä³+?×w?ó'),
5487('M±xà \r$¢kÉÔÞO\n', 'wp-content/themes/riser/functions/contact-form/grunion-contact-form.php', 0, 'A!?óed´{\nOô\\&&', 'A!?óed´{\nOô\\&&'),
5488('(?\rp??U9ô]È8[', 'wp-content/themes/riser/functions/contact-form/grunion-form-view.php', 0, '?DÄam§wq]?Â)?¨Â', '?DÄam§wq]?Â)?¨Â'),
5489('?"?Ñâ/Ãj?cÿÓ)', 'wp-content/themes/riser/functions/contact-form/images/blank-screen-akismet.png', 0, '½1kú÷âpÖi¢,H', '½1kú÷âpÖi¢,H'),
5490('bì ØFg¢!Bú?¾Æå', 'wp-content/themes/riser/functions/contact-form/images/blank-screen-button.png', 0, '4xyFÃÑvýÃRù\ra', '4xyFÃÑvýÃRù\ra'),
5491('¢?é¦Ãm. ??÷ÒãUB', 'wp-content/themes/riser/functions/contact-form/images/grunion-form.png', 0, 'N???l?.W??', 'N???l?.W??'),
5492('[?`êð2p?©LC±?', 'wp-content/themes/riser/functions/contact-form/images/grunion-menu-big.png', 0, '??ëI�?Lh¢?NÔ', '??ëI�?Lh¢?NÔ'),
5493('+0|@µÜ\ZNðPèÖ', 'wp-content/themes/riser/functions/contact-form/images/grunion-menu-hover.png', 0, 'à ©Ó ÄäÃScJ^8', 'à ©Ó ÄäÃScJ^8'),
5494('¦ìZrkg?ï Y»Pª', 'wp-content/themes/riser/functions/contact-form/images/grunion-menu.png', 0, 'ól=2ù¿?¦ÂóúÂÀq', 'ól=2ù¿?¦ÂóúÂÀq'),
5495('ÿ@ú??`???Ëb)?j7', 'wp-content/themes/riser/functions/contact-form/images/grunion-remove-field-hover.gif', 0, 'KÛ0V¤5?Ö,?³?ø3B', 'KÛ0V¤5?Ö,?³?ø3B'),
5496('ç)U0¨&úØ?Âo?', 'wp-content/themes/riser/functions/contact-form/images/grunion-remove-field.gif', 0, 'çT?¯\0aÛ8âpæ¿D%', 'çT?¯\0aÛ8âpæ¿D%'),
5497('?Âì?â "ìÿ£e ?ñ', 'wp-content/themes/riser/functions/contact-form/images/grunion-remove-option-hover.gif', 0, 'Ü,ôyx3éqjÃ…Fè?{o', 'Ü,ôyx3éqjÃ…Fè?{o'),
5498('Õ5à ñD¡¨?b:ØÃ', 'wp-content/themes/riser/functions/contact-form/images/grunion-remove-option.gif', 0, 'ý¾?s=þÌÃc½?%Ã', 'ý¾?s=þÌÃc½?%Ã'),
5499('?W/øÃÃ>?J¶»Ôm', 'wp-content/themes/riser/functions/contact-form/js/grunion.js', 0, '´&\ri½¬Òk?Û¾?', '´&\ri½¬Òk?Û¾?'),
5500('½¿6ÓKX¶Òek?ÃW', 'wp-content/themes/riser/functions/contact-form/js/jquery-ui-1.8.4.custom.min.js', 0, 'Ãì?üoÂ8^?ÂÃ¥?ÄË-', 'Ãì?üoÂ8^?ÂÃ¥?ÄË-'),
5501('_ÃÚÃÈf8æ8õt±', 'wp-content/themes/riser/functions/contact-form/readme.txt', 0, 'äþtß\r{ç©cT£¤%ü)', 'äþtß\r{ç©cT£¤%ü)'),
5502('Y1?½¥Â\\m?M?Ãÿ', 'wp-content/themes/riser/functions/content_elements.php', 0, '+¯?4ÃŒ3B_Y?6#?', '+¯?4ÃŒ3B_Y?6#?'),
5503('¿¬êd¦ô£GKê??ç', 'wp-content/themes/riser/functions/cutom_meta_boxes.php', 0, '/???u*???¥«¥', '/???u*???¥«¥'),
5504('o?\Zf?º:g?_?', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox-es_ES.mo', 0, 'R?Q>¶Õ>`rTy?1', 'R?Q>¶Õ>`rTy?1'),
5505('\rPÒÞguõÓc&þÎtp', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox-nl.mo', 0, '???D@-=.?K\rû', '???D@-=.?K\rû'),
5506('?+>?ªUçÄ<??ðÂ', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox-nl_NL.mo', 0, 'WÂÃŽA*±5úÖÃcS°5', 'WÂÃŽA*±5úÖÃcS°5'),
5507(':,?Î2%ÅÖÀ]{''', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox-settings.php', 0, '\r©uô£GACSBçµZÔWw', '\r©uô£GACSBçµZÔWw'),
5508('ó öQcY9µH</²k', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox.css.php', 0, 'jG"³ËÎâ?dø~â#', 'jG"³ËÎâ?dø~â#'),
5509('¼Àû¡?Äã:÷~/oÂ', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox.php', 0, 'fÃRÂ?èED?¢', 'fÃRÂ?èED?¢'),
5510('¿sÙä?ûibµÃ;\ZÎ0§', 'wp-content/themes/riser/functions/easy-fancybox/easy-fancybox.pot', 0, '?¸=?ø·?>°ûvX', '?¸=?ø·?>°ûvX'),
5511('L«?H7¿\\K>þ®"<?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/blank.gif', 0, '2Tr`qóðtÃhÓ5', '2Tr`qóðtÃhÓ5'),
5512('ÚïéR\Zbø3B#I\r|\ni', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_close.png', 0, 'n(y£$§n?rë?ªáØ', 'n(y£$§n?rë?ªáØ'),
5513('´$??Dåó²? ???', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_loading.png', 0, '±ÕL$ðnAãrÕi·8', '±ÕL$ðnAãrÕi·8'),
5514('QðYMÑ,h ÀÄÚé>Y', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_nav_left.png', 0, '?>@a,Ø#c?V?@º5', '?>@a,Ø#c?V?@º5'),
5515('±?*???F²m', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_nav_right.png', 0, '!nKÞ[Ãîª`Ü=i(¦?', '!nKÞ[Ãîª`Ü=i(¦?'),
5516('Ã¥??? WÆï??2', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_e.png', 0, 'ýOI??ÂÃ¥wñºL?', 'ýOI??ÂÃ¥wñºL?'),
5517('?üÃ?û-?Â?rÉB', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_n.png', 0, 'Ãácy²?ïqM?4m ì', 'Ãácy²?ïqM?4m ì'),
5518('q?k???²EüuAÈN¾)n', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_ne.png', 0, 'cÂ÷?–?Ôäód-}y1%', 'cÂ÷?–?Ôäód-}y1%'),
5519('°Â7à òìR?h?y\r}', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_nw.png', 0, 'È Èx®Ûz?½q5Â¥?|e', 'È Èx®Ûz?½q5Â¥?|e'),
5520('?l&<?°/[\ZòÂT§X', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_s.png', 0, '??\\??(ªï@þ[j6?)', '??\\??(ªï@þ[j6?)'),
5521('?\n??Âñ?üªà ?Ã…7?P', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_se.png', 0, '¨¯??C?îq-q&Â', '¨¯??C?îq-q&Â'),
5522(':@\nücäC%^8XO?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_sw.png', 0, 'øÀþåXvÂ<ëä~~y', 'øÀþåXvÂ<ëä~~y'),
5523('¡Øp?%qÚöZÙ?¹|?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_shadow_w.png', 0, 'Y°æ>°Y?,ýSÚM?æ', 'Y°æ>°Y?,ýSÚM?æ'),
5524('?ÞS\r??éîìpÂ?OéÉ', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_title_left.png', 0, '?¬-;ïjdE¿ÎÊ''AÃ', '?¬-;ïjdE¿ÎÊ''AÃ'),
5525('JîË@R?Wîu?º»??²', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_title_main.png', 0, '8ÚÖÃÃK???Ç!²?Â', '8ÚÖÃÃK???Ç!²?Â'),
5526('VÃäã??xëÃqc?g', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_title_over.png', 0, '¸?ý]KzÇ}AûRØü`', '¸?ý]KzÇ}AûRØü`'),
5527('þ5?^Ã?5G\\ÂòÂßz?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancy_title_right.png', 0, 'l¾?Uçù¢U\\Ëjs$Ä', 'l¾?Uçù¢U\\Ëjs$Ä'),
5528(']/x\0_åÿ@v¡?£²?m', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancybox-x.png', 0, '????!@ÂïÂà )Ãó?', '????!@ÂïÂà )Ãó?'),
5529('ëa±?û?¡¬<ôªÃåÑ', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancybox-y.png', 0, '6Â¥?Y¾¹¦±?"£tf¹÷?', '6Â¥?Y¾¹¦±?"£tf¹÷?'),
5530('KI?Uú?æ/+?4\0&/', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/fancybox.png', 0, 'å~I.à 1@?|?æãâ', 'å~I.à 1@?|?æãâ'),
5531('?6Ã|?¬ôÒYä_?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/jquery.easing-1.3.pack.js', 0, 'ÞòW?«?\\I?ý?»\ZkI', 'ÞòW?«?\\I?ý?»\ZkI'),
5532('*òËÇY«?q?U£<?¯', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.css', 0, '?1Éà /ñ?ÅH?³?', '?1Éà /ñ?ÅH?³?'),
5533('Ñ; ù¦ò ?Öz?x ?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.js', 0, 'ÃWmî?Â??†3}ô?', 'ÃWmî?Â??†3}ô?'),
5534('Pù(????*QÇ&\0;ñ', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/jquery.fancybox-1.3.4.pack.js', 0, '?ÃjÄg7u(Ùb?lã|', '?ÃjÄg7u(Ùb?lã|'),
5535('?iäz?-\Z¼Ã9ë?n?', 'wp-content/themes/riser/functions/easy-fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js', 0, ';\n?g´cçÌÂÃ+?', ';\n?g´cçÌÂÃ+?'),
5536('ÂbB¤9®#*?eÈgÃz·ý', 'wp-content/themes/riser/functions/easy-fancybox/jquery.metadata.js', 0, 'Róee??aÂ{?*"', 'Róee??aÂ{?*"'),
5537('åüóªå:¬ºËGÂ¥l×r', 'wp-content/themes/riser/functions/easy-fancybox/light-mask.png', 0, 'áV.Ã~<??XóÂ¥ü*ßÃ', 'áV.Ã~<??XóÂ¥ü*ßÃ'),
5538('ÂçîXÙi±úúLmÙÃÃ¥?', 'wp-content/themes/riser/functions/easy-fancybox/readme.txt', 0, '»³4??zöAr»?*5', '»³4??zöAr»?*5'),
5539('?xJr%Ân?Ñ:F¸B', 'wp-content/themes/riser/functions/easy-fancybox/screenshot-1.png', 0, '?th 3??ô¹UðVÃŽ', '?th 3??ô¹UðVÃŽ'),
5540('ï¶ê.?¤?9=n+ov9', 'wp-content/themes/riser/functions/easy-fancybox/screenshot-2.png', 0, 'aÑ&t?\\ibç´3é û¡0', 'aÑ&t?\\ibç´3é û¡0'),
5541('1ßm?W?Û**y', 'wp-content/themes/riser/functions/mobile_detect.php', 0, 'LÃãSÃÿ)?k§lH4Æ', 'LÃãSÃÿ)?k§lH4Æ'),
5542('°Ø-R?~¯?\rJ[', 'wp-content/themes/riser/functions/mosaic/css/mosaic.css', 0, 'è2à ¦~8ç?øgLc°?', 'è2à ¦~8ç?øgLc°?'),
5543('rÊ?/?¤¦ø®ïÆ?ê', 'wp-content/themes/riser/functions/mosaic/img/bg-black.png', 0, 'w?+Ò??4±ékÔûmÓ', 'w?+Ò??4±ékÔûmÓ'),
5544('7Ë5!¸bÓÑÀÖw/·Ãk', 'wp-content/themes/riser/functions/mosaic/img/bg-grid.png', 0, '#?ô.5*?l|:?ø}N', '#?ô.5*?l|:?ø}N'),
5545('®õ4E?ìB?A! çVÊ', 'wp-content/themes/riser/functions/mosaic/img/hover-magnify.png', 0, 'J-Âb(?æfV?ºªá7?Ã', 'J-Âb(?æfV?ºªá7?Ã'),
5546('"MñD*{÷ý?f?', 'wp-content/themes/riser/functions/mosaic/img/progress.gif', 0, '?UeZ¥,QÊ1Î??', '?UeZ¥,QÊ1Î??'),
5547('/æbñQ??JÃ{·ßÃÃA', 'wp-content/themes/riser/functions/mosaic/js/mosaic.1.0.1.js', 0, '¡G?4ß\ZÃ:??â;©+É', '¡G?4ß\ZÃ:??â;©+É'),
5548('Â¥Âé¯s¸#?S´ñÃÃŽ,¦t', 'wp-content/themes/riser/functions/mosaic/js/mosaic.1.0.1.min.js', 0, '*B=?ü1èøÌ?', '*B=?ü1èøÌ?'),
5549('Ã…y?ºåN\nï^I#¦èÂù', 'wp-content/themes/riser/functions/offer_slider/css/offer.css', 0, '?Ø/81ÃWWAS«I4', '?Ø/81ÃWWAS«I4'),
5550('?¡ÃpH;hü?®ÜóYkN', 'wp-content/themes/riser/functions/offer_slider/images/offer_slider_bg.png', 0, 'µÃ?!ëð FG¤Âæór', 'µÃ?!ëð FG¤Âæór'),
5551('Ã’D\nbL á\ré/µì÷{"', 'wp-content/themes/riser/functions/offer_slider/images/offer_slider_buttons.png', 0, 'Ã6Ã;?eÃf¯', 'Ã6Ã;?eÃf¯'),
5552('¦?¢??ó£[º1bG¼ ', 'wp-content/themes/riser/functions/offer_slider/js/offer-slider.js', 0, '�2?õëv÷q?Ék?', '�2?õëv÷q?Ék?'),
5553('ÓY½¬??,½ÌÃý¬', 'wp-content/themes/riser/functions/offer_slider/offer_param.php', 0, 'ä?áJ´¢ø?Â¥ÃSL]', 'ä?áJ´¢ø?Â¥ÃSL]'),
5554('ð??ñóÿ??[?掯', 'wp-content/themes/riser/functions/offer_slider/offer_slider.php', 0, '·£SK÷Â\Z±y ?FC?', '·£SK÷Â\Z±y ?FC?'),
5555('"jþl?1°?x(7x*', 'wp-content/themes/riser/functions/orbit/css/orbit/arrows.png', 0, 'ñ?ô°*c^o?ø³?ÂÙI', 'ñ?ô°*c^o?ø³?ÂÙI'),
5556('H×öù½åø¤ö''.KÕfÒ', 'wp-content/themes/riser/functions/orbit/css/orbit/bullets.jpg', 0, 'wg¸õ?x?Y½IVmNÉ', 'wg¸õ?x?Y½IVmNÉ'),
5557('çøc+?þÖID?ÂÈv''Â', 'wp-content/themes/riser/functions/orbit/css/orbit/bullets.png', 0, '?*Ã…c\0øªpÂ?j3Æ', '?*Ã…c\0øªpÂ?j3Æ'),
5558('dûc<?=_Ø=çèJ\rº?h', 'wp-content/themes/riser/functions/orbit/css/orbit/left-arrow.png', 0, '´?¿?ùTmóñÛìùOl', '´?¿?ùTmóñÛìùOl'),
5559('4ëNðaA3ßÃÔý_ûºQé', 'wp-content/themes/riser/functions/orbit/css/orbit/loading.gif', 0, '?UeZÂ¥,QÊ1ÃŽ??', '?UeZÂ¥,QÊ1ÃŽ??'),
5560('üð\Z¶\n>×M¼?²¸ç', 'wp-content/themes/riser/functions/orbit/css/orbit/mask-black.png', 0, 'C?k°;×½+?¾?z', 'C?k°;×½+?¾?z'),
5561('¯?\n ÃMÈ>§??ûYú', 'wp-content/themes/riser/functions/orbit/css/orbit/pause-black.png', 0, 'mQkL±ûrÃu*=´ê', 'mQkL±ûrÃu*=´ê'),
5562('à?wê%²N¡ýé?hâ', 'wp-content/themes/riser/functions/orbit/css/orbit/right-arrow.png', 0, '"\0*I^EÃÚþ?}ØV', '"\0*I^EÃÚþ?}ØV'),
5563('RÀ)¤q+¡Âsæk??ò4', 'wp-content/themes/riser/functions/orbit/css/orbit/rotator-black.png', 0, '?æ(:ôXtá\rJÂû\\é', '?æ(:ôXtá\rJÂû\\é'),
5564('ò6y?ÄÃÿG?³?ªÂ', 'wp-content/themes/riser/functions/orbit/css/orbit/timer-black.png', 0, 'C?k°;×½+?¾?z', 'C?k°;×½+?¾?z'),
5565('Ã…{èòôà hÈ,3 ëÃØx', 'wp-content/themes/riser/functions/orbit/css/orbit-1.2.3.css', 0, 'ùf?Ây?¦|»úÂ2', 'ùf?Ây?¦|»úÂ2'),
5566('ºçà á UØÀcj?>? ', 'wp-content/themes/riser/functions/orbit/jquery.orbit-1.2.3.js', 0, 'YùPQ´KÉôv"¦?W,\0Â', 'YùPQ´KÉôv"¦?W,\0Â'),
5567('¦òÿö?÷I«W?r-', 'wp-content/themes/riser/functions/orbit/orbit_param.php', 0, ' »Â2Kò/¨Ä\\ùéhTi', ' »Â2Kò/¨Ä\\ùéhTi'),
5568('ÃiU/[ãù?¤,1/<', 'wp-content/themes/riser/functions/orbit/orbit_slider.php', 0, '{JªÕñ?u9Ã\Zç©Ã', '{JªÕñ?u9Ã\Zç©Ã'),
5569('?R??aï?É?ÿQé% å', 'wp-content/themes/riser/functions/pager.php', 0, '?\Z}k°êá?j@ie', '?\Z}k°êá?j@ie'),
5570('à :TI2j*??iÃK¶À', 'wp-content/themes/riser/functions/portfolio/scripts/framework.js', 0, 'þÛÃbÂ]úü''²óÂá', 'þÛÃbÂ]úü''²óÂá'),
5571('³t?Ã¥?ûº}ß"oÂãÜþ', 'wp-content/themes/riser/functions/portfolio/stylesheets/screen.css', 0, 'Ö?ãdRh%?9#føo', 'Ö?ãdRh%?9#føo'),
5572('uè=jº?:½S?ÊÑ', 'wp-content/themes/riser/functions/portfolio.php', 0, 'ð»älºMJ?ÃŽ 4?Ãn', 'ð»älºMJ?ÃŽ 4?Ãn'),
5573('?r6???32Z7eP?Ë', 'wp-content/themes/riser/functions/recent-posts-slider/css/style.css', 0, 'DÕS?uãibAÎñ·ÂÃ¥T', 'DÕS?uãibAÎñ·ÂÃ¥T'),
5574('6]æ|M?î÷¥|.0', 'wp-content/themes/riser/functions/recent-posts-slider/readme.txt', 0, '?2tæBNìðMÂ¥kþ''ñ', '?2tæBNìðMÂ¥kþ''ñ'),
5575('?øÂ-1² ~?ïf?Ã', 'wp-content/themes/riser/functions/recent-posts-slider/recent-posts-slider-admin.php', 0, '&@U0þFqÂx¶Ã\n?&ò', '&@U0þFqÂx¶Ã\n?&ò'),
5576('UZ\nø??sU}¤£ç²÷Ì', 'wp-content/themes/riser/functions/recent-posts-slider/recent-posts-slider.php', 0, 'BR?4¬þyÑ"?åU', 'BR?4¬þyÑ"?åU'),
5577('OÕD-ÄH_ôwÜÃê&?2', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/admin.css', 0, 's ?:pÜ?uY?¢»Ês³', 's ?:pÜ?uY?¢»Ês³'),
5578('LÉF±,ýÉ\nTù.? Z', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/codemirror-css.css', 0, 'é¸JÚ?ëë?"YmgY=\Z', 'é¸JÚ?ëë?"YmgY=\Z'),
5579('À0ÜMoBÖ?É[R&¸', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/codemirror.css', 0, 'ñ??Å{<?E3NYx', 'ñ??Å{<?E3NYx'),
5580('yÉPNÂ\n _?ö«?Ãw°', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/generator.css', 0, '<\n7òÛV??b=?úî|Ü', '<\n7òÛV??b=?úî|Ü'),
5581('ûTsÈ3 6Âêò©Õ?à ', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/jcarousel.css', 0, '?ÂÂ?~b`lÃH?öU??', '?ÂÂ?~b`lÃH?öU??'),
5582('^*?á&ü¨Û''G¾ÃÑ', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/nivoslider.css', 0, '?_]ö§''�p6?äÙ', '?_]ö§''�p6?äÙ'),
5583('bÆ(Ñ?ÙÂ??vò', 'wp-content/themes/riser/functions/shortcodes-ultimate/css/style.css', 0, 'Âô¢Ãé|?Aù=?h?', 'Âô¢Ãé|?Aù=?h?'),
5584('©Ãj?ì?Â¥??ºÙ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/active.png', 0, 'ÖA?l§æ#Kp<ÃÚCÂ', 'ÖA?l§æ#Kp<ÃÚCÂ'),
5585('«l\\Ë-?¦¼Î3³???', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/admin/loading.gif', 0, '?ÃvÂõ-½+_C¡¨µVZ', '?ÃvÂõ-½+_C¡¨µVZ'),
5586('??W½MVë )ADè"', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/admin/media-icon.png', 0, '¡?4°?²Ã=à ±?Â??', '¡?4°?²Ã=à ±?Â??'),
5587('l»?þ?È"e®??EË', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/admin/spin.gif', 0, 'gô\n0¿¡7CåÄèkúFzÂ', 'gô\n0¿¡7CåÄèkúFzÂ'),
5588('E?¯@t?»�#¢ÞÅò', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/admin/tab.png', 0, 'õoF.Ó??vþÉ|?', 'õoF.Ó??vþÉ|?'),
5589('à wOvuû k?Ñë;ãE?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/admin/tabs.png', 0, 'ö «ñ?¿''MÔhºö?', 'ö «ñ?¿''MÔhºö?'),
5590('`Òñ?Æ`/x!?¥ü ?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/box-title.png', 0, 'C¨ÂÃrâÒ?º', 'C¨ÂÃrâÒ?º'),
5591('''ÂÃ)X7:Vü¿?D²e?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-black-alt.png', 0, 'oR?Z-8RT»?âë{Â', 'oR?Z-8RT»?âë{Â'),
5592('ê¿Lw704¿[úÊUf', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-blue-alt.png', 0, 'ÓÔ[úï?$?eÆ?', 'ÓÔ[úï?$?eÆ?'),
5593('x\n÷(ó{?õÕæz4þÂS', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-green-alt.png', 0, '=Ã’:ÃÃ5ü?kç\Zðh¶', '=Ã’:ÃÃ5ü?kç\Zðh¶'),
5594('?T?Ã-2ËW³Ûùùe', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-orange-alt.png', 0, 'ç©\\?¸_!-?Ùp?gÂ', 'ç©\\?¸_!-?Ùp?gÂ'),
5595('sÂ?X ?£·lË_', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-red-alt.png', 0, '?FªçÆ?(?=', '?FªçÆ?(?='),
5596('?þ\nkò¬yRªu¯mE?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-white-alt.png', 0, 'Ã%?T§ìoñqç\\Ã¥dõ 8', 'Ã%?T§ìoñqç\\Ã¥dõ 8'),
5597('6Ê~?ÓLõòÜep§´b', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/bullet-yellow-alt.png', 0, 'B<P¹~µYZ??$?±', 'B<P¹~µYZ??$?±'),
5598('%r±Ãègó5iüþ*?dK', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/button-style-1.png', 0, 'ìPhÈA_ÕH3NT]Õ.<', 'ìPhÈA_ÕH3NT]Õ.<'),
5599('y5~eX.³Ãç??ÙUëH', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/button-style-2.png', 0, 'ðÂ??9OÀÌÉÄOW\nü', 'ðÂ??9OÀÌÉÄOW\nü'),
5600('ÖÕ,ã!?W(un/Ã’[qÂ¥', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/button-style-3.png', 0, '?¢Ãm¬úå°ç!£©??h', '?¢Ãm¬úå°ç!£©??h'),
5601('?Q!?֑J?3ºÂHWÜ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/button-style-4.png', 0, 'l¸µÂªX¿å.??8©', 'l¸µÂªX¿å.??8©'),
5602('³vÃ6<ª? :?q²f', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/callout_bg.png', 0, 'w>ÙZüà c?ÃJ÷ù?ÿ?³', 'w>ÙZüà c?ÃJ÷ù?ÿ?³'),
5603('ìbëv?ÂöWVhIn', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/bloginfo.png', 0, '¡???¾ÖØ0\rÂÚb', '¡???¾ÖØ0\rÂÚb'),
5604('??¦÷³,®Â?ÞÔ?J', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/box.png', 0, '|÷åµq,?ý?%Â', '|÷åµq,?ý?%Â'),
5605('³?+¤HµÅÛt£;«õe', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/button.png', 0, '??W/z\Zl¯?äâç1', '??W/z\Zl¯?äâç1'),
5606('?N*0+¦ÂT³ññ~?â[O', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/column.png', 0, '\0´å=3??ên\0U?', '\0´å=3??ên\0U?'),
5607('VÂKhª?ðÓWâÚ3ÃÃ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/divider.png', 0, 'p` ?ùÃ7?æ?IGy3', 'p` ?ùÃ7?æ?IGy3'),
5608('d¢RÆs???V¾lA', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/document.png', 0, '?å³\\?O\r¤zÉ07Â:', '?å³\\?O\r¤zÉ07Â:'),
5609('d_¯Úß{öA£#ÛZH¹', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/fancy_link.png', 0, '?ë?[(\n,öv@JÉþâÉ', '?ë?[(\n,öv@JÉþâÉ'),
5610('ºÂO??4¨??JGµ?ûÖ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/feed.png', 0, '²¨?v7D¨Sûq»ö¸o', '²¨?v7D¨Sûq»ö¸o'),
5611('Â:kð?läyÂ0-Ùu(ú\r', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/frame.png', 0, '\nW?GÑøã ?ÃŽÃ¥lò', '\nW?GÑøã ?ÃŽÃ¥lò'),
5612('±«3FáÂ}Õs´5ÄÞ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/gmap.png', 0, '?Z?-;@_?²ÑVS?J?', '?Z?-;@_?²ÑVS?J?'),
5613('¶[Gù?CkóÂbëÎ5', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/heading.png', 0, '^Û[¶4\ZÃMZÇÂûK¨?', '^Û[¶4\ZÃMZÇÂûK¨?'),
5614('&$êo«n?ã?!ËS&', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/highlight.png', 0, '?uÃÜ/}¢¼r"', '?uÃÜ/}¢¼r"'),
5615('a?qº3?´£Ì.N=«Â', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/jcarousel.png', 0, 'cå£Kw/¬3Âpõï¶ùo', 'cå£Kw/¬3Âpõï¶ùo'),
5616('g9épMæ({ÿ|?- Ü:', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/list.png', 0, 'fgGý?®SÃ+I$(i', 'fgGý?®SÃ+I$(i'),
5617('5Uä÷\0K?Y_³??ìx', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/media.png', 0, '?ÒÔknÃÃ?âªÃJñ¸*', '?ÒÔknÃÃ?âªÃJñ¸*'),
5618('Èá8ú* UêÖxðS¯]\Z)', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/members.png', 0, 'Î)Â6¶_ÛÙÛU¨ê?a½', 'Î)Â6¶_ÛÙÛU¨ê?a½'),
5619('ÚÎtü?°°õhd?X', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/menu.png', 0, '֎_ÃÆË,|ú¯ýI)ÂA', '֎_ÃÆË,|ú¯ýI)ÂA'),
5620('?Ö~\rç5ì\naÂ@Ãø?Õ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/nivo_slider.png', 0, '¡k@Ãô¶&@?¶©±_', '¡k@Ãô¶&@?¶©±_'),
5621('ó°Éð!\\\rL¦D2çF?F', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/note.png', 0, 'xÖ7¡\r®hVõÜ2½î?', 'xÖ7¡\r®hVõÜ2½î?'),
5622('ñª?%À^½ÌDO�ÿò', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/permalink.png', 0, '?M?}-§�;ç\Z6r', '?M?}-§�;ç\Z6r'),
5623('a?dº¦XIÃft0u¡>³Ã', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/private.png', 0, '?M?}-§Ã?;ç\Z6r', '?M?}-§Ã?;ç\Z6r'),
5624('öª5?åõUCÈMn»{?zÃ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/pullquote.png', 0, 'AG+??@VO¶7ùa?Ó', 'AG+??@VO¶7ùa?Ó'),
5625('zÂq^?(EÜ2ýÖ,·ö', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/quote.png', 0, ' ?`Â?t?Ç+#á]Rá', ' ?`Â?t?Ç+#á]Rá'),
5626('Ã’AØuH1æáxo¶??æ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/service.png', 0, '2?PÓCx}F^ÂÃ…gB>Y', '2?PÓCx}F^ÂÃ…gB>Y'),
5627('Fª$5?! Ã¥fïÓ?ðbÂ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/siblings.png', 0, 'îð·Cz\Z÷ÒÔ{s??(%?', 'îð·Cz\Z÷ÒÔ{s??(%?'),
5628('|aq¹?÷wýö?ÃGR', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/spacer.png', 0, '?é"*Aâ?[[8ns!Ü', '?é"*Aâ?[[8ns!Ü'),
5629('?Ã+£?òÚ?UÃ…l?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/spoiler.png', 0, '®øÃ?\rc?|ê4ß', '®øÃ?\rc?|ê4ß'),
5630('çôÂæ?ñº:IÞ?¢Ü', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/subpages.png', 0, '-oz.YÃ’h¤ÌË]7k', '-oz.YÃ’h¤ÌË]7k'),
5631('ýñ¬ aLeç:¾²Éè', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/tab.png', 0, '?ÂîaL7B(\rTg\rÃŽOñ?', '?ÂîaL7B(\rTg\rÃŽOñ?'),
5632('Sjþòµ,^·z}G??½', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/table.png', 0, 'Õ?ï7?\r?ÂÃ?2K', 'Õ?ï7?\r?ÂÃ?2K'),
5633('\Zùµ!BÒÙ¦+''Õëqã', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/tabs.png', 0, 'z©Éa3Øç\nêà ª', 'z©Éa3Øç\nêà ª'),
5634('?º}´_Â?A)7?~ÀFà ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/demo/tweets.png', 0, 'Ãæèó8]6''Ã?Ëì?', 'Ãæèó8]6''Ã?Ëì?'),
5635('ü?Ân3}?¨£¿?ªN', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap1.png', 0, '?ðâ#YÂsç.ÃZ;?Ø7', '?ðâ#YÂsç.ÃZ;?Ø7'),
5636('¾jnÓH_°á?2B²?Ó', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap2.png', 0, 'Ä5ºì²Óú²#?!OÂ', 'Ä5ºì²Óú²#?!OÂ'),
5637('ìrzvKS#<}ÉÎ?Ã=', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap3.png', 0, '©?¼çÕÆ`b?V·je?', '©?¼çÕÆ`b?V·je?'),
5638('?3Pd]"?Ã)?tú¯_', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap4.png', 0, '?åö&ì¤B.\\µ?²', '?åö&ì¤B.\\µ?²'),
5639('¸?·?i}+?@ÿÙ ?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap5.png', 0, 'c¹2N¾%?¦u¡q¢', 'c¹2N¾%?¦u¡q¢'),
5640('}ðWrt??eX?L?ÖÅ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap6.png', 0, 'Z??w±Êþç?ø�}d', 'Z??w±Êþç?ø�}d'),
5641('ñÃg?ÊYçhßÌVZº,Ã', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap7.png', 0, '8''çÛø¿³|¤P', '8''çÛø¿³|¤P'),
5642('?:??ßÕõ£1�F37°', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap8.png', 0, '?%ÚǶÕf;?ôLJ', '?%ÚǶÕf;?ôLJ'),
5643('t ËÆwüûéâ\Z?¢?)', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/dropcap9.png', 0, 'c5§?Dq«?D;C', 'c5§?Dq«?D;C'),
5644('ìTÊtJ?BÚç?.?G\r', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/fancy-link-black.png', 0, 'Ãl±e±?³ø°jëÄ', 'Ãl±e±?³ø°jëÄ'),
5645('âjhz)³??uÌý¸±¿[', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/fancy-link-white.png', 0, '¥ûmCô?Ã\ZÃì8÷?VÕ', '¥ûmCô?Ã\ZÃì8÷?VÕ'),
5646('·ü·Ó\\)áIÿ?Òg?\r', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/generator/colorpicker.png', 0, '?\n?²t??ó0vRú', '?\n?²t??ó0vRú'),
5647('ô??ÃòVöþÂwÂ0&O', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/generator/settings.png', 0, 'åû??ö#2 2Èn=Sß5', 'åû??ö#2 2Èn=Sß5'),
5648('®7T7??|ëpÉÔA)', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/generator/support.png', 0, '? ?ÇÓwr¾v^ö5æÓHî', '? ?ÇÓwr¾v^ö5æÓHî'),
5649('?¨ô?*Çö°?\ZyO?ú', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/help.png', 0, '\nÃ&?äü¬¡m¸Ö?m', '\nÃ&?äü¬¡m¸Ö?m'),
5650('2?;V;~Fq¥ÑÃîó?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/jcarousel/arrows.png', 0, 'ÈdÃŒxf\nÂ¥?Z¡%¦', 'ÈdÃŒxf\nÂ¥?Z¡%¦'),
5651('²ã¬É_µôÓÈk', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/key.png', 0, '?´^ýô©?ö^Q¶\nùRf', '?´^ýô©?ö^Q¶\nùRf'),
5652('? ? ÕQ?¹÷?ÞÆJà ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/line1.png', 0, '?>???ÿÂÃ9H??°', '?>???ÿÂÃ9H??°'),
5653('O²?%Kó?zÞwÂ]}', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/line2.png', 0, 'Õ0(déWߪ??rÈ2ý', 'Õ0(déWߪ??rÈ2ý'),
5654('?-?!C?3~\0úliKùl', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-arrow.png', 0, 'È?&?×áåE:m:', 'È?&?×áåE:m:'),
5655('Â5ÃÀS''n|ÂQ¤=Â¥ÃÓ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-check.png', 0, '»Nµ?a!?ÇcÂoÂOK®', '»Nµ?a!?ÇcÂoÂOK®'),
5656('±,?8?YFï?éÛÛ~`', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-cross.png', 0, 'yh?9ò?ðÆJ??6\\\\', 'yh?9ò?ðÆJ??6\\\\');
5657INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
5658(' ???®¤òÊÆé}?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-email.png', 0, 'M¥?Åñymcà 2üLéôM', 'M¥?Åñymcà 2üLéôM'),
5659('ÂE?8uµCÃ?Ã?1J', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-event.png', 0, '½vÓF%;Ãe·£aà \r0Ãe', '½vÓF%;Ãe·£aà \r0Ãe'),
5660('¬?ë¹z?Ã’7òCÃù~F', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-gear.png', 0, 'xïðeü?R¹ìÃy?v¾', 'xïðeü?R¹ìÃy?v¾'),
5661('ToÃBk½ýZm²^\n9Àþ$', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-guard.png', 0, 'dqÃãÆ\ZSa²?Â', 'dqÃãÆ\ZSa²?Â'),
5662('?2D½k¸Õz]?K0^×', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-home.png', 0, 'ÿyǼm?é?Ä7', 'ÿyǼm?é?Ä7'),
5663('üÎJÃYO?(!cÞ21p', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-idea.png', 0, '\nbÂ¥G9ÂÃ’4h\n$ë~Â', '\nbÂ¥G9ÂÃ’4h\n$ë~Â'),
5664('¸?W|R1ÂÙú®ã~½Þ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-link.png', 0, '(`¡?µ(H]ì?à më0½', '(`¡?µ(H]ì?à më0½'),
5665('ìÉT×ÙÖáÅ/dè2ó', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-note.png', 0, '»9÷QW b¤ÉòUò%õ½?', '»9÷QW b¤ÉòUò%õ½?'),
5666('??>???8ª¤?m`G', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-phone.png', 0, '?ß)ñeð`?G&]-¹', '?ß)ñeð`?G&]-¹'),
5667('Äg¤å/=?»B?5;', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-plus.png', 0, '¡6ñßWL±ëTh??9«', '¡6ñßWL±ëTh??9«'),
5668('0{3Âs?ë*??¿ÃÃ’', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-settings.png', 0, '§ÂÕ\r0rðIãËåV2', '§ÂÕ\r0rðIãËåV2'),
5669('?Ãú\0ÉKS¹ZkÑLÂ`ù', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-skype.png', 0, 'tv@0\\V\Zè¥ÊÕó+¢ù', 'tv@0\\V\Zè¥ÊÕó+¢ù'),
5670('òÀXÂT÷¨|�Z)', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-star.png', 0, 'Ó\n8\0h?ò¦¥èD??·$', 'Ó\n8\0h?ò¦¥èD??·$'),
5671('j?¾P \\²Oü?\rit7', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-thumbs.png', 0, 'à V?(îQ3{ÂÑ«Ãp', 'à V?(îQ3{ÂÑ«Ãp'),
5672('|t(?¬êç]?"¹âøÇ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-time.png', 0, 'O6à ??z,¦ÔSÓ', 'O6à ??z,¦ÔSÓ'),
5673('Nb!ÃŽO?þ«\\ªX©Â', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-twitter.png', 0, '6>"UÂP*/Z0Fé_Jß', '6>"UÂP*/Z0Fé_Jß'),
5674('Â?im7g¡Ã\Z#ëQn?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/list-style-user.png', 0, '\ZÂ\Z¼&\0ZÇìm?', '\ZÂ\Z¼&\0ZÇìm?'),
5675('ÊÙ|Â?9ÂéÃÅâõ8?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/media-audio.jpg', 0, 'e?üt®?o?á?cÂ#AU', 'e?üt®?o?á?cÂ#AU'),
5676('·?ó.?G#Cý&)ÚÔl,', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/nivo-slider/arrows.png', 0, ' ²O\Zs¹îµÌbÛ~??Ê', ' ²O\Zs¹îµÌbÛ~??Ê'),
5677('\ZRf^~´ùâü%r8?Ç', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/nivo-slider/bullets.png', 0, '*þzp??''?úl\\�', '*þzp??''?úl\\�'),
5678('?Ù"a@%?¬?%.Dã^à ?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/nivo-slider/loading.gif', 0, '?UeZ¥,QÊ1Î??', '?UeZ¥,QÊ1Î??'),
5679('¬5?Ñáüó\nÇf??þ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/quote-shell.png', 0, 'üÌ\réÉêIózcòæ#V/', 'üÌ\réÉêIózcòæ#V/'),
5680('_?t®1»l-÷o?Ã…', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/quote.png', 0, '9\rÂïõ9µ?QöYF', '9\rÂïõ9µ?QöYF'),
5681('ÌØ"È]³³q-?e¸', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/quote3.png', 0, 'ÂÔ#¡è?hv¦`&?n', 'ÂÔ#¡è?hv¦`&?n'),
5682('?ª×^9ÃB?]ÈV«½', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/service.png', 0, '¾»Â3h£ÃÂaS|k÷', '¾»Â3h£ÃÂaS|k÷'),
5683('\rð\r!Ó=Àf<ä|?''À', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/shadow_divider.png', 0, 'k"?T-H#?ø1¬pÂ', 'k"?T-H#?ø1¬pÂ'),
5684('Éï\\<÷þ?)?nª', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/social/facebook_16.png', 0, '*?ð«qÔÅV·?:?=??', '*?ð«qÔÅV·?:?=??'),
5685('°R±n·ï{Bü79', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/social/twitter_16.png', 0, 'Ã+\Z®å·~YU®Öü?&Â', 'Ã+\Z®å·~YU®Öü?&Â'),
5686('yhy(?u?7]Å<H+µ', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/spoiler-closed.png', 0, '2WópR5RiÅüØ"ü', '2WópR5RiÅüØ"ü'),
5687('.¼?±¯Új8DÃ¥^\nü''?', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/spoiler-open.png', 0, '.?\rÃùP:?ÂM?OÂ+¾', '.?\rÃùP:?ÂM?OÂ+¾'),
5688('©?§?·¾3ÃØ ¹|', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/su_avatar.png', 0, 'ir|±E?8I°\nt]U7O=', 'ir|±E?8I°\nt]U7O='),
5689('V¹ÂÈð×7ñãÊÚN¼@)', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/su_heading_bg.png', 0, '²îMdfPN?§©???', '²îMdfPN?§©???'),
5690('ÃBf?±!§ò?gV', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/tweet-3.png', 0, 'Ã’ÃŒA??xxá×ì3F¤', 'Ã’ÃŒA??xxá×ì3F¤'),
5691('ÆZ?¹ËCNä?D¿', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/twitter.png', 0, '_6?8Ó!ô"?¿oå', '_6?8Ó!ô"?¿oå'),
5692('®w|-?K@ÿòM??.\Z', 'wp-content/themes/riser/functions/shortcodes-ultimate/images/twitter2.png', 0, '?ÛWçæ)hé?D-iO\0�', '?ÛWçæ)hé?D-iO\0�'),
5693('É''ÊÜ$äÃ㸣õ?/', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/admin.js', 0, 'Ë4Â?''?äwCp"E?', 'Ë4Â?''?äwCp"E?'),
5694('4Ã�Mzª*(Ô=ã\r?''', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/codemirror-css.js', 0, '¶c??¿?¨ÊM?Ãì6', '¶c??¿?¨ÊM?Ãì6'),
5695('b£ËÑ^û£6ÛnÄmw±Ü', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/codemirror.js', 0, 'T7?Éòqc¸!èÃÃT0', 'T7?Éòqc¸!èÃÃT0'),
5696('i7ÎtJic©æThÙ?â¸', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/flowplayer-3.2.6.min.js', 0, 'çÂâ·^£Ò[¥?;Gâ?^', 'çÂâ·^£Ò[¥?;Gâ?^'),
5697('¹%?IN5?õ\nsáo&ÖÓ', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/generator.js', 0, 'õ3Ú»L.#áû@ËjÒX', 'õ3Ú»L.#áû@ËjÒX'),
5698('?4''·¯M?ð°?;', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/init.js', 0, '«é3Âu?ÂuÂü0??\n?ÿ', '«é3Âu?ÂuÂü0??\n?ÿ'),
5699(' ?9(ð?ì¡h?o 3¼', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/jcarousel.js', 0, '&?³¢ôÃaå7nyA¢óü', '&?³¢ôÃaå7nyA¢óü'),
5700('ü5ªSú?w5öú0×U', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/jquery.form.js', 0, 'ÃÃ;PÂ÷æ©^öø/', 'ÃÃ;PÂ÷æ©^öø/'),
5701('zü7Hó{?ÿ*EK~ùP¬«', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/jquery.minitwitter.js', 0, '?Â&yÂñ¢:¿nQ?q?Â', '?Â&yÂñ¢:¿nQ?q?Â'),
5702('´æ»9YûuWòÖ}Ä?', 'wp-content/themes/riser/functions/shortcodes-ultimate/js/nivoslider.js', 0, 'ª?+¨èß2:9bÆoØk6Ñ', 'ª?+¨èß2:9bÆoØk6Ñ'),
5703('¸V????2-)ùræ\\', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-es_ES.mo', 0, '?Iihú?âm¸¸hÜo', '?Iihú?âm¸¸hÜo'),
5704('·??YÂc?îÕ$úË?^', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-es_ES.po', 0, 'Â???ÂÂà ?DÃÃé', 'Â???ÂÂà ?DÃÃé'),
5705('à ?}{�?¹u(BxAâ°', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-fr_FR.mo', 0, '` iQÖ?ÂP¤Rõ,C?', '` iQÖ?ÂP¤Rõ,C?'),
5706('xX\n Tã?ñ98)?§?Â', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-fr_FR.po', 0, 'dµà ?aa]Ê?hH@#', 'dµà ?aa]Ê?hH@#'),
5707('jã7Þ#ÃáäBÿ¯', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-ru_RU.mo', 0, 'aÂ?Â?H?²?4?DO=', 'aÂ?Â?H?²?4?DO='),
5708('ô£èdæp:0oj*E�ª', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate-ru_RU.po', 0, 'm\Z?@9.ô\nO?', 'm\Z?@9.ô\nO?'),
5709('h¢Éð-*y-üÃ\\(bÃ', 'wp-content/themes/riser/functions/shortcodes-ultimate/languages/shortcodes-ultimate.pot', 0, '?*Â9=ǻ6l,.º?:', '?*Â9=ǻ6l,.º?:'),
5710('·I?Â¥?sEÊï£ã ô;7', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/admin.php', 0, 'xRÃ… ªÂöô:??®', 'xRÃ… ªÂöô:??®'),
5711('$gz%J?(óh?qÃrô;', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/available.php', 0, 'tÿW4wä.¨4KÔÈjd', 'tÿW4wä.¨4KÔÈjd'),
5712('ú#t+±¡ld?PH74¾', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/color.php', 0, '¢¾Â¤5/B+Ãý\0xº&', '¢¾Â¤5/B+Ãý\0xº&'),
5713('y^Kò ¶Õ"øØ;ÂÙ', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/csv.php', 0, '{H·^nÆw9B)w?±y', '{H·^nÆw9B)w?±y'),
5714('åE`Dt?|6Zr6@%?', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/flowplayer-3.2.7.swf', 0, '³¯ò«æÑ|ÓØå?', '³¯ò«æÑ|ÓØå?'),
5715('r6øÂà ¢ ¢¤GÂx¨#?ï', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/flowplayer.audio-3.2.2.swf', 0, '?Â?ÿ9Ä|hWÂ"uRà f', '?Â?ÿ9Ä|hWÂ"uRà f'),
5716('üå¯ÕÔÛÂ\\ÂÃ¥$+=', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/flowplayer.controls-3.2.5.swf', 0, '¿ñ¸³WóÒÕ?G?yÿ?\n', '¿ñ¸³WóÒÕ?G?yÿ?\n'),
5717('±×t)/MÜ?³µ^@Eî', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/generator.php', 0, '`?3á+?òü»ì¿Î', '`?3á+?òü»ì¿Î'),
5718('Ûáðn¡/¨?RQ¹î¼', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/media.php', 0, 'bÃ×9??\rV>ÂÛ8>8G', 'bÃ×9??\rV>ÂÛ8>8G'),
5719('Gr§Î-þïß3ê(?', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/shortcodes.php', 0, 'ã\r°a<Âõv9bh?ág?õ', 'ã\r°a<Âõv9bh?ág?õ'),
5720('ú0m[=øgqD2:.¯', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/timthumb.php', 0, 'ø03QDs¼?Eû\rÖõÂa', 'ø03QDs¼?Eû\rÖõÂa'),
5721('??Ã`qÂè\ZÈ yp¼0?', 'wp-content/themes/riser/functions/shortcodes-ultimate/lib/twitter.php', 0, 'PÆ ,=9ì.¸êã7,8', 'PÆ ,=9ì.¸êã7,8'),
5722('Â?~NA?9D?üÂ&Ô', 'wp-content/themes/riser/functions/shortcodes-ultimate/readme.txt', 0, '=Y©\né}k?RS\ntÇv ', '=Y©\né}k?RS\ntÇv '),
5723('?tÃTÃê?+ÜVÊ\0Ã', 'wp-content/themes/riser/functions/shortcodes-ultimate/screenshot-1.png', 0, '9@ ÃS¯·???ïv@à ', '9@ ÃS¯·???ïv@à '),
5724('m×gÿ¶:¶Z¾??ð', 'wp-content/themes/riser/functions/shortcodes-ultimate/screenshot-2.png', 0, 'Â?Ã??·;Â??.:-Â', 'Â?Ã??·;Â??.:-Â'),
5725('^ÿºUùãQ?þ0ªRr°·', 'wp-content/themes/riser/functions/shortcodes-ultimate/screenshot-3.png', 0, 'I`ûl?áËE"Å8±AlØ', 'I`ûl?áËE"Å8±AlØ'),
5726('Â''C??6º??à kÂè|Â?', 'wp-content/themes/riser/functions/shortcodes-ultimate/screenshot-4.png', 0, 'Oòa?''?~/a=?û', 'Oòa?''?~/a=?û'),
5727('\0Ùë:ý?\r©Òêéëj"', 'wp-content/themes/riser/functions/shortcodes-ultimate/shortcodes-ultimate.php', 0, '£ÂÿNòeÕCáwSãH®»', '£ÂÿNòeÕCáwSãH®»'),
5728('¥Ö*}p"BÄWn ', 'wp-content/themes/riser/functions/sidebar/per-page-sidebars.php', 0, '«?-xÃp«}5(?Oï', '«?-xÃp«}5(?Oï'),
5729('?HxAÔaBòæz¨?ôF', 'wp-content/themes/riser/functions/sidebars.php', 0, '=ÄúQÃ9ÇC~¤p?h$Â', '=ÄúQÃ9ÇC~¤p?h$Â'),
5730('?x?¼ËK?pw?ÃËCH', 'wp-content/themes/riser/functions/theme_options/assets/css/style-classic.css', 0, 'Ô??\0²é? ?ìøB~', 'Ô??\0²é? ?ìøB~'),
5731('.óy¾DÕ<M.?e»Ù', 'wp-content/themes/riser/functions/theme_options/assets/css/style.css', 0, 'ÆA?ÔKSu×åôkón;', 'ÆA?ÔKSu×åôkón;'),
5732('¬7A¬8?göZêp»w', 'wp-content/themes/riser/functions/theme_options/assets/images/black_px.png', 0, '-x??½ÖqÂ¥?D¢?UÃ…sÂ', '-x??½ÖqÂ¥?D¢?UÃ…sÂ'),
5733('(þÂÃ~ \\1ï?x?1Ãù', 'wp-content/themes/riser/functions/theme_options/assets/images/btn.png', 0, 'K~Ëoî[9×?0s/k', 'K~Ëoî[9×?0s/k'),
5734('&éj²[ælùÃ\0<?½üE', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_bg.png', 0, '?,·[ø²Èq8D?Üc³V', '?,·[ø²Èq8D?Üc³V'),
5735('ëS;?W?¾kü=«Wc', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_hex.png', 0, '?(=Dh´òq¶0Å)?', '?(=Dh´òq¶0Å)?'),
5736(',¨??\0t??©\ZkcZ®N', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_hsb_b.png', 0, 'X¼?Û?öLg÷?\Z%5c', 'X¼?Û?öLg÷?\Z%5c'),
5737('?õ§*P?|éû»ÄU9Ê', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_hsb_h.png', 0, '>Â¥Ãö Ûq´az±??ü?', '>Â¥Ãö Ûq´az±??ü?'),
5738('Ò&???÷T[éU¬ô', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_hsb_s.png', 0, '%Àsï_!#¿?¾h¿ÿ«', '%Àsï_!#¿?¾h¿ÿ«'),
5739('c¨$ø"ð]¦Ãtï¾z±:u', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_indicator.png', 0, 'Ñ??#ãWï11?ÿh~', 'Ñ??#ãWï11?ÿh~'),
5740('æ<?Ntò³{lyÆ$ýÚ', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_overlay.png', 0, '?8ÿÚ\r2½*??''P', '?8ÿÚ\r2½*??''P'),
5741('j¨d?ª?Ó??!@', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_rgb_b.png', 0, '????SOÃ…0^Ãä¡', '????SOÃ…0^Ãä¡'),
5742('.¸R°?H¼HP6M?ç¼ÿ', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_rgb_g.png', 0, '®???ñþ¤»?\nÔA¦ï', '®???ñþ¤»?\nÔA¦ï'),
5743('{5ä?7�j?A?I°', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_rgb_r.png', 0, '.ãª/å³;?îFÕ', '.ãª/å³;?îFÕ'),
5744('¹î°1Uá?é#®ý', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_select.gif', 0, 'ÎÄd*ðÌáHç»wï?', 'ÎÄd*ðÌáHç»wï?'),
5745('¤\Z7¤?ÿþ2U7.µN1Â"', 'wp-content/themes/riser/functions/theme_options/assets/images/colorpicker/color_wheel.png', 0, 'è>?aÞg±ñÅ?³Î;u', 'è>?aÞg±ñÅ?³Î;u'),
5746('Â>¨ ?Ã¥=?*ÂýåWH', 'wp-content/themes/riser/functions/theme_options/assets/images/empty.gif', 0, 'Ö\n°á?«ÆB»t?U', 'Ö\n°á?«ÆB»t?U'),
5747('ÃUÞ)??SFñSÙ`k´', 'wp-content/themes/riser/functions/theme_options/assets/images/header.png', 0, 'ÑlBj?Å·á?ø¬', 'ÑlBj?Å·á?ø¬'),
5748('ã?à ª\\|?Ô\\ðç CW', 'wp-content/themes/riser/functions/theme_options/assets/images/header_classic.png', 0, 'Ç\rVêjèc%ÂÂ¥>òû', 'Ç\rVêjèc%ÂÂ¥>òû'),
5749('ê§A?T}._C.læè%+', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_add.png', 0, '?ÃÌ?£¬??A)2Hó', '?ÃÌ?£¬??A)2Hó'),
5750('n+ìJÂÃÒãeÂÆ:çøf', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_arrow.png', 0, 'rRîòÿü=ëÑÖò;3¨?', 'rRîòÿü=ëÑÖò;3¨?'),
5751('¢i\nú#ìñ½?A?ÃÑ÷ê', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_classic.png', 0, '?p?ð?UÔÞo.?w6G', '?p?ð?UÔÞo.?w6G'),
5752('±7?pÃÓék¬4;W¦''', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_dark.png', 0, '§ÂÕ\r0rðIãËåV2', '§ÂÕ\r0rðIãËåV2'),
5753('Ö\\??kw¨Ã:¨?3yD', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_delete.png', 0, 'hFÂ¥|Ã’?xdg_+', 'hFÂ¥|Ã’?xdg_+'),
5754('Z¼?´>T+@áÈÅ\r8d', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_edit.png', 0, '?f&îó\\{ëO¨P2PB', '?f&îó\\{ëO¨P2PB'),
5755('?zê$?ÃÆu4.?Ô?x', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_error.png', 0, 'äÃQôefÃ<êÃÉ\0¿/ß', 'äÃQôefÃ<êÃÉ\0¿/ß'),
5756('\nVú<WÜd),à 4?+Ã', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_header.png', 0, '??Â`KÃ¥?×å@>~òË', '??Â`KÃ¥?×å@>~òË'),
5757('?ÃÇ\r?6?p|êÜ?', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_off.png', 0, 'Â{ªærUjÂ-?m? £\\', 'Â{ªærUjÂ-?m? £\\'),
5758('?8û¨c?ኦÃ:?O»³ï', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_on.png', 0, '¨?:ÂpA1^MNl', '¨?:ÂpA1^MNl'),
5759('PH¬p×Ny?c]?õ»?', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_option.png', 0, '?dÇÙbÎ?0?x ¬', '?dÇÙbÎ?0?x ¬'),
5760('ÊG?F¬ÂEØ&sR3¾O', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_option_classic.png', 0, '?»?q??±~Ã\\ÓU¬TP', '?»?q??±~Ã\\ÓU¬TP'),
5761('?6??ü·hø%n¨¬:n', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_up.png', 0, '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ', '[}IÃ…MH¬;ÈÃ\n/ÞGtÃŒ'),
5762('zý?Da¬Vä?V?&×Ç', 'wp-content/themes/riser/functions/theme_options/assets/images/icon_up_down.png', 0, 'ì¸S?Zw ?kgå??³', 'ì¸S?Zw ?kgå??³'),
5763('¢¸sD??3zTèZì?9;', 'wp-content/themes/riser/functions/theme_options/assets/images/logo_classic.png', 0, 'Kh{J6swò¨kniy', 'Kh{J6swò¨kniy'),
5764('A\0#V?°îðpÂzTçÂ', 'wp-content/themes/riser/functions/theme_options/assets/images/logo_dark.png', 0, 'ør$?E¡{-??ïÛÄ?', 'ør$?E¡{-??ïÛÄ?'),
5765('¼¤Ô?F?êP /û?²<', 'wp-content/themes/riser/functions/theme_options/assets/images/pre_bg.gif', 0, '?[g4?Mc·?^O¿×', '?[g4?Mc·?^O¿×'),
5766('?ýÀt?<¢8T?9v H', 'wp-content/themes/riser/functions/theme_options/assets/images/pre_classic_bg.gif', 0, 'ÈXën(²éU$]ãH??', 'ÈXën(²éU$]ãH??'),
5767('iü¾Tz?ýÂ''û?3?Û', 'wp-content/themes/riser/functions/theme_options/assets/images/select.png', 0, '??ñ×ëà F?ÿ-??', '??ñ×ëà F?ÿ-??'),
5768('V?_?ÃV\\åè¼1ßo8E', 'wp-content/themes/riser/functions/theme_options/assets/images/tabs_bg.png', 0, '<ã}/Ä*???ØpÈç', '<ã}/Ä*???ØpÈç'),
5769('jÃ&??\rîeî\ZÃeÃ’', 'wp-content/themes/riser/functions/theme_options/assets/images/tabs_bg_classic.png', 0, 'D.ôR\0O/:ǧ?û?', 'D.ôR\0O/:ǧ?û?'),
5770('ú?2c_Â#o?n\Z??çg', 'wp-content/themes/riser/functions/theme_options/assets/images/toggle_tabs.png', 0, 'UÂþÔü=¤bÎâ(Â???', 'UÂþÔü=¤bÎâ(Â???'),
5771('·??Cl?%?HF-Ú0g', 'wp-content/themes/riser/functions/theme_options/assets/images/white_px.png', 0, '2`âÃ???¼?;ÀÃ', '2`âÃ???¼?;ÀÃ'),
5772('×ûYÓ¢×ö}?Ûäÿ', 'wp-content/themes/riser/functions/theme_options/assets/js/jquery.color.picker.js', 0, '·¸gÿÀW?ýa?*+?\\²á', '·¸gÿÀW?ýa?*+?\\²á'),
5773('ÉÛF??Fznb1D38', 'wp-content/themes/riser/functions/theme_options/assets/js/jquery.option.tree.js', 0, 'a¯¯z6mc?ËÚ/??n¥<', 'a¯¯z6mc?ËÚ/??n¥<'),
5774('ö-Ü]IâË)a_ÃÃ…,?Ã¥ ', 'wp-content/themes/riser/functions/theme_options/assets/js/jquery.table.dnd.js', 0, '½³M?øNA?fëwø?k', '½³M?øNA?fëwø?k'),
5775('s¢Â?¾R?úåzCÜG·', 'wp-content/themes/riser/functions/theme_options/assets/option-tree/layouts.txt', 0, 'ô?#â´à Âæbj1ñ"nä', 'ô?#â´à Âæbj1ñ"nä'),
5776('8ô?\0ëNü�ä]??0', 'wp-content/themes/riser/functions/theme_options/assets/option-tree/theme-options.txt', 0, 'õ¡§2p½nZ¯B°2c?', 'õ¡§2p½nZ¯B°2c?'),
5777('èÃÛ?@=´3?{¸\r«', 'wp-content/themes/riser/functions/theme_options/assets/option-tree/theme-options.xml', 0, 'Ã…?ÂðqÈqÃòü·~1*?', 'Ã…?ÂðqÈqÃòü·~1*?'),
5778('\n½jªml?·|?\\£', 'wp-content/themes/riser/functions/theme_options/classes/class.admin.php', 0, '*ÿL?*vÃ{ùá&2\ZÔé', '*ÿL?*vÃ{ùá&2\ZÔé'),
5779('òx?!jÃB?¨ÚO-Â', 'wp-content/themes/riser/functions/theme_options/front-end/docs.php', 0, 'f&HÇ( BteâÃG¼?ûÞ', 'f&HÇ( BteâÃG¼?ûÞ'),
5780('?ÂñÀùZ¨\rú£T', 'wp-content/themes/riser/functions/theme_options/front-end/options.php', 0, 'ÊU?õÌþ?5Â\r?v', 'ÊU?õÌþ?5Â\r?v'),
5781('º¶%xý I?¸ø?Fµ', 'wp-content/themes/riser/functions/theme_options/front-end/settings.php', 0, 'Ââ¨\0\r)?ØË-ojëÔ', 'Ââ¨\0\r)?ØË-ojëÔ'),
5782('??jS?@k¸iô§=s÷', 'wp-content/themes/riser/functions/theme_options/functions/admin/category.php', 0, 'òñ\rñ&ÛK)¡''µ5èX', 'òñ\rñ&ÛK)¡''µ5èX'),
5783('sV?ÈÀC¦M?8®H}', 'wp-content/themes/riser/functions/theme_options/functions/admin/checkbox.php', 0, 'Nµ?G[?m??Ã¥\Z?½??', 'Nµ?G[?m??Ã¥\Z?½??'),
5784('E/~?Â4ª?ÀZ×oÂ¥`×', 'wp-content/themes/riser/functions/theme_options/functions/admin/colorpicker.php', 0, '%?)?ÂØh3!º Èvö', '%?)?ÂØh3!º Èvö'),
5785('Ö^?h:2[l¡P?u´', 'wp-content/themes/riser/functions/theme_options/functions/admin/custom-post.php', 0, '?uü?¾??üÖÜW?®°¶', '?uü?¾??üÖÜW?®°¶'),
5786('|ÆJë?ÿä?ÜÔæ¯"Ùyû', 'wp-content/themes/riser/functions/theme_options/functions/admin/export.php', 0, '¡Ê,?B{«P:?öÞ', '¡Ê,?B{«P:?öÞ'),
5787('u(*½ºQôK?K¨Ìfz½', 'wp-content/themes/riser/functions/theme_options/functions/admin/heading.php', 0, 'ó?vî[»Y??º??', 'ó?vî[»Y??º??'),
5788('ÃŒ;¦Xt1KÃŽj+ÔéLÃ…4', 'wp-content/themes/riser/functions/theme_options/functions/admin/input.php', 0, '0[&ÃZ$?Æ?KQ?qZ', '0[&ÃZ$?Æ?KQ?qZ'),
5789('0??U2sS¥á¨[rÂ', 'wp-content/themes/riser/functions/theme_options/functions/admin/measurement.php', 0, '?PMæ¡®LXÂOÂ\n', '?PMæ¡®LXÂOÂ\n'),
5790('ùT:t\0°çãªb6R7ø', 'wp-content/themes/riser/functions/theme_options/functions/admin/page.php', 0, '?¦wÃ…YäE?·Ã÷?Ü''´', '?¦wÃ…YäE?·Ã÷?Ü''´'),
5791('ò?õ|[ûYN¢%VA`ÂÑ', 'wp-content/themes/riser/functions/theme_options/functions/admin/post.php', 0, '[ùâ´''\Z;~o$?3èÌîÜ', '[ùâ´''\Z;~o$?3èÌîÜ'),
5792('aß^©¹;?zÒù?±uÃ…', 'wp-content/themes/riser/functions/theme_options/functions/admin/radio.php', 0, 'K?uvôÌ!s}?? Ãn', 'K?uvôÌ!s}?? Ãn'),
5793('_O¨£?¾?¤�çxxãò', 'wp-content/themes/riser/functions/theme_options/functions/admin/select.php', 0, 'rX??.ÜZIÕ]?b', 'rX??.ÜZIÕ]?b'),
5794('ï?ñ)?vüãÒU?u?#', 'wp-content/themes/riser/functions/theme_options/functions/admin/slider.php', 0, 'ÄD#¢Vþz¹(ý¬ª?ù¥', 'ÄD#¢Vþz¹(ý¬ª?ù¥'),
5795('TU<?PÂDByQæ?J', 'wp-content/themes/riser/functions/theme_options/functions/admin/tag.php', 0, 'Â[¼?ÆëË\rk?×kc(', 'Â[¼?ÆëË\rk?×kc('),
5796('Ú?vªºÞG_?¤²}3Ûú', 'wp-content/themes/riser/functions/theme_options/functions/admin/textarea.php', 0, 'ëµS"û.?Äc¼''»»ßÛ', 'ëµS"û.?Äc¼''»»ßÛ'),
5797('?poöô WtÊÈîg½', 'wp-content/themes/riser/functions/theme_options/functions/admin/textblock.php', 0, 'O¸óÒõîä+ÒÚë', 'O¸óÒõîä+ÒÚë'),
5798('T?:7+K?|�5±\Z:', 'wp-content/themes/riser/functions/theme_options/functions/admin/upload.php', 0, 'òÓ¶©lðÒVKn ?&', 'òÓ¶©lðÒVKn ?&'),
5799('yê:^rT$t%GÑ`?Ä', 'wp-content/themes/riser/functions/theme_options/functions/functions.load.php', 0, 'g?ñöj?£?i??Æß7)"', 'g?ñöj?£?i??Æß7)"'),
5800('?ò?e?\\?¥ý?', 'wp-content/themes/riser/functions/theme_options/functions/get-option-tree.php', 0, '¹?~?*?ÆWN??)ÉX?', '¹?~?*?ÆWN??)ÉX?'),
5801('?ÚBh9¤µ?\nG;¦A', 'wp-content/themes/riser/functions/theme_options/index.php', 0, 'N×û?? {Â0«põ', 'N×û?? {Â0«põ'),
5802('¶?z\r²YÃxä>1>', 'wp-content/themes/riser/functions/theme_options/license.txt', 0, 'd°Ê\rÆóÂû=×ï;9xO', 'd°Ê\rÆóÂû=×ï;9xO'),
5803('K(@SºÌSäVü2¡?C', 'wp-content/themes/riser/functions/theme_options/readme.txt', 0, 'ÜÓCû|?=ÜæÃ\0v14_', 'ÜÓCû|?=ÜæÃ\0v14_'),
5804('÷?8NH?îã¤ÂÙ', 'wp-content/themes/riser/functions/theme_options/screenshot-1.png', 0, 'HªÂ?JêæGzßã?Ô', 'HªÂ?JêæGzßã?Ô'),
5805('¤wz,??½ÂþHTà  ', 'wp-content/themes/riser/functions/theme_options/screenshot-2.png', 0, '\rª=n@u¸No?Â', '\rª=n@u¸No?Â'),
5806('Û4Jà B°¸?ë$õ!Z', 'wp-content/themes/riser/functions/theme_options/screenshot-3.png', 0, 'EX?ñ??GI¾êÕ2i7', 'EX?ñ??GI¾êÕ2i7'),
5807('ùÅ\rà Â(õµZ+ìà "', 'wp-content/themes/riser/functions/theme_options/theme_option_data/theme-options.txt', 0, 'çÅy4*Â''?ÂÉ(+~Ú5', 'çÅy4*Â''?ÂÉ(+~Ú5'),
5808('»Ë[?ËÃóYñáE-D- ', 'wp-content/themes/riser/functions/theme_options/theme_option_data/theme-options.xml', 0, ' ?=_-z å[Uî¢Ø${J', ' ?=_-z å[Uî¢Ø${J'),
5809('?K?7??ô?''~¥Ö', 'wp-content/themes/riser/functions/widgets/recent-posts-widget.php', 0, 'S®H-\\?p? é¬8"?', 'S®H-\\?p? é¬8"?'),
5810('cv[?i3ó6{ T?0', 'wp-content/themes/riser/functions/widgets/sidebar-login/sidebar-login.php', 0, '>ékÃ%¨\0?NùBzbÃU', '>ékÃ%¨\0?NùBzbÃU'),
5811('2¶l. ð~k)5?ÃH', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/asmallworld.png', 0, '?³dfÄ?INJ¯Ã)ÄÑw', '?³dfÄ?INJ¯Ã)ÄÑw'),
5812('ëFzÂÃ?Ã¥@ãªßG«', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/bandcamp.png', 0, '($X`ð. qC7ý??Ö', '($X`ð. qC7ý??Ö'),
5813('?«2?V?ÓQ|Ã’k?ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/bbb.png', 0, '¾z;7?¹ORòÖ?æ3', '¾z;7?¹ORòÖ?æ3'),
5814('´¶ø¿Tt©©æ/÷Q?ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/blogger.png', 0, '?�ä/?Orv(±³#ñ', '?�ä/?Orv(±³#ñ'),
5815('Â¥& ò?P?AeÈ?\0', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/buzz.png', 0, '\0?@?k·qùäÎ,', '\0?@?k·qùäÎ,'),
5816('Ne¡ c©Â*3?Ã*u??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/delicious.png', 0, '4uxÃ¥Op?A~??HÆ', '4uxÃ¥Op?A~??HÆ'),
5817('30"V u²lÃ’Ã*õe', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/deviantart.png', 0, '?óÃ÷9jC×Î?^>[', '?óÃ÷9jC×Î?^>['),
5818('ÂU?Qé?>ÉQÛyÜ=kÙ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/digg.png', 0, 'øjRß&Â?l8ªr?F', 'øjRß&Â?l8ªr?F'),
5819('Ã-¬MÆy9üÃk?}', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/digitaltunes.png', 0, 'V?HÈMÚ<?æ"5Xª', 'V?HÈMÚ<?æ"5Xª'),
5820('òzcµ?¨²y?Jl¿K÷õ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/ebay.png', 0, 'R5k0aö?)1t?æ', 'R5k0aö?)1t?æ'),
5821('©]ÃŽqÂÃ+e?UãOó', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/email.png', 0, 'Êà ?¥ª×\\HUºø0CIú', 'Êà ?¥ª×\\HUºø0CIú'),
5822('?ô£áé4W±tùÆuÃ×ë', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/etsy.png', 0, 'Ó+×b?ø>m\rk6AÌÈv', 'Ó+×b?ø>m\rk6AÌÈv'),
5823('c·Bü·Ã¼µ9fø¹iÃŽ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/facebook.png', 0, 'é?GËÙ?P?3D5}?', 'é?GËÙ?P?3D5}?'),
5824('1ÆjB°¨m|\Z?Ly?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/flickr.png', 0, 'A9uyO?+Ñsk¯Âq!m', 'A9uyO?+Ñsk¯Âq!m'),
5825('u(MÉDÔãNá0Ø/', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/flixster.png', 0, 'Õ?±µº?CHrV?t', 'Õ?±µº?CHrV?t'),
5826('8éKýXP"$ü~XQ?Ó', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/foursquare.png', 0, '?Zð¼s)ÿfǼ¹8ß?', '?Zð¼s)ÿfǼ¹8ß?'),
5827('<RW_v}n¸á?fª', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/friendfeed.png', 0, '>Ù|?d??NLÃ=''', '>Ù|?d??NLÃ='''),
5828('?Ãa^éÕ#?ëämé´r', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/hulu.png', 0, 'ÃT¼×OGjù?¨Çø?ZØ', 'ÃT¼×OGjù?¨Çø?ZØ'),
5829('?à :?]h©Gûý"1?{', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/hyves.png', 0, 'ÂohK×LËþ/ï÷BßFeÂ', 'ÂohK×LËþ/ï÷BßFeÂ'),
5830('ºyÈL??où@?E?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/imdb.png', 0, '¤ÃÆ>qó??z<}qßþ', '¤ÃÆ>qó??z<}qßþ'),
5831('Â¥]AéëKè ¡·bÃÊ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/lastfm.png', 0, 'ò]?´¼5øo,±?)ÉáÃ', 'ò]?´¼5øo,±?)ÉáÃ'),
5832('ù?×SóýÞ}A?À`?F', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/linkedin.png', 0, 'ë)<Âjñ?Â\n?ôÇë\0|', 'ë)<Âjñ?Â\n?ôÇë\0|'),
5833('Ò¥É qL<8¿aY?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/live365.png', 0, '?ò]?=#È(?¸hN\06', '?ò]?=#È(?¸hN\06'),
5834('?X0A«Ûà Ú`?Ø]ì¯', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/meetup.png', 0, 'Â¥lÛvÓb9£K?ðw±Ãó', 'Â¥lÛvÓb9£K?ðw±Ãó'),
5835('ÂÃà \Z²LN???ö¤.', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/merchantcircle.png', 0, 'Âd¯?pÃŒO\rI?¹ªeì', 'Âd¯?pÃŒO\rI?¹ªeì'),
5836('y?Ã@¢×:?27@VãY', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/myspace.png', 0, 'x{1ÓtShÚD£ð?=', 'x{1ÓtShÚD£ð?='),
5837('?néwC¢+`¥´âþ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/orkut.png', 0, '([Xà ®?¦4°Ä+g', '([Xà ®?¦4°Ä+g'),
5838('??EpëCR2B?ØD', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/pandora.png', 0, 'õ£?eÓy62é??~z6|?', 'õ£?eÓy62é??~z6|?'),
5839('^®õ_eÃiËTd/»ÃQ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/picasa.png', 0, '?!?´?Ü÷"?¨¹e}Ã…"', '?!?´?Ü÷"?¨¹e}Ã…"'),
5840('?Ê?Ø??³*Úé4', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/ping.png', 0, '&¼.c?·Qe?G', '&¼.c?·Qe?G'),
5841('?}cg?A7vc¤~', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/plancast.png', 0, '??=3j56ô?ì+&IìÆ', '??=3j56ô?ì+&IìÆ'),
5842(';ñµ?èq_z`û17?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/reddit.png', 0, '{.8?5|?a3?À,?-±', '{.8?5|?a3?À,?-±'),
5843('mUQR^?¬ DÔ)TÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/rss.png', 0, '\0Ã¥:&1\0~2?ª½8DL', '\0Ã¥:&1\0~2?ª½8DL'),
5844('8¸?ÂK×ò?Ã|¯\r', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/skype.png', 0, ',°JX\rÃ?9I=ª)BCJ', ',°JX\rÃ?9I=ª)BCJ'),
5845('¤·@WÈêÂ\rà v KøÌ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/slideshare.png', 0, 'Hda×óÔZZrçSvHY', 'Hda×óÔZZrçSvHY'),
5846('}@??H¨ý8?Tæ]+m"', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/soundcloud.png', 0, 'x2?ý?ÿ²h??a^', 'x2?ý?ÿ²h??a^'),
5847('"YJ³²ÑBA8)¿ì_h', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/steam.png', 0, 'y¬¸PbèhÂE~(?''?', 'y¬¸PbèhÂE~(?''?'),
5848('<û+5±èº''d^>Üåä', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/stumble.png', 0, 'f.ÅÚE^\Z.?\ZÇl¤/', 'f.ÅÚE^\Z.?\ZÇl¤/'),
5849('âûÔ*Eø\nz?Ã.?? Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/talk.png', 0, '¶¨ã0Db?;¸ÃãYo', '¶¨ã0Db?;¸ÃãYo'),
5850('w¨?U,ÆS¾¦?z6ß<', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/tumblr.png', 0, 'Ü?t):s?I??ðÆ¤°', 'Ü?t):s?I??ðÆ¤°'),
5851('I!�òÜ;_§£Ê', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/tungle.png', 0, '0goEè4÷''ð»\\V?', '0goEè4÷''ð»\\V?'),
5852('¯?×b¥t9?«Å ?Ì', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/twitter.png', 0, '}?C»?C;??eÜÌÌ', '}?C»?C;??eÜÌÌ'),
5853('<O¸Â''¬_"q?P\nñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/ustream.png', 0, '#/à IgÃ…A¼Àê©Ì;Â', '#/à IgÃ…A¼Àê©Ì;Â'),
5854('??±v¿]¿f?·éx?´?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/vimeo.png', 0, ']¿?#Ä..ȍ?V?', ']¿?#Ä..ȍ?V?'),
5855('¾;?Æõ?GÓð_f®¥', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/wordpress.png', 0, 'ë½Vé?%þrßÓã?å;', 'ë½Vé?%þrßÓã?å;'),
5856('ÃÙK?\rþü?ø''+ªê¸', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/yelp.png', 0, '?Ú DÂ¥kX?Ã¥l?þâ?', '?Ú DÂ¥kX?Ã¥l?þâ?'),
5857('&?fW~?~$hSFn¢', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/16/youtube.png', 0, 'He?¬x0/T\nÕÃ^R>O', 'He?¬x0/T\nÕÃ^R>O'),
5858('?ì¤ãf/̦s g&$Ã’', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/asmallworld.png', 0, '}ÃR²nX\rÂû²èÕ}·', '}ÃR²nX\rÂû²èÕ}·'),
5859('O¤Ø>?Â?W?ÃãÂ01Ç', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/bandcamp.png', 0, 'ýÈåÄo9KTñM¦òÊ', 'ýÈåÄo9KTñM¦òÊ'),
5860('¸.Ùmz$cèJW', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/bbb.png', 0, 'ZWªÎ(?â?_D¥6?', 'ZWªÎ(?â?_D¥6?'),
5861('3R?ÜÊ+.ÂÃ??ÇÑ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/blogger.png', 0, '¬Âzñ£Rl1Ã};;lÃ…Ã', '¬Âzñ£Rl1Ã};;lÃ…Ã'),
5862(' ýó?%??éz`ë6', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/buzz.png', 0, 'ÃÃ¥?ւW?{??½?', 'ÃÃ¥?ւW?{??½?'),
5863('²I??[®?Ñâ2@´', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/delicious.png', 0, '×Ü?0??o £óÙÊ{', '×Ü?0??o £óÙÊ{'),
5864('N§ÂKmWñ"Îð%', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/deviantart.png', 0, '\nÂM?Àcï»Ûæ?lßJ', '\nÂM?Àcï»Ûæ?lßJ'),
5865('=n?]þÇfÕfÃ7?^d»', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/digg.png', 0, 'ih, u?Â;K²Â¾', 'ih, u?Â;K²Â¾'),
5866('þ?iEkW?`?]ÆcÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/digitaltunes.png', 0, 'dÀ3-?n¨I. ²O?Ãe', 'dÀ3-?n¨I. ²O?Ãe'),
5867('¯ÔË#ÿ?;Àò¯Â;^', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/ebay.png', 0, '^?Rï?²XJ?úC¿ì', '^?Rï?²XJ?úC¿ì'),
5868('t`;??¹÷£,-Cô?¹', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/email.png', 0, '?¶¬ñ3Ã?4ï§Ã½fÇ', '?¶¬ñ3Ã?4ï§Ã½fÇ'),
5869('o?d0}ò?iï7Êv�»', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/etsy.png', 0, '´ÅÜõm6«°?Vf??ö<', '´ÅÜõm6«°?Vf??ö<'),
5870('®õ=ç?Â??ð^6?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/facebook.png', 0, 'Fö`Ô\ZJ{Ãà -,?Ò¯å', 'Fö`Ô\ZJ{Ãà -,?Ò¯å'),
5871('?? /N§×*ÿ?%', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/flickr.png', 0, 'ìS®?|ãÃ÷Óó½\0', 'ìS®?|ãÃ÷Óó½\0'),
5872(')?ØTEÉiAõÅÕ*H<', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/flixster.png', 0, '>ÂQ?q?øº\n?n?!', '>ÂQ?q?øº\n?n?!'),
5873('IaÓÿJR?»??ò^', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/foursquare.png', 0, 'hséµ\Z`AÃ…VzÂ1', 'hséµ\Z`AÃ…VzÂ1'),
5874('^J²1üÉ??Gç.???', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/friendfeed.png', 0, 'ÂA3Èr?¶¹·i?Ùsõ', 'ÂA3Èr?¶¹·i?Ùsõ'),
5875('4?i·???t"?x', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/hulu.png', 0, '[Àu¹_~ìi_äÑòÄ4M³', '[Àu¹_~ìi_äÑòÄ4M³'),
5876('}_«eñh¨~ÇAßø|Àð*', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/hyves.png', 0, 'Èý.øòÃÃ^2?mêå;?', 'Èý.øòÃÃ^2?mêå;?'),
5877('?¾À^''þ�©©Ne«', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/imdb.png', 0, '\nÉj5?\r{)§m??*õ', '\nÉj5?\r{)§m??*õ'),
5878('âr6Téß&ù@¯?¤?¾RÙ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/lastfm.png', 0, '/?<)]þ??âóø', '/?<)]þ??âóø'),
5879('¶¿d?tà 1úD2ð@ê', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/linkedin.png', 0, '?!Àd4SÂ¥ÂSQ¬¥¶Úö', '?!Àd4SÂ¥ÂSQ¬¥¶Úö'),
5880('?ú]6ÂÃ’h½?äì,', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/live365.png', 0, 'e{sÃÉ(¾%??ÿ&֊', 'e{sÃÉ(¾%??ÿ&֊'),
5881('Vó}?\rTû/!"¢O *EË', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/meetup.png', 0, 'm4?'',ë!ÿåj©2ÉÚô', 'm4?'',ë!ÿåj©2ÉÚô'),
5882('Âá?xQ\\£µÙ?Kr$Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/merchantcircle.png', 0, 'Ãi3<÷vHµ\\ó~?»xÂ', 'Ãi3<÷vHµ\\ó~?»xÂ'),
5883('IÞZ§Ã? \nëÎ1', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/myspace.png', 0, 'çX¿f?b?ò?t¢ñÂ', 'çX¿f?b?ò?t¢ñÂ'),
5884('1ÂOT???ÓYT!6j3', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/orkut.png', 0, '¦³9"y?/4¹½û=7', '¦³9"y?/4¹½û=7'),
5885('¦ªNiÂÃïÀ?éVd', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/pandora.png', 0, 'ýï>$AA?ßò$>??6', 'ýï>$AA?ßò$>??6'),
5886('"Ö<K7ÉT½l®\Zh|ê', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/picasa.png', 0, '.Ã^?Âeqo?nùØë', '.Ã^?Âeqo?nùØë'),
5887('¬X?þÆ×ËWº?nP¶:', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/ping.png', 0, 'ï?¸ú?^?¡ú?è±', 'ï?¸ú?^?¡ú?è±'),
5888('-?ã? ê ?Y;cH??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/plancast.png', 0, 'ëKPÔÈðÞÃñº?P=k¿', 'ëKPÔÈðÞÃñº?P=k¿'),
5889('g¦ÿ?Q¹?m?½x U', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/reddit.png', 0, '1â?®ÂÕ1|g^þyø', '1â?®ÂÕ1|g^þyø'),
5890('Û9/JÌö çÿâH}0´ò', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/rss.png', 0, 'dq?²KùøZ%ÂD6ïà ', 'dq?²KùøZ%ÂD6ïà '),
5891('Pn2?!â¯M®EU»?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/skype.png', 0, '»|?Õø?-u_2¿\0?l', '»|?Õø?-u_2¿\0?l'),
5892('Z5dÑ}þ?,ìÀÞ?_"', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/slideshare.png', 0, 'ª??FÂ<?? åáN¿$', 'ª??FÂ<?? åáN¿$'),
5893('_?¨C55kkRA4Ã@"', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/soundcloud.png', 0, '¦ä?^LKh¢U|? 7', '¦ä?^LKh¢U|? 7'),
5894(':hcgO±?}??ï/}', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/steam.png', 0, 'R?^?hÜK/ré''H', 'R?^?hÜK/ré''H'),
5895('?úì?¿''ËLÔç¯É*Na', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/stumble.png', 0, 'Ñ1?hÃ’LÂTöQcD!,?', 'Ñ1?hÃ’LÂTöQcD!,?'),
5896('ÅQ:~Ø???ìf°?¡¥', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/talk.png', 0, 'é;©^ô?äor\\ö«?â', 'é;©^ô?äor\\ö«?â'),
5897('§?>z|ÿkÓtX&V', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/tumblr.png', 0, '#`Ñ?9?ÎV¦¯zä', '#`Ñ?9?ÎV¦¯zä'),
5898('ÙzLÂ¥81á.õhªã÷?¿', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/tungle.png', 0, 'jÖ8C»§Ã~?ßtø¹S', 'jÖ8C»§Ã~?ßtø¹S'),
5899('§KVÃŒ0\0Ù\0?âk??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/twitter.png', 0, 'ÂA9`x¢?¿3?æå¶', 'ÂA9`x¢?¿3?æå¶'),
5900('ò?%?Ìúî}¹;E%È\0', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/ustream.png', 0, 't)Þ_Ã §?ä\0ñ´Xn', 't)Þ_Ã §?ä\0ñ´Xn'),
5901('ÊÿF?±?âõ?a?æ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/vimeo.png', 0, 'ü¤µ#øúäð¦bæ?h¢?', 'ü¤µ#øúäð¦bæ?h¢?'),
5902('3æ:ºìq^Ãf(yê?%w', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/wordpress.png', 0, '45ÂEÄ6Eª3Ã\\©b', '45ÂEÄ6Eª3Ã\\©b'),
5903('¡ªÂ%ñþ?õ?ÃŒ?Â¥', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/yelp.png', 0, 'ÂãÈ*???ÌËÅâUs', 'ÂãÈ*???ÌËÅâUs'),
5904('?²óM?£ÃK?¢Â?Nk6ò', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/32/youtube.png', 0, 'ãX¿ÚéjãOþÂ}?Â¥\n', 'ãX¿ÚéjãOþÂ}?Â¥\n'),
5905('Jâ3&X»}¼ö0êSv', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/asmallworld.png', 0, 'G?e2Âý\rñÙ%Xª¥qµÑ', 'G?e2Âý\rñÙ%Xª¥qµÑ'),
5906(';H¬?²?LÀYGªÙå}', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/bandcamp.png', 0, '`¬fo??a�?1', '`¬fo??a�?1'),
5907('ÑÒ\nÓX¸\0wÖ]B??(Ö', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/bbb.png', 0, 'ÈJ?\\???Me?0oCñ', 'ÈJ?\\???Me?0oCñ'),
5908('±ý?¸??PÇ:·ç(=kI', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/blogger.png', 0, '\0>å?p�WTD1ÉLc', '\0>å?p�WTD1ÉLc'),
5909('Â]®>ÆGµZ$?Â¥GD\\', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/buzz.png', 0, 'OXCÂ''¦ôã¢ÃBóV?', 'OXCÂ''¦ôã¢ÃBóV?'),
5910('?ùëÀÃ^6ç £5Â?kZ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/delicious.png', 0, '©?BVT?~;7Ã^ç°&ü', '©?BVT?~;7Ã^ç°&ü'),
5911('ey?Ãã_Ã…?É?o', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/deviantart.png', 0, 'uÃñ²æþ¨x¡&?x$¹Ã', 'uÃñ²æþ¨x¡&?x$¹Ã'),
5912('?Æï}??ù`7Hª(ÿ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/digg.png', 0, '²;EÂzLbÒò%âðûaÃ0', '²;EÂzLbÒò%âðûaÃ0'),
5913('ýM+ð îW?\Zsù4gê', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/digitaltunes.png', 0, '7.ÃÉìë¦ Äüjy?T', '7.ÃÉìë¦ Äüjy?T'),
5914('Åà 9þD\\Y9D¼?þ@', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/ebay.png', 0, '/Ö*w?????r³dq', '/Ö*w?????r³dq'),
5915('%¹lX`,?·?a', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/email.png', 0, 'AÃ>1U&ÃŒdód)ÈsØ', 'AÃ>1U&ÃŒdód)ÈsØ'),
5916('ÃIÂWë²Åô¾ÃgÃa??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/etsy.png', 0, '?~l?\0©ï\nµÜ6m?÷', '?~l?\0©ï\nµÜ6m?÷'),
5917('ü$ÂßÃëÂ??Âð°?[', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/facebook.png', 0, '<t?ÂÂù©{©Â\n3·', '<t?ÂÂù©{©Â\n3·'),
5918('.Ôz?Â¥lM³ýA[ÂÃŽl', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/flickr.png', 0, 'Ã’X?Â0ÓÿÌÃ9wXV¯', 'Ã’X?Â0ÓÿÌÃ9wXV¯'),
5919('c?ñT\\???2?A', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/flixster.png', 0, '?O8ÿWöd)2 ¥?·ú', '?O8ÿWöd)2 ¥?·ú'),
5920('+Ë.È =?ÇèeÉg²]', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/foursquare.png', 0, 'HJð_¥?çÒ*±é?A', 'HJð_¥?çÒ*±é?A'),
5921('jKâ+·Fg|¸{PYxÃÿ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/friendfeed.png', 0, '<þ0ëÃñ2¸^"sú', '<þ0ëÃñ2¸^"sú'),
5922('?éd¸ÑætE½"<?Ã?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/hulu.png', 0, 'ìä??ã]¼ómÃt:½', 'ìä??ã]¼ómÃt:½'),
5923(':GÂ33?ftÂ??_?hN', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/hyves.png', 0, 'ªä¯Ä?vìWæü?rµ³', 'ªä¯Ä?vìWæü?rµ³'),
5924('øy2¼,&nÓ?.)ç¢ l', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/imdb.png', 0, 'Ç?E ¢\n1?²?º', 'Ç?E ¢\n1?²?º'),
5925('F¨¸3''ÕßX"û¸?i\\gU', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/lastfm.png', 0, 'gR?ÂlØ{Öä6ãµä9', 'gR?ÂlØ{Öä6ãµä9'),
5926('?,éù?Â%ÀÙ0±.E', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/linkedin.png', 0, '?Â8ª)ÃŽS?¨?ò[z', '?Â8ª)ÃŽS?¨?ò[z'),
5927('ªRn<Ôj ¡ ?YAª??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/live365.png', 0, 'XC?%î+5ü?3ræ$??', 'XC?%î+5ü?3ræ$??'),
5928('f÷øA9F âKÂX^??', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/meetup.png', 0, '~_ÃÑjÕ^ègõ??Â¥', '~_ÃÑjÕ^ègõ??Â¥'),
5929('!HKPsÛâ`?1Åù,P¡', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/merchantcircle.png', 0, '[&r??Ôåý??@²"', '[&r??Ôåý??@²"'),
5930('ßöÛHñF?g???Ô_¶=', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/myspace.png', 0, ':tXüC¢3??8ç''4', ':tXüC¢3??8ç''4'),
5931('÷·Ìb?N?ù_?�', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/orkut.png', 0, '???ñ¥´}?''^ÙÎ', '???ñ¥´}?''^ÙÎ'),
5932('ÃŽu]?]²Ö:?ª\0RË', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/pandora.png', 0, 'ön¡]??]Ã-ÀÊk!vK¬', 'ön¡]??]Ã-ÀÊk!vK¬'),
5933('ü?ðrV8?}ö¸þv)?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/picasa.png', 0, 'hüRç?0?`6l?0Ä(', 'hüRç?0?`6l?0Ä('),
5934('«òI?ìzw¬úÿ×Ã3®>', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/ping.png', 0, ':}o??ÃÕ÷%[m?7±', ':}o??ÃÕ÷%[m?7±'),
5935('@F5Cq?æ¨8u3*', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/plancast.png', 0, 'WPÓX¥w¹ñ6&»f[', 'WPÓX¥w¹ñ6&»f['),
5936('ÃäïÜ-\rôl½l?±²', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/reddit.png', 0, '=L´7©ÿ?eüQs[^?', '=L´7©ÿ?eüQs[^?'),
5937('Ñ?Úq3Eæ½õvýùæ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/rss.png', 0, '?ªC?¢¼C1�', '?ªC?¢¼C1�'),
5938('k??KÃ÷ÖÖðAq?@Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/skype.png', 0, '?¬Fô¾?Xü?uù,_óRd', '?¬Fô¾?Xü?uù,_óRd'),
5939('«çÓÉ?âú??Û?', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/slideshare.png', 0, '\rñ ÂP<j7?|ÒÈ)]?', '\rñ ÂP<j7?|ÒÈ)]?'),
5940('�?\0?f^ùÃ?4ô9', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/soundcloud.png', 0, '3f?_³2)§pTd1w', '3f?_³2)§pTd1w'),
5941('Â%zßøÉa}¹2<ì?\ZÃf', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/steam.png', 0, 'ö??_wêÃÉQøÔoÃ)?m', 'ö??_wêÃÉQøÔoÃ)?m'),
5942('>Âï?Ã…?³ÉX??õæ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/stumble.png', 0, 'ºÂ?×J[Â?Â!C?è\rñ', 'ºÂ?×J[Â?Â!C?è\rñ'),
5943('B8ù©?à ãm?G', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/talk.png', 0, 'YÜâ®{?&´+N!d©ÿ', 'YÜâ®{?&´+N!d©ÿ'),
5944('?ð³¤ygÂÃŒ~¿õÃRÛ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/tumblr.png', 0, '^eU\n¤?A\0\\Â7ÌûV³¥', '^eU\n¤?A\0\\Â7ÌûV³¥'),
5945('AÎúüW=R?,Â6ñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/tungle.png', 0, '.?wP?]8 jyÂo´?', '.?wP?]8 jyÂo´?'),
5946('ÒNøµ?u*?qw;~È', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/twitter.png', 0, '?ÉäUÈtOá]°?§/çkB', '?ÉäUÈtOá]°?§/çkB'),
5947('\nh?FßP?¨?>?r?À', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/ustream.png', 0, '\\?KÚæ2ê¡á8äêÂ<«¡', '\\?KÚæ2ê¡á8äêÂ<«¡'),
5948('þº<ÈvkR^?±???', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/vimeo.png', 0, 'b÷kåÀÃ֏>ÔÃè%@H', 'b÷kåÀÃ֏>ÔÃè%@H'),
5949('~½ã¶å>µ°øm à i]', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/wordpress.png', 0, 'åô±zÂT]@ U?®?', 'åô±zÂT]@ U?®?'),
5950('ûÂk??Ö$p/"', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/yelp.png', 0, 'k?Ø%yÂÆu¶?ø½??É', 'k?Ø%yÂÆu¶?ø½??É'),
5951('¼&MnM´??ï!C7', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/64/youtube.png', 0, '??Ó?º®§Â¡?µ_è', '??Ó?º®§Â¡?µ_è'),
5952('?é?Â5LrÂ?ó¿s', 'wp-content/themes/riser/functions/widgets/social-widget/images/cutout/readme.txt', 0, '??nB''m?á?§Ø?', '??nB''m?á?§Ø?'),
5953('ýéKÃ=K3ð¿{¿,D?Ã’', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/asmallworld.png', 0, 'ø!$^W¼f ÃÆ??B', 'ø!$^W¼f ÃÆ??B'),
5954('hri-5÷{Âg+?Ü&', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/bandcamp.png', 0, '?èN Õ?$¢%Ñ?Â', '?èN Õ?$¢%Ñ?Â'),
5955('\0ÈÙR??V?°×t?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/bbb.png', 0, '?É5-G¨9?ºk¯rè', '?É5-G¨9?ºk¯rè'),
5956('ú$ô?ÃÙiÃ’I]Ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/blogger.png', 0, '撗g¤²ñ¤þ]?O?ÃÛ', '撗g¤²ñ¤þ]?O?ÃÛ'),
5957('A{ûa¤''ì)¤ÂNl8', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/buzz.png', 0, '¶¿5ûûé4oñ?~Ú', '¶¿5ûûé4oñ?~Ú'),
5958('?, ¾&-ÂFnËffÃn?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/delicious.png', 0, '¹Úß\rá?Ãü³Ò,@¾>ÿ³', '¹Úß\rá?Ãü³Ò,@¾>ÿ³'),
5959('Iö?ÔlP?ÃäÂ5*dÕÓ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/deviantart.png', 0, 'û?ö8ñ?? \r²?³µ', 'û?ö8ñ?? \r²?³µ'),
5960('3¶X?D`ÔÃÙ?#:i©?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/digg.png', 0, '?ò(ÞûZúJ³3.?\nn', '?ò(ÞûZúJ³3.?\nn'),
5961('?ëâßõ©d?½¹(Uc?µ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/digitaltunes.png', 0, 'Ó,¶0ìRvçCï?G\0', 'Ó,¶0ìRvçCï?G\0'),
5962('þ?ì>¬Âþºø¡]ÃÂ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/ebay.png', 0, '"?,??Ã`??.Ãr¡²À', '"?,??Ã`??.Ãr¡²À'),
5963('ûi-÷¾m5.?îÂ<!', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/email.png', 0, 'ñÌ1O²Ân9X?úìD"x¾', 'ñÌ1O²Ân9X?úìD"x¾'),
5964('bQº¦3(B?HA.ôUWIÆ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/etsy.png', 0, '/??DÓLwM\n>U§4#¬', '/??DÓLwM\n>U§4#¬'),
5965('_Ë*òrFñF?ch ôú', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/facebook.png', 0, 'OjµX)3É$¥å4?ä', 'OjµX)3É$¥å4?ä'),
5966('ãÂ?5?¬¼D¸Ô?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/flickr.png', 0, 'Öd¶0×ã?E?ë(ÂFÃ’Ã¥', 'Öd¶0×ã?E?ë(ÂFÃ’Ã¥'),
5967('?nù\r£)5|Ûèi1dZ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/flixster.png', 0, 'Âpú²r²?¹á?x?a', 'Âpú²r²?¹á?x?a'),
5968('9à ÃÞsgo¬Þ?T²?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/foursquare.png', 0, '0Xwý3Ã¥m?¶:6y\0²¤T', '0Xwý3Ã¥m?¶:6y\0²¤T'),
5969('¥¨ÎöÂ?cÂ>?ðP', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/friendfeed.png', 0, 'v²5o:CëI¬Ã_', 'v²5o:CëI¬Ã_'),
5970('Â¥ÃR¦??\Zvç7?Ó/', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/googleplus.png', 0, 'Ú3«IÃ¥6\Zl?v¯{CÃ', 'Ú3«IÃ¥6\Zl?v¯{CÃ'),
5971('7×k¬*uü«*?u', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/hulu.png', 0, '«\06ð=NuqlÞV?', '«\06ð=NuqlÞV?'),
5972('\r~y?ôÌFÉ-ÚZüÑå', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/hyves.png', 0, 'ßý_\0óIvÃ¥PGfT\ZÂä', 'ßý_\0óIvÃ¥PGfT\ZÂä'),
5973('³?ßð¶UÅ:ÌèvX', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/imdb.png', 0, 'à ÑWÞh ]=u\Z¯bba', 'à ÑWÞh ]=u\Z¯bba'),
5974('T?wì?jÇæ.(HÂLØtÀ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/lastfm.png', 0, 'é«T4ñÉ?4;8bÎÜ_', 'é«T4ñÉ?4;8bÎÜ_'),
5975('S±?$ðEVO?= ®', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/linkedin.png', 0, '5pâ?äáó?nH{', '5pâ?äáó?nH{'),
5976('%2OèS?X«Ô\Z?+?7¼', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/live365.png', 0, 'z}?më²@ñbm+;?Ò ', 'z}?më²@ñbm+;?Ò '),
5977('zÓ??êÛ[eU)?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/meetup.png', 0, '4#£+È,¹ó~ãùÀj«', '4#£+È,¹ó~ãùÀj«'),
5978('/?Üw:À\Z?Z{_', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/merchantcircle.png', 0, 'j?>DµTÃlh$uG', 'j?>DµTÃlh$uG'),
5979('?ÂÔ3à 7??ºÙÎBÃë', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/myspace.png', 0, '??a4Æ[?¶×?Eç', '??a4Æ[?¶×?Eç'),
5980('q9\\õði¥?ï:µà &)', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/orkut.png', 0, '\r?Å?úÀ?ævQ', '\r?Å?úÀ?ævQ'),
5981('/Ù[=?²^?¬\r·ýâ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/pandora.png', 0, '(à %?TAÆè1¶¡D', '(à %?TAÆè1¶¡D'),
5982('(?¾áó()e°uPK3', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/picasa.png', 0, '8÷0E+¥uó. df¬P"?', '8÷0E+¥uó. df¬P"?'),
5983('®0ýú?F¿»ÃB?\r?k', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/ping.png', 0, '³£?ò Â¥?;º\nGðo4', '³£?ò Â¥?;º\nGðo4'),
5984('#?Õ?E?bµ¯F?ߥq', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/plancast.png', 0, 'Öä´&R?(Xbøª2', 'Öä´&R?(Xbøª2'),
5985('ÃTQ?º\rCÈ(-Â¥?¤Ë', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/reddit.png', 0, 'ý³X?ékÑû-^3?XÑW', 'ý³X?ékÑû-^3?XÑW'),
5986('¹ñÅô�?ï9?Ú�£', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/rss.png', 0, '~-?Åña|¶E^xFçç', '~-?Åña|¶E^xFçç'),
5987('Â ëäì?5kF?O?Ãà 6', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/skype.png', 0, 'À\rKÜl? a?«ù', 'À\rKÜl? a?«ù'),
5988('ikoA??V¤?*Þ.@&S', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/slideshare.png', 0, 'W7¯°yÙð¶=\0W@¯', 'W7¯°yÙð¶=\0W@¯'),
5989('UD[å2?;öù<i?á?X', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/soundcloud.png', 0, 'RÆ£QÞË.?\\OKsõõd', 'RÆ£QÞË.?\\OKsõõd'),
5990('`³Yúê Im#''?â', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/steam.png', 0, 'Òj?î?r«þòõÖ', 'Òj?î?r«þòõÖ'),
5991(':ßæÕÃÕy?{§yi', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/stumble.png', 0, '¿!?²5?&9ª?Õf?', '¿!?²5?&9ª?Õf?'),
5992('?îÂjdÃ¥,?]qó?oø?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/talk.png', 0, '?«T££ÂúQhm©#É', '?«T££ÂúQhm©#É');
5993INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
5994('æ¿ç°ä3¶ÓZ[ÃŽJ?úø', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/tumblr.png', 0, 'b½&(ª?B<uF,v{ª', 'b½&(ª?B<uF,v{ª'),
5995('Ñ>äiË\rÕÂ\Zöºô·', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/tungle.png', 0, '·3]VkB8??Âà ±N', '·3]VkB8??Âà ±N'),
5996('`?¾ýÂ6(?34¬7Õ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/twitter.png', 0, 'Aá?l??4b?Â?ûÃH?', 'Aá?l??4b?Â?ûÃH?'),
5997('?´ý¸?µ¤?\ZÔD«1¤pÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/ustream.png', 0, '?t$Di?XÃ{{¸¥}xkÙ', '?t$Di?XÃ{{¸¥}xkÙ'),
5998('??æÑ4ÂÃŽr?U?c', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/vimeo.png', 0, '|¢¼?Ã’\0¢þ?X¯ea', '|¢¼?Ã’\0¢þ?X¯ea'),
5999('w??r?`?1û??', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/wordpress.png', 0, 'fr??&�@ÊAE/"', 'fr??&�@ÊAE/"'),
6000('E???''ÑëÔÚÚÔ>çyC', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/yelp.png', 0, '¬ª?ã? ?s?já?ùºÊ', '¬ª?ã? ?s?já?ùºÊ'),
6001('Sªl?Ck1óMN¨ÛQ;Å', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/16/youtube.png', 0, 'ÃØU¼?qÑ?úw²î¸', 'ÃØU¼?qÑ?úw²î¸'),
6002('*HªI ª?r?ï?d=', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/asmallworld.png', 0, 'FSm{ÂÃ/û¤ÃpµE\n', 'FSm{ÂÃ/û¤ÃpµE\n'),
6003('\ZýX?£$zoÖP/1xù', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/bandcamp.png', 0, 'B¸!Bl?x½å^ÿeØ;', 'B¸!Bl?x½å^ÿeØ;'),
6004('ªëÃnëï?2¾;j', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/bbb.png', 0, 'Â[rrÇ|.ãL)?Â+', 'Â[rrÇ|.ãL)?Â+'),
6005('ý?A|d??O¯?÷ü«Ü+', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/blogger.png', 0, '1Úi???Ââ¨c]Uæ$', '1Úi???Ââ¨c]Uæ$'),
6006('Â?ýò´Ì]ÃNl?2T©', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/buzz.png', 0, '\\I§Â£@Àâúü}øÙE', '\\I§Â£@Àâúü}øÙE'),
6007('h ®$¾ N\Z? 0]??', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/delicious.png', 0, 'ÚÂo?Ãå«U=aKnõ''', 'ÚÂo?Ãå«U=aKnõ'''),
6008('d¤z6_cßP¶?§Ég9`', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/deviantart.png', 0, '?Ã[ôèXz?Â??b,I', '?Ã[ôèXz?Â??b,I'),
6009('?`?&8ï{Ü]Â2Õt/N', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/digg.png', 0, 'ncPzËÔn?_Jç{´', 'ncPzËÔn?_Jç{´'),
6010('?LaÂM¿§?_{ñR?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/digitaltunes.png', 0, 'ï>??ap??xûîª\ZV', 'ï>??ap??xûîª\ZV'),
6011('?NËÜwJùºC4?59', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/ebay.png', 0, '7½O¬ÃJ1Ã’`e??vJÉg', '7½O¬ÃJ1Ã’`e??vJÉg'),
6012('wî{  QÛ%Éæ¶PM', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/email.png', 0, '!gÂý?2ÂwR[Ã¥XÂ\Zõ', '!gÂý?2ÂwR[Ã¥XÂ\Zõ'),
6013('¡gW>kêm??º\r?¡ð', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/etsy.png', 0, 'ûõ|?XÂã¯Hµ}E?¢', 'ûõ|?XÂã¯Hµ}E?¢'),
6014('%ð?9(w$L©?á±ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/facebook.png', 0, 'G\0Êe\n]zÃu:x|?}|', 'G\0Êe\n]zÃu:x|?}|'),
6015('µØ@éVNä?¾\\|SÄñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/flickr.png', 0, 'ôE?Ñ8?47p¢©Cæ*?', 'ôE?Ñ8?47p¢©Cæ*?'),
6016('Â>,¾?8Ó\r¬^98?¦', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/flixster.png', 0, 'òC?|Eo?ÙÕ#', 'òC?|Eo?ÙÕ#'),
6017('V-{Ëe§SMª?>J', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/foursquare.png', 0, '?ªýÂ?Â7Dvág?Iï', '?ªýÂ?Â7Dvág?Iï'),
6018('"ÀØA�ÌÕ||TÎ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/friendfeed.png', 0, 'V72??µî\rý\nÎ]ãØ3', 'V72??µî\rý\nÎ]ãØ3'),
6019('à ?6ç?+??\rç.8', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/googleplus.png', 0, '{-?¯ß?×qµÃà þè', '{-?¯ß?×qµÃà þè'),
6020('év;xÂ,~{¿A50¨0?3', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/hulu.png', 0, 'uPJ^<:rë~!CÛ0?', 'uPJ^<:rë~!CÛ0?'),
6021('à ô?¥my�à y?#¹', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/hyves.png', 0, '>?1§Nréé<Ô¼?qh', '>?1§Nréé<Ô¼?qh'),
6022('QL8?wÔéÂ#rA1~', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/imdb.png', 0, 'HÂ¥%ðÒzèd?ê??', 'HÂ¥%ðÒzèd?ê??'),
6023('<???üe? k8¶fì', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/lastfm.png', 0, 'Nw<Äêò9#ÇU<"zu', 'Nw<Äêò9#ÇU<"zu'),
6024('ÌùùÃ?Â?2YOÂ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/linkedin.png', 0, 'ûzü;j\0ÿyh?©x§', 'ûzü;j\0ÿyh?©x§'),
6025('?gva?�è???', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/live365.png', 0, '9åw,\Z¥ ?@i', '9åw,\Z¥ ?@i'),
6026('X²[E¿?Gìé¬mUÃ¥|Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/meetup.png', 0, '"O®Q1 {qè¬E??ëå', '"O®Q1 {qè¬E??ëå'),
6027('$Â=FðD|?ª?\n¿', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/merchantcircle.png', 0, '¯&?LOXa+mZv%6', '¯&?LOXa+mZv%6'),
6028('4?.X£¡¹¥T¤2Õf', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/myspace.png', 0, 'UFÂoN?++ Â? ', 'UFÂoN?++ Â? '),
6029('òB?È\0c$¸+Âó?31Z.', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/orkut.png', 0, ':KÃ?Âþôº?+\ZÊyJy', ':KÃ?Âþôº?+\ZÊyJy'),
6030('+¢´°ùù¢|?£¶\\Ê', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/pandora.png', 0, '¯{cn?Y2T¦ÅF´*', '¯{cn?Y2T¦ÅF´*'),
6031('Pk",]?5.?1hS', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/picasa.png', 0, '??¿cÃÊoÃ\r§??ȍ', '??¿cÃÊoÃ\r§??ȍ'),
6032('%Ãp§Ks?ÞiÂ¥?.\Z', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/ping.png', 0, 'oÊnNøA?UñÞ4 ??ç', 'oÊnNøA?UñÞ4 ??ç'),
6033('Ã?ÛDììÿ[\rK¯6f', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/plancast.png', 0, 'ÃKtÕÃ?\0\rh?''ï§', 'ÃKtÕÃ?\0\rh?''ï§'),
6034('Î×?£<?L£ÑuªIȀ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/reddit.png', 0, '¶?I3Ã’"Ç5â7£Ãxòy', '¶?I3Ã’"Ç5â7£Ãxòy'),
6035(',u¦N<LÊëªN?SL-', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/rss.png', 0, 'Æø:c<YÇ\0N?²ñü', 'Æø:c<YÇ\0N?²ñü'),
6036('ûÞ\r³~÷?_9?ñ¸', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/skype.png', 0, 'à ?+L1S3eD??ó', 'à ?+L1S3eD??ó'),
6037('p\n¼hÚà ËW?U½ý?ÄÀ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/slideshare.png', 0, '¡Ãyï-j0³Ô?CÃ\n', '¡Ãyï-j0³Ô?CÃ\n'),
6038('?Ù µ¿?ÃŽ\Zõ?É?º', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/soundcloud.png', 0, 'V\rÃáµÇgF??Â<=/', 'V\rÃáµÇgF??Â<=/'),
6039('µóN\r>R?0&väPÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/steam.png', 0, 'â??#°.b+?JÃŽg', 'â??#°.b+?JÃŽg'),
6040(' è?y[7áQª`U?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/stumble.png', 0, 'r7ém3dR??ô?.#ýá', 'r7ém3dR??ô?.#ýá'),
6041('Rô)!4¬>ú¡J,®4', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/talk.png', 0, 'à ç&uù/µ8\ZúJ(/', 'à ç&uù/µ8\ZúJ(/'),
6042('ëI=Ñ`ål?\\ã7d', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/tumblr.png', 0, '-f??[?1T:î9ZcÕ', '-f??[?1T:î9ZcÕ'),
6043(' c@Jã?_?îW?ÃŽr±]?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/tungle.png', 0, '#Ù?XÃ\ZkÊÃmÃ’\\Â-!²', '#Ù?XÃ\ZkÊÃmÃ’\\Â-!²'),
6044('2á0ÿ?F(¾$¼ }', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/twitter.png', 0, 'MD|?? "L??3ê', 'MD|?? "L??3ê'),
6045('7G"?W??²¡ªp#?1s', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/ustream.png', 0, '´''ü?M*¾ï3$zy]', '´''ü?M*¾ï3$zy]'),
6046(',µQ)?äÅáyx?ÅÂ\\', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/vimeo.png', 0, ',rß®0Þj°rc?Q', ',rß®0Þj°rc?Q'),
6047('zPk??kDÑ?eÌ)', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/wordpress.png', 0, '5ÒøÉLt\n????ç@', '5ÒøÉLt\n????ç@'),
6048('¼_T?OáP(2???yK', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/yelp.png', 0, '¿.ê?Yyæ?\r?½ßäî', '¿.ê?Yyæ?\r?½ßäî'),
6049('ÿ÷LdzÂz¶´jVyt', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/32/youtube.png', 0, 'µ}Ök?ªI¾?X?²?', 'µ}Ök?ªI¾?X?²?'),
6050('üTà #Pi??ªHYf', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/asmallworld.png', 0, 'êø¢*?)mäôúâØÔ ð', 'êø¢*?)mäôúâØÔ ð'),
6051('ª&îE?)£D¤îd?D´', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/bandcamp.png', 0, '??å>?|·ºhà ?ó', '??å>?|·ºhà ?ó'),
6052('ºDò\0çN²A©Ot?*ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/bbb.png', 0, 'Úo]É?ò9°=¨\0ä?"', 'Úo]É?ò9°=¨\0ä?"'),
6053('¸ÇcÜè?Æâpÿ-n-Ó', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/blogger.png', 0, '?ÃVyVáà ?ü?¾sÂÛ', '?ÃVyVáà ?ü?¾sÂÛ'),
6054('ßï?èWËÃ÷,©"?XIõ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/buzz.png', 0, 'm¶\0Ëm}ÂÎÜn', 'm¶\0Ëm}ÂÎÜn'),
6055('&Â~ÚèL?U®ÓW', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/delicious.png', 0, 'Âñÿk?³Î''&ë?tÂ', 'Âñÿk?³Î''&ë?tÂ'),
6056('ÂÈrÂjµ }2Àyîñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/deviantart.png', 0, ';ýÊ?¡áPó-\ne!Hm', ';ýÊ?¡áPó-\ne!Hm'),
6057('Ä>?ÂQ_Â?\Z[okNªó,', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/digg.png', 0, '`4´<½·Å]?Ã?Éê', '`4´<½·Å]?Ã?Éê'),
6058('þ+ËîWKæÃà òº?"?ý?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/digitaltunes.png', 0, 'iV??kPA\rB%âðÃ', 'iV??kPA\rB%âðÃ'),
6059('ÖüäóNvasÇ9??ÜÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/ebay.png', 0, ',¤£?Â?AÖDEo? .', ',¤£?Â?AÖDEo? .'),
6060('é ?ôêÑ&ò@}ÃÌ|?þ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/email.png', 0, '÷°Q?¹ñK#.7ÃR?Æ`', '÷°Q?¹ñK#.7ÃR?Æ`'),
6061('K¸ªa?c £ñ N¯,ï?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/etsy.png', 0, 'ú[¦«ÇJÂ¥IÂ¥c+??ÃI', 'ú[¦«ÇJÂ¥IÂ¥c+??ÃI'),
6062('øÃÃ$v#$2T*Ã)Z \Z', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/facebook.png', 0, '´÷z?c??p,?7?h{ã', '´÷z?c??p,?7?h{ã'),
6063('æâ2ýcoÂÉ xO', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/flickr.png', 0, '?¹\0¸Ã\ZßtÂ?ÔdÂi', '?¹\0¸Ã\ZßtÂ?ÔdÂi'),
6064('¾?Ãn}6îB©_?µ¼ù', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/flixter.png', 0, 'o\0(9SiÇþÂ?Y;Y\Z?È', 'o\0(9SiÇþÂ?Y;Y\Z?È'),
6065('??I?ª?/ônnQà ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/foursquare.png', 0, 'Õà 6`$ÂÜh°@?öD', 'Õà 6`$ÂÜh°@?öD'),
6066('?xuËkØH&6¹½÷£B=', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/friendfeed.png', 0, '`{Àú;~?F ?±?5/?', '`{Àú;~?F ?±?5/?'),
6067('?/å´?´?z"æ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/googleplus.png', 0, '?ÛÈ+�uÎã±sÙÔ', '?ÛÈ+�uÎã±sÙÔ'),
6068('¡z!Ójm?ù?moÓhÙ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/hulu.png', 0, 'vmÃÃ=Tt½²[zÛÃ(', 'vmÃÃ=Tt½²[zÛÃ('),
6069('mmýØÃ?? eM(¯WÂP', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/hyves.png', 0, 'Ã’^µ"O2iºÂ5sQ??', 'Ã’^µ"O2iºÂ5sQ??'),
6070('~?v??czô§?DFÑPnu', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/imdb.png', 0, 'é\nß÷ÑÔÔZ?/J¬?W', 'é\nß÷ÑÔÔZ?/J¬?W'),
6071('ý?k''«û©2$]7>''w', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/lastfm.png', 0, 'Þï¾_??ü?ò3?·¯q', 'Þï¾_??ü?ò3?·¯q'),
6072('?%¹??AÉÙ`?Âç', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/linkedin.png', 0, 'y�?P?D{??P¦', 'y�?P?D{??P¦'),
6073('R?ûÅE?¦f\0qìMè', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/live365.png', 0, 'CÃPB¸³*#Û%&+c÷k', 'CÃPB¸³*#Û%&+c÷k'),
6074('\\Ö,n¨oÂ¥=?ȑ?õÂà ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/meetup.png', 0, 'À??FöG#À^¾¾ \r{', 'À??FöG#À^¾¾ \r{'),
6075('AY?WcV5#?bûÀR', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/merchantcircle.png', 0, '?O*?7?,Sà ~?¡miæ', '?O*?7?,Sà ~?¡miæ'),
6076('Â2ÂÖF%ù°uîR.cÂ¥', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/myspace.png', 0, ':Ã"%xÃv±Y±AÀç?y7', ':Ã"%xÃv±Y±AÀç?y7'),
6077('?D«?bÂsÂì`??É9', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/orkut.png', 0, 'Ã) Õâ@£VXÜôïO', 'Ã) Õâ@£VXÜôïO'),
6078('1?ÉÔ-??''BÆOª', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/pandora.png', 0, '&ò5?ÕtkJ?Âáå}', '&ò5?ÕtkJ?Âáå}'),
6079('¨GÇBR9Jä/aÂ-\rS¿£', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/picasa.png', 0, '?v?0.?Ã’(¤Â°æ²e', '?v?0.?Ã’(¤Â°æ²e'),
6080('7ñúä0"uà y70i6§?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/ping.png', 0, '±S¨£ÜÙMy#ÑÙÈ', '±S¨£ÜÙMy#ÑÙÈ'),
6081('??ë29 ?i^×5?òÃ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/plancast.png', 0, 'ÌÜ%`lBÃgCzo+Îñ', 'ÌÜ%`lBÃgCzo+Îñ'),
6082('°NcÂ?Â?`o?Â4ª?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/reddit.png', 0, 'l?Ñ}?¬úTçÔ?VLÙ', 'l?Ñ}?¬úTçÔ?VLÙ'),
6083('±?´E?''AO\n?ÂW?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/rss.png', 0, '×ÅòúéýIL\0Sô)¿ÿ', '×ÅòúéýIL\0Sô)¿ÿ'),
6084('?QO�?à ~ÂoóQ ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/skype.png', 0, 'ØtxüS·ÈÅI :ö|4?', 'ØtxüS·ÈÅI :ö|4?'),
6085('oHîÿ¸??O=?¡Ã|¤?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/slideshare.png', 0, 'x®\r\Z#M@ü /ù׿', 'x®\r\Z#M@ü /ù׿'),
6086('6ÿÑYÌÞÄF&rñ-F?ò', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/soundcloud.png', 0, '5ïÅ8äÿ§´ý×ËôÂ7', '5ïÅ8äÿ§´ý×ËôÂ7'),
6087('ï,Q/=(?Âøµ?L?3', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/steam.png', 0, '#¸F?ûvÄþ\\à Ü3§', '#¸F?ûvÄþ\\à Ü3§'),
6088(' êFª4½?ÊØ×Î[Ä1', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/stumble.png', 0, '¶ô<&<ÞôÇ!Õòóû', '¶ô<&<ÞôÇ!Õòóû'),
6089('âé?j<ÌáìÉfJC<°¯o', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/talk.png', 0, 'ÆáVõz LÃ''Ùf\r1ÂO', 'ÆáVõz LÃ''Ùf\r1ÂO'),
6090('ª²C#dp?¡CDÂ?¨?', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/tumblr.png', 0, 'ÂÚè5M?®⸽', 'ÂÚè5M?®⸽'),
6091('Øq?0??_bC:ºÛlå', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/tungle.png', 0, '=c6i6ïÉ8PèI', '=c6i6ïÉ8PèI'),
6092('3$+?¦Â_Â{p,¡Åß', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/twitter.png', 0, '?6Ù=?1ÇÒ\Z \\ÂÃ', '?6Ù=?1ÇÒ\Z \\ÂÃ'),
6093('?«''Êl$?\nÇ1nÒ', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/ustream.png', 0, 'WuòÔ \\?>³g¬gá?o?', 'WuòÔ \\?>³g¬gá?o?'),
6094('1??¼ì?ÂI u§', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/vimeo.png', 0, '¨?pÂ;iµ\ZhP¢hÿo', '¨?pÂ;iµ\ZhP¢hÿo'),
6095('5½ûM@?6??', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/wordpress.png', 0, 'xEî?j"o£¬¡(Df¹', 'xEî?j"o£¬¡(Df¹'),
6096('7ÂÒûkI,Û89{.f', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/yelp.png', 0, '³÷Sñr?`}?Ãx?', '³÷Sñr?`}?Ãx?'),
6097('Ã’#??æ)²Ø2Ust·¸<', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/64/youtube.png', 0, 'tX×êÓ¬?1Âæ', 'tX×êÓ¬?1Âæ'),
6098('Þñ~\rNÂA8Ù2«wëI', 'wp-content/themes/riser/functions/widgets/social-widget/images/default/readme.txt', 0, '0 x.\ZËÃ<¹1£ÿ', '0 x.\ZËÃ<¹1£ÿ'),
6099('?q»K?úÃPü¾ò¢', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/asmallworld.png', 0, 'ä}©ÒUþÀß\0ÜdÒé¥', 'ä}©ÒUþÀß\0ÜdÒé¥'),
6100('S =Ç!?`??åwÉ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/bandcamp.png', 0, '¾?¨ûI??RÆ??\\;', '¾?¨ûI??RÆ??\\;'),
6101('ì?i?ÃFJ¬?T³??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/bbb.png', 0, '?tq¯?uÈlR3??©îÖÃ', '?tq¯?uÈlR3??©îÖÃ'),
6102('Ã\0?ï£Ãç+¶iÃM¯úÌ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/blogger.png', 0, 'yFE?`?²?óµÕ6æ', 'yFE?`?²?óµÕ6æ'),
6103('R ìëÙÔ!?,á1 ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/buzz.png', 0, 'UtÆ0;ðÕDê¸8Ã\r»', 'UtÆ0;ðÕDê¸8Ã\r»'),
6104(' ?B?*? Ñ>?rÃv{', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/delicious.png', 0, '¦^ÆhnDp¹??¯ôá·:', '¦^ÆhnDp¹??¯ôá·:'),
6105('eD?á?à Av¡¿"Ê2', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/deviantart.png', 0, '?)ÂßæLýæo«ãÂw~', '?)ÂßæLýæo«ãÂw~'),
6106(',¼úC<Y{»\Zgÿ?Ân?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/digg.png', 0, '?«?½ÄÊÖðÿÜiW³?', '?«?½ÄÊÖðÿÜiW³?'),
6107('?.¡?[Äy !ê\\ê', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/digitaltunes.png', 0, '.?$?äöçµéÃÃŒ7', '.?$?äöçµéÃÃŒ7'),
6108('ñã c?òµûvçIiÈ''', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/ebay.png', 0, 'OÄÕ£GÒôÂÃÃ…\r¶ôWÙ', 'OÄÕ£GÒôÂÃÃ…\r¶ôWÙ'),
6109('??\0µ«+*j·üýK0', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/email.png', 0, 'JÃŽjjü6g?óßÃï,¯Ã', 'JÃŽjjü6g?óßÃï,¯Ã'),
6110('røLj#0???M¢\0?¸', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/etsy.png', 0, 'çÌ�3Âäµy?®A?', 'çÌ�3Âäµy?®A?'),
6111('¶5ß@÷Ã=¾<(I1p±ÀÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/facebook.png', 0, '6\Zó??û\r@ÌâT±,òT', '6\Zó??û\r@ÌâT±,òT'),
6112(' ]´w?V?LÂæ??�', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/flickr.png', 0, '~FG?Z¤?²ýùgo?', '~FG?Z¤?²ýùgo?'),
6113('Â?ótpý?ü?»rÖ8ó¬', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/flixster.png', 0, '?´?Çr<Ã>Fn²+ÃŽF"', '?´?Çr<Ã>Fn²+ÃŽF"'),
6114('?´«m$Yp=8awI?Ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/foursquare.png', 0, '¤ï¥\0?ërBX?D¼aoI', '¤ï¥\0?ërBX?D¼aoI'),
6115('Kh\\úÂ7lêÃlS¼Õ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/friendfeed.png', 0, '??@8Sl\\/Â?ȕ?Ù', '??@8Sl\\/Â?ȕ?Ù'),
6116('?I?ðßKÃ6~<?uà *', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/hulu.png', 0, '?¶´ÿ¹SZr¢ ê[Â', '?¶´ÿ¹SZr¢ ê[Â'),
6117('·£8|Â@?ãTòÂ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/hyves.png', 0, 'Fì?õå³\0ÑX?B?AZ', 'Fì?õå³\0ÑX?B?AZ'),
6118('?Jj;qrxaÃx?$_uæ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/imdb.png', 0, '?#I¸;§PÓÃ6÷ã¹', '?#I¸;§PÓÃ6÷ã¹'),
6119('> Þ?U2?õ?¸¦R 8', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/lastfm.png', 0, '8åt?I,ÎmE?¢½R8j', '8åt?I,ÎmE?¢½R8j'),
6120('?n?HÞHSŤcæ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/linkedin.png', 0, ']öl>µ;ßïoqx?ò?', ']öl>µ;ßïoqx?ò?'),
6121('.±þÂ7?ç£?Ù', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/live365.png', 0, 'b-4Ù\Zá#.8ðCÂ', 'b-4Ù\Zá#.8ðCÂ'),
6122('ÃŽ?_''9õ(»+¾|½õL', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/meetup.png', 0, ')m£ÀÕam?'' ðÂô\0', ')m£ÀÕam?'' ðÂô\0'),
6123('?Þâ/öd?THÃ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/merchantcircle.png', 0, '%???ȲfMþ~÷?Âë', '%???ȲfMþ~÷?Âë'),
6124('Î> ý±??¡®ç?áG¢', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/myspace.png', 0, 'græòÈñKÑ\\?j', 'græòÈñKÑ\\?j'),
6125('4 kSÂÇ_?±#´zJ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/orkut.png', 0, '°bI?º}KÂ88ê?,??a', '°bI?º}KÂ88ê?,??a'),
6126('?¹{Æþx¹?Õò=N6f', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/pandora.png', 0, '¸:Î???²IÂèPé', '¸:Î???²IÂèPé'),
6127('Ãü0&ÆÃ???S¦?S', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/picasa.png', 0, 'Ã¥_?ê#~ñæká°ñJÂ;', 'Ã¥_?ê#~ñæká°ñJÂ;'),
6128('¥mY?á²ÈùÄaTD?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/ping.png', 0, '?E;6?A.?ßC¥¯ý', '?E;6?A.?ßC¥¯ý'),
6129('g?K¤Fä|¤t?¼ò', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/plancast.png', 0, ')¶8D?.\r`äyÃvÂÃ', ')¶8D?.\r`äyÃvÂÃ'),
6130('?+Kýbnï\0?ØJT', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/reddit.png', 0, '?drS¸ÃÃf?tÃ¥v:ÔA', '?drS¸ÃÃf?tÃ¥v:ÔA'),
6131('5¹\ZÃ’p?¾eýý$lÃ5', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/rss.png', 0, '¬²@ãì·ÃnBæ?Þr', '¬²@ãì·ÃnBæ?Þr'),
6132('?FýÂ?´Þ#ðÂ''ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/skype.png', 0, '#à @výuxîç®/w+t', '#à @výuxîç®/w+t'),
6133('?ö øAAëâº:{6', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/slideshare.png', 0, 'd ?yc?b?´?ô??', 'd ?yc?b?´?ô??'),
6134('(èà ?bñ;-Ã&é.ü"é', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/soundcloud.png', 0, 'Ûâ??ÑEÚÚ}ð]!>U', 'Ûâ??ÑEÚÚ}ð]!>U'),
6135('¢ßû¥º!Ã?\ZgÃ''@?ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/steam.png', 0, '{?*¶o\\W7?úÊÉRjf', '{?*¶o\\W7?úÊÉRjf'),
6136('?¾G?2_r?Å:UU', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/stumble.png', 0, '\nmÑqi¡Øüñ§?¸µÀ', '\nmÑqi¡Øüñ§?¸µÀ'),
6137('Õoi\ndnÃ`5Â¥8¥øP?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/talk.png', 0, '¡¡ Â"¼êfñXQ0s?', '¡¡ Â"¼êfñXQ0s?'),
6138('??"w)?p\r§!8Od', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/tumblr.png', 0, 'Ë8¦ÓÅKÑÖEË??', 'Ë8¦ÓÅKÑÖEË??'),
6139('?xs?þ¯C??·?µ¡r', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/tungle.png', 0, '?)dá<?j8Ã\0¬?', '?)dá<?j8Ã\0¬?'),
6140('~½{??ñBA?Úó¦b', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/twitter.png', 0, '?1¬?Ç9ÖùÂVãÀi¼', '?1¬?Ç9ÖùÂVãÀi¼'),
6141('"Ëök|=Ñ1~?¤_r.1?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/ustream.png', 0, 'Kz̹@o¬_1ëÿ?�¶', 'Kz̹@o¬_1ëÿ?�¶'),
6142('?êRîG Îs·w?o', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/vimeo.png', 0, '\nô7?£?~:ÂçhÂW0', '\nô7?£?~:ÂçhÂW0'),
6143('?6£ªÿê= 5WÌo\r4?Ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/wordpress.png', 0, 'À7*:âk????m¸e', 'À7*:âk????m¸e'),
6144('?ÂR¼¼¸G??Aª?f', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/yelp.png', 0, ']?¼?)kã1}À', ']?¼?)kã1}À'),
6145('Nüs£J[A?YCªâ?Õ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/16/youtube.png', 0, 'ÚL?ò#Ü\n?C§?\0²', 'ÚL?ò#Ü\n?C§?\0²'),
6146('öo)"?4?ò%M»<', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/asmallworld.png', 0, 'éAZ?¬¢*MÜî8q', 'éAZ?¬¢*MÜî8q'),
6147('Wh³û?¦Ã@¡$×Åi¦n', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/bandcamp.png', 0, '.ï´@mû·u?°sQÕÆ"', '.ï´@mû·u?°sQÕÆ"'),
6148('?$½>SÙ?óÑ+¼é ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/bbb.png', 0, 'ê§ ?ä?Ó?\rS', 'ê§ ?ä?Ó?\rS'),
6149('©D?>?Âó#''hµ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/blogger.png', 0, 'jUÃ…SWy?[1¯''?÷', 'jUÃ…SWy?[1¯''?÷'),
6150('¥ÒIoå?§¬©t=\Z¨', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/buzz.png', 0, 'èÛ?v8n²ðê?ùo', 'èÛ?v8n²ðê?ùo'),
6151('?²îßì(ï_Ã’f]¸¹;', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/delicious.png', 0, '?ªSÃ¥?UgÂTà è³Å?;', '?ªSÃ¥?UgÂTà è³Å?;'),
6152('Âß.?\rA?÷¡mÉG?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/deviantart.png', 0, '·5ç?siÂ¥?×s(ÃTÃŒ\Z', '·5ç?siÂ¥?×s(ÃTÃŒ\Z'),
6153('.&?DÃ×Xÿ?0Ó', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/digg.png', 0, '2y³5P?g ?LöÂ(Â', '2y³5P?g ?LöÂ(Â'),
6154('®î\n@LþHSæ>Æ6ã ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/digitaltunes.png', 0, '^0]?A ?JµX/x[', '^0]?A ?JµX/x['),
6155('âý?U®Ìôa¥Å¤', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/ebay.png', 0, '.=°ÑòcÒaxë?n0?', '.=°ÑòcÒaxë?n0?'),
6156('Zß0as©[ZÇØ�Õ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/email.png', 0, '[Öh´Çø×mï¯ø', '[Öh´Çø×mï¯ø'),
6157('©céë~ü?æ?.ü?ûs', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/etsy.png', 0, 'Wµ5#o¥9Ë>[[ýöho', 'Wµ5#o¥9Ë>[[ýöho'),
6158('»lø?Â?h\\à M?Ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/facebook.png', 0, 'æïµ^w???§{`øÑA;', 'æïµ^w???§{`øÑA;'),
6159('?4xo?''ø-¹Y\\KUÂ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/flickr.png', 0, 'O ³wUÙ°«\n]ïö?(', 'O ³wUÙ°«\n]ïö?('),
6160('=ö¢?[¨''û!5üy^', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/flixster.png', 0, 'lV\\`sòZÉF f;É=', 'lV\\`sòZÉF f;É='),
6161('-´£rioÃ2¹Òmðxc', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/foursquare.png', 0, 'Ñúáá??VÀÃËòl', 'Ñúáá??VÀÃËòl'),
6162('_ l??¬IúÃÃûO7ø', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/friendfeed.png', 0, 'Ã;lÂ''~§$mð???', 'Ã;lÂ''~§$mð???'),
6163('O(m°\n§?Ó]æ4,"', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/hulu.png', 0, '??f¬ñv3ã?»r8x', '??f¬ñv3ã?»r8x'),
6164('Z3U¾+?U¬??ú^ÑOê', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/hyves.png', 0, 'ÇWx9Ùyè\n?K#ö', 'ÇWx9Ùyè\n?K#ö'),
6165('ªR?*>!îö±·f?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/imdb.png', 0, 'qv?À¹Ô?ò£ÎóÜ', 'qv?À¹Ô?ò£ÎóÜ'),
6166('z??ºâÒý\Z?j8÷q£', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/lastfm.png', 0, 'Oÿ?pè?¦Æ(Z_', 'Oÿ?pè?¦Æ(Z_'),
6167('3??æZ¯û6¤?áMó*Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/linkedin.png', 0, '"~á}$ö\r#6?¶]', '"~á}$ö\r#6?¶]'),
6168('?YÃ¥SxDýì`娕o+*', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/live365.png', 0, '?Ã\0IÃu©mù\r=ñ', '?Ã\0IÃu©mù\r=ñ'),
6169('}úé´MPüP.?¤½ds ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/meetup.png', 0, ' ???Gù²®K?¼¨Ô', ' ???Gù²®K?¼¨Ô'),
6170('??2<?Ã!é|¦?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/merchantcircle.png', 0, '¼;r??N(ÕÙKCêÇ', '¼;r??N(ÕÙKCêÇ'),
6171('ûÆ*?)o?;??â{ë', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/myspace.png', 0, 'ùx?nWû¥´6?îÞ«', 'ùx?nWû¥´6?îÞ«'),
6172('ÂþÙâÂ3:Ã…9±FÇ= é', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/orkut.png', 0, '?c\nËt¬øzÂöh?', '?c\nËt¬øzÂöh?'),
6173('#?¦?Õ?º5Õ7?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/pandora.png', 0, '³''i9X?l!?D¡_,a', '³''i9X?l!?D¡_,a'),
6174('õÂW?ã?é¬âû·à m??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/picasa.png', 0, 'tøMÃ4µ\\Òù6?£0Ã', 'tøMÃ4µ\\Òù6?£0Ã'),
6175('i?µ>MA?\r?]=I', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/ping.png', 0, '?ÂÂ!4y?¡¬[94¢', '?ÂÂ!4y?¡¬[94¢'),
6176('?=¤¸ò=ôãðÆØRúögÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/plancast.png', 0, '?æ eC2W~??', '?æ eC2W~??'),
6177('ú°¸êñ=?¡uü\Z;??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/reddit.png', 0, '?b7?×¥8?`?N[Ä', '?b7?×¥8?`?N[Ä'),
6178('%¤æ@. ?¡Âf§É\Z?<', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/rss.png', 0, '\0ÚÃ{??c?Gù¹¶ä5', '\0ÚÃ{??c?Gù¹¶ä5'),
6179('?lÂ@û?Â<?CÀ"', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/skype.png', 0, '½y?«h~û u?4Ã', '½y?«h~û u?4Ã'),
6180('Âæ?,DQ®({³n', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/slideshare.png', 0, '?\\dú¥Âì5«pr?ÃwJ', '?\\dú¥Âì5«pr?ÃwJ'),
6181('HÂß_yFI?ä08ÚQ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/soundcloud.png', 0, '?ÃSbãý?Þ\0Hu''U', '?ÃSbãý?Þ\0Hu''U'),
6182('öuÛÜ^B?F?Bò:', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/steam.png', 0, 'Þà Þ?¤ù¢3Äd@I?', 'Þà Þ?¤ù¢3Äd@I?'),
6183('ÃP7ÎØk&Y§¤å', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/stumble.png', 0, '¡§ö[\nÀÄpæ\Z|?Ã2¤', '¡§ö[\nÀÄpæ\Z|?Ã2¤'),
6184('_ü?$PòèÄO?óùj', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/talk.png', 0, 'û71!bÃÃ4\ZÓ~¨âS2', 'û71!bÃÃ4\ZÓ~¨âS2'),
6185('??£Ê{ÇfBÌd*ùØ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/tumblr.png', 0, 'T¤æ?Kå¼oZËS?îC', 'T¤æ?Kå¼oZËS?îC'),
6186('È?¼o<-7x?ÂÞçúi', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/tungle.png', 0, '@(ÿ9Ãã?ÑÎ`Ìè?PÃ…', '@(ÿ9Ãã?ÑÎ`Ìè?PÃ…'),
6187('6ô°]"փ@ \0ìVGÞ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/twitter.png', 0, '?nU?¡ñÃ''?Æ?', '?nU?¡ñÃ''?Æ?'),
6188('óAVÜè?ÃE¥å¼?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/ustream.png', 0, ' -MÃŒ@Z?0?ÊßÖNô', ' -MÃŒ@Z?0?ÊßÖNô'),
6189('á6??X õ?N?åÈ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/vimeo.png', 0, '#Â"ûÉæ?y??¹º´?', '#Â"ûÉæ?y??¹º´?'),
6190('Ü??x?:l?³Ã[ÈS', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/wordpress.png', 0, '[?)''¼ös««by(Þ', '[?)''¼ös««by(Þ'),
6191('ö£} ¡t`BØË?Ãî:', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/yelp.png', 0, 'C¿õ¹9òäCdÞà |)Ã¥''', 'C¿õ¹9òäCdÞà |)Ã¥'''),
6192('?|TØR,;\r|VÒÊ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/32/youtube.png', 0, '\0âÇHbk?¥*2S4?', '\0âÇHbk?¥*2S4?'),
6193('???Äy8v7i?H', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/asmallworld.png', 0, '?D:=ÃâÚwûºU?»³', '?D:=ÃâÚwûºU?»³'),
6194('Ã¥m^??IyØý??{t', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/bandcamp.png', 0, 'Æn(Ã[ÂÜÃ6ÃŒJá3>Z', 'Æn(Ã[ÂÜÃ6ÃŒJá3>Z'),
6195('HHdtD¬GM?bþ \0k', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/bbb.png', 0, 'Fh?º?p??X$??«', 'Fh?º?p??X$??«'),
6196('ïBZ???ô\\¤)ë????', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/blogger.png', 0, 'ÒZd???øQ?ëøËS', 'ÒZd???øQ?ëøËS'),
6197('³þsÒO!<á?rÌA', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/buzz.png', 0, '%?m?Ãã\r¦FvgJ?Â', '%?m?Ãã\r¦FvgJ?Â'),
6198('0ÃŒ}£ñ?Yªfv}à \0¬', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/delicious.png', 0, 'Âö=s¤Z?hæø·HÃ', 'Âö=s¤Z?hæø·HÃ'),
6199('ÃuëÊ#¦þQÃ|%üh³²H', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/deviantart.png', 0, 'c??¿f<.õHôÂãç?z', 'c??¿f<.õHôÂãç?z'),
6200('×|Û+veÕ|¥q1/jvZ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/digg.png', 0, 'ÀéN\Z¹eÄ\0-×ûÄ#', 'ÀéN\Z¹eÄ\0-×ûÄ#'),
6201('#g?ý??¾4CÂyâ¾', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/digitaltunes.png', 0, 'Tò¤ø»p¤1S«h?¤''Â', 'Tò¤ø»p¤1S«h?¤''Â'),
6202('Âü!:¾¬?c?&', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/ebay.png', 0, 'Decq¯$v?Ãâ#J#kú', 'Decq¯$v?Ãâ#J#kú'),
6203('bÃz?ÂÂOU?9ÙUU', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/email.png', 0, '\\ðÛQùa?vÓ ÂNÛ', '\\ðÛQùa?vÓ ÂNÛ'),
6204('H~v?&ÞgÂÂÂà 9úeÞ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/etsy.png', 0, 'M?/îÙ?V6Ã…G¶Û''h', 'M?/îÙ?V6Ã…G¶Û''h'),
6205('jt·ý??ãÎóWKGwc<', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/facebook.png', 0, '0³H¥j6tNù,VZÙ;', '0³H¥j6tNù,VZÙ;'),
6206('êw|ÈÒùÌÃ?#ÂfÃËa', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/flickr.png', 0, '?ò*?\\ù\\hZ-ØüÊS', '?ò*?\\ù\\hZ-ØüÊS'),
6207('=X?îDþÂÂST??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/flixter.png', 0, '·öEï?=.0?µ???Ã7', '·öEï?=.0?µ???Ã7'),
6208('¸ó^2«æ¢ð}ßQPêÑz', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/foursquare.png', 0, 't?ì_?}ýb2?_6â', 't?ì_?}ýb2?_6â'),
6209('$èä80âi¨ o?:û', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/friendfeed.png', 0, '?)??ú ¬û«åÂ\ZªãÃ', '?)??ú ¬û«åÂ\ZªãÃ'),
6210('ó\07¿ä?ì/& Ñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/hulu.png', 0, 'I>EÂ86!?H¡', 'I>EÂ86!?H¡'),
6211('(?^a¹üOþFoIûÂ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/hyves.png', 0, 'à m²?{\Z·Àzz@Ã&', 'à m²?{\Z·Àzz@Ã&'),
6212('Re²ÒU?ê?3L^M¤iR', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/imdb.png', 0, 'q''M?ÖÅNQÊÉ?¯®', 'q''M?ÖÅNQÊÉ?¯®'),
6213('êÉÛJû?ý¯ nQM6à ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/lastfm.png', 0, 'Õ?L1lä2?rggCD', 'Õ?L1lä2?rggCD'),
6214('??T¡C< ¸YL:Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/linkedin.png', 0, '|æÚ2U½%xhÇ%BÛ', '|æÚ2U½%xhÇ%BÛ'),
6215('+¿üB<r? ?^7Âg', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/live365.png', 0, 'Q·Â2\0?çÃã¶d³', 'Q·Â2\0?çÃã¶d³'),
6216('Øï«]?âë&è\rÊ Úb?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/meetup.png', 0, '¼J* ÃÃ¥?ãÑî¾U?¿', '¼J* ÃÃ¥?ãÑî¾U?¿'),
6217('?Õd²¬=¹ð@', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/merchantcircle.png', 0, ' ÃKwvQ[©?Âãéqð', ' ÃKwvQ[©?Âãéqð'),
6218('äó¤¿}+òUF5nFâ;', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/myspace.png', 0, '+?>Pm?+O?Û[_±', '+?>Pm?+O?Û[_±'),
6219('·¢??ÖÖÇ)ö¸®r4', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/orkut.png', 0, 'ú$k^èBÓô(øUio¹', 'ú$k^èBÓô(øUio¹'),
6220('¯½ô _©¹mÀ®Ù1µ®ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/pandora.png', 0, 'q?ësÑ ?){|i©w~?', 'q?ësÑ ?){|i©w~?'),
6221('ß^ðRæf?`ÿ?3µú', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/picasa.png', 0, '\n¯=MMfU%à -HY?5&', '\n¯=MMfU%à -HY?5&'),
6222('?ô[TPÇuÛ+W~??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/ping.png', 0, '÷?w1s�w¯ß ; w', '÷?w1s�w¯ß ; w'),
6223('/e¹YÃÑ*³LnÂ¥E??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/plancast.png', 0, '?î?v?ý1?#/C_?]5', '?î?v?ý1?#/C_?]5'),
6224('´9\ZjæÑzEª????®', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/reddit.png', 0, '?z??%·ouëf½§ëË', '?z??%·ouëf½§ëË'),
6225('R5vF¬)N¥«?xÚå', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/rss.png', 0, 'Äk\n|æ©??ZC¶t®', 'Äk\n|æ©??ZC¶t®'),
6226('y.ê"?¦ßEÓiÒ*', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/skype.png', 0, '¯û?\0?ºì??«²??', '¯û?\0?ºì??«²??'),
6227('sôÑYRVSÃÃ~quO¸', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/slideshare.png', 0, 'ü;HuNâMî¦ãô/S¿', 'ü;HuNâMî¦ãô/S¿'),
6228('HBs?véÂ7³w?Ã¥?', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/soundcloud.png', 0, 'ÙöwÊr??(?ÊB', 'ÙöwÊr??(?ÊB'),
6229('I,Z:6G?wÃájù\0', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/steam.png', 0, ')Wª?zmB4Øh?ä5L9\Z', ')Wª?zmB4Øh?ä5L9\Z'),
6230('?IuÃŒJáñ?æy#?_', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/stumble.png', 0, 'Âú?Ô??Ã9èÂ', 'Âú?Ô??Ã9èÂ'),
6231('>û0?Ká?õ?5T?qi', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/talk.png', 0, 'vØÃé\\ÜWÂ??°#µmO', 'vØÃé\\ÜWÂ??°#µmO'),
6232('OæÂ\\Â?Ã?ë?G±·', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/tumblr.png', 0, 'XÚ"4_?[¢?à ¯-º?Ô', 'XÚ"4_?[¢?à ¯-º?Ô'),
6233('?ËQÃô«?GNñ¿ %', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/tungle.png', 0, 'ÂóP.°??¾xÇ?zt·', 'ÂóP.°??¾xÇ?zt·'),
6234('?÷õú-_¨?ÂxYø?j', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/twitter.png', 0, 'k7ëÃE£P?ËÊð?<þ?t', 'k7ëÃE£P?ËÊð?<þ?t'),
6235('áÎÔ>�??M¯TNy:¦', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/ustream.png', 0, 'Ih¶lé}?êÎû?´!DV', 'Ih¶lé}?êÎû?´!DV'),
6236('B?ñK©ÃM¡¨Y|[H`', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/vimeo.png', 0, 'E¬·Éo?þãZ?m?F c', 'E¬·Éo?þãZ?m?F c'),
6237('6\rK??T§?*??', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/wordpress.png', 0, 'ØB£jÖ?2·²Z*\n', 'ØB£jÖ?2·²Z*\n'),
6238('e®Ô_l_wlä?ÄÓ8Ñÿç', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/yelp.png', 0, 'Qh?;·m´*T´Q\rã', 'Qh?;·m´*T´Q\rã'),
6239('ÃfÃH¦?g?/R`Xõ', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/64/youtube.png', 0, 'ãj5?õæbÂÃiµ?ð', 'ãj5?õæbÂÃiµ?ð'),
6240('°<"` ;%ôÑÃô?a', 'wp-content/themes/riser/functions/widgets/social-widget/images/heart/readme.txt', 0, 'ë É?Cy,JXb??', 'ë É?Cy,JXb??'),
6241('?]À<F*/öö»M\nMöÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/asmallworld.png', 0, 'â?.>aÌÛd¤/\\?[![', 'â?.>aÌÛd¤/\\?[!['),
6242('ø.??âW�?mO?~ô', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/bandcamp.png', 0, 'yÇjµ¥\0wtáz¨RÉx?', 'yÇjµ¥\0wtáz¨RÉx?'),
6243('MæÂwwøª¾s°Öô¤þ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/bbb.png', 0, '?j??¡?3?j¹4¬', '?j??¡?3?j¹4¬'),
6244('+b¨Xþ?ë¥$b[Ü', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/blogger.png', 0, '\rì/Q©?iLwÂÃŽ?\n+º', '\rì/Q©?iLwÂÃŽ?\n+º'),
6245('nÖÓi ÑÖ~iIPËd', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/buzz.png', 0, 'Â?xbK$=!©Ã\Z', 'Â?xbK$=!©Ã\Z'),
6246('°¨`tÃ{?ék:Nc5]-', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/delicious.png', 0, '£¥ÃÃÂoZ]lÜxI?', '£¥ÃÃÂoZ]lÜxI?'),
6247('o-1}e{??Âd?)¶D/', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/deviantart.png', 0, 'hÔW¨M=¹?ût¾=b?', 'hÔW¨M=¹?ût¾=b?'),
6248('ý?Âf?Ãññ4¿52\n: ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/digg.png', 0, '¸r\\?/ÕóÄ4wLæ¹z', '¸r\\?/ÕóÄ4wLæ¹z'),
6249('Ú6K\0å oWVw^>)PS', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/digitaltunes.png', 0, 'kdñ??Â?F]"Úç', 'kdñ??Â?F]"Úç'),
6250('kª?<þ.iŨÿ.', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/ebay.png', 0, 'LÃ¥\0OÂk¾ïý~D?6òÃC', 'LÃ¥\0OÂk¾ïý~D?6òÃC'),
6251('é/òc²øº8cGeÑÊ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/email.png', 0, 'Þ}S?\rÒâý3@FBáG', 'Þ}S?\rÒâý3@FBáG'),
6252('AJHÇúgC$¡ÖD9ß I', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/etsy.png', 0, '\ZÃÛà Ê;ajfk¿ã|&¸', '\ZÃÛà Ê;ajfk¿ã|&¸'),
6253('q+dIT ?j¯f©?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/facebook.png', 0, 'Ã6±îD<V9ÿ???Cÿ', 'Ã6±îD<V9ÿ???Cÿ'),
6254('?÷?ãÃ\rj?ªr S', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/flickr.png', 0, '?^DÛÇU3?!üÓ<@Q', '?^DÛÇU3?!üÓ<@Q'),
6255('??Éþ?Ã¥?7???Â`', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/flixster.png', 0, 'Y?ßwÃ’(£Â¤-Æ8ò,·', 'Y?ßwÃ’(£Â¤-Æ8ò,·'),
6256('zGS:¢n%?×?»?5', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/foursquare.png', 0, 'âdÎßW"m?jóÌé?H', 'âdÎßW"m?jóÌé?H'),
6257('?t"?«ô�´ÿ¨?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/friendfeed.png', 0, 'Z7??z?cõ3G¬³@0å', 'Z7??z?cõ3G¬³@0å'),
6258('øà ðÃ?Ã¥Â=E?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/hulu.png', 0, 'ù,%ÊÃÖç\Z&?~ÂL', 'ù,%ÊÃÖç\Z&?~ÂL'),
6259('±Läjw¤r¤½p0ÂÂÔ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/hyves.png', 0, '«???u}w5^5?!M¯µ', '«???u}w5^5?!M¯µ'),
6260('>/?·?»;µÂçìAÇÆ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/imdb.png', 0, '#?q&Eeª?ie¡·ãa3]', '#?q&Eeª?ie¡·ãa3]'),
6261('Eù*Â¥Ã\0à \\?þùe¤z%?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/lastfm.png', 0, 'yÔé èKV{Q9kä5@Ã…', 'yÔé èKV{Q9kä5@Ã…'),
6262('ª???[?c]¢N½?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/linkedin.png', 0, '¿?¯óµ¨$°û?ëö-Òj', '¿?¯óµ¨$°û?ëö-Òj'),
6263('oÀÎðx¢È~ÄÙLA¿ÂÂC', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/live365.png', 0, '?7Gk_2áw½?4?ª±E', '?7Gk_2áw½?4?ª±E'),
6264('?\Z?''U\ræc<¢Âñ?-', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/meetup.png', 0, 'Ä?¼ UXÃ<¶Ã!øj', 'Ä?¼ UXÃ<¶Ã!øj'),
6265('±ÃzÌSdO*?5?ç?2', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/merchantcircle.png', 0, '¯òåf?à ??©§]:+', '¯òåf?à ??©§]:+'),
6266('äÂæ&®1fÑÈM?BÂÃh', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/myspace.png', 0, '"Â?V-ÒÈËú³´\n¡È', '"Â?V-ÒÈËú³´\n¡È'),
6267('t?Þïê?»\n?u�', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/orkut.png', 0, 'Kñz??i?Eg]?9', 'Kñz??i?Eg]?9'),
6268('?9K''ÂZ?Cxö©Ãñ÷?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/pandora.png', 0, 'çÞìÓ,´?+²Å1à 6?', 'çÞìÓ,´?+²Å1à 6?'),
6269('Aüé²)ã?\n??lp', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/picasa.png', 0, 'm/¶¨+µ¹ÂìyKGgÙXr', 'm/¶¨+µ¹ÂìyKGgÙXr'),
6270('ORô`×Ò:>?PHÓ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/ping.png', 0, '¦$`Â¥Âr&¹}tq¤m', '¦$`Â¥Âr&¹}tq¤m'),
6271('Tc:??8.^Â¥?þ£#', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/plancast.png', 0, '#´?(cÃ2ÞÂÿ.ÃRö', '#´?(cÃ2ÞÂÿ.ÃRö'),
6272('Ã"ÔÌ>d»?;I\ZÂ.', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/reddit.png', 0, 'Dg?ÂÃ¥Gî`Â¥ÃrSº/¾', 'Dg?ÂÃ¥Gî`Â¥ÃrSº/¾'),
6273('æZÃ<BóÃbÚPÅõúdç/', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/rss.png', 0, '>??sÇÎñwP<ÃvPµ', '>??sÇÎñwP<ÃvPµ'),
6274('¢¹_?¶ñC ·.''B"?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/skype.png', 0, '2£°?P»CcÂ3EÃ', '2£°?P»CcÂ3EÃ'),
6275('ï#èÖ\rÂ)?¨)D¯\r', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/slideshare.png', 0, '13??[ÂÃëÚO]', '13??[ÂÃëÚO]'),
6276('Y§ß÷Ñks®²ëÕõ«FÓ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/soundcloud.png', 0, '?^Tö?\n?R\\êE', '?^Tö?\n?R\\êE'),
6277('Ã=?\\Yü«?°½?B^', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/steam.png', 0, '¹{??RK£????»?', '¹{??RK£????»?'),
6278('#ëP?{Eù?hÃ\rEé?Ã¥?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/stumble.png', 0, '&×;~p´ Èä5v.93', '&×;~p´ Èä5v.93'),
6279('?z¼H_o\Z.µ?#ã;ÞL', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/talk.png', 0, ' »y¼$B~ä''ÿÂ×\0q', ' »y¼$B~ä''ÿÂ×\0q'),
6280('K4QI?\\@R,??åù', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/tumblr.png', 0, '<Y??88?_ÈÄÌábV', '<Y??88?_ÈÄÌábV'),
6281('ÖÖÃhç¸èv¡ø9ð@¿', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/tungle.png', 0, '8êîû^#§áOz KÂ?', '8êîû^#§áOz KÂ?'),
6282('ÅY?Fë¤)â\n·9£ØÇ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/twitter.png', 0, '*¯FZ??¼?òaÊR?ª', '*¯FZ??¼?òaÊR?ª'),
6283('èǺ^ï?D¿: ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/ustream.png', 0, 'wõ=Ã’uü?0ÃM°0TæÃ', 'wõ=Ã’uü?0ÃM°0TæÃ'),
6284('ì5yþ¯?2?" RÑ<', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/vimeo.png', 0, '.ÅË??á}E¤/?2É', '.ÅË??á}E¤/?2É'),
6285('ëÎçgW°Ãb.?ÉR/', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/wordpress.png', 0, 'ZÃx"ºâµÑ??äjÀ', 'ZÃx"ºâµÑ??äjÀ'),
6286('¹/\rÃHMl½?Â\\ÃŒM"F?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/yelp.png', 0, '?ú\\Ëö^[?ïýN`??', '?ú\\Ëö^[?ïýN`??'),
6287('Ë??¦ouâ?jM÷¥?ç|Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/16/youtube.png', 0, 'Ç?&=Â?"¤.¶M?³?', 'Ç?&=Â?"¤.¶M?³?'),
6288('ÉxÅlOA±?ë-É 6', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/asmallworld.png', 0, 'ôkÀx?.]ò?ù¾?!?', 'ôkÀx?.]ò?ù¾?!?'),
6289('·\\ñÛ`Kòø<IR¯²', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/bandcamp.png', 0, 'ÂÊC©IÂêÃãb?z¼?', 'ÂÊC©IÂêÃãb?z¼?'),
6290('zèòÛqodÑÖ?jÃÃŽKé', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/bbb.png', 0, 'Ã’W+½@»-0Èé?{S2Úê', 'Ã’W+½@»-0Èé?{S2Úê'),
6291('Ãï=ýóê~ìæÅF§??', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/blogger.png', 0, '?u:ÅöE¬?©DÕa96', '?u:ÅöE¬?©DÕa96'),
6292('ßîZ?CuÃ_g§', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/buzz.png', 0, '¯ÃÊnlF§Ca8û¨A?Ã', '¯ÃÊnlF§Ca8û¨A?Ã'),
6293('/¸ÃOéáÈÒc>?µhm', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/delicious.png', 0, 'Pé?5ØU}®þê?c×S}', 'Pé?5ØU}®þê?c×S}'),
6294('nRl«5d?/ü¦y~²?\0', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/deviantart.png', 0, '¶?l²A®¼qn¬T9~?Ã', '¶?l²A®¼qn¬T9~?Ã'),
6295('úÃ@?:©P¹óÃÖ_ÙMË', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/digg.png', 0, 'rÖä¸ÃQOÿÞ?¤?5¯Y', 'rÖä¸ÃQOÿÞ?¤?5¯Y'),
6296('ùòhÃ\r??q·îÃ3', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/digitaltunes.png', 0, '*>\0??ºsãÕêN', '*>\0??ºsãÕêN'),
6297(')?m`????\0S', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/ebay.png', 0, '/äd?2è??üÂÿ]_?', '/äd?2è??üÂÿ]_?'),
6298('i?eär]géÂÃ?ý', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/email.png', 0, 'LpÌå???R2Ûá', 'LpÌå???R2Ûá'),
6299(',Â]Û0pzÃÑ(ó?zO''Z', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/etsy.png', 0, '4¼?0RÆ,h???', '4¼?0RÆ,h???'),
6300('qC¾´¢)ÉQõ¦m?Æ@$ó', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/facebook.png', 0, '+îÇu?DSgüÃÑD', '+îÇu?DSgüÃÑD'),
6301('Xá\0u??ÂhÂpÞÞ|÷', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/flickr.png', 0, 'ñ??rÑó?O?xã', 'ñ??rÑó?O?xã'),
6302('\Z^¸X?s?KE½ÛÉ4ö ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/flixster.png', 0, '1±???÷%oRïv@°', '1±???÷%oRïv@°'),
6303('åâv%''-X÷}^µ¥iu', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/foursquare.png', 0, 'ÂD\Z3?m?Q?¢', 'ÂD\Z3?m?Q?¢'),
6304('êZÅß?@?g?¾£?ø^z', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/friendfeed.png', 0, 'Q:?BX+úäTÓÂu?@@', 'Q:?BX+úäTÓÂu?@@'),
6305('?äÂÅýiÂTi:/b¥×', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/hulu.png', 0, 'Â???ÂÃó¤tÃ3Q', 'Â???ÂÃó¤tÃ3Q'),
6306('?fWÛIbÓzlS®Mo>=', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/hyves.png', 0, '^yõèQ®CÃ’Nfßæï?', '^yõèQ®CÃ’Nfßæï?'),
6307('?Â?x£K??jêÃ|', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/imdb.png', 0, 'ø5Y?°V6?2ÃÃŽ', 'ø5Y?°V6?2ÃÃŽ'),
6308('?%ìÃcÈ>S³°Îr$\n', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/lastfm.png', 0, '??ö,uÃ?wk«5ç', '??ö,uÃ?wk«5ç'),
6309('1Õ±êÂéÃ?B\nÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/linkedin.png', 0, 'd_??¢ÛÔ?·h0´C\\', 'd_??¢ÛÔ?·h0´C\\'),
6310('?ÂÃ\n:ÑYd>=?Ù9l?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/live365.png', 0, '±ÉÅr?4;«Vno?]è', '±ÉÅr?4;«Vno?]è'),
6311('Ã+ö^ç1??OhüHþ¶?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/meetup.png', 0, '¶?4-`?)¬~»ö½V', '¶?4-`?)¬~»ö½V'),
6312('¹ILl·>%ýj`á?èa', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/merchantcircle.png', 0, '?g?ïè_èwÓT»?mÆ', '?g?ïè_èwÓT»?mÆ'),
6313('6tù])þÂÉ4)<Y¿?¾Ã', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/myspace.png', 0, '?WÀ6-?áÆ^Yµ*Þ', '?WÀ6-?áÆ^Yµ*Þ'),
6314('¥`Mzþ?ém~?®?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/orkut.png', 0, 'W/tç¥??o?Uê6RG.', 'W/tç¥??o?Uê6RG.'),
6315('öø@ªûÃb~±?Õì?\0', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/pandora.png', 0, '\n3ùø?ÆrêbC?ÿ³Ü', '\n3ùø?ÆrêbC?ÿ³Ü'),
6316('\nQ?8ÃC?ó}þò¤Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/picasa.png', 0, 'ÓÖëmïC?®ZDó W?', 'ÓÖëmïC?®ZDó W?'),
6317('?0<ÃæpéIÂÃ¥Oùs', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/ping.png', 0, 'ª???ÑUc?\Zw¯', 'ª???ÑUc?\Zw¯'),
6318(' (?ìýIV?-\r', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/plancast.png', 0, 'rÃÉl9"î?Kµf$d¾', 'rÃÉl9"î?Kµf$d¾'),
6319('\n?Äp?¿õÖ\r¾Ã?ÃŽHÈè', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/reddit.png', 0, '©?Ü?1øÂQÄ{', '©?Ü?1øÂQÄ{'),
6320('òÂg;!ÃVBÚB3&? eü', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/rss.png', 0, '´ÊÅIëL?Éù?eq8_', '´ÊÅIëL?Éù?eq8_'),
6321('~?c?(êà åêlV?ù$?£', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/skype.png', 0, 'Ã\\»^¿öl´gl?Ȑ', 'Ã\\»^¿öl´gl?Ȑ');
6322INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
6323('¤Ò6Wêev?J?E»´j"', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/slideshare.png', 0, 'ôyÌé§4<cà ¡&Kl¢', 'ôyÌé§4<cà ¡&Kl¢'),
6324('''µc@ÃP?Â]Úý', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/soundcloud.png', 0, '`â?ôß)v×v?òr??7ÿ', '`â?ôß)v×v?òr??7ÿ'),
6325('øck¨?õ9Â×R(?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/steam.png', 0, 'Ã?þOpÕUh¢?Q?ò', 'Ã?þOpÕUh¢?Q?ò'),
6326('ðƶÿ?¢?£ú b?l8', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/stumble.png', 0, '??ð!?¯[?uü ?', '??ð!?¯[?uü ?'),
6327('Dsñ|©¸Nýð³b?ÿà y', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/talk.png', 0, 'Î|½üÈßË?ªýSu?', 'Î|½üÈßË?ªýSu?'),
6328('7_1«Ã>[ªD?Àù7:', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/tumblr.png', 0, 'ÃŒ?ÃŽYoØèÔdA#Úv<', 'ÃŒ?ÃŽYoØèÔdA#Úv<'),
6329('?oe?p?÷ÕÃ\\)n]î8', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/tungle.png', 0, '?µHv?þ»2Xè?', '?µHv?þ»2Xè?'),
6330('j`?Àg?P¹???º?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/twitter.png', 0, '};?2.÷ÃCAïA¤D?', '};?2.÷ÃCAïA¤D?'),
6331('?yòR¤úï18·2?ª?à ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/ustream.png', 0, 'Tóû??°?ïÉÃQrÓ', 'Tóû??°?ïÉÃQrÓ'),
6332('??åê''Gùu¢p<¤ïO', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/vimeo.png', 0, 'Ç!PQ¦?¹/Qy!tá', 'Ç!PQ¦?¹/Qy!tá'),
6333('qÌûvXAÂ?æ^?¬?F¾', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/wordpress.png', 0, 'j?Þì@%ñX?78ÂL:', 'j?Þì@%ñX?78ÂL:'),
6334('?_ä]ÿýD?=?ð', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/yelp.png', 0, 'ÚK4ïü)?¯·1oø¥Ã«', 'ÚK4ïü)?¯·1oø¥Ã«'),
6335('|3Âð,#ê¡1¡SÂÃ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/32/youtube.png', 0, '?qÂR½îkGUxä"Ã#Â', '?qÂR½îkGUxä"Ã#Â'),
6336('ðÓHp¨å¨ù¡Æ6w,??', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/asmallworld.png', 0, '¬Ñà Éhô�\Zi?1-ò', '¬Ñà Éhô�\Zi?1-ò'),
6337('7-\r? )À?ÔQa±???', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/bandcamp.png', 0, 'ËV?Rö÷V??)FêÈf', 'ËV?Rö÷V??)FêÈf'),
6338('¼?`ÿ?-Nwõ#âéiéD', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/bbb.png', 0, 'q6\0Â$??¤?ÓI', 'q6\0Â$??¤?ÓI'),
6339('¦?äÃjq³¤$Yñ¸É_', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/blogger.png', 0, ',?ts=Ê0>-?«><?Â', ',?ts=Ê0>-?«><?Â'),
6340('D¤i¤²?+3?¢H_t', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/buzz.png', 0, 'gEþc?-Ã\ZËK\rñ»?', 'gEþc?-Ã\ZËK\rñ»?'),
6341('6?_@V??=ªyÄLfvG', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/delicious.png', 0, 'Ã?Ã3ÃÉþ"~ ?-? ', 'Ã?Ã3ÃÉþ"~ ?-? '),
6342('e!-1?¬£²?ÂU3', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/deviantart.png', 0, 'Â¥ \0µMH¨rZnà §??', 'Â¥ \0µMH¨rZnà §??'),
6343('úÿnsËR?n-<', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/digg.png', 0, 'ÄIù²\Zv\0?\nr?uw', 'ÄIù²\Zv\0?\nr?uw'),
6344('Àà ?Ü???3º?µsN', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/digitaltunes.png', 0, 'zUt%Ü?ð·w´ß|P4}', 'zUt%Ü?ð·w´ß|P4}'),
6345('jX?ñc)\\¸ëþê?Eg', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/ebay.png', 0, '?µÚ3ó7s¼ëÀl??%#Ã', '?µÚ3ó7s¼ëÀl??%#Ã'),
6346('U/åLØø#!?@?õ?á^', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/email.png', 0, 'l ?e¸Ê`®ÿ?ê?Û', 'l ?e¸Ê`®ÿ?ê?Û'),
6347('f_I+à ¬~ÂF?Ó?É', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/etsy.png', 0, 'õö?@!Zè5ûZà \\à ÔK', 'õö?@!Zè5ûZà \\à ÔK'),
6348('¡¤?Ã??Ó_H\nIòO¡ü÷', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/facebook.png', 0, 'óñ?<IÂò$¿ãº]!', 'óñ?<IÂò$¿ãº]!'),
6349('tsdôQ lù3½Ã=¸', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/flickr.png', 0, 'IñÂÀÕÙñ\ZSó6?\\<', 'IñÂÀÕÙñ\ZSó6?\\<'),
6350('·ã?ó?¾?R\ZRyZ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/flixster.png', 0, ')îò=®ýUc Y?w½', ')îò=®ýUc Y?w½'),
6351('??zö»? (Þ÷9y?]ö', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/foursquare.png', 0, ' Ôs?*~Ü3´?¡he(', ' Ôs?*~Ü3´?¡he('),
6352('Â:ÃhO\0øª?¬8oìðQ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/friendfeed.png', 0, 'øi¯?S¡õ2׿wôÃ0º', 'øi¯?S¡õ2׿wôÃ0º'),
6353('??8ÜcRÃÀc?M?Ã’G', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/hulu.png', 0, '?·?.Â¥''??\Zõ$ÃŽi#c', '?·?.Â¥''??\Zõ$ÃŽi#c'),
6354('?½G?õ.¤?¬???', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/hyves.png', 0, '?¢v$fZå8¬0ø8\0Y', '?¢v$fZå8¬0ø8\0Y'),
6355('0M¸ÓE.?%?¡6»önÈ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/imdb.png', 0, 'gõ¶:ºæ|P)¢üöÂãø', 'gõ¶:ºæ|P)¢üöÂãø'),
6356(' +/|?¸½?pWn', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/lastfm.png', 0, '`ç??õ?/NX³&9', '`ç??õ?/NX³&9'),
6357('½Ì/?''?êsHe?yA', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/linkedin.png', 0, 'kYb2.1Ú[ÀVOL ¾ª', 'kYb2.1Ú[ÀVOL ¾ª'),
6358('p-ã6)ØJNZ¨M&ùôÀþ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/live365.png', 0, 'Är?±x?ø?J½HÌ\n', 'Är?±x?ø?J½HÌ\n'),
6359('4''¡#|ò=#??b?ÃQ?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/meetup.png', 0, 'b±?{¤_ÜÉ\\@??É', 'b±?{¤_ÜÉ\\@??É'),
6360('Â?jPtWá§óxÙ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/merchantcircle.png', 0, 'Âsk¿ 3ó£øçc¸?\rõ?', 'Âsk¿ 3ó£øçc¸?\rõ?'),
6361('Úq±/ó?L\Z×8<ÆR?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/myspace.png', 0, '½§LcyÕGJçiö?k', '½§LcyÕGJçiö?k'),
6362('??7âôË[?døÂïO}d(', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/orkut.png', 0, '¿%þÃbñA¶©ûì(±;', '¿%þÃbñA¶©ûì(±;'),
6363('Üä«åÂB#ã0rý9?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/pandora.png', 0, 'ÂÂlL?.bâ·?Â?Pç', 'ÂÂlL?.bâ·?Â?Pç'),
6364('"áW?BrÓ?ÖâK³?Ú', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/picasa.png', 0, '3ÔK&/?Ãú ?Ûc+w', '3ÔK&/?Ãú ?Ûc+w'),
6365('¤¼ÂßX9¾:?Ã¥-?vþ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/ping.png', 0, 'OqóhMbþeuhCù#t', 'OqóhMbþeuhCù#t'),
6366('ÇÇ-?ø?À''WÃgð?õm', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/plancast.png', 0, 'êÂ(ûºJÈWÀo?.?®', 'êÂ(ûºJÈWÀo?.?®'),
6367('ä«Ãçëû£?? Ü', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/reddit.png', 0, '¿µ\0XQ^?1C-duÑ', '¿µ\0XQ^?1C-duÑ'),
6368('ÂÚ"X?k¨:Iö(ß.3', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/rss.png', 0, '¹ôxoShc»7?+??', '¹ôxoShc»7?+??'),
6369('?NWù.PAç+\r\ru?', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/skype.png', 0, 'Ââm??©Â¼ù¹s?', 'Ââm??©Â¼ù¹s?'),
6370('Ô?c?º;l)z?®r®Ñ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/slideshare.png', 0, 'ì]áPøxõ4\r^Ãiþ,?', 'ì]áPøxõ4\r^Ãiþ,?'),
6371('Ã’{s³Q¢?ÃÃQtv?i', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/soundcloud.png', 0, '²a2`tM?$?½?û#¡?', '²a2`tM?$?½?û#¡?'),
6372('Ü\0¹¿ñ«(®¤DQ@%#ù', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/steam.png', 0, 'âÃq??ÂÆRacTz?', 'âÃq??ÂÆRacTz?'),
6373('z%µ/?ËúÌ?{Ã1³', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/stumble.png', 0, '???lùxÄÃ# ®', '???lùxÄÃ# ®'),
6374('öÂX?]v¯Ã5Bw~úë', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/talk.png', 0, ' ?Êâ\n&?7?ÃKþÄ', ' ?Êâ\n&?7?ÃKþÄ'),
6375('mÖi¯£e³FÂòùÂÈú1', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/tumblr.png', 0, '¸É:zCUei§&?Òú;', '¸É:zCUei§&?Òú;'),
6376('?+ãÂS?x¸£.R{\n´Â', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/tungle.png', 0, 'úz2\\(?ÓÉÂ` Ã', 'úz2\\(?ÓÉÂ` Ã'),
6377('Ä$?-5?òG?TsJER<', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/twitter.png', 0, '®ZÛ?%¬?v?ØÂLN¸Â', '®ZÛ?%¬?v?ØÂLN¸Â'),
6378('ðoçPÇôÖj?¡,?K', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/ustream.png', 0, '+\rr�YDø?«?³?', '+\rr�YDø?«?³?'),
6379('¤´?oà 9?Odl4? ', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/vimeo.png', 0, 's½çç³þc?yúXg6ª', 's½çç³þc?yúXg6ª'),
6380('Qd#õ?;kteÂ¥?©', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/wordpress.png', 0, 'l?Ió??±?%+0®âÃ', 'l?Ió??±?%+0®âÃ'),
6381('¾/`3ösÃ8¡#=Dá', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/yelp.png', 0, 'I?Ñ''?''???nU', 'I?Ñ''?''???nU'),
6382('*êQÂ]9ü?XtßÃH?ª0', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/64/youtube.png', 0, ';¢·UÊY«Õ?ò2Ãc', ';¢·UÊY«Õ?ò2Ãc'),
6383('??#¢"±µNÜ\rÂ7?1', 'wp-content/themes/riser/functions/widgets/social-widget/images/sketch/readme.txt', 0, 'c9ÖQ«ùýº¬??S² Â', 'c9ÖQ«ùýº¬??S² Â'),
6384('ç¥&¤/??é?2µd', 'wp-content/themes/riser/functions/widgets/social-widget/social-widget.php', 0, '¨ n¶)?æ?^}?OÃà ', '¨ n¶)?æ?^}?OÃà '),
6385('¤0éó¾ÑC&8Âh~²¸ß', 'wp-content/themes/riser/functions/widgets/social-widget/social_widget.css', 0, 'Ú(Ìñ?¿/<H¡ÃO?2', 'Ú(Ìñ?¿/<H¡ÃO?2'),
6386('gþ?ü?4(EÑØlà ;', 'wp-content/themes/riser/functions.php', 0, '\0?½?Âo/o7ò«÷\nNÈ', '\0?½?Âo/o7ò«÷\nNÈ'),
6387('Ì0?$A!µxk«?å¥', 'wp-content/themes/riser/header-custom-element-bg.php', 0, '?¶?Â#???ºH;#â', '?¶?Â#???ºH;#â'),
6388('¼=7Ú_q?OñÂ##.ó', 'wp-content/themes/riser/header-custom-element-full.php', 0, '?G?p?¢?¶ò$', '?G?p?¢?¶ò$'),
6389('?Bá&?º¼?æ?_µ', 'wp-content/themes/riser/header-custom-element-special-bg.php', 0, 'l??Ü&;''?ed÷ÿ)±7', 'l??Ü&;''?ed÷ÿ)±7'),
6390('-ìHZ?9ZD!å?]Ì}', 'wp-content/themes/riser/header-custom-element.php', 0, 'nØChDç51s?ºuùh', 'nØChDç51s?ºuùh'),
6391('?.?dr«6Ûú·º¹éÆþ', 'wp-content/themes/riser/header-offer-slider.php', 0, '·¤ABïF³?u®½þ§ï', '·¤ABïF³?u®½þ§ï'),
6392('?¢©©QfZKÛðäi', 'wp-content/themes/riser/header-orbit-slider.php', 0, 'pLQýÔþªÆvÎÃþ', 'pLQýÔþªÆvÎÃþ'),
6393('IÂt¯?Õ÷?,W?Â~?', 'wp-content/themes/riser/header-post-slider.php', 0, '®rÃŽ;K??õL1× dB?', '®rÃŽ;K??õL1× dB?'),
6394('üoDé?Â"Â1_3zgÃŒ', 'wp-content/themes/riser/header.php', 0, '®£xr?È?uÃŽ0¹?Oe', '®£xr?È?uÃŽ0¹?Oe'),
6395('8Ãï^?6Â¥9×]!', 'wp-content/themes/riser/ie7.css', 0, 'S{??[%??$SÆE', 'S{??[%??$SÆE'),
6396('XÒ\rO\r0ñ{§�u±', 'wp-content/themes/riser/ie8.css', 0, 'mù\r?Ä?þsµ|Z4ô\r', 'mù\r?Ä?þsµ|Z4ô\r'),
6397('gÂi¿?LÀw^ì9?Z?@', 'wp-content/themes/riser/images/404.png', 0, '??¶·oQ?ù7´HT?', '??¶·oQ?ù7´HT?'),
6398('ÂY-IÑl$ÿ®r3xÜM±', 'wp-content/themes/riser/images/active.png', 0, 'ôáPn÷a°CLF?<x#', 'ôáPn÷a°CLF?<x#'),
6399('\0?t°£?È??(B@Àe', 'wp-content/themes/riser/images/author-ico.png', 0, 'Ë"h¸E?0&}Ç''Ü=ß|', 'Ë"h¸E?0&}Ç''Ü=ß|'),
6400('Â¥Ã&Ã[Â5qÃk¸ÞLÛk', 'wp-content/themes/riser/images/check.png', 0, ']?«ê9G?|ÿNæ¥?', ']?«ê9G?|ÿNæ¥?'),
6401('YÛÂï:Âmlº?Ã×Ú', 'wp-content/themes/riser/images/comment-ico-w.png', 0, '\0?{]_???KQÂ?¾#', '\0?{]_???KQÂ?¾#'),
6402('Ù\\ÌÜÕéC?O ´ø?.', 'wp-content/themes/riser/images/comment-ico.png', 0, '?¥?¹ÈpnPetM²', '?¥?¹ÈpnPetM²'),
6403('ñN(�?DNÞÂ×DªWz', 'wp-content/themes/riser/images/comment_arrow.png', 0, '¹?²:?½\\SRaà Q*V?', '¹?²:?½\\SRaà Q*V?'),
6404('Ø*fÂo?xÿÃi?dä?Ü', 'wp-content/themes/riser/images/comment_reply.png', 0, 'ò|ÿ 0a?ãNq', 'ò|ÿ 0a?ãNq'),
6405('Âw¹r ?[ùz10v,', 'wp-content/themes/riser/images/content_bg.png', 0, 'G3-Ôu?~3H!õp?<G', 'G3-Ôu?~3H!õp?<G'),
6406('\nÚ1w?ÙE?35î5 ?û¦', 'wp-content/themes/riser/images/content_shadow.png', 0, 'ò4Ã…?Qø¶ ÂÄ?nó', 'ò4Ã…?Qø¶ ÂÄ?nó'),
6407('Âr|HW?Êân?u?ÂúÅÃ', 'wp-content/themes/riser/images/content_top_shadow.png', 0, '\n ?ÃŽSضÚ!ýT', '\n ?ÃŽSضÚ!ýT'),
6408('Ãpe¯ ü?F?A8]Âýµ?', 'wp-content/themes/riser/images/copyright_divider.png', 0, 'Y¶\n?cuAËx¾^Æ', 'Y¶\n?cuAËx¾^Æ'),
6409('H»ZqX\ZôÜçT???¹', 'wp-content/themes/riser/images/date-ico.png', 0, '???ÇktÆC?\n?¿', '???ÇktÆC?\n?¿'),
6410('Â=F\\GI+?ìÓÃà õQ', 'wp-content/themes/riser/images/default-avatar.jpg', 0, '[?ÕÔ)ï?rkúgJþ ', '[?ÕÔ)ï?rkúgJþ '),
6411('q?=*Ã35¼å`§Ã~', 'wp-content/themes/riser/images/favicon.png', 0, '?ÿ??ð¨?÷9ßcqª\\', '?ÿ??ð¨?÷9ßcqª\\'),
6412('v¼c=\\Ã?âº?k', 'wp-content/themes/riser/images/folder-ico.png', 0, '»Y«7à ???£cB#', '»Y«7à ???£cB#'),
6413('[°ìI?ei????³"_', 'wp-content/themes/riser/images/footer_bg.png', 0, 'ú?TT<?È? ?kË\Z', 'ú?TT<?È? ?kË\Z'),
6414('¤¿þP_<®?¹gåÂ<DÌW', 'wp-content/themes/riser/images/gallery_lense.png', 0, '±?U?l??ó÷NØ´(', '±?U?l??ó÷NØ´('),
6415('?~Üj?¢õ?JÂ~lù', 'wp-content/themes/riser/images/grad.png', 0, 'ò\r?uMlÙUÔb3]OF?', 'ò\r?uMlÙUÔb3]OF?'),
6416('y¹ÂúÂ%Zð?+uÃ’[?M?', 'wp-content/themes/riser/images/loader.gif', 0, '?E?øgÓaÃh?', '?E?øgÓaÃh?'),
6417('$ºªº¨´)Ãgfböêö', 'wp-content/themes/riser/images/menu_shadow.png', 0, 'ËTSÂé?¦ú?3I)£V\r', 'ËTSÂé?¦ú?3I)£V\r'),
6418('\nG?k\0C[nº\rC?', 'wp-content/themes/riser/images/portfolio_pt.png', 0, '$H??Ã!I£±l??', '$H??Ã!I£±l??'),
6419('?0?Q°ó\nï3õ¸ÿêÂÉ', 'wp-content/themes/riser/images/post_divider.png', 0, '@iv°Ãñ}þ59Ã-¤', '@iv°Ãñ}þ59Ã-¤'),
6420('%Ú\rú%i#pøñ qo', 'wp-content/themes/riser/images/search_lense.png', 0, '?wM!bÇ[ÃOù?ÃŒ`', '?wM!bÇ[ÃOù?ÃŒ`'),
6421('ÂÃ?\Z¦+¤üÆÃF¥ûS¨?', 'wp-content/themes/riser/images/slide_active.png', 0, 'eæ®?¿CÜ?', 'eæ®?¿CÜ?'),
6422('M.ÂÃXwþ´±ÿ)Âû.', 'wp-content/themes/riser/images/slide_inactive.png', 0, '±a?Y?O4?YÖèà ?Ãï', '±a?Y?O4?YÖèà ?Ãï'),
6423('pÂ/0>ï?xåØ\np?+?', 'wp-content/themes/riser/images/slider_divider.png', 0, '<x¿?ð¥<X ?GÖ', '<x¿?ð¥<X ?GÖ'),
6424(';"x.Q_f{Î`?:ù?p', 'wp-content/themes/riser/images/slider_divider_top.png', 0, '?ô ã?(3K?QÅh µ?', '?ô ã?(3K?QÅh µ?'),
6425('?±?EZ¼kón±ý\n', 'wp-content/themes/riser/images/sliding_sidebar_buttons.png', 0, '?eèQ?i?Ã’5Ö#øY', '?eèQ?i?Ã’5Ö#øY'),
6426('Hd?,ðU¶by?F@', 'wp-content/themes/riser/images/subhead_shadow.png', 0, 'ÃYÂÂ¥v?gÚªw»(ð', 'ÃYÂÂ¥v?gÚªw»(ð'),
6427('ù#ûojsQ£?*¿»ÿwú', 'wp-content/themes/riser/images/subhead_shadow_bottom.png', 0, '*"µ!*¶2¡Ã·±_?', '*"µ!*¶2¡Ã·±_?'),
6428('iW,SF?HÈÖðÿFñ2#', 'wp-content/themes/riser/images/tag-ico.png', 0, '??/Óbü¢¸Ãè½+R', '??/Óbü¢¸Ãè½+R'),
6429(' ¨ZÎ0º²§2øY', 'wp-content/themes/riser/images/to_top.png', 0, '??p±23?£?æ+', '??p±23?£?æ+'),
6430('?ÌðÆ}Z]~°|õ?þ"9', 'wp-content/themes/riser/images/transparent.png', 0, 'Ã¥2?ÈÃ{GVËãO;éÌ', 'Ã¥2?ÈÃ{GVËãO;éÌ'),
6431('n?âÉÿl%õÃý??g?\Z', 'wp-content/themes/riser/images/twitter-ico.png', 0, '*T@·:gJ|jDáý÷´', '*T@·:gJ|jDáý÷´'),
6432('eÿ? ¹gò4%]¯P«', 'wp-content/themes/riser/images/widget_divider.png', 0, 'é}âé7Ãe?à rÃ…/Ãâl', 'é}âé7Ãe?à rÃ…/Ãâl'),
6433('ìÃ/%jî`©55^ðê?', 'wp-content/themes/riser/index.php', 0, 'X?Só·ÃIñ&½ÛÃÂ', 'X?Só·ÃIñ&½ÛÃÂ'),
6434('ìû2V6\\º?þt¡¦?Â', 'wp-content/themes/riser/js/cufon-yui.js', 0, '~G\0^ÑS÷?q?é}¨)³', '~G\0^ÑS÷?q?é}¨)³'),
6435('?P¤²ÞÔL=K~ÀÇ\\', 'wp-content/themes/riser/js/jquery.easing.js', 0, 'ÞòW?«?\\I?ý?»\ZkI', 'ÞòW?«?\\I?ý?»\ZkI'),
6436('???Nuþ?±\0´oD', 'wp-content/themes/riser/js/jquery.mobilemenu.js', 0, 'p5KãO??næa¸V?g&', 'p5KãO??næa¸V?g&'),
6437('·½É?>j:hNt#þùu^', 'wp-content/themes/riser/js/jquery.tabSlideOut.v1.3.js', 0, 'uz5SÆmHÃ’y\ZÚÃëWü', 'uz5SÆmHÃ’y\ZÚÃëWü'),
6438('¿ò2¯HºJãåZ à ,z?', 'wp-content/themes/riser/js/portfolio_effects.js', 0, 'ó¢OÞ?«?¼W§ý$þ', 'ó¢OÞ?«?¼W§ý$þ'),
6439('\nK??ê ÙÇ(4ê~ô', 'wp-content/themes/riser/js/slidemenu.js', 0, 'ëk(/¦¢?\nçfúÑÂ\nÃ', 'ëk(/¦¢?\nçfúÑÂ\nÃ'),
6440('i1Èþ?£ù?Ã¥ÂEg¤q"', 'wp-content/themes/riser/js/top.js', 0, 'Sç\0ïÙV"Â?0?ý?Zï', 'Sç\0ïÙV"Â?0?ý?Zï'),
6441('??ï\näë?d?@Ë81ÅJ', 'wp-content/themes/riser/languages/promotion.po', 0, '¯?fÄ ñÙ??4ùY¸?', '¯?fÄ ñÙ??4ùY¸?'),
6442('??ó¦ll_]>xOø_', 'wp-content/themes/riser/loop-archive.php', 0, 'À@õ T9$??ðs?üÿ´', 'À@õ T9$??ðs?üÿ´'),
6443('?fK¶?çÂQ¨???', 'wp-content/themes/riser/loop-page.php', 0, 'çh %×7sN[Â*ÚÊ×', 'çh %×7sN[Â*ÚÊ×'),
6444('ÞÎ5 ñøe?8¯yÔê?e', 'wp-content/themes/riser/loop-single.php', 0, 'Òûa?è¾?''M\\?¶9', 'Òûa?è¾?''M\\?¶9'),
6445('?½?f2\r?/,¨¯0ÂA', 'wp-content/themes/riser/loop.php', 0, 'A!ÃŒÃ?ÃeÄø_ßoÂ', 'A!ÃŒÃ?ÃeÄø_ßoÂ'),
6446('9G?õÂmý??#', 'wp-content/themes/riser/mobile-all.css', 0, 'GcyF?¾z?¸º¨3má', 'GcyF?¾z?¸º¨3má'),
6447('ÕËüØëuX?T? ?Y÷Æ', 'wp-content/themes/riser/mobile.css', 0, 'xN?·Â( ÃHk¨?', 'xN?·Â( ÃHk¨?'),
6448('¿q?Ê$w6l_sûgr', 'wp-content/themes/riser/page.php', 0, '?¢o¾¾X3´¢??ÀA"VF', '?¢o¾¾X3´¢??ÀA"VF'),
6449('SjDuüÓ''ö?µDïê]', 'wp-content/themes/riser/paged-portfolio-four.php', 0, '??Âðå?R?Ìþ 0¿ ', '??Âðå?R?Ìþ 0¿ '),
6450('?ÿAî?¶+<Ôà ÒçÊ', 'wp-content/themes/riser/paged-portfolio-one.php', 0, 'Âq?7b\nÀX£þÑY??', 'Âq?7b\nÀX£þÑY??'),
6451(')Ub?C??F³±)', 'wp-content/themes/riser/paged-portfolio-three.php', 0, '¨µ^èªê??Çt½X<vC', '¨µ^èªê??Çt½X<vC'),
6452('¶ÆÛÑ>EotñÛ>°B"', 'wp-content/themes/riser/paged-portfolio-two.php', 0, '®©Þð½*ë\\@¯ÌïS4', '®©Þð½*ë\\@¯ÌïS4'),
6453('[?{(?<×o26£p5?Ã', 'wp-content/themes/riser/portfolio-four.php', 0, 'oùS&üìa\n?ÃÃ…%?ÿZ', 'oùS&üìa\n?ÃÃ…%?ÿZ'),
6454('¡ áÈCDâé?ÈV[?e', 'wp-content/themes/riser/portfolio-one.php', 0, 'Â¥ê¤2þÃk@2?"ß4?', 'Â¥ê¤2þÃk@2?"ß4?'),
6455('ôOÃŽ^*hN[Ü{?Iþ', 'wp-content/themes/riser/portfolio-three.php', 0, 'e?¹?·¾¦´[Â=u!,$', 'e?¹?·¾¦´[Â=u!,$'),
6456('''ÃŒ!JÃüøV?5èþ0=C', 'wp-content/themes/riser/portfolio-two.php', 0, '¯??rõ?7?]XXÃk', '¯??rõ?7?]XXÃk'),
6457('5|?hZ½?êÉtÈßjüë', 'wp-content/themes/riser/screenshot.png', 0, '>>9¼?Øn°[2XgÓø', '>>9¼?Øn°[2XgÓø'),
6458('`0Î1á?ká,??fB', 'wp-content/themes/riser/search.php', 0, 'WCIg÷§sK?²?Óé?J', 'WCIg÷§sK?²?Óé?J'),
6459('??¼ÃTB?d;XóÂj', 'wp-content/themes/riser/searchform.php', 0, '??O5j?d?¤ÄV?f', '??O5j?d?¤ÄV?f'),
6460('?ry4?¯°UÈðaFKþ', 'wp-content/themes/riser/sidebar-content.php', 0, 'Iìó?À.&n²éC', 'Iìó?À.&n²éC'),
6461('ñ\0¿±?9IÂõWnÕtTÃ', 'wp-content/themes/riser/sidebar-footer.php', 0, '¢D¶?]ôª?:?øx«', '¢D¶?]ôª?:?øx«'),
6462('@Ã…bj´m?e_?¸å¤', 'wp-content/themes/riser/sidebar-sliding.php', 0, 'ss?³ð\\ó%»nÂþè.', 'ss?³ð\\ó%»nÂþè.'),
6463('?$?"EMÑé?¢«?', 'wp-content/themes/riser/sidebar-top.php', 0, 'êÀÕE?Âqà ±VÒø', 'êÀÕE?Âqà ±VÒø'),
6464('bÑö:?Õ|ÉCkn?\0@>', 'wp-content/themes/riser/sidebar.php', 0, '£w+yêqM?õ,¬ùü4', '£w+yêqM?õ,¬ùü4'),
6465('?÷Ê 1à jÂ`øô0', 'wp-content/themes/riser/single-portfolio.php', 0, '$?µ???«¶\\?ÄâÂ6', '$?µ???«¶\\?ÄâÂ6'),
6466('DW¦3i?Úlþ1>è#Æ×', 'wp-content/themes/riser/single.php', 0, 'ßg]ù°?:?Ëø�', 'ßg]ù°?:?Ëø�'),
6467('?òD?©ðiË?Â>?', 'wp-content/themes/riser/style.css', 0, '?q¶?.¿£?®«¬', '?q¶?.¿£?®«¬'),
6468('X''×î;¦6Â5?/ïù', 'wp-content/themes/riser/tag.php', 0, '?Þ\\Õ?pk?JÂzn<', '?Þ\\Õ?pk?JÂzn<'),
6469('Ö<*Ä~©zÔ@?BçÃ}I', 'wp-content/themes/riser/var.php', 0, 'âVHa??<¼?ûùø?F', 'âVHa??<¼?ûùø?F'),
6470('82NGô@|ÃMâ?8|\n', 'wp-content/themes/twentyfourteen/404.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹±*<?SÆ"?£\nä?÷s'),
6471('RB?·ÜòeL ?±«{Ã', 'wp-content/themes/twentyfourteen/archive.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ù!ÙÙ$ÿgBi½?ù\\n'),
6472('ÂiiÂ?BÜe8.¼Â8Â', 'wp-content/themes/twentyfourteen/author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'æÄòØ2ÂRïÃì¥P'),
6473('?/ý2Â¥Z¢{¬6Ȉ ', 'wp-content/themes/twentyfourteen/category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Gm?ýYÂÓ8?8'),
6474('æjIù!WØÃù??ì*:G?', 'wp-content/themes/twentyfourteen/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’%??)?MÃr;6ô'),
6475('?4BÂi\01´?ËÙøÄ>/Ã', 'wp-content/themes/twentyfourteen/content-aside.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ^ó?ùÑMôg;rÛ-'),
6476('an??«5M?gU{Ä', 'wp-content/themes/twentyfourteen/content-audio.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýr?¬?ã\Z1r???Åá°p'),
6477('ð¶!A´ªþ\r?\r>Î', 'wp-content/themes/twentyfourteen/content-featured-post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`ÃÌX°'' gT\\d)Ø'),
6478('Ò+qK(¿e?$k?\\²£´', 'wp-content/themes/twentyfourteen/content-gallery.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v«3Ì??,\\à ?à ý*G'),
6479('ßâ`?¶c ?)d?¸', 'wp-content/themes/twentyfourteen/content-image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p?l?L%þlª\Z>#ÒÈî'),
6480('5ºÇWB¦®$£?î?l?', 'wp-content/themes/twentyfourteen/content-link.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°(??I¶Þc2x'),
6481('|Ât|?AyÂ¥?\rAÎëû?Â', 'wp-content/themes/twentyfourteen/content-none.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? ã]X&2çþ_'),
6482('Ómò?ÜjgÃ.ØåP±Ø', 'wp-content/themes/twentyfourteen/content-page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fÚÓ2"ÙzYlú/?¶?'),
6483('ß=Fh3{DW}çû!b?Þ', 'wp-content/themes/twentyfourteen/content-quote.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü¥gB^?(!- ¨\\f'),
6484('QB??QP6*J?é�c;', 'wp-content/themes/twentyfourteen/content-video.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?;÷Xº>\nbL?Ê?¯'),
6485('³b|LvãÙ_«7�ðE?', 'wp-content/themes/twentyfourteen/content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÒJnó?#|`WÉa¤/\Z·'),
6486('à ÔÈ6®´9&?µÃøÅRï', 'wp-content/themes/twentyfourteen/css/editor-style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iÜÕ÷??$VQ?'')¹/?'),
6487('|;�çìë 1×ö2', 'wp-content/themes/twentyfourteen/css/ie.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'iT9¤p?p,¼,?w?'),
6488('"Ñ}Â%ù?xðR:F·Ûî', 'wp-content/themes/twentyfourteen/featured-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\\¦\Zïûú?ÃŽx??ÂÃä'),
6489('ÂÃ¥pX?I}·Ãþy«', 'wp-content/themes/twentyfourteen/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Â%øïÉo???''µ'),
6490('å¼`1¡?¤Ü÷oãëx', 'wp-content/themes/twentyfourteen/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ýúcFÛu¿?ò7Â'),
6491('Lo¦SX÷?ó9!rÀ4?', 'wp-content/themes/twentyfourteen/genericons/COPYING.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹B;?ëa`G?·?'),
6492('Ä?UÃ¥F Öýö??', 'wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª?-·ôVJ7fPU×/Ã8æ'),
6493('¼??`Ér÷]?ª²h', 'wp-content/themes/twentyfourteen/genericons/LICENSE.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²4îMiõüäHj?ý¯JBc'),
6494('¿ÒY²û©?1??$?', 'wp-content/themes/twentyfourteen/genericons/README.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@Z/ã,ÿ§?«K'),
6495('B¼ tï#à {Aî?Â?', 'wp-content/themes/twentyfourteen/genericons/example.html', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«U?øüÃá?à ?ö÷û?®Æ'),
6496('=gÃßä<;ý¡3?ÃŽw?', 'wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'P?(täîÑ5Â?H'),
6497('òê|?«UÖCÂD?¹h', 'wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#F"ä\r6D2ø?%¹T®»'),
6498('´·*??Z?3°\\þfÂ', 'wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ªUÚô»qâ|ö\rv?Ã'),
6499('£áñ?·¶??tÕ%?', 'wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§Ûd,*\Z¿ã[þý??'),
6500('?!>#?@×ð7WÜ''', 'wp-content/themes/twentyfourteen/genericons/genericons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ói¢$ ®®k¾GD'),
6501('?¤??7Ùgäb^I5', 'wp-content/themes/twentyfourteen/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V{??ä\\w?d ·z°'),
6502('''²¥Tëð*<?=`²?', 'wp-content/themes/twentyfourteen/image.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µ?ÉX?êýË+?'),
6503('Ã{fZ¿µü???¿ äKQ', 'wp-content/themes/twentyfourteen/images/pattern-dark.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºE½¾[ý.Æt5ÕáÂ\0k'),
6504('×\rn8#ÔúØ9?ú¿ö|', 'wp-content/themes/twentyfourteen/images/pattern-light.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿi¦ý¿Gp³j??¿S?'),
6505(',åýÎ1`?ô??q;Ã’R|', 'wp-content/themes/twentyfourteen/inc/back-compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¤³Â''y?ÃŒÃ`ü??'),
6506('??®÷±?@w?çc!?', 'wp-content/themes/twentyfourteen/inc/custom-header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'åÓ.ÂI¸§-RYÃ6UÇ'),
6507('¤?±ráì?SXiÓñ', 'wp-content/themes/twentyfourteen/inc/customizer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LËeá@Vþ0w?D?b|'),
6508('ð?mÒìpÂü?÷9\n', 'wp-content/themes/twentyfourteen/inc/featured-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?c?I;o¦*ÔHZfa'),
6509('Ã\Zpr5> ö#EÂö´?', 'wp-content/themes/twentyfourteen/inc/template-tags.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áj7-?3ã_³Ã?'),
6510('?¼u??d*øoZ>âÂé', 'wp-content/themes/twentyfourteen/inc/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄF\rZ?"ÃS%Óc* ¨'),
6511('¨ì¤ã\Z? NwVl?ð/?', 'wp-content/themes/twentyfourteen/index.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q3øôé>z4 ?Úb'),
6512('d#»u=k§fî?''ð\0²Ö', 'wp-content/themes/twentyfourteen/js/customizer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÃ5âÂ?4I?g'),
6513('±\0» MÄ\\Û5??éc\0', 'wp-content/themes/twentyfourteen/js/featured-content-admin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê\0êìÿPÙwp"£LK6ÛØ'),
6514('æÃà ?æXÙ¯çÔQÚÇ', 'wp-content/themes/twentyfourteen/js/functions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K??ñºÔ?¨?*Ù/g'),
6515('ÛävPiZ?8Wù°ü°', 'wp-content/themes/twentyfourteen/js/html5.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z?¨k\\´?ó8F2YÎA'),
6516('zÃS²ú??\\Ó/ùê?', 'wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g?£ÞÇþØ!²?::?'),
6517('C2} ¶ù2?ï?-¸c?¹', 'wp-content/themes/twentyfourteen/js/slider.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'UMÃ>§Â£??ÚV!÷L'),
6518('Ówäiøhg$¢?ÂóÒ', 'wp-content/themes/twentyfourteen/languages/twentyfourteen.pot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':øÆ~?/¢eú¼x\r¿'),
6519('oPZ\nÉ%ão2X!á''^', 'wp-content/themes/twentyfourteen/page-templates/contributors.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*¢ðÂx/>7ÿe??éCµ'),
6520('�?c¨å?''6z³ÉI', 'wp-content/themes/twentyfourteen/page-templates/full-width.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ce"õÆmºü¶\0o?sã'),
6521('ê&þ(¬yf?\rÜÃ*KcA', 'wp-content/themes/twentyfourteen/page.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M©;DjRï?©úÂ'),
6522('á;?pne??Ã^@´', 'wp-content/themes/twentyfourteen/rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@´¹´µh3>??iÎÎ'),
6523('[ÂÃŽÃ…uPE?¢´òx{¾', 'wp-content/themes/twentyfourteen/screenshot.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëÔP··:ù9Lÿ$?ü='),
6524('Kî?©ØÉ,¯ÞSÈóÃG¯', 'wp-content/themes/twentyfourteen/search.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Wfs?Cu??ÎÚï`}£ôà '),
6525('øsÃ\ZÓøZtÂãcú é', 'wp-content/themes/twentyfourteen/sidebar-content.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿£ü?$ÑÒ\0DO¦±K'),
6526('/áñ''?p?i20?Ü÷ï R', 'wp-content/themes/twentyfourteen/sidebar-footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à «`éÜkt?óÌ|,6'),
6527('ý????¤$2¡bÂLÂ¥$', 'wp-content/themes/twentyfourteen/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ORná]&d?ûçþ??Ân'),
6528('ÂÚR¾ N+`gVO?¦Z', 'wp-content/themes/twentyfourteen/single.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NþOG(v!$?uLù?âa'),
6529('4"^uïYuÂDØæ?CA#', 'wp-content/themes/twentyfourteen/style.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à ä?Û$fßP?®d8Eò'),
6530('$Â¥Â?µæçþ®/?²4Ã', 'wp-content/themes/twentyfourteen/tag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')TÊ?6¶^?{?r'),
6531('??YE È?Î$?Ó', 'wp-content/themes/twentyfourteen/taxonomy-post_format.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢2£åå¥??¯ëæüâq'),
6532('?¡yk¡û2?Â3n 7£Ã', 'wp-content/uploads/1-150x150.jpg', 0, 'ȑ5?©?צ¿Ë6', 'ȑ5?©?צ¿Ë6'),
6533('Fºì./0D`\rÚw?Ã', 'wp-content/uploads/1-210x210.jpg', 0, '^fA©~sd£ßty,', '^fA©~sd£ßty,'),
6534('?¤Ân?¶6u<?º\0', 'wp-content/uploads/1-293x250.jpg', 0, '?Ã¥Ilf<ó? CØÃyp~', '?Ã¥Ilf<ó? CØÃyp~'),
6535('ÂÄú?S Ù9º?Ê?', 'wp-content/uploads/1-300x225.jpg', 0, 'èI¦9A?''ÀöcKntW', 'èI¦9A?''ÀöcKntW'),
6536('#}7¿]ß5ÿ?´ÌåÊ', 'wp-content/uploads/1-418x230.jpg', 0, '?µõ???Â¥?AäÂ', '?µõ???Â¥?AäÂ'),
6537('@?�îø(ÿ³"{', 'wp-content/uploads/1-459x250.jpg', 0, '?ú?ONù ØyÇjo??', '?ú?ONù ØyÇjo??'),
6538('©Ãp?Ã¥d?-hZÂuT4T', 'wp-content/uploads/1.jpg', 0, '²¯ü:ªi?¸éPÂb?´=', '²¯ü:ªi?¸éPÂb?´='),
6539('³²p®tÃ??cî?Æ~ìè', 'wp-content/uploads/10-150x150.jpg', 0, 'E?EÇGÂU0}T=N°v?]', 'E?EÇGÂU0}T=N°v?]'),
6540('à £#???¾5?¡1çÃ', 'wp-content/uploads/10-210x210.jpg', 0, 'ðIa?I??¯Âñ?Âz?', 'ðIa?I??¯Âñ?Âz?'),
6541('ÃWwÊFRõ??º''>ô¹', 'wp-content/uploads/10-293x250.jpg', 0, ',¨*ãÃ\0?iZ?%ýY', ',¨*ãÃ\0?iZ?%ýY'),
6542('ú»?>ï<er(¹jqðù', 'wp-content/uploads/10-300x224.jpg', 0, '9\r5''????1Âtr%Èõ', '9\r5''????1Âtr%Èõ'),
6543('èÜÃ?VÃ¥5¹FV?\n?Â\Z', 'wp-content/uploads/10-418x230.jpg', 0, 'aNn¨W æs?]Tjf', 'aNn¨W æs?]Tjf'),
6544('??ìvû&ÓHR?ß?´', 'wp-content/uploads/10-459x250.jpg', 0, ']?¯Â?b¿ ^ üÂ', ']?¯Â?b¿ ^ üÂ'),
6545('Ã/Ãda\ZÑ<?úÑ U', 'wp-content/uploads/10.jpg', 0, 'ù?RÃŽ" »?÷''', 'ù?RÃŽ" »?÷'''),
6546('ÜD?ió mÃJ^ãY?=?ª', 'wp-content/uploads/11-150x150.jpg', 0, 'ã?6`@ÜKó`Ã''ïá?g', 'ã?6`@ÜKó`Ã''ïá?g'),
6547('_=9ãdþÉPʵÃ83Ã…', 'wp-content/uploads/11-210x210.jpg', 0, '´?? ¬3?GÃ#', '´?? ¬3?GÃ#'),
6548(')~æÃi?k?{ú}o???Ø', 'wp-content/uploads/11-293x250.jpg', 0, '?YæR=xDöx\nÂp=§§', '?YæR=xDöx\nÂp=§§'),
6549('ê"²÷aÆi?AÈSZ', 'wp-content/uploads/11-300x224.jpg', 0, 'H?·öºÿ?jñÈt7', 'H?·öºÿ?jñÈt7'),
6550(' ÎX¬¹5õ;W?æ)<?', 'wp-content/uploads/11-418x230.jpg', 0, '7!üò´>¥r£|>iö°+Æ', '7!üò´>¥r£|>iö°+Æ'),
6551('ð"?þË#C%öFÆókÆ', 'wp-content/uploads/11-459x250.jpg', 0, ' ??&?ïqH¹K??', ' ??&?ïqH¹K??'),
6552('r-¥ý£Â?À''ÔË÷ù)ó', 'wp-content/uploads/11.jpg', 0, 'ÃþVr?»XÂ?켩', 'ÃþVr?»XÂ?켩'),
6553('¬÷ªzþD??O|\0£ÂÙ', 'wp-content/uploads/12-150x150.jpg', 0, 'Æ`|ÿ\r?éËf/&', 'Æ`|ÿ\r?éËf/&'),
6554('±j1&"m?nR²:`?×', 'wp-content/uploads/12-210x210.jpg', 0, ':zÂ?¶áwÖÞ6aÃ', ':zÂ?¶áwÖÞ6aÃ'),
6555(';¬|Â@h.N?¹@¿Úð', 'wp-content/uploads/12-293x250.jpg', 0, 'f?îl¾y??îUY\n·', 'f?îl¾y??îUY\n·'),
6556(' c·2Ë=?Ãæÿ²\0', 'wp-content/uploads/12-300x224.jpg', 0, '/~Â¥b5ºi?!?Þ9?', '/~Â¥b5ºi?!?Þ9?'),
6557('«5?L»4?ZÔ?)\nà ''Â', 'wp-content/uploads/12-418x230.jpg', 0, '?,Â??Âe!:Z*£Ñóm', '?,Â??Âe!:Z*£Ñóm'),
6558('IÔ^©\n5¯r¬1 ?ªuè', 'wp-content/uploads/12-459x250.jpg', 0, '4©?Ç?(??\Z´ª?6Ç', '4©?Ç?(??\Z´ª?6Ç'),
6559(')?ø|f?Ú?;¨NÔ`', 'wp-content/uploads/12.jpg', 0, '10)²?Ü?";?æü§?à ', '10)²?Ü?";?æü§?à '),
6560('?? dé¨@xÉäÇìÒ{Ûÿ', 'wp-content/uploads/13-150x150.jpg', 0, '÷o6???zÈJ!Ѧ', '÷o6???zÈJ!Ѧ'),
6561('ûºfUÂ?ýÂþ ªòg;8', 'wp-content/uploads/13-210x210.jpg', 0, 'µÆ?§mÃŽ[}Ox?', 'µÆ?§mÃŽ[}Ox?'),
6562('xoU÷¥ª§µØ)?å', 'wp-content/uploads/13-293x250.jpg', 0, '®ð\0J¹?_??-Eé5', '®ð\0J¹?_??-Eé5'),
6563('¢?\r]ñ±D???¦è', 'wp-content/uploads/13-300x224.jpg', 0, 'O?n~(C¹?-?NÆêñ?S', 'O?n~(C¹?-?NÆêñ?S'),
6564('{?<?´þ>K?°\\H?', 'wp-content/uploads/13-418x230.jpg', 0, '?.®ðzñîO2%P???½?', '?.®ðzñîO2%P???½?'),
6565('¢÷LDÃŒ ?Ã…Nñ>òì?', 'wp-content/uploads/13-459x250.jpg', 0, 'y åõôßóÂê×\0ª?õ7', 'y åõôßóÂê×\0ª?õ7'),
6566('Ö 5�8''@3(?®&?', 'wp-content/uploads/13.jpg', 0, '???M?½à @ Vý]?', '???M?½à @ Vý]?'),
6567('ò]nü?BeºÌT©h£Uú¦', 'wp-content/uploads/14-150x150.jpg', 0, 'ÙÂ''¤???ÊNªO Öî', 'ÙÂ''¤???ÊNªO Öî'),
6568('ì@ÄÃßþ3îòÆce?ç', 'wp-content/uploads/14-210x210.jpg', 0, '¬Ú?ÃäxþÆbSÓfà M', '¬Ú?ÃäxþÆbSÓfà M'),
6569('Îì¼1n¦\Z¡z4ÃIÎú', 'wp-content/uploads/14-293x250.jpg', 0, '×ÖVQ?t¸O^?ÊWp&?', '×ÖVQ?t¸O^?ÊWp&?'),
6570('[nà ?ÇT+8 kKÉ#è', 'wp-content/uploads/14-300x224.jpg', 0, 'jJoÓ?å? Ø\r ?', 'jJoÓ?å? Ø\r ?'),
6571('@XKs3kGòVåùv', 'wp-content/uploads/14-418x230.jpg', 0, '¦?¯L?±?�jvÉÀé', '¦?¯L?±?�jvÉÀé'),
6572('ÃŽj?þÂ`óh\0BwL±¡', 'wp-content/uploads/14-459x250.jpg', 0, '?w\ZÂ~Àg I?x', '?w\ZÂ~Àg I?x'),
6573('Ã<!?ÃÂ??+[{&.', 'wp-content/uploads/14.jpg', 0, 'ÃÞ!2Kx¯mIÃ3W[/)', 'ÃÞ!2Kx¯mIÃ3W[/)'),
6574('é?±¯dZ«Æóþ¼À|', 'wp-content/uploads/15-150x150.jpg', 0, 'ö?ÃYA_?Ø0²YÅf', 'ö?ÃYA_?Ø0²YÅf'),
6575('R5à q"Ò???FJV', 'wp-content/uploads/15-210x210.jpg', 0, 'hªVg?¡J^~?Îe»m', 'hªVg?¡J^~?Îe»m'),
6576('?ëÃû¹*\nÃÿæÉõõ(J', 'wp-content/uploads/15-293x250.jpg', 0, '?ÂÃn&i>?ûÃ?q7', '?ÂÃn&i>?ûÃ?q7'),
6577('¯±Kel??ËñÇÀk', 'wp-content/uploads/15-300x224.jpg', 0, 'pbÃÃQðÂ9?<»`þñ', 'pbÃÃQðÂ9?<»`þñ'),
6578('OXîP¹|''±?a#YÂ', 'wp-content/uploads/15-418x230.jpg', 0, '»à ÇÀ+äÛgÄó?k?ê?', '»à ÇÀ+äÛgÄó?k?ê?'),
6579('Â¥l[.âu.J?ùip?á&', 'wp-content/uploads/15-459x250.jpg', 0, 'Âÿ\n\0ÃîÅ0ÔÞåV%uÂA', 'Âÿ\n\0ÃîÅ0ÔÞåV%uÂA'),
6580('Ã2#?q%?¸??ï²®', 'wp-content/uploads/15.jpg', 0, '5á~?Óòû^?£?või[', '5á~?Óòû^?£?või['),
6581('a¥åM¾ËM2º7 ??DËÂ', 'wp-content/uploads/2-150x150.jpg', 0, '`,bá?%â·?é´!¿Ñ', '`,bá?%â·?é´!¿Ñ'),
6582('?û@))"?2SÞc¯ê\rbÂ', 'wp-content/uploads/2-210x210.jpg', 0, '°?K?yf~ÂEîr^Ü?', '°?K?yf~ÂEîr^Ü?'),
6583('¼''Håºþ-?U?á5mÂ', 'wp-content/uploads/2-293x250.jpg', 0, 'hR3?¶ïMw]ÿæº?Y', 'hR3?¶ïMw]ÿæº?Y'),
6584('?áy¢Ê.?K?Aʲ®%', 'wp-content/uploads/2-300x224.jpg', 0, '?Çé«O@ËMh?)Âú?', '?Çé«O@ËMh?)Âú?'),
6585('Êãþ??ñ+êß1³²ÎÆ', 'wp-content/uploads/2-418x230.jpg', 0, ' �ïüþæòDì?;?,(', ' �ïüþæòDì?;?,('),
6586('s?ß?ÃÆa2oÔ#?0', 'wp-content/uploads/2-459x250.jpg', 0, 'WÑIÃ^fºçËÅû¶ºr', 'WÑIÃ^fºçËÅû¶ºr'),
6587('´\nP?òAÈE4??wð', 'wp-content/uploads/2.jpg', 0, '\Zd7A¼?),êÂc?°', '\Zd7A¼?),êÂc?°'),
6588('ã4æ¦?p<lZKúrW', 'wp-content/uploads/2012/07/favicon-2.ico', 0, 'A0?xL[ö¸q±4i"', 'A0?xL[ö¸q±4i"'),
6589('?\nÂC?¬ÔÕÕu½', 'wp-content/uploads/2012/07/poweredbytux-clear-150x28.png', 0, '°?Uw·yÂæ8ºO¸v4', '°?Uw·yÂæ8ºO¸v4'),
6590('Z?ö?ÑE"ä?Üz', 'wp-content/uploads/2012/07/poweredbytux-clear.png', 0, '?WâÊúÓv?5*#b', '?WâÊúÓv?5*#b'),
6591('»gßã?"?B?û''»´(Ã', 'wp-content/uploads/2012/07/riser_logo-150x90.png', 0, 'bÑðã âª Ws?!@$?]', 'bÑðã âª Ws?!@$?]'),
6592('?Häë½çR1rÃ¥Ãê=ú', 'wp-content/uploads/2012/07/riser_logo-300x67.png', 0, 'WøuªiÖkÂv*ÞÓGº\0', 'WøuªiÖkÂv*ÞÓGº\0'),
6593('îJ½ædãp+·ô2?P?*', 'wp-content/uploads/2012/07/riser_logo.png', 0, 'qd?H?6gH¿HÃ', 'qd?H?6gH¿HÃ'),
6594('û·ºqHcEBª{57ÂÊ7', 'wp-content/uploads/3-150x150.jpg', 0, 'KÜÞûÿFÿªa£«}?8', 'KÜÞûÿFÿªa£«}?8'),
6595('CÃðE?Âùñ5uQ?G÷?', 'wp-content/uploads/3-210x210.jpg', 0, 'Ö+?øÃé±t¢ 2?²Ä', 'Ö+?øÃé±t¢ 2?²Ä'),
6596('?&ÂôSz?®ÂîÌy', 'wp-content/uploads/3-293x250.jpg', 0, '£s½ÑI!sÜ?????A', '£s½ÑI!sÜ?????A'),
6597('"£Ã?×?Ã1ûøë²À3', 'wp-content/uploads/3-300x224.jpg', 0, '?MÃ’HØû''în³''Óï', '?MÃ’HØû''în³''Óï'),
6598('??VûÆ$°=g?1ê?Ë', 'wp-content/uploads/3-418x230.jpg', 0, '? ?ÂÆ;9qÆéDø¼ ', '? ?ÂÆ;9qÆéDø¼ '),
6599(']MBªÑ#???EÖÃW', 'wp-content/uploads/3-459x250.jpg', 0, '^¯£Kn?Åó"?Ã0??s', '^¯£Kn?Åó"?Ã0??s'),
6600('Â\0¿O¤bÿ,\0Wó\Zxîe', 'wp-content/uploads/3.jpg', 0, '¯^ l,jê?Çe?}Ô', '¯^ l,jê?Çe?}Ô'),
6601('óe°ûºïwE/b|²ÃfjB', 'wp-content/uploads/4-150x150.jpg', 0, 'ðS ÂÂ:`Ã÷?=yTÂÓ', 'ðS ÂÂ:`Ã÷?=yTÂÓ'),
6602('?Âfs??ÕǶ?', 'wp-content/uploads/4-210x210.jpg', 0, '?m3Â\08èô?Ã''??', '?m3Â\08èô?Ã''??'),
6603('Øú?HÞ^?Ãa°¦¿', 'wp-content/uploads/4-293x250.jpg', 0, '?F4?Øù7??,£;', '?F4?Øù7??,£;'),
6604('ºÛEæáÜUäyÀ\ZßðVF', 'wp-content/uploads/4-300x224.jpg', 0, '?,ßr{F@èJ±°ùÎ?½k', '?,ßr{F@èJ±°ùÎ?½k'),
6605('?çµ?RÈ:òùØ7}', 'wp-content/uploads/4-418x230.jpg', 0, 'ösú?Ä<»<<?þ', 'ösú?Ä<»<<?þ'),
6606('Ó×ø¾kÿ?é?ûõwU8''', 'wp-content/uploads/4-459x250.jpg', 0, 'ê|,?¤Ã|T¼næ£;Â', 'ê|,?¤Ã|T¼næ£;Â'),
6607('Êç?é&?;ZòO«?Ô', 'wp-content/uploads/4.jpg', 0, 'nÿ?gv^®lCå¼e²?', 'nÿ?gv^®lCå¼e²?'),
6608('ßìáq+ ê?2?]á?', 'wp-content/uploads/5-150x150.jpg', 0, '£?ÔzvïgìGÎó¯¨', '£?ÔzvïgìGÎó¯¨'),
6609('}\\>Rkµá?éÛB', 'wp-content/uploads/5-210x210.jpg', 0, '??%2ýÃ0´???$)C', '??%2ýÃ0´???$)C'),
6610('\Z§S ÃIð?SnrBà PM', 'wp-content/uploads/5-293x250.jpg', 0, '|Êù¦§ì\ZÛg?µª.', '|Êù¦§ì\ZÛg?µª.'),
6611('">ë-Æ÷#ðbô¨éº', 'wp-content/uploads/5-300x224.jpg', 0, 'ÀqDý?zc(?³w¹', 'ÀqDý?zc(?³w¹'),
6612('¼·Lä0PÃNïôÛ_?3é', 'wp-content/uploads/5-418x230.jpg', 0, 'n???Neµ\\L®', 'n???Neµ\\L®'),
6613('¬Þ6¹?)?®öE\Z1þ', 'wp-content/uploads/5-459x250.jpg', 0, '?s¥«?G¥?#û_(x0', '?s¥«?G¥?#û_(x0'),
6614('MLnw³ÃÃ’"HÙ\0úZ¢l', 'wp-content/uploads/5.jpg', 0, 'Â?¡3G«Ã9]OÇ]Ê\nÆ', 'Â?¡3G«Ã9]OÇ]Ê\nÆ'),
6615('£?°''N?Ã:ð7\\aþU3b', 'wp-content/uploads/6-150x150.jpg', 0, ';1?¥?Ù&à ùñ]ÇDÂ', ';1?¥?Ù&à ùñ]ÇDÂ'),
6616('!???jhÖ&?ð½?', 'wp-content/uploads/6-210x210.jpg', 0, 'îaÕüy?k8ÃD¨\n?v', 'îaÕüy?k8ÃD¨\n?v'),
6617('fî¬çÃ×rR 1evm*', 'wp-content/uploads/6-293x250.jpg', 0, '?Îèz?F?¸ìb?øª', '?Îèz?F?¸ìb?øª'),
6618('AÃÑ_cKìz?L¹º?¯', 'wp-content/uploads/6-300x224.jpg', 0, '4qô?\n?^§ñaì?ãR¸?', '4qô?\n?^§ñaì?ãR¸?'),
6619('???à ta¹.³òûO¡º°', 'wp-content/uploads/6-418x230.jpg', 0, ' ]\0s°p??>u C7sAÔ', ' ]\0s°p??>u C7sAÔ'),
6620('ðÑ-Â1<lHK\Zÿwë?', 'wp-content/uploads/6-459x250.jpg', 0, 'éÓ[ÿÂþuñ.yj+îØ', 'éÓ[ÿÂþuñ.yj+îØ'),
6621('Âå¥3?z?¤ßÂ?i', 'wp-content/uploads/6.jpg', 0, '?¾u?¦DÂ&$pf2k', '?¾u?¦DÂ&$pf2k'),
6622('ëÂò³_o¹#S¼?ñ¡:', 'wp-content/uploads/7-150x150.jpg', 0, 'Çñª? KJóph?¶H\n', 'Çñª? KJóph?¶H\n'),
6623('^?¢äÛ |Ä\r«JñÃ+', 'wp-content/uploads/7-210x210.jpg', 0, 't?Ôåx?i¸óûýî', 't?Ôåx?i¸óûýî'),
6624('Q>ôF)féhM÷Ú0', 'wp-content/uploads/7-224x300.jpg', 0, 'ªìR}?Òîg\n½Ô?¢', 'ªìR}?Òîg\n½Ô?¢'),
6625('Wa»×é?D÷F?÷', 'wp-content/uploads/7-293x250.jpg', 0, '<h¨iå?ý?y¾?B', '<h¨iå?ý?y¾?B'),
6626('Ãâ>m×1qHÂÜH¾µbÙ', 'wp-content/uploads/7-418x230.jpg', 0, 'Q??×Ë7);r°úßE%', 'Q??×Ë7);r°úßE%'),
6627('®ºýU¼¥mW»Ô"1Ö', 'wp-content/uploads/7-459x250.jpg', 0, '©DØöãJ?ôÓê×EÃà ?', '©DØöãJ?ôÓê×EÃà ?'),
6628('KÃæ,??|û??ë2Ë{R', 'wp-content/uploads/7.jpg', 0, '?,!C¦!?Â?=q/?', '?,!C¦!?Â?=q/?'),
6629('ú"?\r?Ãé¸È)~eùî', 'wp-content/uploads/8-150x150.jpg', 0, 'JMÃŒH"1À0nQ?¸úA', 'JMÃŒH"1À0nQ?¸úA'),
6630('æþ?sÂð??Ëúh»®', 'wp-content/uploads/8-210x210.jpg', 0, 'NØ4f»@gì\0¾ö²', 'NØ4f»@gì\0¾ö²'),
6631('*=÷Ãó`~捀-°?I?X', 'wp-content/uploads/8-293x250.jpg', 0, 'lV-\\>? Â-tÚ:?á', 'lV-\\>? Â-tÚ:?á'),
6632('?+ª)QÜ\ZüLC3¡', 'wp-content/uploads/8-300x224.jpg', 0, 'aFÿ?Â¥\\YÓü²Âp?Û{', 'aFÿ?Â¥\\YÓü²Âp?Û{'),
6633('ûr?ñTeç]Â?G Ó', 'wp-content/uploads/8-418x230.jpg', 0, '½©Ûq¦c?DÂf?o._', '½©Ûq¦c?DÂf?o._'),
6634(')m]º%f?b·º?Ó''i', 'wp-content/uploads/8-459x250.jpg', 0, 'A äøþ+½?e?Ååvÿ', 'A äøþ+½?e?Ååvÿ'),
6635('«nÃi]¾\0qÓ_®? y', 'wp-content/uploads/8.jpg', 0, '¾á?ý?º»îTÔ"Æ', '¾á?ý?º»îTÔ"Æ'),
6636('¡"{¿óLÞ÷T?Çóy?', 'wp-content/uploads/9-150x150.jpg', 0, 'DL7ìÑ?F??Ú@1 ', 'DL7ìÑ?F??Ú@1 '),
6637('¥¢?R;)z?Rà sË', 'wp-content/uploads/9-210x210.jpg', 0, 'f e°%\nç?|?Â/+pE', 'f e°%\nç?|?Â/+pE'),
6638('?æÂ6ÃQà \nºp¶nW?è', 'wp-content/uploads/9-293x250.jpg', 0, 'Â?º?5?#¢ªð^?¸E6', 'Â?º?5?#¢ªð^?¸E6'),
6639('½[??Z{gL\Z"k5?õë?', 'wp-content/uploads/9-300x224.jpg', 0, 'Ê?¼çrJ1÷§âÓF_?', 'Ê?¼çrJ1÷§âÓF_?'),
6640('Ã¥ P¬XZb®ôÂÂ(2)', 'wp-content/uploads/9-418x230.jpg', 0, '?Ñj''82AqE9-wnl', '?Ñj''82AqE9-wnl'),
6641('´D?¡¦D¹!8|øcD(ù', 'wp-content/uploads/9-459x250.jpg', 0, '探2}ÑEbÃHS?÷@', '探2}ÑEbÃHS?÷@'),
6642('Qú5²o8³¢ûê¸Q¡', 'wp-content/uploads/9.jpg', 0, '[??@jÙy»&.æ?ÓS', '[??@jÙy»&.æ?ÓS'),
6643('¹/YÞÆÜ|Åðãä?', 'wp-content/uploads/Riser-Construction-Planning-Tips.pdf', 0, 'Ó?bä}°ösN?ø', 'Ó?bä}°ösN?ø'),
6644('YÖþä`|Â?Éb²à #v', 'wp-content/uploads/Riser-Construction-Terms-and-Conditions.pdf', 0, '??oÇø9%¾.Ãn?\0óF', '??oÇø9%¾.Ãn?\0óF'),
6645('ñÃá?¦?¬.''�};', 'wp-content/uploads/banner-1-150x50.png', 0, '¡ÓÞ:ï?ZÓÊkPÎæ.£', '¡ÓÞ:ï?ZÓÊkPÎæ.£'),
6646('B?îç$ lh?vð?1q', 'wp-content/uploads/banner-1-210x50.png', 0, 'N?? â?\\3O®¸', 'N?? â?\\3O®¸'),
6647(' +vÑÂ)ôÂ\n?ºY²?', 'wp-content/uploads/banner-1-293x50.png', 0, 'Úâñ6¤¨¾J;P?Ã?', 'Úâñ6¤¨¾J;P?Ã?'),
6648('ÃkxLt[TPv?HYãá?', 'wp-content/uploads/banner-1-300x27.png', 0, 'á 7?J¢6?ˆ $$`è', 'á 7?J¢6?ˆ $$`è'),
6649('??iSpE?TÙèç#´', 'wp-content/uploads/banner-1-418x50.png', 0, 'L{@??K?37\r:¬ÊÃ', 'L{@??K?37\r:¬ÊÃ'),
6650('\\ÕÃñ$¡£??À+^ó²', 'wp-content/uploads/banner-1-459x50.png', 0, 'ÑÇnvÃç©=q?ùÑH¬', 'ÑÇnvÃç©=q?ùÑH¬'),
6651('6¢bá?)vÄ>U?Wì', 'wp-content/uploads/banner-1.png', 0, 'Âm(ÂÂ?\\gÄ?¸?óÂ', 'Âm(ÂÂ?\\gÄ?¸?óÂ'),
6652('k8??u\0³t9ux³¾¡Þ4', 'wp-content/uploads/banner-2-150x50.png', 0, 'E??5¼óç\0tôì¤', 'E??5¼óç\0tôì¤'),
6653('WF?S%gT?qürÔ?', 'wp-content/uploads/banner-2-210x50.png', 0, 'ò??4?ÄÜ??IÎZ?', 'ò??4?ÄÜ??IÎZ?'),
6654('ú|×s5p''¤ÜD Ê\Z{ü', 'wp-content/uploads/banner-2-293x50.png', 0, 'C???ëtóÃôm?sÂ', 'C???ëtóÃôm?sÂ'),
6655('¤q?Ö??è¦\rÄhfQ', 'wp-content/uploads/banner-2-300x49.png', 0, 'ì´ÚJx®ëÖðYlh$+dQ', 'ì´ÚJx®ëÖðYlh$+dQ'),
6656('®aÃz«ý??«?Æz', 'wp-content/uploads/banner-2.png', 0, '\n?9qËMç¹ ¨?Â]?Â', '\n?9qËMç¹ ¨?Â]?Â'),
6657('¬¼*ö¿ôï:±?¡ EÖb', 'wp-content/uploads/banner-3-150x50.png', 0, 'öõRÿ''è?`ºE÷ke', 'öõRÿ''è?`ºE÷ke'),
6658('½yÖKX5Ü\rub?', 'wp-content/uploads/banner-3-210x50.png', 0, '¨¾G¸ÚÄûÄxÈR¯%', '¨¾G¸ÚÄûÄxÈR¯%'),
6659('ÞZI¯4??§H¦?ãb', 'wp-content/uploads/banner-3-293x50.png', 0, 'ÞùöÂï,?''ÂÃ¥?ú', 'ÞùöÂï,?''ÂÃ¥?ú'),
6660('øÃßF·ï?²Yæ$c$õ', 'wp-content/uploads/banner-3-300x34.png', 0, 'Õ(ÔËn\\cË3?¾;/_', 'Õ(ÔËn\\cË3?¾;/_'),
6661('?èM?6ºÂÈw~4}d', 'wp-content/uploads/banner-3-418x50.png', 0, '2h?\\¤´Y¢:?è', '2h?\\¤´Y¢:?è'),
6662('ÛmnJ7N|¥9¹~O§¹¨', 'wp-content/uploads/banner-3.png', 0, 'ts½Vò?N?ê8Ì+??', 'ts½Vò?N?ê8Ì+??'),
6663('??øN½û×?XÃïüÂ', 'wp-content/uploads/banner-4-150x50.png', 0, '±@¡@ÃÃŽB¤KÊã', '±@¡@ÃÃŽB¤KÊã'),
6664('ÑQñåMÒÖ\Z2ªGmÓ', 'wp-content/uploads/banner-4-210x50.png', 0, 'üþag\nãG?øúQ*.TFy', 'üþag\nãG?øúQ*.TFy'),
6665('UçÂIÂ[A´µ=}? ', 'wp-content/uploads/banner-4-293x50.png', 0, '´?Â\\}¹åð?FÃ])÷Ã', '´?Â\\}¹åð?FÃ])÷Ã'),
6666('?k?Rl?ÿõ»[ÊOÂ', 'wp-content/uploads/banner-4.png', 0, '4ûÃ#Ôd?6S[?G?\re', '4ûÃ#Ôd?6S[?G?\re'),
6667('i+?£ÀeÃê?®?D¼ ', 'wp-content/uploads/banner-6-150x50.png', 0, '''M?îæG?ÃìfÃŽ,»?±', '''M?îæG?ÃìfÃŽ,»?±'),
6668('?Âóg#amûGgæ]?', 'wp-content/uploads/banner-6-210x50.png', 0, 'à "òÃ?þ^"sp{??', 'à "òÃ?þ^"sp{??'),
6669('¦¬Ag<x}ÄË÷ªîm', 'wp-content/uploads/banner-6-293x50.png', 0, '±ØeY½?®g?Â?', '±ØeY½?®g?Â?'),
6670('` ;?\nÅÛ}]V[oïü', 'wp-content/uploads/banner-6-300x32.png', 0, '?¼3!¯ò?÷S«$lï', '?¼3!¯ò?÷S«$lï'),
6671('Lò.,ç7?ð«©pÃŒÃ', 'wp-content/uploads/banner-6-418x50.png', 0, '±E¿þ-4ÂöüÀË!ÃB¢', '±E¿þ-4ÂöüÀË!ÃB¢'),
6672('¥$ËÚ2Ú??Õ¢46', 'wp-content/uploads/banner-6-459x50.png', 0, '1UèÅ0ÙD?¦?6è(¨', '1UèÅ0ÙD?¦?6è(¨'),
6673('*"ªG±Î$¢ ã±u¸?Â', 'wp-content/uploads/banner-6.png', 0, ' ª»ÅcÃM????q&:ÿ', ' ª»ÅcÃM????q&:ÿ'),
6674('þ?�(ãhÅtYßá7^u', 'wp-content/uploads/banner-7-150x50.png', 0, '???ýLÚ~RH³?î?¯', '???ýLÚ~RH³?î?¯'),
6675('Â?jµ\Z''°Ù5$? ?Ã\Z', 'wp-content/uploads/banner-7-210x50.png', 0, '«¡&tE²K$0¤÷³þ', '«¡&tE²K$0¤÷³þ'),
6676('??@ØëI?Ú>j?Ã\\??', 'wp-content/uploads/banner-7-293x50.png', 0, '¡{£R&Ó?=?^ÃŽrU?%', '¡{£R&Ó?=?^ÃŽrU?%'),
6677('®-[W?¢?yÙF,=8^', 'wp-content/uploads/banner-7-300x34.png', 0, '¿áx?B???Î.?6¸Ì', '¿áx?B???Î.?6¸Ì'),
6678('F:(¤ «ÉAçW?ð¿Õ', 'wp-content/uploads/banner-7-418x50.png', 0, '?z½6<NÂxU?DAø+?Ã…', '?z½6<NÂxU?DAø+?Ã…'),
6679('?Ävwûøè>q´?Ø0z?«', 'wp-content/uploads/banner-7.png', 0, 'mÃv?ðÊmØ\n??N\n', 'mÃv?ðÊmØ\n??N\n'),
6680('Ü^4µ??1?~¿Â¦ý', 'wp-content/uploads/daniel_headshot-150x150.jpg', 0, '´¬?µ?¶~Æ[ÃîÛ\\Ê', '´¬?µ?¶~Æ[ÃîÛ\\Ê'),
6681('?%}\nÇW~rµ#§ì`', 'wp-content/uploads/daniel_headshot-210x210.jpg', 0, 'ZP\r ?¯r?AÿT', 'ZP\r ?¯r?AÿT'),
6682('A-,«VÀÔÓÃ??|Â-Â', 'wp-content/uploads/daniel_headshot-293x250.jpg', 0, 'EÄÈ?öl?¬\rÂ¥2?/%', 'EÄÈ?öl?¬\rÂ¥2?/%'),
6683('ê!®?ÃÂ&¶?X2zA ', 'wp-content/uploads/daniel_headshot-300x300.jpg', 0, 'róds%?Ù?R??µ¤', 'róds%?Ù?R??µ¤'),
6684('? $gn<>ãRÙ/', 'wp-content/uploads/daniel_headshot-400x230.jpg', 0, '=ïMðQ?sÉ??§`?', '=ïMðQ?sÉ??§`?'),
6685('Â^??uÃ4\rj®^?', 'wp-content/uploads/daniel_headshot-400x250.jpg', 0, '?] ë{?Qº2o?Cþ1', '?] ë{?Qº2o?Cþ1'),
6686('??¹f\0J÷?gwÃÃ', 'wp-content/uploads/daniel_headshot.jpg', 0, '??7¤úOóªe??ÿ$º', '??7¤úOóªe??ÿ$º'),
6687('[Ú #?·üGãuÑ??lÄ', 'wp-content/uploads/grid-long-1024x161.png', 0, '?dk?ì/£gÂ^Æ]ûó33', '?dk?ì/£gÂ^Æ]ûó33'),
6688(':o§\\«æò4&Â', 'wp-content/uploads/grid-long-150x150.png', 0, ':jÃŽ?«½óò÷WÇK6r', ':jÃŽ?«½óò÷WÇK6r'),
6689('Ñuõ ö;#/îS¹¾¢>', 'wp-content/uploads/grid-long-210x210.png', 0, '°??Û**M²£', '°??Û**M²£'),
6690('0????P\\ÜñðÊ', 'wp-content/uploads/grid-long-293x250.png', 0, 'ð¸_;tA®êl?¤3æv', 'ð¸_;tA®êl?¤3æv'),
6691('9??Ã/QYLÂæK?A]®þ', 'wp-content/uploads/grid-long-300x47.png', 0, '3øg?û]üÂg?Ôm?Q', '3øg?û]üÂg?Ôm?Q'),
6692('TãÂg÷¶Ã?ÃÃnÎÈ', 'wp-content/uploads/grid-long-418x230.png', 0, '\\°/??¨èFLUY??(?', '\\°/??¨èFLUY??(?'),
6693('¾ ?7V¹ÒüUGï?UÃh', 'wp-content/uploads/grid-long-459x250.png', 0, 'K (+?Z«Ôà ÛþHõd', 'K (+?Z«Ôà ÛþHõd'),
6694('«?DZ?D?0aK`öP?Â', 'wp-content/uploads/grid-long-946x149.png', 0, '?ÂO?ÃcÆóNA', '?ÂO?ÃcÆóNA'),
6695('¹ÒÉÛ?h?¢uH"xÃl', 'wp-content/uploads/grid-long.png', 0, 'O??^Ò×?5ÃØz', 'O??^Ò×?5ÃØz'),
6696('xýßV\0/Æ=Ç:?N?', 'wp-content/uploads/keys-150x150.jpg', 0, 't¬Ãf?jV?)?MÑ', 't¬Ãf?jV?)?MÑ'),
6697('á$ÌÖÅìó¤U8ÔÃBÑ', 'wp-content/uploads/keys-210x210.jpg', 0, 'è?ù?L?l¶qÕö¾h|Ã…', 'è?ù?L?l¶qÕö¾h|Ã…'),
6698('??rÎrl%à w@?Kà ', 'wp-content/uploads/keys-293x250.jpg', 0, '0¾??6Ëãdþ\0C{õ?', '0¾??6Ëãdþ\0C{õ?'),
6699('Û?qI¬?;tp#%ý?~', 'wp-content/uploads/keys-300x134.jpg', 0, '×Q¾|ÊÃBv4Wo\r¤û?', '×Q¾|ÊÃBv4Wo\r¤û?'),
6700('$Ãl²0è?·³?xQ¹', 'wp-content/uploads/keys-418x230.jpg', 0, '??*YµK¢?t?ø÷', '??*YµK¢?t?ø÷'),
6701('MÖYÂ¥<©\0Â%j´0Wc5', 'wp-content/uploads/keys-459x250.jpg', 0, 'è''ÿã¦\0?À?/0J', 'è''ÿã¦\0?À?/0J'),
6702('zÃ\\$$¾F\0Ã…lA£ê± ', 'wp-content/uploads/keys-946x423.jpg', 0, 'ÃõrK?ð?mcÃ…Ló', 'ÃõrK?ð?mcÃ…Ló'),
6703('[®}ö>JÔ÷SÚ"?', 'wp-content/uploads/keys.jpg', 0, 'à ?[?ÙÖ''6Ø3ZÃŒ}', 'à ?[?ÙÖ''6Ø3ZÃŒ}'),
6704('''æD«ì?r?®ÙÎý<S', 'wp-content/uploads/keys_slider-150x150.jpg', 0, '÷>?p?¢²h?ü?', '÷>?p?¢²h?ü?'),
6705('??ÄD?Âî3åUT)á', 'wp-content/uploads/keys_slider-210x210.jpg', 0, 'e¼??xB¨m�Óé', 'e¼??xB¨m�Óé'),
6706('ö´jÕ«?MjÃiF^??', 'wp-content/uploads/keys_slider-293x250.jpg', 0, ' ,Ú\n]y±à *÷¸8\n?Åè', ' ,Ú\n]y±à *÷¸8\n?Åè'),
6707('ª?¨?£XÂ¥|ôô7ä¦Ã', 'wp-content/uploads/keys_slider-300x134.jpg', 0, '#Ã?JâÌþWÖÕ#ÿÜ÷', '#Ã?JâÌþWÖÕ#ÿÜ÷'),
6708('gs$éuCà YÆ\r¾*«¦', 'wp-content/uploads/keys_slider-418x230.jpg', 0, 'DM?ó?9?(1?Óöª8', 'DM?ó?9?(1?Óöª8'),
6709('Ã\0Â(?ôÂ;\n rðk?', 'wp-content/uploads/keys_slider-459x250.jpg', 0, 'ֈ =]YYÆ\Z?ià ', 'ֈ =]YYÆ\Z?ià '),
6710('C]·?ôa?W?yf?= ', 'wp-content/uploads/keys_slider-946x423.jpg', 0, 'X?u (?ç???¨?', 'X?u (?ç???¨?'),
6711('¬H;±µ)V\\Ùúcü?p', 'wp-content/uploads/keys_slider.jpg', 0, 'i\Z?T7`ÃO?wÌÂ?', 'i\Z?T7`ÃO?wÌÂ?'),
6712('Ôt¤Ñ?×ÄjöÈø', 'wp-content/uploads/licensed-bond-ins-150x150.png', 0, 'ß6D??äâÒ âsZ ', 'ß6D??äâÒ âsZ '),
6713('û5¿J#�\ZÂ[sá<L', 'wp-content/uploads/licensed-bond-ins-198x210.png', 0, '?ì²lÚë¡ÇðN?%ø', '?ì²lÚë¡ÇðN?%ø'),
6714('?q?hÉ=Jº?0JV\0$u', 'wp-content/uploads/licensed-bond-ins-198x230.png', 0, 'î¿*W!Ú\r}¯¨¢ F?', 'î¿*W!Ú\r}¯¨¢ F?'),
6715('W4)Ã!WÙiÊÿæoM?', 'wp-content/uploads/licensed-bond-ins-198x250.png', 0, 'ì²Ê\r?xʺÚ\nï?', 'ì²Ê\r?xʺÚ\nï?'),
6716(' AtÃŒÃ''DÊýN', 'wp-content/uploads/licensed-bond-ins.png', 0, 'æ×è÷K?¨O', 'æ×è÷K?¨O'),
6717('BBiR!s#8\\z?ñ¹ã', 'wp-content/uploads/login-logo-150x102.png', 0, 'c.¨ó}õÌIá5aZ#©J', 'c.¨ó}õÌIá5aZ#©J'),
6718('F\r4?ñ,¿7ÑÄãq½<Ñ', 'wp-content/uploads/login-logo-210x102.png', 0, 'Õ.SQn{Zqù?t³y?ê', 'Õ.SQn{Zqù?t³y?ê'),
6719('^¦T.ß?ÂêT¨+Ø>', 'wp-content/uploads/login-logo.png', 0, '9ÌÑ^¤? Xà 36¤%g,', '9ÌÑ^¤? Xà 36¤%g,'),
6720('d3\0}Ü?wA({gzÞ', 'wp-content/uploads/member_hba_nela.png', 0, '?ý¤?eg?òëp/<P', '?ý¤?eg?òëp/<P'),
6721('z?Õ ´¸¤??çúp{@', 'wp-content/uploads/newconstruction_port_cover-150x150.jpg', 0, 'Eyò³Ã?¬.¾ÂñùGO', 'Eyò³Ã?¬.¾ÂñùGO'),
6722('?H8 Âÿ{\rþ²?¾µ', 'wp-content/uploads/newconstruction_port_cover-210x210.jpg', 0, '*ãß\Z¾$kü?6ù.ÃŽ)¤ª', '*ãß\Z¾$kü?6ù.ÃŽ)¤ª'),
6723('?ÃR5??{ ?J×ç4?', 'wp-content/uploads/newconstruction_port_cover-293x230.jpg', 0, '¾H¢?qã;£\r?m7Q¨ö', '¾H¢?qã;£\r?m7Q¨ö'),
6724('ò®æÃ&¤F¡4èÞP9I', 'wp-content/uploads/newconstruction_port_cover-300x165.jpg', 0, '?=WÈ5a?¼QIE\r}ñ!', '?=WÈ5a?¼QIE\r}ñ!'),
6725('èoÃÈ}ÂÃ¥n»? ?+Â8?', 'wp-content/uploads/newconstruction_port_cover.jpg', 0, '|gñLZr??ëEÆ×æ', '|gñLZr??ëEÆ×æ'),
6726('??N\rËÃk.?Lò??', 'wp-content/uploads/newconstruction_port_cover1-150x150.jpg', 0, 'Ä?5m(Nºç|Â¥;?3', 'Ä?5m(Nºç|Â¥;?3'),
6727('Ìs?ÄÕ)?·''²·¢Ì0º', 'wp-content/uploads/newconstruction_port_cover1-210x210.jpg', 0, '?þÔX¢¿Ik\\?p6ãx', '?þÔX¢¿Ik\\?p6ãx'),
6728('?F9?Z?6?_+\\?Ãk', 'wp-content/uploads/newconstruction_port_cover1-293x230.jpg', 0, '?¦ÿhu?\ZØ?Îö²l{', '?¦ÿhu?\ZØ?Îö²l{'),
6729('?Êãx>\0ëP®?Â1A®', 'wp-content/uploads/newconstruction_port_cover1-300x165.jpg', 0, '?ù\\½@²Ô?ò¨ÃÔ', '?ù\\½@²Ô?ò¨ÃÔ'),
6730('»ë?ÓG^×ëÂÅ?þ', 'wp-content/uploads/newconstruction_port_cover1.jpg', 0, '.ihQ"P?ÿè¨ø¸?¸', '.ihQ"P?ÿè¨ø¸?¸'),
6731('ïH?ùg±??Kâ', 'wp-content/uploads/riser_favicon.png', 0, '?³ë(Õõ?JZ_G', '?³ë(Õõ?JZ_G'),
6732('»?FØi/??Ã+éö', 'wp-content/uploads/riser_general-150x150.jpg', 0, '£/6¾Ã8a?üLØÑú±E', '£/6¾Ã8a?üLØÑú±E'),
6733('ÃŒZáÂÿ¬>MÂG|Ûßê', 'wp-content/uploads/riser_general-210x160.jpg', 0, '???É?ÙÂò«Ù >', '???É?ÙÂò«Ù >'),
6734('÷ñ9UòV?¢õy£å?b¡', 'wp-content/uploads/riser_general.jpg', 0, '\\y~Tº´\Zò×dXª*¼', '\\y~Tº´\Zò×dXª*¼'),
6735('þAà ã$º\Z{WÃhY??', 'wp-content/uploads/riser_home_improve_sliderhome-150x150.jpg', 0, 'è~´ÖA¡\0~!\0g×c1y?', 'è~´ÖA¡\0~!\0g×c1y?'),
6736('-?L?®??c?³eñd', 'wp-content/uploads/riser_home_improve_sliderhome-210x210.jpg', 0, '¬?ðÂø?gÃŒ0Pâ\n_QÂ', '¬?ðÂø?gÃŒ0Pâ\n_QÂ'),
6737('ùJ?ð¢â?øJÂyo', 'wp-content/uploads/riser_home_improve_sliderhome-293x250.jpg', 0, '?9H?H?=?9ìÃq!=', '?9H?H?=?9ìÃq!='),
6738('C?§G«úõ¬J*4ð\Zfô:', 'wp-content/uploads/riser_home_improve_sliderhome-300x134.jpg', 0, '@è±°ý£ë@ÌüyèÂù', '@è±°ý£ë@ÌüyèÂù'),
6739('??+2ªÕ~¾¯=-aM', 'wp-content/uploads/riser_home_improve_sliderhome-418x230.jpg', 0, '¿_Û*7j%¸²M¾÷', '¿_Û*7j%¸²M¾÷'),
6740(')¤ø?¯?Â?kÚg¼?', 'wp-content/uploads/riser_home_improve_sliderhome-459x250.jpg', 0, 'ú¬iuC?ZVÃÉ7?', 'ú¬iuC?ZVÃÉ7?'),
6741('?tEi¹,\Z¯(ÂCR?', 'wp-content/uploads/riser_home_improve_sliderhome-946x423.jpg', 0, 'èhi©¶ÿ±¬H·1ý', 'èhi©¶ÿ±¬H·1ý'),
6742('?ñÂÂLìë?WF¾', 'wp-content/uploads/riser_home_improve_sliderhome.jpg', 0, '6@®ÃÛó¡?->}¡0}}', '6@®ÃÛó¡?->}¡0}}'),
6743('òaìÂ<c_ÿÆÆã?Â)', 'wp-content/uploads/riser_home_improve_sliderkitchen-150x150.jpg', 0, '\0?¨¤????D ?Â?T°', '\0?¨¤????D ?Â?T°'),
6744('"Â`?V1"?\\Âö6A¯', 'wp-content/uploads/riser_home_improve_sliderkitchen-210x210.jpg', 0, '§#wRÚ×!&*<\rqG\\"', '§#wRÚ×!&*<\rqG\\"'),
6745('ÇÌ??KÜ÷¼ ©U?', 'wp-content/uploads/riser_home_improve_sliderkitchen-293x250.jpg', 0, ' ?ÃÈIwÛ2fÉP?¼?9X', ' ?ÃÈIwÛ2fÉP?¼?9X');
6746INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
6747('à hîoRH¤¾?Ö]Ù;?L=', 'wp-content/uploads/riser_home_improve_sliderkitchen-300x134.jpg', 0, 'ôà ~§«oýî''?^å@?', 'ôà ~§«oýî''?^å@?'),
6748('½p?>TÃ¥!ÃÆD?äqD', 'wp-content/uploads/riser_home_improve_sliderkitchen-418x230.jpg', 0, 'Ü\\¶??ntúÂõF', 'Ü\\¶??ntúÂõF'),
6749('D5`«p×;w]wNÂÂ>?', 'wp-content/uploads/riser_home_improve_sliderkitchen-459x250.jpg', 0, '×?;*?Oø7qÞØ9ê', '×?;*?Oø7qÞØ9ê'),
6750('lt1®ÊkÈ)??d<', 'wp-content/uploads/riser_home_improve_sliderkitchen-946x423.jpg', 0, ',®ç4§¥M}¨o???D', ',®ç4§¥M}¨o???D'),
6751('pY\\5?{?$îQ?%?', 'wp-content/uploads/riser_home_improve_sliderkitchen.jpg', 0, 'x¤ô$¹[¸û|¯AE', 'x¤ô$¹[¸û|¯AE'),
6752('??ß???ÃŒBpá·JJ', 'wp-content/uploads/riser_homeimprove-150x150.jpg', 0, '¬n?ÑTø-z?Ip\ZVâ', '¬n?ÑTø-z?Ip\ZVâ'),
6753('Û>¼Öl7?²%2m', 'wp-content/uploads/riser_homeimprove-210x160.jpg', 0, 'R]¼è¤3I ??ÿ?°', 'R]¼è¤3I ??ÿ?°'),
6754('ïÀ^3ÌÅã?md''YÆ{t', 'wp-content/uploads/riser_homeimprove.jpg', 0, '43N~ãÓ?&9+n?£?=', '43N~ãÓ?&9+n?£?='),
6755('²?)?½èfÂyÎÄE;', 'wp-content/uploads/riser_logo_red-150x101.png', 0, 'æ?w¾DþAò?º9?õ', 'æ?w¾DþAò?º9?õ'),
6756('YÜõ^q??´³IñÓÿc\0»', 'wp-content/uploads/riser_logo_red.png', 0, 'w>5Ë Ã£?á?»', 'w>5Ë Ã£?á?»'),
6757('¹\n0?´ê.?è?õ<ò', 'wp-content/uploads/riser_plans-150x150.jpg', 0, '0QVÃ¥??Û?ÎÆ{', '0QVÃ¥??Û?ÎÆ{'),
6758('³o¥Ë\r}*?XM:ß\\', 'wp-content/uploads/riser_plans-210x160.jpg', 0, 'Â×v<?2ð47þF', 'Â×v<?2ð47þF'),
6759('2\0\0`wÔ,o£¯ø {§þ', 'wp-content/uploads/riser_plans.jpg', 0, '??6,ÚlÆ.ú¯aÞ''?\\Ã', '??6,ÚlÆ.ú¯aÞ''?\\Ã'),
6760('azT¸°??-ÞÿãÞ\0', 'wp-content/uploads/testimonials-150x150.jpg', 0, 'nõö¸?ÃX7ñ\\v?)A', 'nõö¸?ÃX7ñ\\v?)A'),
6761('=1l?»?®v=oáÉ@®S', 'wp-content/uploads/testimonials-210x210.jpg', 0, 'ë¼Lð3}%§???JÃú^', 'ë¼Lð3}%§???JÃú^'),
6762('³KÃå¸û?Z?=Õ', 'wp-content/uploads/testimonials-293x250.jpg', 0, 'ã3M =çM}gû§¦Q', 'ã3M =çM}gû§¦Q'),
6763('À*ålþçm?Ã)?E,Ì', 'wp-content/uploads/testimonials-300x109.jpg', 0, 'l?ºÃÅ÷ç?PA¤gãÓSe', 'l?ºÃÅ÷ç?PA¤gãÓSe'),
6764('²ÕflGÃe§÷?@2.ér', 'wp-content/uploads/testimonials-418x230.jpg', 0, 'BÃ’?p(LFÃU?®?', 'BÃ’?p(LFÃU?®?'),
6765('?ìT?³Â}§;m?9', 'wp-content/uploads/testimonials-459x250.jpg', 0, '?Xª±???ûb\n7?©?', '?Xª±???ûb\n7?©?'),
6766('?¸e?\ZÎÔÒz+U?^Já', 'wp-content/uploads/testimonials.jpg', 0, '&Õ1"Ãê×G?+äÂû', '&Õ1"Ãê×G?+äÂû'),
6767('ãaÃOj''÷?D*?V4', 'wp-cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿f»ë²bµ???*'),
6768('???ùvü´??é?Y9Ó', 'wp-includes/ID3/getid3.lib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sò` b9{AK?ÚV'),
6769('dõå:w¤îÃOÃ?', 'wp-includes/ID3/getid3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<"C(H\nzÃ\07¯<"2¨'),
6770('9??Õì9ñëd\rë?Y', 'wp-includes/ID3/license.commercial.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\n;g?üJ?g²ÆÙxA?'),
6771('}ï?æ?\\Lü¯`?§äi)', 'wp-includes/ID3/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÌõÖy?Âxçö§B·??ã'),
6772('D.֔?ö:?\0¾¥SÔR8', 'wp-includes/ID3/module.audio-video.asf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óà ïËË1?ÃØD?'),
6773('x G!Nä·$¥.?d?Tbï', 'wp-includes/ID3/module.audio-video.flv.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üpÛà H?:º3}Gµää'),
6774('Öo?*Kîêo?7{? <', 'wp-includes/ID3/module.audio-video.matroska.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ȊVã?ÃŽDÃÀ"ýrutÂ'),
6775('T??³vm?,³aÞéãT4ê', 'wp-includes/ID3/module.audio-video.quicktime.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(ÂöH??²?zt'),
6776('ØÀ\Zv?I:wmä²''~K-', 'wp-includes/ID3/module.audio-video.riff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??sÇW?h?OLèE'),
6777('?±¦®LØâ6 ØÀè?', 'wp-includes/ID3/module.audio.ac3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷ê²:F×ç£''ù?''?'),
6778('?\\ªÃ_L-Y??%$', 'wp-includes/ID3/module.audio.dts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?^ÃÙzzF¥ÄlxcÂ'),
6779('@ø?+âT?''··ÂÂ¥?', 'wp-includes/ID3/module.audio.flac.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼ÃÖH?¸à ÕÃ\\Ã? ?'),
6780('¾??ñNéÄõþ@½(º3?', 'wp-includes/ID3/module.audio.mp3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òku$ýK;3æþ«??M¦'),
6781(':®|LûH6(Îßcµg?Ö', 'wp-includes/ID3/module.audio.ogg.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Yªì£:XeOYÈr'),
6782('Î_)-ª]�kO Ã÷Ã', 'wp-includes/ID3/module.tag.apetag.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§¢ 3?Ç\0?½6\ZIX:?'),
6783('ÃùÃ2zsñ?ú4xÃŽEB', 'wp-includes/ID3/module.tag.id3v1.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾Ã¯&OËC´ p±¥¬·'),
6784(',?áÔ@µ?hjäqr?ÿ', 'wp-includes/ID3/module.tag.id3v2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lëäTñ?ÒôPïÃÜo²y'),
6785('?? 8Â?÷?ÑÉZÃÃNÃ', 'wp-includes/ID3/module.tag.lyrics3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zÃl\Z?Xi??_üpÂ'),
6786('(~6vqVì0ô{?"', 'wp-includes/ID3/readme.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'üQxpuÂ_¸@&Ô^?½-'),
6787('?ý?k?5SÂHÃ¥Ãç?', 'wp-includes/SimplePie/Author.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '4?qÃ_ðA?%?Nw£1'),
6788('Uð\\p{Jþ?OÃQË&', 'wp-includes/SimplePie/Cache/Base.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?C?»Ù2]?]#|j'),
6789(',?h?s?4B[Ë^?', 'wp-includes/SimplePie/Cache/DB.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y¿OU£õ?.Üb¼ûö'),
6790('éÖçÙöV,E@?X??Ây', 'wp-includes/SimplePie/Cache/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£=»@ì?ÆB[ SÑ'),
6791('ù??óI?:4PúUÒÙÀ', 'wp-includes/SimplePie/Cache/Memcache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'öÂJU²¡?1SQ«??¶'),
6792('<)8T*.ÂSuSÃ’??', 'wp-includes/SimplePie/Cache/MySQL.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è?ÎßBÊC?\ZHÕxV?'),
6793('Y?»Uª?ÕÃ}Ãr/', 'wp-includes/SimplePie/Cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yü¢:?oMh÷vL§4'),
6794('ÂÃŒÃ"?³÷ÓÃnzD', 'wp-includes/SimplePie/Caption.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½º¼ÜÊBjMÂög[ÄÄëé'),
6795('µ±ã·q?KÑUÔjä', 'wp-includes/SimplePie/Category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'º~ÈÌ?Ôò.\n?d»*'),
6796('µl&ö*?©õñßõÈ&', 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '|rÃói?UbÙlwìáÇÛ3'),
6797('Â?Ã’anµöV=Ty Xä', 'wp-includes/SimplePie/Copyright.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½¿h¹T©Õ U?·Ëj'),
6798('ØoÃ…?? ?á?f0¿Y', 'wp-includes/SimplePie/Core.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤®©#¸ÂòÜ÷âÔý\ZÃ’'),
6799('?3ÂèÂ=£¡OÃGÄ|~§', 'wp-includes/SimplePie/Credit.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ä¡M?*>\nê|'),
6800('¸??P¿Of;ö?Ã/ó×', 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'E?^/Ã\rB??Â¥Z#?%/a'),
6801('2ðì^(Ãú?à -^x½¯', 'wp-includes/SimplePie/Enclosure.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.?Bën?Kûs]'),
6802('·\nfv 8¦÷á1·??-I', 'wp-includes/SimplePie/Exception.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Kýv&??ÃŒ<\\?ÃS5'),
6803('?¶4rè?%ÞãÓÉj¸??', 'wp-includes/SimplePie/File.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®ºÂkU?6ê\n¯+ë)%·'),
6804('ìP?ú????$@Ø', 'wp-includes/SimplePie/HTTP/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W%ÇÃû4ß6ÂÂ¥Â6 '),
6805('oZ0??÷ùÑØÔ<cÃ0', 'wp-includes/SimplePie/IRI.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'nÿ Ó?Ã;a{?_6õ'),
6806('fÎä ÙýÂe«ªR¹)Ú', 'wp-includes/SimplePie/Item.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Eâ!úCzì\0?c<?'),
6807('ÂTB?¤O>ßv2Ãî}Ea', 'wp-includes/SimplePie/Locator.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?s¤ÆÚ³;?uvf^õêµ'),
6808('FFÂv??V;vð8/?\rµÂ', 'wp-includes/SimplePie/Misc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽÃæyÆ-ÕØÒ^ÃŽ\ZK?'),
6809('?Mj÷AÕM?ñOÞ"If', 'wp-includes/SimplePie/Net/IPv6.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥Fy!j½????¶´'),
6810('?BÒó?Èv<Sv?', 'wp-includes/SimplePie/Parse/Date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\n2m0?H ø?ÓÎn''`'),
6811('³tfF Ör{?? _I²x', 'wp-includes/SimplePie/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R».äbçä§~ýÇëõ+Ì'),
6812('dâºh?{q4?2÷K"ß', 'wp-includes/SimplePie/Rating.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=p¤m ÇKã?atû'),
6813('}Ã7 ?æDHDÚPl', 'wp-includes/SimplePie/Registry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?æ??Ã1v9Âd\0ð?'),
6814('\0`Y±?rG¦¦??', 'wp-includes/SimplePie/Restriction.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*qhdÂs?;Õy'),
6815('[±?à 1¶YAdkö,', 'wp-includes/SimplePie/Sanitize.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B?ÀÃFµ?à ®H¸Âu'),
6816('¤Ê0l±ÃjÆ0+%ò', 'wp-includes/SimplePie/Source.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??»ãà ðS{³*??ÿ'),
6817('Þé''g!?:?H?î),¾', 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±Úp(?ÂBÉös#b'),
6818('Z?£[¼ø\nvâËâ F', 'wp-includes/SimplePie/gzdecode.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Å8â¼?a?Ûal?4Ô'),
6819('Oþhu²G¯ýá²&\0ïLÿ', 'wp-includes/Text/Diff/Engine/native.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¥Â''*?¾ãÃß*èx'),
6820('?-i)ö.ø\\Îèæz?^a', 'wp-includes/Text/Diff/Engine/shell.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u«A?Ã~Jª^t¥ùæîº'),
6821('÷ @ï;?ú*ÃÃ|¨°', 'wp-includes/Text/Diff/Engine/string.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^î?x@¹Rµ?=»úÓ'),
6822('e½^#|?¢T???z', 'wp-includes/Text/Diff/Engine/xdiff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Èb?tÂX8?GX'),
6823('&¬??Rw?~?jÂhJ¤D', 'wp-includes/Text/Diff/Renderer/inline.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?\nÃ¥n5±P´²ÇéÙB''è'),
6824('3âÉfQ3à hð5[??W¹<', 'wp-includes/Text/Diff/Renderer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë¾ú??à ???¢?)'),
6825(']B#Ã2èzÚìúbU?É/', 'wp-includes/Text/Diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%þÂgkj@bÀ%ÆßÜ\0Ù'),
6826('-kd?�ªXßw\\7???', 'wp-includes/admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?bUp²Þç?]çü??'),
6827('Guµ^¨/1ÆÔ?Sñ?7', 'wp-includes/atomlib.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?eº.??ì[ê?\0\nfÃA'),
6828('Â&?S?o¸$æ÷0øn', 'wp-includes/author-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?î?£?kqR§ÂT8'),
6829('Ã>?sËl?WD7õM°', 'wp-includes/bookmark-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã?á?t5¶m~JéK¹H'),
6830('??\0¦>#?Ñ?áÂz(', 'wp-includes/bookmark.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±=pE?ÞÌÇÎ?nIî'),
6831('?ú9 Ù9: ÷¤\Zþ', 'wp-includes/cache.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Zïm?pK7?¾Gµ"'),
6832('Ü2Gý?¦_æü\\èÆú-B', 'wp-includes/canonical.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OÚì¿AY/KÈ$Û@½'),
6833('ëãYCà Þo?oRÔ??', 'wp-includes/capabilities.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ê\\7Vö¼Âw#?DEk'),
6834('?j®ÃIîÔÓ<?³?iU', 'wp-includes/category-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£/3ÂÈÃÓÂWöPb?'),
6835('Dï²Ö5\n''å\\¥Ã~W??', 'wp-includes/category.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9\\ä¹`vü?HÛoìØ+'),
6836('mD?ÆT?ms?·òA©}', 'wp-includes/certificates/ca-bundle.crt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??v?ú¹!?o\n?f¤Úo'),
6837('èJ?Ùåy??0mì`ä¨/', 'wp-includes/class-IXR.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''ð|tmsx?»".¯ÌÃ'),
6838(':<·$?Ã0,w"&e({', 'wp-includes/class-feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÀWï??A?¨4??¢'),
6839('!??È@|?4«°nÂÂô', 'wp-includes/class-http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òûVÃŽ#jÞû[X8#Éãª'),
6840('Ø&ãZhÃ$?Éo?', 'wp-includes/class-json.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LòSA??Ú?¬áÜ%\Z'),
6841('£Ã?EââÃ?ÀQ?èÞ (Ä', 'wp-includes/class-oembed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v*°ÔøSxKy}-?'),
6842(' QW¯ï??~-Ê\0dÃ…', 'wp-includes/class-phpass.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Y@¹Ã/1)Ãvc,Û'),
6843('ì8·??ºs}ï÷?à Ni', 'wp-includes/class-phpmailer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'BqO7W?Øva?i4c'),
6844('"µòÉà Éu>1Ã7þ??', 'wp-includes/class-pop3.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©K²?ÃS·å|??Âê/}'),
6845('¸è«\\ ¯?I???è,', 'wp-includes/class-simplepie.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?q?n¼Rd4?¶£Â¦'),
6846('¿à ?,ÌQ?a»gl·Ä\Z¯', 'wp-includes/class-smtp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¬E ?ÎÈ,ªJ?ÀX¹=ðß'),
6847('e®ä__ó%÷è®x?ÀÛ', 'wp-includes/class-snoopy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÜËÒmMzèMr?;v??'),
6848('?Ëå9?føpo3t', 'wp-includes/class-wp-admin-bar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?KyÂÛáã;û?ÿhì\r'),
6849('?E\n»<¥B?[ì,', 'wp-includes/class-wp-ajax-response.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ??h?.�H1?}5'),
6850('?P?à é3ÄïÑ?\n?Ã', 'wp-includes/class-wp-customize-control.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãö?",4J"f{?[»??'),
6851('h\ZOhløç_øÃLm/å·', 'wp-includes/class-wp-customize-manager.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ªP26ÂbMç ??F??'),
6852('ìÀ-xÇ(Ã…E¶oI?=Ã', 'wp-includes/class-wp-customize-section.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' !8|?XXöX?75'),
6853('f?u3\n¸M\\Ã}6*0Ã?', 'wp-includes/class-wp-customize-setting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q³÷v@?h"w?´Üé&_¼'),
6854('ç?Jú¡?e÷\rXd?Ô$Ã', 'wp-includes/class-wp-customize-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êà iJ?¿?4?1iþÜ,'),
6855('ù??%?¹a{Z¼j %¿', 'wp-includes/class-wp-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '"BU.*9¨Ê٠¬jr'),
6856('5`à ]\\?i\0¥ßÃ\ZJÂT', 'wp-includes/class-wp-embed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³Ã?ÈmýÂÿÃñ!YÚYÉ'),
6857('ºÃk{?ä&òó»x\n¶ø', 'wp-includes/class-wp-error.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¾ÂxR¨kVæ?õM±¿Mu'),
6858('ÃåuÿXÛ?#?-ÆÂøª', 'wp-includes/class-wp-http-ixr-client.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ØZ?4cÑ2-g3ÄJ'),
6859('>©ÆX¹\rýbõß?®$W', 'wp-includes/class-wp-image-editor-gd.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿Å7ÖFæ:ô]?^ðsW'),
6860('á©^ºûbR?Ã¥SIá!Ó?', 'wp-includes/class-wp-image-editor-imagick.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}<¯?? T®ÂE?øµ$y?'),
6861('ú³¬»T\n??ôÂe.(¼±', 'wp-includes/class-wp-image-editor.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Sºv8èq?Çê\0×â(F'),
6862('¨#×???ïGc ¯l1e', 'wp-includes/class-wp-theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ù_¢V3\\ó?''TdÃÖ?U'),
6863('\0õª]Àaðv??¾CY', 'wp-includes/class-wp-walker.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢wÃ’\rÂÊ?£²ý?Â'),
6864('jÂ?¹¿áð%?ÃÃ]?', 'wp-includes/class-wp-xmlrpc-server.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'yRåÔÄFóg¨kõÂ?+'),
6865('$¹??C??Àó/¼9¹¸', 'wp-includes/class-wp.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ó?åâ¾$ýcîÒbÃ8pø'),
6866('y´ÃÃEÂaÌó:Â[\0', 'wp-includes/class.wp-dependencies.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·®SûÃèdlµÄÉÞ^?k'),
6867('Â¥ÂÙëñ§;~?R·>?£', 'wp-includes/class.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's?°s`,¹Cóø=äù'),
6868('9?[?1d{Äôî@', 'wp-includes/class.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ú????à {ìa?µ?Â'),
6869('=°?k?[4??¢ ¼Â=ÃŽ', 'wp-includes/comment-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7á\\7b|A?Äôü÷6ï?_'),
6870('?S?Æ÷?KK2i?', 'wp-includes/comment.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢QsµNÃ.ëIÑ#B-P?'),
6871('Ñ_\\c9mL?véè£1?Ñü', 'wp-includes/compat.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'd¢??Ùù?þ?7ð+'),
6872('õ-"DÃÂÊ?D²5aÃ/', 'wp-includes/cron.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?^r.Ã¥={?¬V³2?Ã'),
6873('?ÄþÚ=?H?@-i?ï', 'wp-includes/css/admin-bar-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®B?^m[¤×±âÂ'),
6874('Ó{?d3TúXy½?ñÃ7;', 'wp-includes/css/admin-bar-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ã¨tÂ(z¼8¹?\ZZ¸S?'),
6875('Ô?p?þÑ]4ÃŒÃLñÄq¦', 'wp-includes/css/admin-bar.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v?9?k²Âó26WÃ4'),
6876('þI"Ãp¢ÃtÊQ¹É[Z6x', 'wp-includes/css/admin-bar.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?H?3÷ÃP?±v''s>'),
6877('t8?ÀÃïp¯?Õz{jDp', 'wp-includes/css/buttons-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’M³¤¹¤??Mñv??'),
6878('¶î¤Ul1À?Dübmgñ¯', 'wp-includes/css/buttons-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£?? D!?X »d(XÜ'),
6879('ô??;ê¢^?8c?', 'wp-includes/css/buttons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^ÆðÕXÃ/Ìú«h*÷'),
6880('ð?&§L?¨ÂãVN?', 'wp-includes/css/buttons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k?ô?vÀGªg$¹>?='),
6881('ÔÊpÿýS??`ß]T]DÈ', 'wp-includes/css/dashicons.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'j\\Oø©ñ#Dà _á1?Å '),
6882('±L???yEõ{¦øf?', 'wp-includes/css/dashicons.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';maÊÉÃ,Nâ¸\\ª²n'),
6883('òpo?´X0%÷¢ÇÃÃë', 'wp-includes/css/editor-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø«?ð1À2ÞLGçæ'),
6884('?²«2jEbg?W²xÛ', 'wp-includes/css/editor-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9F@9¹?Â>}\Z?þô'),
6885('Ls??\n²c}>ÿK??', 'wp-includes/css/editor.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µù?¡ ?½ûÂú2?ß@'),
6886('_Ö|?¯T¢M^î½õÄJ', 'wp-includes/css/editor.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?t0õ§õ?t???ô&'),
6887(' à ôc?)I?\np,?«?', 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@"*¦?Ù|Wî?Z´'),
6888('~F£Ì?>dyìÃj?', 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>+*?.«>?¡å%\\6¸'),
6889('iô¢PÙû?ld\0ú?', 'wp-includes/css/jquery-ui-dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?v?R¢?6Xmªv?¯'),
6890('@Vó$õKÆçò<Þ1*à ¬À', 'wp-includes/css/jquery-ui-dialog.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß\n}âlÆÔLýxMx\ZÓ'),
6891('\05gÀË�c?0?"D', 'wp-includes/css/media-views-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ú1ïÛ3¥ö<H¿+xÓ'),
6892('_õ´ïýá8}Ìß??Ã¥?', 'wp-includes/css/media-views-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0Yj?SÀÃ_ ?H{ì âK'),
6893('ë²ÔS?p?ÂGM?¨lÃ', 'wp-includes/css/media-views.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '±[Ãä¡ÓÃ.?\Z?òl¸,'),
6894('4%·IHÄO???ÒL', 'wp-includes/css/media-views.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©_"Æú¹??6aI?ú'),
6895('?>z±??Â!J]>', 'wp-includes/css/wp-auth-check-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ü÷Âú´"½?ü¹_qm~?'),
6896('ÈY$''«»¾?o?ãì', 'wp-includes/css/wp-auth-check-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 't?Ã\nÉd\Zë???¤Óçø'),
6897('�,CUUîè?ú9i-', 'wp-includes/css/wp-auth-check.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ??kâ7ÀûK¥ÀF?·î'),
6898('Y 68ÔH;%,¹_c\n?', 'wp-includes/css/wp-auth-check.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŒÃf:r+EQ£çÿ$µ¦'),
6899('\\[æÃi%?<ú?e?>©', 'wp-includes/css/wp-pointer-rtl.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŒ5ãEvÂù¢+1 LÛK'),
6900('jQûõ?e÷?ø;âe', 'wp-includes/css/wp-pointer-rtl.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?à ^,©zL@ó©?æÙ'),
6901('sÿC4M¾*µ¾*B«)µ', 'wp-includes/css/wp-pointer.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`?7¸ÃúÃ\rÈçúE'),
6902('-?ç?? ?Y{]ns?', 'wp-includes/css/wp-pointer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´z?¹}]@?)£Ê??$'),
6903('?\0£ùµè Ò.}Â¥fwA', 'wp-includes/date.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_:v5????ùÃ\\¿¼]'),
6904('}ýÖË{R?Ôà ¢"', 'wp-includes/default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?á%4§Å.?øú4]|+m$'),
6905('úèR?,?A§Àý\ZñGJ''-', 'wp-includes/default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢Ú\Z?\ZââÅê¸ö{?'),
6906('VL6Ã7G^l%D5z3Èè', 'wp-includes/default-widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&u²£ÿ\0?KçµÄg+'),
6907('p?ð´.??óÂ[ÃD¡', 'wp-includes/deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(å¡z?ÂÛb&k?-°7'),
6908('"¡??¾b9®?eÑ|®_Ë', 'wp-includes/feed-atom-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð$<×6z?&x~ÇÜ?'),
6909('?ª??2@ïkä¬w>K?2', 'wp-includes/feed-atom.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '»Ô?Iµ{yÓx:ªz'),
6910('Ü???Ü''\r`ùôÊÎ', 'wp-includes/feed-rdf.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Ã;#6¡[Â?¨¦Â#O'),
6911('ü])éé ¹?ó{??R}', 'wp-includes/feed-rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µkYÅôÃ>°]DtH/'),
6912('´µ?;ø?0ÿ?ÙË', 'wp-includes/feed-rss2-comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôkõ?÷)?$ÃgÃöiw?'),
6913('_*Ä?Lÿ0â>\r', 'wp-includes/feed-rss2.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂVO²Y&o Lðãâã??'),
6914('{ïRC¼Ú\ZÂ.*"¢Q', 'wp-includes/feed.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'úÃ{£ã>j¾¸q/G?3'),
6915('??\Z5oÖÃ#R''/¤¬l', 'wp-includes/fonts/dashicons.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò??ÃŽ?Ú@6??`¥Ê'),
6916('??S?Ä\n´?BáV"', 'wp-includes/fonts/dashicons.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ')?ClOØ??¯:Xe'),
6917('ãìó<kUJv%òÂ1??', 'wp-includes/fonts/dashicons.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²???!WÚÞ"ú?+?Õ÷Ã'),
6918('?ÃŒf0ÙË?¡Ú~·)', 'wp-includes/fonts/dashicons.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'õ=+ýPowÑöÃëäC\\'),
6919('ç?û ià ö¿/?', 'wp-includes/formatting.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2Gg?F¡¾|`rÃ’o?'),
6920('\Zëãè???)qtsCI9', 'wp-includes/functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-´Óeî6Ã…?Ì÷ª-\\'),
6921('çb`K¬''×??ÂçâK', 'wp-includes/functions.wp-scripts.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸?äHS 5ÜÃd [Eç®'),
6922('h dÑ??2öÃ_Àr', 'wp-includes/functions.wp-styles.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '''V¢áÃA??Â[8÷'),
6923('ë0?�RðJ³{y�÷ï', 'wp-includes/general-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\0I*gÉh³oZå6?]Ez'),
6924('¹/&¼?Öûá2®?\rgDs', 'wp-includes/http.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's"<29N?³?䤨ÂA'),
6925('.IhU??â3?¿+B\Z?¼', 'wp-includes/images/admin-bar-sprite-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'øk?%=?jû1?î¾F?§¤'),
6926('§U? ''C?ñºÃ?\Z', 'wp-includes/images/admin-bar-sprite.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Sä?:?WÊÅÓþ^'),
6927('ré_è/?ÃHG=Ã%?<º', 'wp-includes/images/arrow-pointer-blue-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?oR¶\\¤?[f?8'),
6928('@???9?#¯LÃy(ÃÚ', 'wp-includes/images/arrow-pointer-blue.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w?übã?*L«²Ã[»ù'),
6929('æGÄÅ5Ø@æèÙÚ07?Ç', 'wp-includes/images/blank.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ\n?AFI|?û''þÇ'),
6930('Ã>ÿMÃ’8¸ ?ÂÑ|', 'wp-includes/images/crystal/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ûªp?ësâÜì³òÂ3à ú'),
6931('ôJ''#??rN?0a\rÈ', 'wp-includes/images/crystal/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k1S¹PË}?°yE?#e'),
6932('w£¤ïLýê£0?ïð]r.', 'wp-includes/images/crystal/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`ï1²Ãúï°õ1®9'),
6933('?ô¨?!?©Ä?Â??p', 'wp-includes/images/crystal/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Aò>)*/¾Ü!ì®-ò?º'),
6934('Dm·\n»½z?H?ÃS?ïï', 'wp-includes/images/crystal/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']????ÞLÖ\r²`pZ\rJ'),
6935('jÂ?£Éÿ5F+¸¯Ão', 'wp-includes/images/crystal/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'SHrÃŽ4-''¾Â\Z$£É`ê'),
6936('ÃŒ?·EÃv?c,î?yS^', 'wp-includes/images/crystal/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð]µLcãiG?fQ?\rÃç'),
6937('^Ã¥??ð?¯+?y|Ã', 'wp-includes/images/crystal/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°µßB,É0`Jzq°l'),
6938('¼¬ðà ÄÃï"¦RÑ?', 'wp-includes/images/crystal/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÃŒ ?ªü#¾dÿ%ã[µ'),
6939('UÃåà $i"uÂÊ&Ëô¸9', 'wp-includes/images/crystal/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ûý?l¥??¸;õ='),
6940('*®ä-3öu¬ÂEÂ[ÕO#', 'wp-includes/images/down_arrow-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xJu\n??ÃA?Âà ü«¨'),
6941('\n?ßO?_?«;]/^?ç', 'wp-includes/images/down_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ÃgtvÖ\Zê³y¨'),
6942('?³åúì?ö KsÃ×Ã', 'wp-includes/images/icon-pointer-flag-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '©åá¦2ñ³¹bäÄ&ÕZÃŒr'),
6943('ÖZ×ö r!?fÕѾ Þ', 'wp-includes/images/icon-pointer-flag.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°Ó,?ò�ÂE^¿j`'''),
6944('Y?,ÂeêAõ¼wÀ`ÂáÄ', 'wp-includes/images/media/archive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Òîßòhû\0ÚÓì?u'),
6945(':ùn?RMëti#?õ=', 'wp-includes/images/media/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?taCAñ¾Åþ².·çZßÀ'),
6946('??3"ü(zÙa?4î8?', 'wp-includes/images/media/code.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-o?ÂU?îÕU©U_'),
6947('(?ËÜ×>¹ôS©N??&', 'wp-includes/images/media/default.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '-¶©æÃIÃ’B?hÃŽ@à Þçb'),
6948('/<?^?f}?"×øû$¸', 'wp-includes/images/media/document.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vå4?8ö?y?6Þd£'),
6949('ÖrY?S¯xwDY?J?[', 'wp-includes/images/media/interactive.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R??®ñÂô?hÜH'),
6950('?«HV?½dÂà ³pÕVp', 'wp-includes/images/media/spreadsheet.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ??4äñÖ\0TüÞ??²'),
6951('9�æs´3ÙSZ,pé8g', 'wp-includes/images/media/text.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'z¹?sæä0÷??Q?K'),
6952('Â\n%f[!aE«rÃ’tg?i', 'wp-includes/images/media/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âà éñuêh?ÂÃÛq ÷'),
6953('ÙkïÛ/y?³©ý?&??G', 'wp-includes/images/rss-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÇYa[ QÃæõ?ýrjÂ'),
6954('ÛÈr�¼???=Ô?é', 'wp-includes/images/rss.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥°[¿(ò?°.ý?*NZ¸'),
6955('????|á?ÑäØ@', 'wp-includes/images/smilies/icon_arrow.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙÂõ?ñÞvtbA½?¬$D'),
6956('ï?è ''¯æ¶??÷V', 'wp-includes/images/smilies/icon_biggrin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¯ÅóPP¿=y?�'),
6957('°$å??bHn®?,\0-', 'wp-includes/images/smilies/icon_confused.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ôç1?¥QaÈeCy?Ü ½'),
6958('X,çEõCj$_?¬8I§?0', 'wp-includes/images/smilies/icon_cool.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'XA7Db???vg8µ?éý'),
6959('??üÃÕpP?Z H´', 'wp-includes/images/smilies/icon_cry.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']¥ð~ÞW0âÚúèÙb'),
6960('!_�?p3p?n×ÓL', 'wp-includes/images/smilies/icon_eek.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`fd\0ê»x±zv?ÜÔ?'),
6961('ÂObc®³" ÎÇÛ|J(', 'wp-includes/images/smilies/icon_evil.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$#?bõ}<)v?!«»'),
6962('?J??B¾GT²;,l£ÀT', 'wp-includes/images/smilies/icon_exclaim.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=ÂÂ2ç»Ä×!n;\0;Õ'),
6963('È"u@?³T¬?S?ñ5ò', 'wp-includes/images/smilies/icon_idea.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÈÃ7£ö×o?äbö¤'),
6964('? Ãn?$??q?ï^qf´§', 'wp-includes/images/smilies/icon_lol.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þÂÃ?Ñ>¯e³??·yÂ'),
6965('?(¢û�ïWåh@=a', 'wp-includes/images/smilies/icon_mad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*Ù/?Ä?âSÂ@?t'),
6966('\ZýUEäs(î±÷?#Eöp', 'wp-includes/images/smilies/icon_mrgreen.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' À{Dm¢ÂË\nÙá?ð½¤'),
6967('ÿÄêkµËiîÃ.¼¥¸\\Â¥?', 'wp-includes/images/smilies/icon_neutral.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tEX?p¸=T?aX×y'),
6968('?Â¥Â7¸M3?ã$Ëô?', 'wp-includes/images/smilies/icon_question.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÙÅø1±?³''Wì?5Öá'),
6969('¦?¯ü?:[&bú[®hY©¸', 'wp-includes/images/smilies/icon_razz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ã¡ëckeX]£á+"P'),
6970('$??õ³0S\r?rþ®©', 'wp-includes/images/smilies/icon_redface.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃêÂ}Öó?ÃŽy?#¢Zf\n'),
6971('?¼B]n?¨8Ú7g?ó', 'wp-includes/images/smilies/icon_rolleyes.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?}?ÃoqÜ!gK?T]'),
6972('¨H?£õ??Pwà ð%8?À', 'wp-includes/images/smilies/icon_sad.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y?¢®|!½}°?<''Ì£'),
6973('?÷êÿeØæ97ãaJS', 'wp-includes/images/smilies/icon_smile.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿ýS[y??/¢ºVÛÒêV'),
6974(';ñWctÔÓç*+÷¬BrÊ', 'wp-includes/images/smilies/icon_surprised.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Û\r?È ÄÿÂÂÊîÂÔ='),
6975('??\\:âÃ?Õê)g,\\', 'wp-includes/images/smilies/icon_twisted.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VÖ=3_¯+?pR÷È@?'),
6976('?8?©??¦¬ãP5a? ', 'wp-includes/images/smilies/icon_wink.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'khzG»}?ºR#ÕÊ'),
6977('}`ÆÒg"PÉ2®ÂV½?', 'wp-includes/images/spinner-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' «''hEëÃlûñpû?èÊñ'),
6978(':ïXq?¯J\\¦5Pò¶4', 'wp-includes/images/spinner.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '#?O-)Â|Â¥?r>ÂÃèl'),
6979('}?=?t©Âò?»¤¹', 'wp-includes/images/toggle-arrow-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'FÊáÊ\\ø?ôÉCDrï'),
6980('??[?m%?6òS8:D', 'wp-includes/images/toggle-arrow.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Â"ù???E(8ø]wÉ('),
6981('/?ìÄï?1Êiw?§', 'wp-includes/images/uploader-icons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???û/w?²V,`?ê]¼'),
6982('_Öà Â4äÂ3?ÃË=??', 'wp-includes/images/uploader-icons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´?\\MÃÿÀùÂm??'),
6983('?h�?§?FuQeñª î', 'wp-includes/images/wlw/wp-comments.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÂ6]PÞÞÃì.s¨¡Ô'),
6984('öýåÂÀPq-³tó¹@lÊ', 'wp-includes/images/wlw/wp-icon.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1 ???7w3KÂ?*'),
6985('§èáú°6?ÂbÂg·>_ª', 'wp-includes/images/wlw/wp-watermark.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãs¸Â%v°êQ®ÂÀ;ìK'),
6986('³~£?¹ÂU÷"Ã&ÂÃ', 'wp-includes/images/wpicons-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãb]\ryDÃû²)ôñÈ'),
6987('g?$G\\¾ë±;©rÄÄÃ1X', 'wp-includes/images/wpicons.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'm=M+[2ê.çoSj¤E'),
6988('®\rEöÈU�ø?ÞÙ', 'wp-includes/images/wpspin-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ER½?fz£À?µ?'),
6989('R?x®4Mp@°9u\n? p', 'wp-includes/images/wpspin.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GÀ?®ZXA?wã\Z¶®m'),
6990('ÞNÄ\\ü|ó`*·,)@4', 'wp-includes/images/xit-2x.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Åø1Úè7¹Ê?m?'),
6991('úýÊ\n\\Ôû?.5ú??', 'wp-includes/images/xit.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÿÃ\nè{\neÜ%Sà ÿÛ'),
6992('|/?ë\0[*4?ÿxüã', 'wp-includes/js/admin-bar.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' } °.©,?êå?ç'),
6993('M?\0?A?ª»9QÞ+ Ã', 'wp-includes/js/admin-bar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '=Ã…x?KÚ0ËÃ*|'),
6994('R3ð¸Usë3ÃÈ}Tê?ÛÃ', 'wp-includes/js/autosave.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ýÚï 2Ã×>ÃeM]@©Âð'),
6995('wuè?l|åõp?ÊQ', 'wp-includes/js/autosave.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µõÃ9LF°W%?}Ü+'),
6996('PE?½7r|oI±6ÿð>', 'wp-includes/js/backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'mkÆÔ"cÂÿ?¶R4\0Å'),
6997('Ûß\np¡ñÓGnu:¢¸Ó', 'wp-includes/js/colorpicker.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ðÊV gô?²¶ù?-¯'),
6998('0¤ç?Ã…E\00??ÂXÃH', 'wp-includes/js/colorpicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5\nõ¯Âw¦-gºáó:OHü'),
6999('pUyüa êb¯à va?;¡8', 'wp-includes/js/comment-reply.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ó\nÃ(e=N¬(ZMV{½'),
7000('1ùÎX?/²t60^?!Ü7', 'wp-includes/js/comment-reply.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂüÅ\Z~?¼i_'),
7001('bYÆ,¥°?Yªr?Ñ;¾', 'wp-includes/js/crop/cropper.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ky5ôni*M(�'),
7002('\rÃ%ÛáãÃ%¼ySý`ð', 'wp-includes/js/crop/cropper.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?²?ÙH.sÃ…o¿ö¨â'),
7003('¦(¼|nä???sARFä+', 'wp-includes/js/crop/marqueeHoriz.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '???ºý¸;æäÔLo\n'),
7004('Z±\0??Y?³?³ æfg', 'wp-includes/js/crop/marqueeVert.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®?Ìñ\0¤¹?9ÂÿRÔÜÇ'),
7005('¶rÂ\\Ùj?´¨òáA$Â', 'wp-includes/js/customize-base.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ª'']¹Â1Ä>¦°§¸¨?'),
7006('V\nÕÉU`½_?5ú?Â8', 'wp-includes/js/customize-base.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']??ßïL8c!ë.$G 8'),
7007('?V}»P??±m?/¯|I*Ù', 'wp-includes/js/customize-loader.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¨ Ã6/7@?,?K'),
7008('bà ?û¿?? &é?¬{', 'wp-includes/js/customize-loader.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'K¿^Fsã?S·¬�\n¿'),
7009('²ÿþÂxÄ?Ã’)DC?ÃŒ<', 'wp-includes/js/customize-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ô ?úzCp§OEÂaÙVì'),
7010('\n£ÜNNM¼Ô?4;úpÃ4', 'wp-includes/js/customize-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'OK?.?q;?tÂçNè?\n'),
7011('9º\r5''XùýÆ>??', 'wp-includes/js/customize-preview-widgets.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Àæ''*¾i?¤E¢?úyÃX'),
7012('ïÿ?É9?ÊrÀM?Äè', 'wp-includes/js/customize-preview-widgets.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?µ¢N©2{¿6a?d?'),
7013('ê4Ê×çº2?)A.;4Ñ', 'wp-includes/js/customize-preview.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'À]X-%#à 3ÔqÃ5ó#Â'),
7014('>qlî+ªmÈ\05?"?^', 'wp-includes/js/customize-preview.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°kÃÂÖÀ\0!^dR? ?ó'),
7015('QY?ê1ðTl?¹Vr<', 'wp-includes/js/customize-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â?;½z?¯ ÂYM?#yÈ'),
7016('ïY^~5~?¨p?G-???', 'wp-includes/js/customize-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¸ê_±\ZÛ%c??à ?Ñ'),
7017('Úý!§(t?ò?<?', 'wp-includes/js/heartbeat.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'B4>o°ºëVág2:%y'),
7018('?n97ÂI.Oú??ð°', 'wp-includes/js/heartbeat.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽLAP!ÃEmÂæ?Ù?'),
7019('?yßg?ÃzaU"? XKG', 'wp-includes/js/hoverIntent.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EB?Ùã?ytÜ6á'),
7020('S.F?A¾j®ÿä( :', 'wp-includes/js/hoverIntent.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o\0tñòÑC"¼< P¬/'),
7021('??¬%bQñ£?bM<Öx', 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ZÃÄ,ÈntZ^6¶{Lp¡4'),
7022('?ºFè"֏vhâ¡$Lb?Â', 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' Éz!?<ñ7êÙý¾ËÄ*¨'),
7023('<FéëïPzÌ22£?~', 'wp-includes/js/imgareaselect/imgareaselect.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}(ÊÙ()³Ö3 ?µ?'),
7024('Ø8/B±Â$8Â?Ã`m?', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U¦·ûK(t?Óü0??ÃŽ'),
7025('Õö¼ú?6é\0/ý?kúÀô', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '\00?LBÂwm#Âãwu?:'),
7026('SX+7Êû1?ÅõÃî-', 'wp-includes/js/jcrop/Jcrop.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Z?ý7e½¯¼òÃQ°%K'),
7027('ügÂ"?}_¿7¸½¦ÜJ5', 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'V?¢Ü/K?x¿¬¬?'),
7028('T?.o@?2ÿwõv??X¹', 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/a«?LruÇ4ÿ\ZÃ'),
7029('v¡??ãûRï', 'wp-includes/js/jquery/jquery-migrate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ââ7Õð5¹Xþ¯QNòz'),
7030('ºaÉ@o?ÿ''¿ÉkbÃþù', 'wp-includes/js/jquery/jquery-migrate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q+?\Z(0äBY¼<ã4:üÃ'),
7031('Äà ?\0}ôß?K?ö.ÿ', 'wp-includes/js/jquery/jquery.color.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÿ-¸ÛñEÃŽGóÂîó>vJ'),
7032('vú?);ÂD°Â~J"à Âq', 'wp-includes/js/jquery/jquery.form.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '坨ä.Â,?+?Ù\nq'),
7033('&=\Z½+t�"¢/k''\n', 'wp-includes/js/jquery/jquery.form.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÀ?sÞðÎEþVMÇ-Ë'),
7034('?þP\ZÂÃ…/颯l%¡', 'wp-includes/js/jquery/jquery.hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¨Ê& ?\rF?¦é'),
7035('Ã…Ã-?p?lEÆóØk?/ö', 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãS!}EU«\\b³g¾h?Â='),
7036('g#é,vM?ÿ???ß:õä', 'wp-includes/js/jquery/jquery.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?x¼JÀÚKÃg3ÿ§åå?'),
7037('c,½?°[x?ô3Â¥\nù@', 'wp-includes/js/jquery/jquery.masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??ÜÃÃR¸(Ã¥??e^'),
7038('{?)×4e4p:±fW?', 'wp-includes/js/jquery/jquery.query.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ';ÌXzò?ÆûÉÀwC'),
7039('(?Ôg%\0ÃÃ4ÃÛl>?Â', 'wp-includes/js/jquery/jquery.schedule.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '&³?TªkÇf?¤Ä½'),
7040('qhÿ665?y|ò=ï?S ', 'wp-includes/js/jquery/jquery.serialize-object.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ñ\\)¡�ú??Jèl<ú"'),
7041('ü0<PsÉñ?H?ÑÃ22', 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '§ê?#týgP±g?Â¥'),
7042('?ü²BÉRÔz??Y', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¥oÂgo·¿?~i¦I ú'),
7043('mY·Ã??}?ë??', 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'LÈmÄQ4?Âã?]±'),
7044('?+\Z?¼ÊIód^i <\0', 'wp-includes/js/jquery/suggest.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'äR\Z:;O ÆZ¬c??ûÞ'),
7045('?3¤??eÇ(ú9ù', 'wp-includes/js/jquery/suggest.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!§?Þú^é~kÛ?¿é'),
7046('F{H<\Z*ú£ª??Õ?Ó', 'wp-includes/js/jquery/ui/jquery.ui.accordion.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'k!\\_s:[ÊK?Úùô'),
7047('?a?Âb?1iL®e¢?', 'wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºÂ?^Þà ?#Ãéî{¸J'),
7048('ã?h?Sd¬{ìy½Sf', 'wp-includes/js/jquery/ui/jquery.ui.button.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çÆA^ÄX>K1^XìKx4'),
7049('zR3.?{/$v?n»8â', 'wp-includes/js/jquery/ui/jquery.ui.core.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'G¢''yÙwSCöË,??\Z'),
7050(')\0&áÈFXÖ6Â&?ÃŽL', 'wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6,KuÊ!WÂÕÄ2Ó/Éñé'),
7051('~?Ôä?ù¼ \ZVÌõ©nB', 'wp-includes/js/jquery/ui/jquery.ui.dialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¤ÿïYCt¬Ö3?g?ÿêK?'),
7052('%}v??âÂ[ ðK°Wÿ', 'wp-includes/js/jquery/ui/jquery.ui.draggable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/´"?^]|}¼U1u?PÃ'),
7053('[B¯bQ`ø??Îüw9¯«', 'wp-includes/js/jquery/ui/jquery.ui.droppable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èj"Åãm°ø?Î]æw?é'),
7054('¢ë=ïæ4S3?êÑy', 'wp-includes/js/jquery/ui/jquery.ui.effect-blind.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Ä"N??§?¿½?0ã'),
7055('?#\r1?Z:gçq"?«Ü', 'wp-includes/js/jquery/ui/jquery.ui.effect-bounce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!ÌhÑmv''Z?×?áx'),
7056('z?3¨4*yý½½å??', 'wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8ß!?Ã\0A[")Ã?\n1'),
7057('?²¾?öÈÎ,?m%Öñ', 'wp-includes/js/jquery/ui/jquery.ui.effect-drop.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '!0[DåØ?ÜE?>?'),
7058('Ûþü?Þç¥Iw»+B?ÃŒe', 'wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'lAÀ&ôÙN jÃSâ?'),
7059('ÑÕÊlÀ\\Vhü??§ï?;@', 'wp-includes/js/jquery/ui/jquery.ui.effect-fade.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö%¥[Gïù.e-µ?'),
7060('e±ÛbÃŽ,?XLÂu®Â?H¿', 'wp-includes/js/jquery/ui/jquery.ui.effect-fold.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®8Þm????ÜB%ÃŽp?'),
7061('K\0S?zQÃ2ÓG?Cm·', 'wp-includes/js/jquery/ui/jquery.ui.effect-highlight.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂqüÔIþ?Ã9\ZÂÜMèà '),
7062('æ.?Ã]ÃŽzo_W~btÃ', 'wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ¢ªMÖCªDÂu?ÿ'),
7063('ì»?xS¾¾]?D«« ', 'wp-includes/js/jquery/ui/jquery.ui.effect-scale.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Q|I¸k\\B"?N3?¦m'),
7064('}aó?û?¥oúå½ý', 'wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??Q¨Oèn8+·?þ?'),
7065('géé9KÃé)ª³d/7?L', 'wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'f»²õÓà &\0ÂÇÈY°^'),
7066('µ\Z´ÙÅvT)?F???3', 'wp-includes/js/jquery/ui/jquery.ui.effect-transfer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/ï?UbèD:¤?w+lÔ'),
7067('uK??n>©D¨r?Ë à ', 'wp-includes/js/jquery/ui/jquery.ui.effect.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ñ?Â''??ò?áÿè'),
7068('X??!?ü? 8¥âû¦', 'wp-includes/js/jquery/ui/jquery.ui.menu.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '2???p4å¸TP'),
7069('ü?ý?z²?ü?Â\0kï', 'wp-includes/js/jquery/ui/jquery.ui.mouse.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°X?Ë ?g?ªt??¾-'),
7070('·tUÃd?C\0?£ÂÂï', 'wp-includes/js/jquery/ui/jquery.ui.position.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??¬|?Ãhoø^¯p?¿'),
7071('Ãl?ªÂñ?\n«?ÖRÂ$', 'wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'háæw£?ÊZÀG¦¨Qf®ò'),
7072('¼xA´?.lÂ?|O?Ã5K¯', 'wp-includes/js/jquery/ui/jquery.ui.resizable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãS ñ¶s ?=}lvÂ'),
7073('??·÷??[?à ïn8?', 'wp-includes/js/jquery/ui/jquery.ui.selectable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'A-?ûQe?.ÄîÂÊw'),
7074('^,Ü@n?$? ³&× ', 'wp-includes/js/jquery/ui/jquery.ui.slider.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l*9ç"õ?Pî3?ÒÅ'),
7075('Oï3??}?Póv±/5Õ', 'wp-includes/js/jquery/ui/jquery.ui.sortable.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'vWp???å??uÌdl'),
7076('aZ?ÑÆÅ`ì ×ýya$¼', 'wp-includes/js/jquery/ui/jquery.ui.spinner.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãìñ]Ìÿìÿ#ë(??w¯'),
7077('\nõ|Âsì¨S?«ÂÂ?N\n', 'wp-includes/js/jquery/ui/jquery.ui.tabs.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®?áÆ?ÑzÜÎr<F29'),
7078('eÖ\\f&?:½{#Yç°', 'wp-includes/js/jquery/ui/jquery.ui.tooltip.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.^ª{æ2ÈcE&?èÃþk'),
7079('Já·G?m[{fBå+w?', 'wp-includes/js/jquery/ui/jquery.ui.widget.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'jö©*ëÒj?®"Ã?aö'),
7080('*ç\Z07?1OÂÓÓ?8', 'wp-includes/js/json2.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tÙ??å»ê?ËuD¤+Ê'),
7081('ý´ö×øõ)Ã(¤Ã<ÙÃ', 'wp-includes/js/json2.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïA?Ë`§ ô?è@«'),
7082('ªªõÙ??|? ²½', 'wp-includes/js/masonry.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'l¸»}Mª?Â7ãjð?'),
7083('réör?(J¯g÷(¨yÂt', 'wp-includes/js/mce-view.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '°tT"Õ}Ã\ZÞJãª'),
7084('î??fÙ%ußPûÊñ?', 'wp-includes/js/mce-view.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '3-/Â>ä}Þ45âx??R'),
7085('¬{ß0l(?u9,wSØu', 'wp-includes/js/media-audiovideo.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '& ¨ÉIYZÕ?¾ÎEbeÿ'),
7086('µGV\\z²?#°ÿ?!;¢Ä', 'wp-includes/js/media-audiovideo.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ª ?�Âc?Óýó£?'),
7087('õuôÂNÂâ?.A_Ù_Ã', 'wp-includes/js/media-editor.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãø/ïüù|âÈTPÂ'),
7088(' ,¹©/??!ç?gyþd', 'wp-includes/js/media-editor.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿vÿ©»fo?ü&ôxºi'),
7089(')�_æö?J¯?×?Ô', 'wp-includes/js/media-models.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦¯Rë??ÃAF¹c«['),
7090('?F? Ã¥GJÎÖBì?s7µ', 'wp-includes/js/media-models.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??}iõÂý¬n¼?¸V¸V'),
7091('Â?V? ÃÞ]Æ)A', 'wp-includes/js/media-views.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'O¼2?Â??xt£.i²µ÷¨'),
7092('????E??Æ???', 'wp-includes/js/media-views.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ':?¬¢õNr±OçðB\Zé'),
7093('?ñì6?dõ¢xÇDÉÑ', 'wp-includes/js/mediaelement/background.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p<e?Kõc \\c8¡r~\0l'),
7094('\Z±e\rÖóäj!^²¸ ã÷', 'wp-includes/js/mediaelement/bigplay.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'qd6û=ð?k7ÃbÙRgj'),
7095('7µØO+²»¾???''n', 'wp-includes/js/mediaelement/bigplay.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '×7e`ÒÙ]¤z!xÃÕ'),
7096('Ãê5?ì[, jÄ(ê?¶', 'wp-includes/js/mediaelement/controls.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$ "½?ý?ÿü?Æ?'),
7097('GqÜ@¯üÃÓgm?', 'wp-includes/js/mediaelement/controls.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '@õoZsm¤ïþ·ÂÃŽ?Rð'),
7098('{Ãê?aéÂtÑ\n">ªÇS', 'wp-includes/js/mediaelement/flashmediaelement.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø.ÂN¨*Ã\\c??''É '),
7099('é?'' ÂÆ#s?þ?U|', 'wp-includes/js/mediaelement/loading.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'v³&ôÔB"oî!e?¾õ'),
7100('§y´ÃÚ!¡\0pZè?[A', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?øðÔÞ\0þ??R»¶[°,'),
7101(' ?±Ãä?æÛ?q?uM', 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂùÂ2xÙëýv??î¬'),
7102(';?&?nb±ËiÞ?©', 'wp-includes/js/mediaelement/silverlightmediaelement.xap', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '/±¼\ZÑÃTh?y´ÃS¬'),
7103('ÂÂ??SÇhÞëáSÃ%Tzø', 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xOW?r\r?x#µú?'),
7104('ûDÂÃáê]æ?|?ª$?', 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '.Â¥2úg?áb?JB®{?'),
7105('6ÛÚߨX/?¿HL', 'wp-includes/js/mediaelement/wp-playlist.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'IÉe¾4DKöñqêùÇÂ'),
7106('Jþ?E[Â¥7UÒÓ\Zï~', 'wp-includes/js/plupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??DK?#;³A±?7O?Ã'),
7107('ÂÜ;(Xp`?Öì?p?', 'wp-includes/js/plupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'áÔo«?&?Ã¥?0?ñ¼t'),
7108('ÌV�??ÆêM¯éj?', 'wp-includes/js/plupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u&\n©TI?zº«ª?+¾'),
7109('ÃC¶3Â!0Qòo?J¿e `', 'wp-includes/js/plupload/plupload.flash.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'p)?Ø-?Eփ<¡ËG'),
7110('"Âáû?²c?¬Ì9Ã&', 'wp-includes/js/plupload/plupload.full.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Iö6ÇG¥é?\n·!:D'),
7111(' âp(?QnÃ?¬ÕaÂÛZ', 'wp-includes/js/plupload/plupload.silverlight.xap', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '<RGPTm?³oö®»'),
7112('5C?)\nWu¾?/FÃ’cK', 'wp-includes/js/plupload/wp-plupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥ª^??\ZyValµ1?£Â~'),
7113('ÿLÙóêóÂe5x?e=æ?&', 'wp-includes/js/plupload/wp-plupload.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5äc?)´,K¯Ri05 '),
7114('ì?ØÔÞý·h?±ÂÃ’ÃŽ;', 'wp-includes/js/quicktags.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u¢·Öb¹\\Ä9?Úês'),
7115('?ò?(?©©?ÕÛ2Âáè', 'wp-includes/js/quicktags.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂÔ?fèV?¸µ_??#?'),
7116('?åG?oe·ÿïo?', 'wp-includes/js/shortcode.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}OI¯Àò§ð{YK²?ßò'),
7117('gõä]bR%? ZÂÛEº', 'wp-includes/js/shortcode.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºX2\0`yó¼½ëL8É*ß'),
7118('µO?r#½ÔýTºG?¿!', 'wp-includes/js/swfobject.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ýº,ÿI}p?e~2?qõ'),
7119('ò°?üMÂ?MÆ/`¼', 'wp-includes/js/swfupload/handlers.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²ÃO?¼ó??}Ê'),
7120('Ã…`#ãØG?b¯CÃÃ¥?ÃŽ', 'wp-includes/js/swfupload/handlers.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Y,k?ÂXà N¼0Gï;'),
7121('?\Z-®?x7Ãù(AÄ4ù»ç', 'wp-includes/js/swfupload/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ëà [°`È^?-Ào÷QWz'),
7122('ïD=J?/ 6?a?', 'wp-includes/js/swfupload/plugins/swfupload.cookies.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥~À\r?Ãk\\ 7?ÕÃ'),
7123('ç©lÚXNEMÊCgVsA:', 'wp-includes/js/swfupload/plugins/swfupload.queue.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?SR/½J»ö5©-v?'),
7124(',BÚcÃ…ÃÖ?Zù4Y', 'wp-includes/js/swfupload/plugins/swfupload.speed.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'AZ7??k¶Â×E`,*ûs¬'),
7125('¹ù$Ë<@ã??aô«Õc"', 'wp-includes/js/swfupload/plugins/swfupload.swfobject.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?q§V7ÛT\\ªò�s'),
7126('?Ã$¡ÖxM1>è²_8P\0', 'wp-includes/js/swfupload/swfupload.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '`;ÑB?ö\Zs)²ÓS²µl/'),
7127('*t$ª?vÃÑnÃ¥ÂÃsñ', 'wp-includes/js/swfupload/swfupload.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '½Z%ò5?e,¤rÔáHO'),
7128('Âý 1ªõ??ÂS:(', 'wp-includes/js/thickbox/loadingAnimation.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃŽ"h\rÃ’cÃôÿÂö&º'),
7129('éÔÞât?þ?ZÑO''? \n', 'wp-includes/js/thickbox/macFFBgHack.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??g?×W?,/u´'),
7130('?v{LöJl??YzÕ`°(', 'wp-includes/js/thickbox/thickbox.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?½Ãá?³*?FråÒfa'),
7131('AE¶ûô[?`?·�', 'wp-includes/js/thickbox/thickbox.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ö\n1o?¢óò©Îöþ('),
7132('9:ù?d¯o\n?ðp`Ry¨¢', 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃÛîÃ''D}Âü*?XXjÓ'),
7133('? v¾O.?|???', 'wp-includes/js/tinymce/license.txt', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']át"?3§[?t?|'),
7134('?\n$zßX£`Î1Bw', 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¥?r??Cm ÂjËËÊ'),
7135('k??¸$6O³Ò-N?x ', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5e{+åAHG??²!?ò±'),
7136('HC?ìÜ!ó«ª"(?', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?�Õ\0A?ÒItÿdH'),
7137('go¬s?Vã£;ÃÇÿ?\n$', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'u¶ðPùG7ErêpH('),
7138('0]ÂqK''ûf?x??Ãã¨', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'W?ãÒû?©??×Ãr?®'),
7139('Ë!¢#ò°ÕI|Â?ÛFé', 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*ÂÇV ??? Hyõ'),
7140('&¼?]0Wñì\n)ÿ=?¿', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$õà (PçRÉ¢ÃÄ>'),
7141('?ÂòP?wª©Â0âhÿ9', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_"+)^0Ãbßá`?[?ô?'),
7142('sÞ?U''÷ìÀe@¡d?', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ìû§¶cØ,¾?Èm´¦I'),
7143('áñ\\9ã>???Iz4?c', 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´?<Ú<{LU798ì?'),
7144(' ¾?v??\\Q?¥À-¼Ê', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?*¨pc¬[xÚä?¤'),
7145('?ÂtG?ÂÈ??¤D', 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'è¢:aé%Õé\ZDs??'),
7146('» æããEm[¥¬³ÇØlÅ<', 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òQú«?jf3Øîs´ '),
7147(' ¥d]\0FÖm?p²D', 'wp-includes/js/tinymce/plugins/media/moxieplayer.swf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'NYÓNû- ¹ 3Yj?ä±ï'),
7148('`ö¦?; "Â-¹ÿÈ+~;', 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'á?¸°à j\ZY???'),
7149('??Â??|_Ëi/y¡Ò ', 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'D¸õ''¾FüYU¡ïNLWÂ'),
7150('ü???µ?qÂ¥??Ã', 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ºI/?0p?y?º¦='),
7151('Ù,(¡i7:^ÃŒ^ç?#', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´Â¦©hV¹Ñ@LÞõ$?'),
7152('x???@}YÇ?iË+', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?}D&É\n>8??þ?ë1'),
7153('?ð«vîÂùÃ|ß-ðÉ', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'î_\\Ã??gÃd9KùÃ'),
7154('?]ýPû.£?1ÿ´?ÃŒ2b', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'xÃÃŒ Úû?Ú^??¼xÂ^Ô'),
7155('?ßYá36¾élç?Y«°', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?áÂ1ùjr¤Îb2Kè8'),
7156('ýGþ²!#hÔ9 ?ò&', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'þ''ZV¹ÉÒÔ3/\rù:mR`'),
7157('uÞÇs¶?y6''v,ªÞ=', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ãýà $?·?%i9Ë');
7158INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
7159(' P=N>?¨b"j:~[Q{á', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷®Ë[??9??ÑZÂ'),
7160('3ÛÕé''º°ÃRK?Bfý', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êû±G?Âã7?(ttâ@¸'),
7161('<ïÎu?\Z?µÇYÔ^', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â"æ-rÇôU=)QMAû?M'),
7162('Ë6 <¥ÊCê?¹V:(r', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¸j?dÃ)?ÌñçsB'),
7163('{ôï°P8±°Ã5xþ¼-?', 'wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÛÚ:ëüqk+Ç:¾f\0¶]R'),
7164('T^Ih³?ôÅÌ?¹¤ê(', 'wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à ÃNÇ\Zâc\\??Z?'),
7165('u¿Ü3!pA³f?)R¯MÛ', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'M7F^??\\,ÉÆmÚh?'),
7166('ëO?ú;¤=\\J¼zy', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Ûñ\r¼äpÂy?-ÕÎ"æ'),
7167('k??²Ãb?ÉgS?', 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ç/äöÑs?ÆÅÓoª'),
7168('L÷?)ÑÙa$ÂD-ï?ªJ', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'êù??¦ª?\\??¢¤h?èx'),
7169('ãáqÕ82½úvÂ&#M', 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓidÌ·?Y¿»?31UË'),
7170('Wl?Øy:Ã\0Vn`?d\0?', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}R,Z(Û¼h???§'),
7171('áZ±?®(>(ª1b??Zê', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ä8±w9ç?\r¦%Ã…EÂÈ='),
7172('Þ?ä¥ê7?&?ò?', 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? çc®tVVH)ú>C?Fñ'),
7173('¾?(?[3?ÓH/?[°e]', 'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'zd?ó?+èÓÜE@ì1Ã'),
7174('û³>Ù/?_ó³éÃÀ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'o/ð>??\Z?¾t?qî'),
7175(':²XÂæ2ìMÓþÖ~ûÈ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'eÃ???ªÂ¾gú_ëÂ'),
7176('`ÎþÇS?`NI?^Gï', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?.(¿?_µXå\Z%'),
7177('Âût÷0Ãgñ»a?/Åý?', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëÃ7Åÿ ?¤þAèhf'),
7178('v?¡åÇÖV¹½ØKµúP', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$Âl¯ayêl@5·êì~Ãn'),
7179('ÂQ ²ÃÃŒ?ï2?7uàL', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'óÂ??Ã$57×|?}'),
7180('Pã?ñ0¹Âa?¼RÓz= ', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’g;Ã’?Ã¥5?s?Wî<Gx'),
7181('¸\Z䡯lîÎÞù3?Â', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'çaÕæH6¯«]%P£¸ß'),
7182('õ¥?ÂØÞ>+?L[îm', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '«Óa5q?Ü?_4ø@'),
7183('L<#³ó?\ZÒá¼ÓÜ}', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9K¯ÃÌMû:ä?Tf?9'),
7184('oPðûc??Âìo©.är', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'órdP×E}u\n/M?AÇî '),
7185('?X¸ÔÃìg5ûô?¼(Â=c', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¿?7I Þ1F¦Guôj^'),
7186('¿<{????,-Ì![M?ú', 'wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' ??E?p¦?Ëè\0NK'),
7187('Ùþ>Ã~ä!ðªgÃ…q??', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÃïH''s\r?Ôó¤Ã?I'),
7188('?^Aõ?+l?®¬oød?Ò', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '7~!æßà \0?÷ÆÔý"w'),
7189('FH??¼30mÂ:½¸s?¶', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'r?jÃcv]8?18%·?'),
7190('J?Â(?°ý\\O?²î0', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no-alt.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â,Ãz?ÈÙÿ?uÄQ?'),
7191('??ÎÓxy¨åÂõ?Ö', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'VßùîI]s-ú@âWsÃ'),
7192('FÃô¬Ã\\?Oç¡fgî', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Êî1ìÂÃõv??R'),
7193('²_fôç²;wÃaËÙ?±', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡_±??Pwù´PUÛ4'),
7194('F?H?lëe?É#Ã', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÓñÖî&¤Â??64'),
7195('NÂ3Ãj@pu5?«¶¿^??', 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '^?ÂÌ6©ùêì2Â¥*?'),
7196('ú?Â~??a%¡ë!»P', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '{ÃŽ6¿#UQ:÷?|>#ëÖ'),
7197('½½?#ÂÂùÛ >û7', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '$TV?æY]?(?)cs©'),
7198('??@?»{÷J¤á«5?X', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'U,û:)¬ ?"ÅQqY'),
7199('7«%Wy~?P?«xòç', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â¥lzV6`wmZBsÂÃÖ'),
7200('Þ3^ëËPM?Y?æÃH?DØ', 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?÷ B©=\rz»?3jÃ'),
7201('?òê÷ .æ?ß\\¾ò¯', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5Â8K_úùó?`UµÒt¨'),
7202('r+zk;» 4¯æWI', 'wp-includes/js/tinymce/themes/modern/theme.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?}´!Àò$??ªÒaÒÛe'),
7203('n#©t=?''??ÃÞõb]{ñ', 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãÃbÃÊ~Æ\0???#F`'),
7204('?(tTlD?7&?³MP.À', 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '8Û?U)6?õÂûË8?'),
7205(' Ö9??f?U?fòþæ?', 'wp-includes/js/tinymce/tinymce.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ò?o 6\Z3¨sÒQoÉ?'),
7206('Gm¹?:?M?V??L?', 'wp-includes/js/tinymce/utils/editable_selects.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'y«Ë\0!ÂeØf??'),
7207('*ÑþÂLÃm&&2ýÕ\nb', 'wp-includes/js/tinymce/utils/form_utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '£-¼D{}ÃÃ’wk¢?k|'),
7208('?úvÈÛ6à ?;?~Â', 'wp-includes/js/tinymce/utils/mctabs.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?x$??\ndªó,âP?Ë'),
7209('4AI?n09??7c`', 'wp-includes/js/tinymce/utils/validate.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'hfÃ¥?\n[??ÃÃVÆ}4'),
7210('If@n½ÃÈæ;c>?8', 'wp-includes/js/tinymce/wp-mce-help.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Â??ê?SÞø_9H?è~'),
7211('ü''ñú??æ³×}µÂÂÂ0', 'wp-includes/js/tinymce/wp-tinymce.js.gz', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÞB?¢?ü??B¾ò?!Ã'),
7212('ÃÂÈÂÃH?òÜfëká', 'wp-includes/js/tinymce/wp-tinymce.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'sù>°aÔfi?;\rÃù÷fu'),
7213('p?Ô2N<:ZÂ¥7»r?', 'wp-includes/js/tw-sack.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¹?¥½?öëËÃ9>Àæé?'),
7214('?º°Åh+¹«BÌÆòÃ', 'wp-includes/js/tw-sack.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡??''æé7??®Ùnæ?'),
7215('²uæØ<eçx?®@??>', 'wp-includes/js/underscore.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '%!7?{ºY?¯?ùM*ì'),
7216('<æhjØ ?4½»?4aÃ2ö', 'wp-includes/js/utils.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '~ñO?îc<:¢¾Â±?#\Z'),
7217('ü&UX\rèL4{?âÑÔ', 'wp-includes/js/utils.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ø0ä¾\\¬¹Qî~Yä>9'),
7218('](Rª&!âÆ1;?3?ê', 'wp-includes/js/wp-ajax-response.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1m??õ\r÷¾à ?HPè'),
7219('u?)8FG9¡C°(¶?', 'wp-includes/js/wp-ajax-response.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÉxÉi?->Æ\n?\\33r'),
7220('??.Â?v8-rJ?ÃqQ', 'wp-includes/js/wp-auth-check.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñÓéâ²ÀþÃÑb?c\Z+'),
7221('tUÒ/Ds¤I?Üstã', 'wp-includes/js/wp-auth-check.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '·©R%K[D×Úl@þîq'),
7222('ôÂjÃ¥8ú?È?Ã\Z¬±ó', 'wp-includes/js/wp-backbone.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ý«¦SºòYÛ|³?×j)p'),
7223('0<?ÎÅÈÿl?þöJÂâ', 'wp-includes/js/wp-backbone.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'µiâ?øýH.ç^?V!'),
7224('¿?¸=V;¢?ÃÃÂN.K', 'wp-includes/js/wp-list-revisions.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'GQ\ru`Ã’*?L?ìn$¼½'),
7225('E4Ã×fu\r#R:k!jgh', 'wp-includes/js/wp-list-revisions.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´ÃOBy¾?MKØ/Äl'),
7226('?bv¾ÉE?ì´HÕÇã?', 'wp-includes/js/wp-lists.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…LÃ.?+#/*?óI08o'),
7227('?9µeÃEø?b?l´3¢', 'wp-includes/js/wp-lists.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?t|r??5ÒÖx?Ù?'),
7228('¿#²AuI.Fªù/ö Ç', 'wp-includes/js/wp-pointer.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '5?8½.ªr:?¥óð'),
7229('ê¯?¾ÆÛ4?T`¡k', 'wp-includes/js/wp-pointer.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '6�|dMpX\0?ä?f??'),
7230('¤??n¿ëæåýå_2g·j', 'wp-includes/js/wp-util.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'R?Þ-??údAnû'),
7231('H+?E~?}§1QÛð½®Ù', 'wp-includes/js/wp-util.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '9Êf1?öbQ\në?&2'),
7232('õA4eøêÇ{¹^?Â?Ã’Z', 'wp-includes/js/wpdialog.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'rè9_ÔM@9\0?S??¦º'),
7233('?ÃQµ¦uâ!?x?[', 'wp-includes/js/wpdialog.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã’-?¥»\0ºg\r¨F?¾'),
7234('?°wtòH©ëá-s?\0Ân', 'wp-includes/js/wplink.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'fAGvà k·ÊsLÆ TÂY'),
7235('ßà ÒÃ"?»?¾Ãc)jÛ"', 'wp-includes/js/wplink.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '[®?Ã>?næê?ÄéÅþ'''),
7236('ý©Õ''æ?Bâ?Â7SÂ', 'wp-includes/js/zxcvbn-async.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?§??¨²\0?V]u#3'),
7237('L(Êý¢nø9[2ÀC6å?', 'wp-includes/js/zxcvbn-async.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '1?é¶p9 á9Î~?ý'),
7238('J?´ÊOhÓýÃsD?', 'wp-includes/js/zxcvbn.min.js', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¡LÕ;ÃÕuc??¶<®ø'),
7239(' à ?ÃqÃäSGKy(þ', 'wp-includes/kses.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²þûX?°?éÎ%iSÜ'),
7240('Éèë:m¡°[?¯:#', 'wp-includes/l10n.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ÂZ®³ÓÂÜ#[ÔÞ'''),
7241('ËïvÃE,¿-Oä{ú?', 'wp-includes/link-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'òq-q?®aÃŽ\\Ã¥Uî?'),
7242('_jõð?_±¨/ÔÌÖy?', 'wp-includes/load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '??gq«¤X?Õ\0.ø?ÿ'),
7243('D6mËe?r{pKèO?', 'wp-includes/locale.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'w<èsÖVÛ °?¢pÃT'),
7244('aÆÅ?Éû(mà EBýlÉ', 'wp-includes/media-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '? hïöN2??î?ôú'),
7245('){ôjW-_?Q=?ÃGl?', 'wp-includes/media.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢YÃaZØ®ÑÞà J\0#*'),
7246('ÛKûQð}U&;&?ïØQ', 'wp-includes/meta.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÂvÂ#f?D??´??'),
7247('Óg¹?I?!?ÑÇÖ_Æ', 'wp-includes/ms-blogs.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ð?·?Âv0`5ðã§+'),
7248('mAçðY·à Ê??Rb|ÞS?', 'wp-includes/ms-default-constants.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '« 7ö???IYlû ?'),
7249('¤.?B¾ÀxK?Y?', 'wp-includes/ms-default-filters.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '®?ò+&2ÿm¸ù=U?Ö'),
7250('¨[ÂnÃ…G{Ãù''¾¢q:?', 'wp-includes/ms-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '³ùÙ\0\Z5ë×à ÂÌû°?Ã'),
7251('?\rç!z}MLÂKÂE', 'wp-includes/ms-files.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ']¼yïþ<Ñr ÔLëF|'),
7252('¼v%???S´[¿?£?', 'wp-includes/ms-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Èð?õÔÃ+ã¥j^LLÿ.»'),
7253('Ã_´?§jSXà 2ÃŽQQ=', 'wp-includes/ms-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?G_ÃQ«µ°TÚ.w;É'),
7254('j&?Â^ûÌø?b³ô??', 'wp-includes/ms-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?LF\0ò?.?ºr¨Ãß'),
7255('Ū{A¸êmmùß*ÂK', 'wp-includes/nav-menu-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã…H?$î~2?là Î''ñ'),
7256('¡[öHn[PÖ.~½ðßFU|', 'wp-includes/nav-menu.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'i!ºå?ïøcß?Erµû'),
7257('¶MR²ælÄB?F¥u', 'wp-includes/option.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}:¨þzqñ>ò?/N'),
7258('N|þ?J?ªzn×ösw', 'wp-includes/pluggable-deprecated.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ï?t?DbµÊÂQ¿¦'),
7259('h0X-Èiÿ»ÕáÂ^ÃŒG`8', 'wp-includes/pluggable.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ì´Rf%v±N?ûñ¾¨C.'),
7260('äö\00?ùq??Ny)?Ô', 'wp-includes/plugin.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?<&Üu²ÂòÑ×9?''¡ú'),
7261('Ì ?ì¡CªY??ñ', 'wp-includes/pomo/entry.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ë?}ÛL???ÒvÂ.'),
7262('48²VtÔº?+^Xô', 'wp-includes/pomo/mo.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?§-ó?¦?v?ÂH;mW'),
7263('ªæ[Kºîæb?ÄÚ28·', 'wp-includes/pomo/po.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïçèà P¤÷\Zþ«M[f|'),
7264('?1W;c?¶?¸°NñÀ"ïu', 'wp-includes/pomo/streams.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '+ÿ??ÅSlQ~r²Ñò§1'),
7265('§Ó???£E¿Î¶$PF', 'wp-includes/pomo/translations.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¨¥Âè?cË?L?µu?'),
7266('?a±tUÚq¶^!ä0?lÂ', 'wp-includes/post-formats.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'EóVØI?uEÃy ?\nÃŒ'),
7267('MüÂÃI?MÔïüÀrDÂõ-', 'wp-includes/post-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¼¾°x~¸³ú£A?q$òæ'),
7268('ÃáiY?�?\0\nR)??', 'wp-includes/post-thumbnail-template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '(Y?áD?CdL»Â'),
7269('«?°0j?lµSÓýKò', 'wp-includes/post.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ô?U?án??5?z²*?'),
7270('? éA$?fCÂNö?37', 'wp-includes/query.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '}\r§I/°?þ3J@\nÛw'),
7271('?E-jà Ê1jì£Ê\rÃE?', 'wp-includes/registration-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '_?<·ÆÑ&TÂxHÃX?CL'),
7272('5\\h>óÎw Â??NË', 'wp-includes/registration.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'q??H^Â?³»I¦ÃiÚ'),
7273('_°\0ßÅd ?MP~ÛëD', 'wp-includes/revision.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?7æGê¯\0}6?|\ZRp'),
7274(')¾Oz=?u©?î£Ä?', 'wp-includes/rewrite.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Owò lïdL¤öeF'),
7275('þà ¢¿w?ñ''¢6)', 'wp-includes/rss-functions.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'g³¸»²Ôl]Â¥4j0l=Â'),
7276('?§¬ãÃA¼Îò?1\Z?;¤', 'wp-includes/rss.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '*1~,²¨ÂH?Ëmþ[¡'),
7277('9?} B^¿²? ëÂ"ë', 'wp-includes/script-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Ã¥J_"ÞL8-?H¯â?B'),
7278('Vne!Êz0u1?¬¿', 'wp-includes/shortcodes.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ØLbá²`§?p????'),
7279('ïÑX=U¡pfp¾?ÃZ', 'wp-includes/taxonomy.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'J¡IT?ªy¡à ò#"©\0'),
7280('?:+[õ¹g¾¦CZÃØó?', 'wp-includes/template-loader.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 's?~?à ?Q9ÃZl¢=ô'),
7281('?:=Â%ÆÌâ¾ù MÔ?', 'wp-includes/template.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '²8Â?¦+{8ôÃD'),
7282('?µ`?¤kYL_¯¼h%''', 'wp-includes/theme-compat/comments-popup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', ' 9?\n¤?ª?VR§?'),
7283('>h?ìXX*ÿv1?©¹', 'wp-includes/theme-compat/comments.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¢,uçÞäL�p?Iú'),
7284('þQ?6?Èyqä¢88', 'wp-includes/theme-compat/footer.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Æ ~C~?MÂÃéøµÉ='),
7285('LäåbPÞ-I?1f?', 'wp-includes/theme-compat/header.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '´xª¢üÂ?vY¢²??'),
7286('ã0?;ê-,ÓAÞEyæ', 'wp-includes/theme-compat/sidebar.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '>\Z¿¥ü"}Wuoª??.H'),
7287('?XèÂV?O|8}???', 'wp-includes/theme.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'à )bBb?ðìVeüÕ='),
7288('öÊ�+¢?ÇqÉpW£Ã', 'wp-includes/update.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?{(&õ6t¹pößv «'),
7289('k½úB?ãb=y?Ú', 'wp-includes/user.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '�ß5×]IðéacÜ]W'),
7290('g+yr?äÃq??ö?D©´/', 'wp-includes/vars.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Óá QF&b³¯EÂS¢pN'),
7291('5Z¬Ìäà S?ãvÙ`6?9', 'wp-includes/version.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ñ8?ý]£ÔC#ÑT îm'),
7292('SÛÊ&ëaz8öJ?9§', 'wp-includes/widgets.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'tS.ç×?áÂn?k®_'),
7293('ø@¨ÒêsB0<?{l¶3?Ñ', 'wp-includes/wlwmanifest.xml', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ß?¶ó?ê¢ið^??'),
7294('LÂ?e¡t"pc( ?eÇ', 'wp-includes/wp-db.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '¦MIUÄÊz©W]½f%áj'),
7295('(ï^¦3N½?©??¢3', 'wp-includes/wp-diff.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?ºà Ùx7òÂlÙ9Øÿ'),
7296('?ÿ?^ÂÂ''½q?Âî0?ê', 'wp-links-opml.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ÄcÉÇþv?ÂIlÚmf?'),
7297('Â$»??j¶X?])D:', 'wp-load.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ëÜ?Þ_Cøù¸¡uê?S'),
7298('ú\r\0FJÈä?BáÞeç', 'wp-login.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ãt L¾ù?EéJQg'),
7299('´?3 T.^�<Þ÷ø', 'wp-mail.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '÷§-?<?°?w?êãµ\0'),
7300(';1?#ÃY_N?Â¥t÷', 'wp-settings.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'Âú?«)ÀayÀ\0Â?õÇ'),
7301('?,Â4#¢?(ç#', 'wp-signup.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'ïmC§9i?¦e&Î×@·´'),
7302('o?-×;?X:Âûp?', 'wp-trackback.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?Â$Qõ?[?»T jl¹ý'),
7303('4??ÙL$¼,K[?uÌâ?', 'xmlrpc.php', 1, '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', '?¤·\Zuøw¾÷n?1÷ò');
7304
7305-- --------------------------------------------------------
7306
7307--
7308-- Table structure for table `wp_wfHits`
7309--
7310
7311CREATE TABLE IF NOT EXISTS `wp_wfHits` (
7312 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7313 `ctime` double(17,6) unsigned NOT NULL,
7314 `IP` int(10) unsigned NOT NULL,
7315 `jsRun` tinyint(4) DEFAULT '0',
7316 `is404` tinyint(4) NOT NULL,
7317 `isGoogle` tinyint(4) NOT NULL,
7318 `userID` int(10) unsigned NOT NULL,
7319 `newVisit` tinyint(3) unsigned NOT NULL,
7320 `URL` text,
7321 `referer` text,
7322 `UA` text,
7323 PRIMARY KEY (`id`),
7324 KEY `k1` (`ctime`),
7325 KEY `k2` (`IP`,`ctime`)
7326) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9911 ;
7327
7328--
7329-- Dumping data for table `wp_wfHits`
7330--
7331
7332INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
7333(9910, 1412003205.411641, 2194898791, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7334(9909, 1411997292.508942, 2071807844, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7335(9908, 1411983936.602531, 3227723588, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7336(9907, 1411983935.453673, 3227723588, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7337(9906, 1411983168.500961, 3003111234, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7338(9905, 1411983166.706535, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7339(9904, 1411976825.418044, 3024881065, 0, 0, 0, 0, 1, 'http://riserbuilds.com/services_rendered/newhomes/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7340(9903, 1411975820.776888, 3024880922, 0, 0, 0, 0, 0, 'http://riserbuilds.com/one-column-portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7341(9902, 1411975320.844294, 2637637509, 0, 1, 0, 0, 1, 'http://riserbuilds.com/testimonials/function.require-once', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7342(9901, 1411973187.784582, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/sitemap/feed/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7343(9900, 1411971543.485232, 3702877270, 0, 0, 0, 0, 1, 'http://riserbuilds.com/portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7344(9899, 1411970422.004971, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7345(9898, 1411967913.546058, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7346(9897, 1411965097.544001, 1123631362, 0, 0, 1, 0, 1, 'http://riserbuilds.com/our-team/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7347(9896, 1411965096.966677, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7348(9895, 1411961917.936367, 1709353175, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', 'http://riserbuilds.com/robots.txt', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; 360Spider'),
7349(9894, 1411955792.393712, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7350(9893, 1411954338.987933, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/contacts/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7351(9892, 1411953105.938922, 3024881218, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7352(9891, 1411948228.148374, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7353(9890, 1411944016.502605, 3221194276, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7354(9889, 1411944011.868880, 3221194276, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7355(9888, 1411937962.683090, 3024881041, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7356(9887, 1411929398.811323, 786801762, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; SemrushBot/0.98~bl; +http://www.semrush.com/bot.html)'),
7357(9886, 1411925475.378885, 2956823245, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-content/update-scr.php', 'http://riserbuilds.com/wp-content/update-scr.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7358(9885, 1411918208.105256, 3173067987, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7359(9884, 1411918203.491166, 3173067987, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7360(9883, 1411916833.841931, 2194909263, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7361(9882, 1411914805.654791, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7362(9881, 1411913556.236963, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/home/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7363(9879, 1411906771.517613, 3702862666, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7364(9880, 1411906772.880386, 3702862671, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7365(9878, 1411900858.953858, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/sitemap/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7366(9877, 1411898111.371903, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7367(9876, 1411896859.255022, 1433483914, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
7368(9875, 1411888756.700873, 3244829114, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-En; rv:1.8.12) Gecko/20050919 Firefox/1.0.7'),
7369(9873, 1411888502.976442, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7370(9874, 1411888503.818982, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/nivo-and-jcarousel/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7371(9872, 1411883056.550052, 3227723594, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7372(9871, 1411883055.208058, 3227723594, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7373(9870, 1411882737.585994, 2071807785, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7374(9869, 1411876787.030500, 2637637543, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7375(9868, 1411876192.559748, 3497226050, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7376(9867, 1411875931.135044, 2637637543, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7377(9865, 1411870463.510016, 1123631516, 0, 0, 1, 0, 1, 'http://riserbuilds.com/portfolio/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7378(9866, 1411875514.252727, 1806878925, 0, 0, 1, 0, 1, 'http://riserbuilds.com/', '', 'AppEngine-Google; (+http://code.google.com/appengine; appid: s~page-d)'),
7379(9864, 1411868640.730139, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/our-team/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7380(9863, 1411868600.840004, 2637637543, 0, 1, 0, 0, 1, 'http://riserbuilds.com/contacts/function.require', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7381(9862, 1411867827.106184, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/sitemap/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7382(9861, 1411867824.435678, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/comments/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7383(9860, 1411866562.019103, 1123631516, 0, 0, 1, 0, 1, 'http://riserbuilds.com/contacts/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7384(9858, 1411864800.818635, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7385(9859, 1411866561.435173, 1123631362, 0, 0, 1, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7386(9857, 1411864331.141719, 1433483914, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
7387(9856, 1411864213.275079, 2637637543, 0, 1, 0, 0, 1, 'http://riserbuilds.com/sitemap/function.require', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7388(9855, 1411861815.299010, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7389(9854, 1411854546.187999, 2798466842, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://momthing.com/tag/chrys/', 'Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),
7390(9853, 1411852781.195260, 3580790237, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://doska-vsem.ru/', 'Mozilla/4.0 (compatible; Blog Search;)'),
7391(9852, 1411852780.013535, 3580790237, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://doska-vsem.ru/', 'Mozilla/4.0 (compatible; Blog Search;)'),
7392(9851, 1411852779.144010, 3580790237, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://doska-vsem.ru/', 'Mozilla/4.0 (compatible; Blog Search;)'),
7393(9850, 1411849771.542196, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7394(9849, 1411849757.361090, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7395(9848, 1411849751.592813, 1600976381, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7396(9847, 1411842702.423504, 1806878921, 0, 0, 1, 0, 1, 'http://riserbuilds.com/', '', 'AppEngine-Google; (+http://code.google.com/appengine; appid: s~page-d)'),
7397(9846, 1411837278.680588, 2071807815, 0, 0, 0, 0, 1, 'http://riserbuilds.com/home-example-2/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7398(9845, 1411834358.211918, 3495757690, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
7399(9844, 1411830401.741722, 2194914936, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7400(9843, 1411830273.769061, 1152704866, 0, 0, 0, 0, 1, 'http://riserbuilds.com/sliders/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
7401(9842, 1411830272.853112, 1152704866, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
7402(9841, 1411826749.329562, 3325721932, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'wsr-agent/1.0'),
7403(9840, 1411821706.738993, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7404(9839, 1411813972.240036, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7405(9838, 1411813968.670193, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7406(9837, 1411803053.628964, 2956823245, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-content/update-scr.php', 'http://riserbuilds.com/wp-content/update-scr.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7407(9836, 1411801948.756300, 3244829114, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-En; rv:1.8.12) Gecko/20050919 Firefox/1.0.7'),
7408(9835, 1411797477.156252, 3497226579, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7409(9834, 1411792438.028537, 2071807853, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7410(9833, 1411786367.737342, 3227723602, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7411(9831, 1411776139.405679, 2637637543, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7412(9832, 1411786366.421401, 3227723602, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7413(9830, 1411774026.913592, 1137382950, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5'),
7414(9829, 1411773044.855277, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7415(9828, 1411772437.423154, 2637637544, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7416(9827, 1411772316.900659, 2637637544, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7417(9826, 1411772117.801451, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/twitter/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7418(9825, 1411772116.547697, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/one-column-portfolio/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7419(9824, 1411772115.103831, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/two-column-portfolio/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7420(9823, 1411772113.589420, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/faq/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7421(9822, 1411772111.973881, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/nivo-and-jcarousel/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7422(9821, 1411772110.178333, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/one-column-portfolio/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7423(9819, 1411772105.750741, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7424(9820, 1411772108.805041, 2915163048, 0, 0, 0, 0, 1, 'http://riserbuilds.com/faq/', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7425(9818, 1411772104.284547, 2915163048, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Aboundex/0.3 (http://www.aboundex.com/crawler/)'),
7426(9817, 1411766989.669161, 629968165, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7427(9816, 1411764194.095236, 2637637543, 0, 0, 0, 0, 1, 'http://riserbuilds.com/our-team/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7428(9815, 1411764086.183811, 2637637509, 0, 0, 0, 0, 1, 'http://riserbuilds.com/sitemap/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7429(9814, 1411758824.201768, 3024880915, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7430(9813, 1411757020.859379, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/contacts/function.require', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7431(9812, 1411754231.199717, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7432(9811, 1411751719.721098, 3333410054, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7433(9810, 1411751718.377735, 3333410054, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7434(9809, 1411751281.072018, 1089905970, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://whois.domaintools.com/riserbuilds.com', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),
7435(9808, 1411751279.704712, 1089905970, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),
7436(9807, 1411744588.315982, 1123631364, 0, 1, 1, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7437(9806, 1411744586.911457, 1123631408, 0, 0, 1, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7438(9805, 1411744035.567298, 2459190575, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7439(9804, 1411738505.739458, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7440(9803, 1411738502.133372, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7441(9802, 1411736851.453284, 2000667075, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'),
7442(9801, 1411736773.965334, 3392026963, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'),
7443(9800, 1411732374.272362, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7444(9799, 1411727346.427257, 3227723598, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7445(9798, 1411727345.286648, 3227723598, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7446(9797, 1411724963.044927, 1123631362, 0, 0, 1, 0, 1, 'http://riserbuilds.com/sitemap/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7447(9795, 1411724835.610067, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7448(9796, 1411724962.477971, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7449(9794, 1411724040.350745, 3024881216, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7450(9793, 1411719380.481321, 2637637629, 0, 0, 0, 0, 1, 'http://riserbuilds.com/contacts/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7451(9792, 1411707437.896010, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7452(9791, 1411690118.864172, 3141509185, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
7453(9790, 1411680852.029779, 3702877273, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7454(9789, 1411676593.064847, 3147023779, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7455(9788, 1411676503.373195, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7456(9787, 1411674605.197028, 2956823245, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-content/contents.php', 'http://riserbuilds.com/wp-content/contents.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7457(9786, 1411674153.646795, 3024881044, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7458(9784, 1411668154.877625, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7459(9785, 1411673102.498336, 3024881218, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7460(9783, 1411668149.331866, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7461(9782, 1411668147.705572, 1600976381, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7462(9781, 1411666340.297693, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/portfolio/function.require', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7463(9780, 1411664146.411031, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7464(9779, 1411660245.777703, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7465(9778, 1411659942.053889, 919775980, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),
7466(9776, 1411657662.866202, 1815826627, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7467(9777, 1411659808.072394, 916818737, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36'),
7468(9775, 1411656910.931026, 3138498152, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7469(9774, 1411656907.738241, 3138498152, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7470(9773, 1411654918.844668, 1173864048, 0, 0, 0, 0, 0, 'http://riserbuilds.com/portfolio/', 'http://riserbuilds.com/portfolio/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7471(9772, 1411654917.878490, 1173864048, 1, 0, 0, 0, 0, 'http://riserbuilds.com/portfolio/', 'http://riserbuilds.com/our-team/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7472(9771, 1411654911.805519, 1173864048, 0, 0, 0, 0, 0, 'http://riserbuilds.com/our-team/', 'http://riserbuilds.com/our-team/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7473(9770, 1411654910.990137, 1173864048, 1, 0, 0, 0, 0, 'http://riserbuilds.com/our-team/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7474(9769, 1411654894.500609, 1173864048, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7475(9768, 1411654892.522768, 1173864048, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7476(9668, 1411361569.868713, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7477(9669, 1411361920.241977, 3024880963, 0, 0, 0, 0, 1, 'http://riserbuilds.com/sitemap/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7478(9670, 1411362945.475086, 3227723590, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7479(9671, 1411362946.788061, 3227723590, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7480(9672, 1411366668.827573, 1709353163, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', 'http://riserbuilds.com/robots.txt', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1; 360Spider'),
7481(9673, 1411378455.282235, 3702877273, 0, 1, 0, 0, 0, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7482(9674, 1411397112.964464, 921315480, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36'),
7483(9675, 1411397188.268729, 920793155, 0, 1, 0, 0, 1, 'http://riserbuilds.com/tel:%28318%29%20355-2108', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36'),
7484(9676, 1411397311.675304, 2927712075, 1, 1, 0, 0, 1, 'http://riserbuilds.com/tel:(318)%20355-2108', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
7485(9677, 1411397313.748349, 2927712075, 0, 1, 0, 0, 0, 'http://riserbuilds.com/tel:(318)%20355-2108', 'http://riserbuilds.com/tel:(318)%20355-2108', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
7486(9678, 1411398452.977741, 402365275, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7487(9679, 1411400184.634451, 911821884, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
7488(9680, 1411400188.159901, 911821884, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'),
7489(9681, 1411403418.356827, 1123631364, 0, 1, 1, 0, 1, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7490(9682, 1411413454.497689, 3333410054, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
7491(9683, 1411413456.574436, 3333410054, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
7492(9684, 1411413953.300272, 2956823245, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-inces.php', 'http://riserbuilds.com/wp-inces.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7493(9685, 1411416472.604555, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7494(9686, 1411416475.878588, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7495(9687, 1411421095.736788, 1173864048, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7496(9688, 1411421097.956306, 1173864048, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7497(9689, 1411426949.888624, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7498(9690, 1411437039.877899, 624499169, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-update.php', 'http://riserbuilds.com/wp-update.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7499(9691, 1411438796.099291, 2071807800, 0, 0, 0, 0, 1, 'http://riserbuilds.com/one-column-portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7500(9692, 1411445762.734786, 3024881309, 0, 0, 0, 0, 1, 'http://riserbuilds.com/home-example-2/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7501(9693, 1411447032.187498, 2637637523, 0, 0, 0, 0, 1, 'http://riserbuilds.com/testimonials/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7502(9694, 1411451223.280736, 1123631362, 0, 0, 1, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7503(9695, 1411452636.124604, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7504(9696, 1411456171.836513, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/testimonials/feed/function.require', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7505(9697, 1411462738.344085, 3024881065, 0, 0, 0, 0, 1, 'http://riserbuilds.com/faq/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7506(9698, 1411466305.432125, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7507(9699, 1411468819.556334, 3024880965, 0, 0, 0, 0, 1, 'http://riserbuilds.com/paged-four-column-portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7508(9700, 1411469068.899978, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/portfolio/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7509(9701, 1411479450.795995, 3495573956, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),
7510(9702, 1411484841.785738, 2732504177, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7511(9703, 1411487452.794187, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7512(9704, 1411491499.940614, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7513(9705, 1411499763.522667, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7514(9706, 1411499763.688497, 1600976381, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7515(9707, 1411499766.830112, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7516(9708, 1411499771.784639, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7517(9709, 1411504743.442759, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/', '', 'SAMSUNG-SGH-E250/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101 (GUI) MMP/2.0 (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)'),
7518(9710, 1411515225.702729, 2071807794, 0, 0, 0, 0, 1, 'http://riserbuilds.com/sitemap/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7519(9711, 1411516142.745522, 3497226050, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7520(9712, 1411522429.118686, 3497226050, 0, 1, 0, 0, 1, 'http://riserbuilds.com/home-example-2/feed/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7521(9713, 1411531892.383898, 2816272528, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7522(9714, 1411531897.998842, 2816272528, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7523(9715, 1411532155.020373, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7524(9716, 1411532156.158428, 3003111234, 0, 1, 0, 0, 1, 'http://riserbuilds.com/home-example-5/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7525(9717, 1411532710.514604, 3024881198, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7526(9718, 1411532820.496526, 3024881297, 0, 0, 0, 0, 1, 'http://riserbuilds.com/home-example-2/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7527(9719, 1411533164.508056, 3024881377, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
7528(9720, 1411535117.424594, 3392028182, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'),
7529(9721, 1411535193.746977, 2000667076, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'),
7530(9722, 1411538322.052026, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7531(9723, 1411539271.968969, 1807048202, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'www.osaicbt.com/Nutch-2.2.1'),
7532(9724, 1411541052.526672, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/function.require', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7533(9725, 1411547547.029219, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7534(9726, 1411548806.781906, 1123631404, 0, 0, 1, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7535(9727, 1411548809.456704, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7536(9728, 1411548810.578408, 1123631364, 0, 0, 1, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7537(9729, 1411549443.572489, 3024881311, 0, 0, 0, 0, 1, 'http://riserbuilds.com/faq/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7538(9730, 1411555052.580644, 3024881308, 0, 0, 0, 0, 1, 'http://riserbuilds.com/paged-four-column-portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7539(9731, 1411557917.892677, 1152704866, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
7540(9732, 1411557922.421752, 1152704866, 0, 0, 0, 0, 1, 'http://riserbuilds.com/our-team/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
7541(9733, 1411571249.854827, 2459183084, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla'),
7542(9734, 1411572033.315639, 1123631516, 0, 0, 1, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
7543(9735, 1411575456.699620, 3232719556, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'GigablastOpenSource/1.0'),
7544(9736, 1411575457.859118, 3232719556, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'GigablastOpenSource/1.0'),
7545(9737, 1411575590.523539, 3232719556, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'GigablastOpenSource/1.0'),
7546(9738, 1411575605.600000, 3232719556, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', '', 'GigablastOpenSource/1.0'),
7547(9739, 1411577377.951426, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7548(9740, 1411587463.518308, 3003111234, 0, 0, 0, 0, 1, 'http://riserbuilds.com/home-example-2/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
7549(9741, 1411587894.541351, 1472503177, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7550(9742, 1411587900.566068, 1472503177, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7551(9743, 1411597461.877464, 3497226579, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7552(9744, 1411599984.387916, 3497226579, 0, 1, 0, 0, 1, 'http://riserbuilds.com/testimonials/function.require-once', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
7553(9745, 1411614501.694508, 1154287470, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://r.search.yahoo.com/_ylt=A0LEV7vthiNUpHAAUzQPxQt.;_ylu=X3oDMTByODJtaWUzBHNlYwNzcgRwb3MDMwRjb2xvA2JmMQR2dGlkAw--/RV=2/RE=1411643245/RO=10/RU=http%3a%2f%2friserbuilds.com%2f/RK=0/RS=v.9tQ1txrUyE5NXIS4JwTe.STOs-', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
7554(9746, 1411614505.871603, 1154287470, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
7555(9747, 1411614507.088976, 1154287470, 0, 0, 0, 0, 0, 'http://riserbuilds.com/one-column-portfolio/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
7556(9748, 1411616382.495706, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7557(9749, 1411616384.287909, 2956823245, 0, 1, 0, 0, 1, 'http://riserbuilds.com/wp-content/contents.php', 'http://riserbuilds.com/wp-content/contents.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),
7558(9750, 1411616392.348324, 3475901744, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
7559(9751, 1411619371.261396, 3122031052, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://semalt.semalt.com/crawler.php?u=http://riserbuilds.com', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7560(9752, 1411619375.226788, 3122031052, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),
7561(9753, 1411621443.598752, 1600976381, 0, 0, 0, 0, 1, 'http://riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
7562(9754, 1411622372.131007, 2071807792, 0, 1, 0, 0, 0, 'http://riserbuilds.com/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7563(9755, 1411622876.161297, 3323677598, 0, 0, 0, 0, 1, 'http://www.riserbuilds.com/robots.txt', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7564(9756, 1411622878.340047, 3323677598, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (compatible; meanpathbot/1.0; +http://www.meanpath.com/meanpathbot.html)'),
7565(9757, 1411637957.551460, 3024881073, 0, 0, 0, 0, 1, 'http://riserbuilds.com/riser-portfolio/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
7566(9758, 1411643416.523498, 1543114565, 0, 0, 0, 0, 1, 'http://riserbuilds.com/', 'http://uni5download.com', 'Mozilla/5.1 (compatible; U5/1.0; +http://uni5download.com)'),
7567(9759, 1411643418.149502, 1543114565, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://uni5download.com', 'Mozilla/5.1 (compatible; U5/1.0; +http://uni5download.com)'),
7568(9760, 1411643419.514039, 1543114565, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://uni5download.com', 'Mozilla/5.1 (compatible; U5/1.0; +http://uni5download.com)'),
7569(9761, 1411643421.286249, 1543114565, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://uni5download.com', 'Mozilla/5.1 (compatible; U5/1.0; +http://uni5download.com)'),
7570(9762, 1411650990.212688, 3333410054, 1, 0, 0, 0, 1, 'http://riserbuilds.com/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7571(9763, 1411650992.433866, 3333410054, 0, 0, 0, 0, 0, 'http://riserbuilds.com/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7572(9764, 1411651003.348671, 3333410054, 1, 0, 0, 0, 0, 'http://riserbuilds.com/testimonials/', 'http://riserbuilds.com/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7573(9765, 1411651004.835100, 3333410054, 0, 0, 0, 0, 0, 'http://riserbuilds.com/testimonials/', 'http://riserbuilds.com/testimonials/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7574(9766, 1411651006.742032, 3333410054, 1, 0, 0, 0, 0, 'http://riserbuilds.com/portfolio/', 'http://riserbuilds.com/testimonials/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
7575(9767, 1411651008.323381, 3333410054, 0, 0, 0, 0, 0, 'http://riserbuilds.com/portfolio/', 'http://riserbuilds.com/portfolio/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36');
7576
7577-- --------------------------------------------------------
7578
7579--
7580-- Table structure for table `wp_wfHoover`
7581--
7582
7583CREATE TABLE IF NOT EXISTS `wp_wfHoover` (
7584 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7585 `owner` text,
7586 `host` text,
7587 `path` text,
7588 `hostKey` binary(4) DEFAULT NULL,
7589 PRIMARY KEY (`id`),
7590 KEY `k2` (`hostKey`)
7591) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
7592
7593-- --------------------------------------------------------
7594
7595--
7596-- Table structure for table `wp_wfIssues`
7597--
7598
7599CREATE TABLE IF NOT EXISTS `wp_wfIssues` (
7600 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7601 `time` int(10) unsigned NOT NULL,
7602 `status` varchar(10) NOT NULL,
7603 `type` varchar(20) NOT NULL,
7604 `severity` tinyint(3) unsigned NOT NULL,
7605 `ignoreP` char(32) NOT NULL,
7606 `ignoreC` char(32) NOT NULL,
7607 `shortMsg` varchar(255) NOT NULL,
7608 `longMsg` text,
7609 `data` text,
7610 PRIMARY KEY (`id`)
7611) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1237 ;
7612
7613--
7614-- Dumping data for table `wp_wfIssues`
7615--
7616
7617INSERT INTO `wp_wfIssues` (`id`, `time`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
7618(1, 1367860191, 'ignoreC', 'file', 2, '08723c2ccf3d90890c609ed1039b93cb', 'f85ab86d02950b9c604fae885994a691', 'Modified theme file: wp-content/themes/twentytwelve/languages/twentytwelve.pot', 'This file belongs to theme "Twenty Twelve" version "1.1" and has been modified from the original distribution. It is common for site owners to modify their theme files, so if you have modified this file yourself you can safely ignore this warning.', 'a:8:{s:4:"file";s:57:"wp-content/themes/twentytwelve/languages/twentytwelve.pot";s:5:"cType";s:5:"theme";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;s:5:"cName";s:13:"Twenty Twelve";s:8:"cVersion";s:3:"1.1";s:4:"cKey";s:13:"Twenty Twelve";}'),
7619(1236, 1411997344, 'new', 'wfPluginUpgrade', 1, '766c3d3b5f7a3e5c8082c88b9af59427', '766c3d3b5f7a3e5c8082c88b9af59427', 'The Plugin "Social Login for wordpress" needs an upgrade.', 'You need to upgrade "Social Login for wordpress" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:"Name";s:26:"Social Login for wordpress";s:9:"PluginURI";s:26:"http://www.LoginRadius.com";s:7:"Version";s:5:"5.6.1";s:11:"Description";s:228:"Add Social Login and Social Sharing to your WordPress website and also get accurate User Profile Data and Social Analytics. <cite>By <a href="http://www.LoginRadius.com" title="Visit author homepage">LoginRadius Team</a>.</cite>";s:6:"Author";s:87:"<a href="http://www.LoginRadius.com" title="Visit author homepage">LoginRadius Team</a>";s:9:"AuthorURI";s:26:"http://www.LoginRadius.com";s:10:"TextDomain";s:0:"";s:10:"DomainPath";s:0:"";s:7:"Network";b:0;s:5:"Title";s:97:"<a href="http://www.LoginRadius.com" title="Visit plugin homepage">Social Login for wordpress</a>";s:10:"AuthorName";s:16:"LoginRadius Team";s:10:"newVersion";s:5:"6.0.1";}'),
7620(1233, 1411997344, 'new', 'wfUpgrade', 1, '262a972ba0ebd3a9dbeb42e8fd1ee7b3', '262a972ba0ebd3a9dbeb42e8fd1ee7b3', 'Your WordPress version is out of date', 'WordPress version 4.0 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:"currentVersion";s:5:"3.9.2";s:10:"newVersion";s:3:"4.0";}'),
7621(1234, 1411997344, 'new', 'wfPluginUpgrade', 1, 'c188b2671e5123e701f4d1c7a63f9702', 'c188b2671e5123e701f4d1c7a63f9702', 'The Plugin "Akismet" needs an upgrade.', 'You need to upgrade "Akismet" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:"Name";s:7:"Akismet";s:9:"PluginURI";s:19:"http://akismet.com/";s:7:"Version";s:5:"3.0.1";s:11:"Description";s:546:"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the “Activate” link to the left of this description, 2) <a href="http://akismet.com/get/">Sign up for an Akismet API key</a>, and 3) Go to your Akismet configuration page, and save your API key. <cite>By <a href="http://automattic.com/wordpress-plugins/" title="Visit author homepage">Automattic</a>.</cite>";s:6:"Author";s:95:"<a href="http://automattic.com/wordpress-plugins/" title="Visit author homepage">Automattic</a>";s:9:"AuthorURI";s:40:"http://automattic.com/wordpress-plugins/";s:10:"TextDomain";s:7:"akismet";s:10:"DomainPath";s:0:"";s:7:"Network";b:0;s:5:"Title";s:71:"<a href="http://akismet.com/" title="Visit plugin homepage">Akismet</a>";s:10:"AuthorName";s:10:"Automattic";s:10:"newVersion";s:5:"3.0.2";}'),
7622(1235, 1411997344, 'new', 'wfPluginUpgrade', 1, 'f4e198c531d5c84416de6ed6ad4b2497', 'f4e198c531d5c84416de6ed6ad4b2497', 'The Plugin "Jetpack by WordPress.com" needs an upgrade.', 'You need to upgrade "Jetpack by WordPress.com" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:"Name";s:24:"Jetpack by WordPress.com";s:9:"PluginURI";s:44:"http://wordpress.org/extend/plugins/jetpack/";s:7:"Version";s:3:"2.5";s:11:"Description";s:308:"Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users. <cite>By <a href="http://jetpack.me" title="Visit author homepage">Automattic</a>.</cite>";s:6:"Author";s:72:"<a href="http://jetpack.me" title="Visit author homepage">Automattic</a>";s:9:"AuthorURI";s:17:"http://jetpack.me";s:10:"TextDomain";s:7:"jetpack";s:10:"DomainPath";s:11:"/languages/";s:7:"Network";b:0;s:5:"Title";s:113:"<a href="http://wordpress.org/extend/plugins/jetpack/" title="Visit plugin homepage">Jetpack by WordPress.com</a>";s:10:"AuthorName";s:10:"Automattic";s:10:"newVersion";s:5:"2.5.2";}'),
7623(1232, 1411997313, 'new', 'file', 2, 'b54affc1af25aa2736d3a0757c88a3d7', '99a4b19144b3108a193698a2d5bb050f', 'Modified plugin file: wp-content/plugins/wordpress-importer/readme.txt', 'This file belongs to plugin "WordPress Importer" version "0.6.1" and has been modified from the file that is distributed by WordPress.org for this version. Please use the link to see how the file has changed. If you have modified this file yourself, you can safely ignore this warning. If you see a lot of changed files in a plugin that have been made by the author, then try uninstalling and reinstalling the plugin to force an upgrade. Doing this is a workaround for plugin authors who don''t manage their code correctly. [See our FAQ on www.wordfence.com for more info]', 'a:8:{s:4:"file";s:48:"wp-content/plugins/wordpress-importer/readme.txt";s:5:"cType";s:6:"plugin";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;s:5:"cName";s:18:"WordPress Importer";s:8:"cVersion";s:5:"0.6.1";s:4:"cKey";s:41:"wordpress-importer/wordpress-importer.php";}'),
7624(853, 1389528580, 'ignoreC', 'file', 1, '23114d511f4766dc84be4a7e18f8d498', '96a948f7a1df25235b5a6d61e5737edf', 'WordPress core file modified: wp-content/plugins/akismet/akismet.php', 'This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.', 'a:5:{s:4:"file";s:38:"wp-content/plugins/akismet/akismet.php";s:5:"cType";s:4:"core";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;}'),
7625(854, 1389528580, 'ignoreC', 'file', 1, 'e9d5caac78a69a6b8c62d9fa9113718f', '44a95bb058051f405cb8687e9825a393', 'WordPress core file modified: wp-content/plugins/akismet/readme.txt', 'This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.', 'a:5:{s:4:"file";s:37:"wp-content/plugins/akismet/readme.txt";s:5:"cType";s:4:"core";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;}'),
7626(850, 1389528580, 'ignoreC', 'file', 1, '3586f765641e606c5923643368990b14', '27ccac2beb8eab188c360b00b3c35d13', 'WordPress core file modified: wp-content/plugins/akismet/admin.php', 'This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.', 'a:5:{s:4:"file";s:36:"wp-content/plugins/akismet/admin.php";s:5:"cType";s:4:"core";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;}'),
7627(851, 1389528580, 'ignoreC', 'file', 1, '59e8970be4c30da18bc63b3b0dcec9df', '3ab6a7b2fd0e11d87d721058a11792d3', 'WordPress core file modified: wp-content/plugins/akismet/akismet.css', 'This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.', 'a:5:{s:4:"file";s:38:"wp-content/plugins/akismet/akismet.css";s:5:"cType";s:4:"core";s:7:"canDiff";b:1;s:6:"canFix";b:1;s:9:"canDelete";b:0;}');
7628
7629-- --------------------------------------------------------
7630
7631--
7632-- Table structure for table `wp_wfLeechers`
7633--
7634
7635CREATE TABLE IF NOT EXISTS `wp_wfLeechers` (
7636 `eMin` int(10) unsigned NOT NULL,
7637 `IP` int(10) unsigned NOT NULL,
7638 `hits` int(10) unsigned NOT NULL,
7639 PRIMARY KEY (`eMin`,`IP`)
7640) ENGINE=MyISAM DEFAULT CHARSET=latin1;
7641
7642-- --------------------------------------------------------
7643
7644--
7645-- Table structure for table `wp_wfLockedOut`
7646--
7647
7648CREATE TABLE IF NOT EXISTS `wp_wfLockedOut` (
7649 `IP` int(10) unsigned NOT NULL,
7650 `blockedTime` bigint(20) NOT NULL,
7651 `reason` varchar(255) NOT NULL,
7652 `lastAttempt` int(10) unsigned DEFAULT '0',
7653 `blockedHits` int(10) unsigned DEFAULT '0',
7654 PRIMARY KEY (`IP`)
7655) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7656
7657-- --------------------------------------------------------
7658
7659--
7660-- Table structure for table `wp_wfLocs`
7661--
7662
7663CREATE TABLE IF NOT EXISTS `wp_wfLocs` (
7664 `IP` int(10) unsigned NOT NULL,
7665 `ctime` int(10) unsigned NOT NULL,
7666 `failed` tinyint(3) unsigned NOT NULL,
7667 `city` varchar(255) DEFAULT '',
7668 `region` varchar(255) DEFAULT '',
7669 `countryName` varchar(255) DEFAULT '',
7670 `countryCode` char(2) DEFAULT '',
7671 `lat` float(10,7) DEFAULT '0.0000000',
7672 `lon` float(10,7) DEFAULT '0.0000000',
7673 PRIMARY KEY (`IP`)
7674) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7675
7676-- --------------------------------------------------------
7677
7678--
7679-- Table structure for table `wp_wfLogins`
7680--
7681
7682CREATE TABLE IF NOT EXISTS `wp_wfLogins` (
7683 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
7684 `ctime` double(17,6) unsigned NOT NULL,
7685 `fail` tinyint(3) unsigned NOT NULL,
7686 `action` varchar(40) NOT NULL,
7687 `username` varchar(255) NOT NULL,
7688 `userID` int(10) unsigned NOT NULL,
7689 `IP` int(10) unsigned NOT NULL,
7690 `UA` text,
7691 PRIMARY KEY (`id`),
7692 KEY `k1` (`IP`,`fail`)
7693) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1168 ;
7694
7695--
7696-- Dumping data for table `wp_wfLogins`
7697--
7698
7699INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
7700(1163, 1411884211.369268, 1, 'loginFailValidUsername', 'admin', 1, 1475652363, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7701(1164, 1411902850.205426, 1, 'loginFailValidUsername', 'admin', 1, 774324559, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7702(1165, 1411921174.339868, 1, 'loginFailValidUsername', 'admin', 1, 774324559, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7703(1166, 1411940146.180725, 1, 'loginFailValidUsername', 'admin', 1, 774324559, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7704(1167, 1411958806.033121, 1, 'loginFailValidUsername', 'admin', 1, 774324559, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7705(1067, 1408393128.214954, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7706(1066, 1408326000.580135, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7707(1065, 1408297860.283681, 1, 'loginFailInvalidUsername', 'AlixSkell', 0, 1539837189, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36'),
7708(1063, 1408225333.195506, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7709(1064, 1408292231.937147, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7710(1062, 1408191955.330993, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7711(1061, 1408157851.073060, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7712(1158, 1411751713.092378, 1, 'loginFailValidUsername', 'admin', 1, 3247863959, 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),
7713(1159, 1411774031.745538, 1, 'loginFailValidUsername', 'admin', 1, 774326325, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7714(1160, 1411812306.464149, 1, 'loginFailValidUsername', 'admin', 1, 1475652363, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7715(1161, 1411835511.648558, 1, 'loginFailValidUsername', 'admin', 1, 1475652363, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7716(1060, 1408130388.473979, 0, 'loginOK', 'ClementHolte', 14, 1054002095, 'Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3'),
7717(1155, 1411679948.671577, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7718(1059, 1408118890.152404, 1, 'loginFailValidUsername', 'admin', 1, 3164820206, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7719(1157, 1411735357.051833, 1, 'loginFailValidUsername', 'admin', 1, 1475652623, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7720(1156, 1411717011.842804, 1, 'loginFailValidUsername', 'admin', 1, 1475652623, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7721(1055, 1393685902.272867, 1, 'loginFailValidUsername', 'ConradPqiq', 12, 520505105, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36'),
7722(1056, 1394332519.413703, 0, 'loginOK', 'Hugh7179mncncw', 13, 1542358738, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36'),
7723(1057, 1408034551.329748, 0, 'loginOK', 'Admin', 1, 3494840997, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),
7724(1058, 1408084991.847325, 1, 'loginFailValidUsername', 'admin', 1, 3164820206, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7725(1162, 1411860042.756791, 1, 'loginFailValidUsername', 'admin', 1, 1475652363, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7726(1068, 1408426658.305095, 1, 'loginFailValidUsername', 'admin', 1, 3164820311, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7727(1069, 1408446985.724481, 1, 'loginFailValidUsername', 'AletheaDrummond', 15, 3237007220, 'Mozilla/5.0 (iPod; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25'),
7728(1070, 1408656623.472755, 1, 'loginFailValidUsername', 'admin', 1, 3247863971, 'Mozilla/5.0 (iPad; CPU OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3'),
7729(1071, 1408780207.288826, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7730(1072, 1408865356.761687, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7731(1073, 1409003638.073487, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7732(1074, 1409038092.067984, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7733(1075, 1409193273.931387, 1, 'loginFailValidUsername', 'admin', 1, 3247863961, 'Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3'),
7734(1076, 1409211083.537322, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7735(1077, 1409222078.084972, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7736(1078, 1409381033.479623, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7737(1079, 1409441508.496688, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7738(1080, 1409733259.642526, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7739(1081, 1409768708.018668, 1, 'loginFailValidUsername', 'admin', 1, 3247863958, 'Mozilla/5.0 (iPhone; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3'),
7740(1082, 1409845558.201171, 1, 'loginFailInvalidUsername', 'AlixSkell', 0, 1539837189, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36'),
7741(1083, 1410084317.134899, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7742(1084, 1410119623.011756, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7743(1085, 1410153919.925748, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7744(1086, 1410262976.563450, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7745(1087, 1410276807.383195, 1, 'loginFailValidUsername', 'admin', 1, 3168880827, 'Mozilla/5.0 (Windows NT 6.0; rv:23.0) Gecko/20130406 Firefox/23.0'),
7746(1088, 1410302703.249011, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7747(1089, 1410314439.680453, 1, 'loginFailValidUsername', 'admin', 1, 3168870414, 'Mozilla/5.0 (Windows NT 6.2; rv:24.0) Gecko/20100101 Firefox/24.0'),
7748(1090, 1410315702.429063, 1, 'loginFailValidUsername', 'admin', 1, 3247863969, 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),
7749(1091, 1410341699.150507, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7750(1092, 1410378287.583618, 1, 'loginFailValidUsername', 'admin', 1, 3164820343, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7751(1093, 1410417407.402597, 1, 'loginFailValidUsername', 'admin', 1, 3164820195, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7752(1094, 1410467486.995557, 1, 'loginFailValidUsername', 'admin', 1, 3164820391, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7753(1095, 1410555510.347434, 1, 'loginFailValidUsername', 'admin', 1, 3168870738, 'Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Firefox/24.0'),
7754(1096, 1410574472.732205, 1, 'loginFailValidUsername', 'admin', 1, 3168871087, 'Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20130405 Firefox/22.0'),
7755(1097, 1410580792.193529, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7756(1098, 1410620633.050343, 1, 'loginFailValidUsername', 'admin', 1, 3168871128, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
7757(1099, 1410621595.316786, 1, 'loginFailValidUsername', 'admin', 1, 3244829114, 'Opera 10.00'),
7758(1100, 1410664820.455014, 1, 'loginFailValidUsername', 'admin', 1, 3168870738, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
7759(1101, 1410776070.628771, 1, 'loginFailValidUsername', 'admin', 1, 3164820360, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7760(1102, 1410811199.448244, 1, 'loginFailValidUsername', 'admin', 1, 3164820360, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7761(1103, 1410846239.103236, 1, 'loginFailValidUsername', 'admin', 1, 3164820360, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7762(1104, 1410887185.066364, 1, 'loginFailValidUsername', 'admin', 1, 3247863973, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31'),
7763(1105, 1410888594.276747, 1, 'loginFailValidUsername', 'admin', 1, 3164820360, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7764(1106, 1410944614.519730, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7765(1107, 1410980139.134511, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7766(1108, 1411014724.793359, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7767(1109, 1411060329.544744, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7768(1110, 1411094236.586017, 1, 'loginFailInvalidUsername', 'Angelajit', 0, 1539837189, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36'),
7769(1111, 1411103710.458113, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7770(1112, 1411143577.477244, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7771(1113, 1411190893.185914, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7772(1114, 1411239064.516668, 1, 'loginFailValidUsername', 'admin', 1, 3168881338, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
7773(1115, 1411261938.702437, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7774(1116, 1411262982.133937, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7775(1117, 1411271450.535214, 1, 'loginFailValidUsername', 'admin', 1, 3247863965, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),
7776(1118, 1411271514.642565, 1, 'loginFailValidUsername', 'admin', 1, 87892776, 'Mozilla/5.0 (iPad; CPU OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3'),
7777(1119, 1411272106.259948, 1, 'loginFailValidUsername', 'admin', 1, 3168881338, 'Mozilla/5.0 (Windows NT 6.0; rv:25.0) Gecko/20100101 Firefox/25.0'),
7778(1120, 1411304302.193844, 1, 'loginFailValidUsername', 'admin', 1, 3168881338, 'Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20130406 Firefox/23.0'),
7779(1121, 1411307085.843584, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7780(1122, 1411334953.874680, 1, 'loginFailValidUsername', 'admin', 1, 3168881338, 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
7781(1123, 1411353973.903287, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7782(1124, 1411402249.864646, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7783(1125, 1411421125.549654, 1, 'loginFailInvalidUsername', 'Riser Construction, LLC', 0, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7784(1126, 1411421137.351883, 1, 'loginFailInvalidUsername', 'Riser Construction, LLC', 0, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7785(1127, 1411421145.711134, 1, 'loginFailValidUsername', 'admin', 1, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7786(1128, 1411421171.029789, 1, 'loginFailInvalidUsername', 'riserconstruction', 0, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7787(1129, 1411421200.879094, 1, 'loginFailValidUsername', 'admin', 1, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7788(1130, 1411421242.725520, 1, 'loginFailInvalidUsername', 'riser', 0, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7789(1131, 1411421387.191556, 1, 'loginFailValidUsername', 'admin', 1, 1173864048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3'),
7790(1132, 1411461108.939172, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7791(1133, 1411468200.236092, 1, 'loginFailInvalidUsername', 'riserbuilds', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7792(1134, 1411471622.327372, 1, 'loginFailInvalidUsername', 'riserbuilds.com', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7793(1135, 1411474991.726657, 1, 'loginFailInvalidUsername', 'riserbuilds123', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7794(1136, 1411478120.362406, 1, 'loginFailInvalidUsername', 'riserbuilds@riserbuilds.com', 0, 3283279427, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7795(1137, 1411482174.233241, 1, 'loginFailInvalidUsername', '{login}', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7796(1138, 1411485719.691324, 1, 'loginFailValidUsername', 'admin', 1, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7797(1139, 1411489166.105618, 1, 'loginFailInvalidUsername', 'administrator', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7798(1140, 1411491146.301868, 1, 'loginFailInvalidUsername', 'riserbuilds', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7799(1141, 1411492344.029565, 1, 'loginFailInvalidUsername', 'riserbuilds.com', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7800(1142, 1411493611.222441, 1, 'loginFailInvalidUsername', 'riserbuilds123', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7801(1143, 1411494994.572314, 1, 'loginFailInvalidUsername', 'riserbuilds@riserbuilds.com', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7802(1144, 1411496718.601513, 1, 'loginFailInvalidUsername', '{login}', 0, 1358605825, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7803(1145, 1411510589.149784, 1, 'loginFailValidUsername', 'admin', 1, 3168871129, 'Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0'),
7804(1146, 1411518040.804007, 1, 'loginFailValidUsername', 'admin', 1, 3168881365, 'Mozilla/5.0 (Windows NT 5.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
7805(1147, 1411523623.106218, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7806(1148, 1411539908.079924, 1, 'loginFailValidUsername', 'admin', 1, 3168871129, 'Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0'),
7807(1149, 1411571410.646185, 1, 'loginFailValidUsername', 'admin', 1, 3168871129, 'Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Firefox/24.0'),
7808(1150, 1411572948.591954, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7809(1151, 1411576044.338012, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7810(1152, 1411601890.277540, 1, 'loginFailValidUsername', 'admin', 1, 3168871129, 'Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0'),
7811(1153, 1411625740.203184, 1, 'loginFailValidUsername', 'admin', 1, 3164820221, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
7812(1154, 1411654526.481509, 0, 'loginOK', 'Admin', 1, 3494840997, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36');
7813
7814-- --------------------------------------------------------
7815
7816--
7817-- Table structure for table `wp_wfNet404s`
7818--
7819
7820CREATE TABLE IF NOT EXISTS `wp_wfNet404s` (
7821 `sig` binary(16) NOT NULL,
7822 `ctime` int(10) unsigned NOT NULL,
7823 `URI` varchar(1000) NOT NULL,
7824 PRIMARY KEY (`sig`),
7825 KEY `k1` (`ctime`)
7826) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7827
7828-- --------------------------------------------------------
7829
7830--
7831-- Table structure for table `wp_wfReverseCache`
7832--
7833
7834CREATE TABLE IF NOT EXISTS `wp_wfReverseCache` (
7835 `IP` int(10) unsigned NOT NULL,
7836 `host` varchar(255) NOT NULL,
7837 `lastUpdate` int(10) unsigned NOT NULL,
7838 PRIMARY KEY (`IP`)
7839) ENGINE=MyISAM DEFAULT CHARSET=latin1;
7840
7841-- --------------------------------------------------------
7842
7843--
7844-- Table structure for table `wp_wfScanners`
7845--
7846
7847CREATE TABLE IF NOT EXISTS `wp_wfScanners` (
7848 `eMin` int(10) unsigned NOT NULL,
7849 `IP` int(10) unsigned NOT NULL,
7850 `hits` smallint(5) unsigned NOT NULL,
7851 PRIMARY KEY (`eMin`,`IP`)
7852) ENGINE=MyISAM DEFAULT CHARSET=latin1;
7853
7854-- --------------------------------------------------------
7855
7856--
7857-- Table structure for table `wp_wfStatus`
7858--
7859
7860CREATE TABLE IF NOT EXISTS `wp_wfStatus` (
7861 `ctime` double(17,6) unsigned NOT NULL,
7862 `level` tinyint(3) unsigned NOT NULL,
7863 `type` char(5) NOT NULL,
7864 `msg` varchar(1000) NOT NULL,
7865 `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
7866 PRIMARY KEY (`id`),
7867 KEY `k1` (`ctime`),
7868 KEY `k2` (`type`)
7869) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2014 ;
7870
7871--
7872-- Dumping data for table `wp_wfStatus`
7873--
7874
7875INSERT INTO `wp_wfStatus` (`ctime`, `level`, `type`, `msg`, `id`) VALUES
7876(1411744069.646048, 2, 'info', 'Scanned contents of 49 additional files at 9.59 per second', 1313),
7877(1411744067.903600, 2, 'info', 'Scanned contents of 47 additional files at 13.96 per second', 1312),
7878(1411997339.206890, 2, 'info', 'Scanned contents of 636 additional files at 39.00 per second', 1974),
7879(1411997338.206672, 2, 'info', 'Scanned contents of 571 additional files at 37.30 per second', 1973),
7880(1411997337.100846, 2, 'info', 'Scanned contents of 491 additional files at 34.58 per second', 1972),
7881(1411997336.072416, 2, 'info', 'Scanned contents of 436 additional files at 33.10 per second', 1971),
7882(1411997334.326666, 2, 'info', 'Scanned contents of 419 additional files at 36.67 per second', 1970),
7883(1394490650.418199, 2, 'info', 'Analyzed 3900 files containing 56.36 MB of data so far', 13),
7884(1394490649.769447, 2, 'info', 'Analyzed 3700 files containing 49.9 MB of data so far', 14),
7885(1394490650.077081, 2, 'info', 'Analyzed 3800 files containing 53.59 MB of data so far', 15),
7886(1411906799.454172, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1682),
7887(1411744066.128846, 2, 'info', 'Scanned contents of 22 additional files at 13.83 per second', 1311),
7888(1411744064.535405, 2, 'info', 'Starting scan of file contents', 1310),
7889(1411906798.617703, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1680),
7890(1411906798.933100, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1681),
7891(1411997303.000542, 2, 'info', 'Found 3 themes', 1897),
7892(1411997322.512492, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List', 1960),
7893(1411906797.802837, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1676),
7894(1411997307.369696, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1906),
7895(1411997307.728906, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1907),
7896(1411997308.077284, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1908),
7897(1408050510.638597, 2, 'info', 'Getting plugin list from WordPress', 28),
7898(1408050510.670030, 2, 'info', 'Found 7 plugins', 29),
7899(1408050510.673246, 2, 'info', 'Getting theme list from WordPress', 30),
7900(1411906797.958480, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1677),
7901(1411830319.859273, 2, 'info', 'Scanned contents of 383 additional files at 29.72 per second', 1578),
7902(1411830318.795604, 2, 'info', 'Scanned contents of 355 additional files at 30.03 per second', 1577),
7903(1411830317.741330, 2, 'info', 'Scanned contents of 215 additional files at 19.97 per second', 1576),
7904(1411830315.411967, 2, 'info', 'Scanned contents of 162 additional files at 19.20 per second', 1575),
7905(1411830314.400584, 2, 'info', 'Scanned contents of 114 additional files at 15.35 per second', 1574),
7906(1411830313.392860, 2, 'info', 'Scanned contents of 51 additional files at 7.94 per second', 1573),
7907(1411830311.804020, 2, 'info', 'Scanned contents of 49 additional files at 10.14 per second', 1572),
7908(1411830310.139231, 2, 'info', 'Scanned contents of 47 additional files at 14.84 per second', 1571),
7909(1411830308.363977, 2, 'info', 'Scanned contents of 22 additional files at 15.81 per second', 1570),
7910(1411830306.971093, 2, 'info', 'Starting scan of file contents', 1569),
7911(1411690162.227911, 2, 'info', 'Done examining URls', 1211),
7912(1411690162.226974, 2, 'info', 'Done host key check.', 1210),
7913(1411830304.316019, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1556),
7914(1411830303.887828, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1555),
7915(1411830303.436576, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1554),
7916(1394490664.563230, 2, 'info', 'Scanned contents of 635 additional files at 51.36 per second', 56),
7917(1394490666.635371, 2, 'info', 'Scanned contents of 756 additional files at 52.37 per second', 57),
7918(1394490665.633483, 2, 'info', 'Scanned contents of 705 additional files at 52.48 per second', 58),
7919(1411690161.943737, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1209),
7920(1411830302.785957, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1553),
7921(1411830302.512493, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1552),
7922(1411830302.338127, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1551),
7923(1411830302.023950, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1550),
7924(1411830301.711555, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1549),
7925(1411830301.486281, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1548),
7926(1411830301.292082, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1547),
7927(1411830301.035944, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1546),
7928(1408034573.373280, 2, 'info', 'Found 9 plugins', 71),
7929(1408034573.375505, 2, 'info', 'Getting theme list from WordPress', 72),
7930(1408034573.341572, 2, 'info', 'Getting plugin list from WordPress', 73),
7931(1411983233.565935, 10, 'info', 'SUM_START:Scanning posts for URL''s in Google''s Safe Browsing List', 1858),
7932(1411690132.837891, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1136),
7933(1411690132.505506, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1135),
7934(1411983232.318109, 2, 'info', 'Scanned contents of 841 additional files at 28.34 per second', 1848),
7935(1411983198.810384, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1812),
7936(1411983198.099524, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1810),
7937(1411983198.373679, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1811),
7938(1411690162.309202, 2, 'info', 'Starting password strength check on 8 users.', 1216),
7939(1411997312.179130, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1922),
7940(1394490644.893001, 2, 'info', 'Analyzed 2500 files containing 37.79 MB of data so far', 90),
7941(1411997325.960653, 2, 'info', 'Scanned contents of 47 additional files at 15.36 per second', 1963),
7942(1411997324.172221, 2, 'info', 'Scanned contents of 22 additional files at 17.29 per second', 1962),
7943(1394490642.250262, 2, 'info', 'Analyzed 2400 files containing 36.07 MB of data so far', 93),
7944(1411997322.899041, 2, 'info', 'Starting scan of file contents', 1961),
7945(1408050539.825981, 2, 'info', 'Scanned contents of 163 additional files at 20.51 per second', 96),
7946(1411906793.775720, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1666),
7947(1411997321.512198, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1951),
7948(1411690135.414360, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1146),
7949(1411690134.854129, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1145),
7950(1411830294.916380, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1527),
7951(1411997311.385684, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1918),
7952(1411997311.074147, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1917),
7953(1408050517.706551, 2, 'info', 'Analyzed 400 files containing 51.65 MB of data so far', 110),
7954(1411830297.679328, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1535),
7955(1411983233.756148, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1860),
7956(1411983234.057884, 2, 'info', 'Done host key check.', 1861),
7957(1411983234.060208, 2, 'info', 'Done examining URls', 1862),
7958(1411983234.084475, 10, 'info', 'SUM_ENDOK:Scanning posts for URL''s in Google''s Safe Browsing List', 1863),
7959(1411983234.088403, 10, 'info', 'SUM_START:Scanning comments for URL''s in Google''s Safe Browsing List', 1864),
7960(1411830295.083100, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1528),
7961(1411830295.262230, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1529),
7962(1408034574.102517, 2, 'error', 'Scan terminated with error: Your version of Wordfence is too old and is no longer supported. Please upgrade Wordfence immediately.', 121),
7963(1394490668.420254, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 122),
7964(1394490668.419577, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 123),
7965(1411830325.092925, 2, 'info', 'Scanned contents of 692 additional files at 38.19 per second', 1583),
7966(1411983182.808706, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1774),
7967(1411983183.410953, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1775),
7968(1411744051.921969, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1265),
7969(1411997315.947992, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1938),
7970(1411997315.666779, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1937),
7971(1411997315.424853, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1936),
7972(1411997315.029550, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1935),
7973(1411997314.838049, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1934),
7974(1411997314.687223, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1933),
7975(1411997314.587205, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1932),
7976(1411983185.036416, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1778),
7977(1411830284.156985, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1501),
7978(1408050556.623166, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 143),
7979(1408050556.648000, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 144),
7980(1408050557.246119, 2, 'info', 'Done host key check.', 145),
7981(1408050557.246811, 2, 'info', 'Done examining URls', 146),
7982(1411830284.271182, 2, 'info', 'Found 3 themes', 1505),
7983(1408050557.328945, 2, 'info', 'Starting password strength check on 5 users.', 151),
7984(1411830284.211790, 2, 'info', 'Getting theme list from WordPress', 1504),
7985(1411830284.209427, 2, 'info', 'Found 7 plugins', 1503),
7986(1408050558.040445, 2, 'info', 'Starting DNS scan for riserbuilds.com', 154),
7987(1408050558.043536, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 155),
7988(1408050558.045441, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 156),
7989(1408050558.045769, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 157),
7990(1411830284.157656, 2, 'info', 'Getting plugin list from WordPress', 1502),
7991(1408050558.050279, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 547.5623GB', 160),
7992(1408050558.050739, 2, 'info', 'The disk has 560703.80 MB space available', 161),
7993(1394490668.801009, 2, 'info', 'Done host key check.', 162),
7994(1411830327.090639, 2, 'info', 'Scanned contents of 845 additional files at 42.00 per second', 1585),
7995(1411690161.038008, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1200),
7996(1411690161.031100, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1199),
7997(1411690155.130763, 2, 'info', 'Scanned contents of 487 additional files at 39.78 per second', 1193),
7998(1411690156.138228, 2, 'info', 'Scanned contents of 567 additional files at 42.79 per second', 1194),
7999(1411690157.141216, 2, 'info', 'Scanned contents of 641 additional files at 44.97 per second', 1195),
8000(1411690159.155029, 2, 'info', 'Scanned contents of 720 additional files at 44.26 per second', 1196),
8001(1411690160.159050, 2, 'info', 'Scanned contents of 787 additional files at 45.57 per second', 1197),
8002(1411690161.030659, 2, 'info', 'Scanned contents of 845 additional files at 46.57 per second', 1198),
8003(1411830327.523537, 2, 'info', 'Checking 41 URLs from 28 sources.', 1589),
8004(1411830327.916395, 2, 'info', 'Done URL check.', 1590),
8005(1411983232.521841, 2, 'info', 'Scanned contents of 845 additional files at 28.28 per second', 1849),
8006(1411830298.197808, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1538),
8007(1411830298.439534, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1539),
8008(1411983228.474631, 2, 'info', 'Scanned contents of 663 additional files at 25.67 per second', 1845),
8009(1411983229.510542, 2, 'info', 'Scanned contents of 737 additional files at 27.43 per second', 1846),
8010(1411690126.882776, 2, 'info', 'Found 3 themes', 1119),
8011(1411690126.873377, 2, 'info', 'Found 7 plugins', 1117),
8012(1411690126.875614, 2, 'info', 'Getting theme list from WordPress', 1118),
8013(1411690126.844433, 2, 'info', 'Getting plugin list from WordPress', 1116),
8014(1411690126.843977, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1115),
8015(1411690126.564887, 1, 'info', 'Contacting Wordfence to initiate scan', 1114),
8016(1411830273.729784, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 27th of September 2014 09:04:33 AM', 1493),
8017(1411983230.543393, 2, 'info', 'Scanned contents of 793 additional files at 28.43 per second', 1847),
8018(1411801955.359255, 2, 'info', 'Getting plugin list from WordPress', 1373),
8019(1411801955.604461, 2, 'info', 'Found 7 plugins', 1374),
8020(1411801955.610014, 2, 'info', 'Getting theme list from WordPress', 1375),
8021(1411801955.648666, 2, 'info', 'Found 3 themes', 1376),
8022(1411997317.385554, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1944),
8023(1411997317.231904, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1943),
8024(1411997316.846551, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1942),
8025(1411997316.665555, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1941),
8026(1411744055.702303, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1279),
8027(1411744055.181452, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1276),
8028(1411744055.353654, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1277),
8029(1411744055.542976, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1278),
8030(1411744055.875172, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1280),
8031(1411690138.573795, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1167),
8032(1394490663.562312, 2, 'info', 'Scanned contents of 590 additional files at 51.92 per second', 244),
8033(1394490662.554901, 2, 'info', 'Scanned contents of 571 additional files at 55.14 per second', 245),
8034(1394490650.701895, 2, 'info', 'Analyzed 4000 files containing 58.37 MB of data so far', 246),
8035(1394490650.912335, 2, 'info', 'Analyzed 4100 files containing 59.02 MB of data so far', 247),
8036(1394490651.141067, 2, 'info', 'Analyzed 4200 files containing 60.04 MB of data so far', 248),
8037(1394490651.369762, 2, 'info', 'Analyzed 4300 files containing 60.46 MB of data so far', 249),
8038(1394490651.707779, 2, 'info', 'Analyzed 4400 files containing 62.4 MB of data so far', 250),
8039(1394490651.754702, 2, 'info', 'Analyzed 4405 files containing 62.44 MB of data.', 251),
8040(1411744054.159153, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1273),
8041(1411744053.593765, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1272),
8042(1411744053.405745, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1271),
8043(1411744053.171183, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1270),
8044(1411744053.020879, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1269),
8045(1411744052.820828, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1268),
8046(1394490652.198815, 2, 'info', 'Starting scan of file contents', 258),
8047(1394490653.265370, 2, 'info', 'Scanned contents of 20 additional files at 18.77 per second', 259),
8048(1394490654.318725, 2, 'info', 'Scanned contents of 81 additional files at 38.22 per second', 260),
8049(1394490655.341177, 2, 'info', 'Scanned contents of 208 additional files at 66.21 per second', 261),
8050(1394490656.430000, 2, 'info', 'Scanned contents of 270 additional files at 63.82 per second', 262),
8051(1394490657.514721, 2, 'info', 'Scanned contents of 326 additional files at 61.33 per second', 263),
8052(1394490658.521618, 2, 'info', 'Scanned contents of 469 additional files at 74.19 per second', 264),
8053(1394490659.546251, 2, 'info', 'Scanned contents of 519 additional files at 70.64 per second', 265),
8054(1394490661.539233, 2, 'info', 'Scanned contents of 536 additional files at 57.39 per second', 266),
8055(1394490645.453817, 2, 'info', 'Analyzed 2600 files containing 38.9 MB of data so far', 267),
8056(1394490645.783191, 2, 'info', 'Analyzed 2700 files containing 40.63 MB of data so far', 268),
8057(1411997333.293230, 2, 'info', 'Scanned contents of 375 additional files at 36.08 per second', 1969),
8058(1411997332.284033, 2, 'info', 'Scanned contents of 317 additional files at 33.78 per second', 1968),
8059(1394490649.280576, 2, 'info', 'Analyzed 3600 files containing 45.51 MB of data so far', 273),
8060(1394490649.070528, 2, 'info', 'Analyzed 3500 files containing 45.06 MB of data so far', 274),
8061(1394490648.876728, 2, 'info', 'Analyzed 3400 files containing 44.62 MB of data so far', 275),
8062(1394490648.681692, 2, 'info', 'Analyzed 3300 files containing 44.21 MB of data so far', 276),
8063(1394490648.445212, 2, 'info', 'Analyzed 3200 files containing 43.94 MB of data so far', 278),
8064(1394490648.119775, 2, 'info', 'Analyzed 3100 files containing 43.52 MB of data so far', 279),
8065(1411997331.209684, 2, 'info', 'Scanned contents of 161 additional files at 19.37 per second', 1967),
8066(1411997330.166021, 2, 'info', 'Scanned contents of 114 additional files at 15.69 per second', 1966),
8067(1411997329.164927, 2, 'info', 'Scanned contents of 51 additional files at 8.14 per second', 1965),
8068(1394490647.629250, 2, 'info', 'Analyzed 3000 files containing 43.02 MB of data so far', 284),
8069(1394490646.973121, 2, 'info', 'Analyzed 2900 files containing 42.46 MB of data so far', 285),
8070(1411997327.741728, 2, 'info', 'Scanned contents of 49 additional files at 10.12 per second', 1964),
8071(1394490646.004714, 2, 'info', 'Analyzed 2800 files containing 41.7 MB of data so far', 288),
8072(1411830326.094892, 2, 'info', 'Scanned contents of 760 additional files at 39.74 per second', 1584),
8073(1411744061.179024, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1295),
8074(1411906793.144716, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1662),
8075(1411801960.073430, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1386),
8076(1411801960.334990, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1387),
8077(1411906792.781689, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1661),
8078(1411997313.993573, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1928),
8079(1411801960.851276, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1388),
8080(1408050538.802233, 2, 'info', 'Scanned contents of 115 additional files at 16.61 per second', 301),
8081(1408050537.789018, 2, 'info', 'Scanned contents of 51 additional files at 8.63 per second', 302),
8082(1408050536.437629, 2, 'info', 'Scanned contents of 49 additional files at 10.75 per second', 303),
8083(1408050534.911588, 2, 'info', 'Scanned contents of 47 additional files at 15.50 per second', 304),
8084(1408050533.065034, 2, 'info', 'Scanned contents of 22 additional files at 18.55 per second', 305),
8085(1411744061.710636, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1296),
8086(1411830297.431784, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1534),
8087(1408034550.183480, 1, 'info', 'Contacting Wordfence to initiate scan', 308),
8088(1408034550.735185, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 310),
8089(1408034550.735686, 2, 'info', 'Getting plugin list from WordPress', 311),
8090(1408034550.775483, 2, 'info', 'Found 9 plugins', 312),
8091(1408034550.777756, 2, 'info', 'Getting theme list from WordPress', 313),
8092(1408034550.859561, 2, 'info', 'Found 4 themes', 314),
8093(1408034573.378490, 2, 'info', 'Found 4 themes', 315),
8094(1411830295.552443, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1530),
8095(1411744087.918955, 2, 'info', 'Done host key check.', 1340),
8096(1411744087.919646, 2, 'info', 'Done examining URls', 1341),
8097(1411830297.059747, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1533),
8098(1411997304.395930, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence', 1901),
8099(1411744087.633377, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1339),
8100(1408034551.459381, 2, 'error', 'Scan terminated with error: Your version of Wordfence is too old and is no longer supported. Please upgrade Wordfence immediately.', 323),
8101(1411830296.504317, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1532),
8102(1411744087.632451, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1338),
8103(1411983184.499341, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1777),
8104(1411690140.774035, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1174),
8105(1411690141.159100, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1175),
8106(1411690141.279860, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1176),
8107(1411983215.477669, 2, 'info', 'Scanned contents of 52 additional files at 4.06 per second', 1833),
8108(1411983216.506590, 2, 'info', 'Scanned contents of 97 additional files at 7.00 per second', 1834),
8109(1411983217.513336, 2, 'info', 'Scanned contents of 137 additional files at 9.22 per second', 1835),
8110(1411983218.518424, 2, 'info', 'Scanned contents of 179 additional files at 11.28 per second', 1836),
8111(1411983209.317945, 2, 'info', 'Scanned contents of 49 additional files at 7.35 per second', 1831),
8112(1411983212.270972, 2, 'info', 'Scanned contents of 51 additional files at 5.30 per second', 1832),
8113(1411997303.732731, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence', 1900),
8114(1411997309.843934, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1913),
8115(1411690136.403519, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1150),
8116(1411690136.548609, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1151),
8117(1408050554.152245, 2, 'info', 'Checking 624 host keys against Wordfence scanning servers.', 361),
8118(1411997310.448443, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1915),
8119(1411997310.215109, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1914),
8120(1411830291.184854, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1516),
8121(1411690130.740139, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1129),
8122(1411690131.055340, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1130),
8123(1411830328.885238, 2, 'info', 'The disk has 647776.29 MB space available', 1613),
8124(1411830328.884747, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 632.5940GB', 1612),
8125(1411830328.877049, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1609),
8126(1411830328.869455, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1606),
8127(1411830328.872770, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1607),
8128(1411830328.876463, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1608),
8129(1411997317.618313, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1945),
8130(1411744051.488039, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1263),
8131(1411744051.066489, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1262),
8132(1394490668.892331, 2, 'info', 'Starting password strength check on 5 users.', 387),
8133(1411830298.981248, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1543),
8134(1411830298.813913, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1542),
8135(1394490669.632471, 2, 'info', 'Starting DNS scan for riserbuilds.com', 390),
8136(1394490669.636983, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 391),
8137(1394490669.639762, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 392),
8138(1394490669.640105, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 393),
8139(1411830298.706072, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1541),
8140(1394490669.645219, 2, 'info', 'Total disk space: 1543.9380GB -- Free disk space: 615.4485GB', 396),
8141(1394490669.645566, 2, 'info', 'The disk has 630219.21 MB space available', 397),
8142(1411830298.562028, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1540),
8143(1411997319.560249, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1946),
8144(1411690136.269687, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1149),
8145(1411983188.967972, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1789),
8146(1411983189.669197, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1790),
8147(1411830324.079877, 2, 'info', 'Scanned contents of 605 additional files at 35.36 per second', 1582),
8148(1411830323.005980, 2, 'info', 'Scanned contents of 556 additional files at 34.68 per second', 1581),
8149(1411744063.175570, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1300),
8150(1411744062.887945, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1299),
8151(1411744062.567850, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1298),
8152(1411801962.489623, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1392),
8153(1408050531.056389, 2, 'info', 'Analyzed 4700 files containing 121.39 MB of data so far', 437),
8154(1411744058.021751, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1291),
8155(1411744058.231276, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1292),
8156(1408050518.167516, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 442),
8157(1408050519.124082, 2, 'info', 'Analyzed 700 files containing 55.72 MB of data so far', 443),
8158(1411744056.136881, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1282),
8159(1411997311.791084, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1920),
8160(1411744056.021900, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1281),
8161(1411997311.943832, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1921),
8162(1411906781.443798, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence', 1636),
8163(1411906782.060133, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence', 1637),
8164(1411906782.062868, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository', 1638),
8165(1411906782.064523, 10, 'info', 'SUM_START:Comparing open source themes against WordPress.org originals', 1639),
8166(1411906782.066125, 10, 'info', 'SUM_START:Comparing plugins against WordPress.org originals', 1640),
8167(1411906782.067896, 10, 'info', 'SUM_START:Scanning for known malware files', 1641),
8168(1411906784.678790, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1642),
8169(1411906785.195181, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1643),
8170(1411906785.426675, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1644),
8171(1411906785.836323, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1645),
8172(1411906786.408210, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1646),
8173(1411906787.314169, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1647),
8174(1411983234.250169, 2, 'info', 'Starting password strength check on 8 users.', 1867),
8175(1411983234.249090, 10, 'info', 'SUM_START:Scanning for weak passwords', 1866),
8176(1411983181.527824, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1772),
8177(1411983181.993536, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1773),
8178(1411983202.262533, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities', 1825),
8179(1411997303.729169, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence', 1899),
8180(1411906793.998357, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1667),
8181(1411801961.129518, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1389),
8182(1411830283.874531, 1, 'info', 'Contacting Wordfence to initiate scan', 1500),
8183(1408050558.079399, 1, 'info', '-------------------', 491),
8184(1408050558.079943, 1, 'info', 'Scan Complete. Scanned 4843 files, 7 plugins, 3 themes, 46 pages, 1 comments and 16948 records in 56 seconds.', 492),
8185(1408050558.174035, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 494),
8186(1411906794.164030, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1668),
8187(1411983220.575255, 2, 'info', 'Scanned contents of 368 additional files at 20.53 per second', 1838),
8188(1411983221.742758, 2, 'info', 'Scanned contents of 401 additional files at 21.00 per second', 1839),
8189(1411983223.037575, 2, 'info', 'Scanned contents of 434 additional files at 21.28 per second', 1840),
8190(1408050545.399490, 2, 'info', 'Scanned contents of 471 additional files at 34.84 per second', 501),
8191(1408050546.401471, 2, 'info', 'Scanned contents of 546 additional files at 37.60 per second', 502),
8192(1411906791.708711, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1659),
8193(1411906791.432540, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1658),
8194(1408050547.415026, 2, 'info', 'Scanned contents of 575 additional files at 37.01 per second', 506),
8195(1411983224.048082, 2, 'info', 'Scanned contents of 471 additional files at 22.01 per second', 1841),
8196(1411983225.126523, 2, 'info', 'Scanned contents of 522 additional files at 23.22 per second', 1842),
8197(1411690134.635156, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1144),
8198(1411690134.453173, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1143),
8199(1411690134.355704, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1142),
8200(1411997322.290456, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1953),
8201(1411997322.486840, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1954),
8202(1411997322.487710, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository', 1955),
8203(1411997322.489505, 10, 'info', 'SUM_ENDOK:Comparing open source themes against WordPress.org originals', 1956),
8204(1411744054.997734, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1275),
8205(1411744054.668301, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1274),
8206(1411690134.221176, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1141),
8207(1411690134.039962, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1140),
8208(1411690133.586604, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1139),
8209(1411801962.942434, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1393),
8210(1394490669.672976, 1, 'info', '-------------------', 533),
8211(1411830298.041993, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1537),
8212(1408050556.422602, 2, 'info', 'Done file contents scan', 535),
8213(1411690152.037850, 2, 'info', 'Scanned contents of 352 additional files at 38.47 per second', 1190),
8214(1411997303.008377, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence', 1898),
8215(1408050556.378962, 2, 'info', 'Done URL check.', 539),
8216(1408050554.931177, 2, 'info', 'Checking 39 URLs from 27 sources.', 540),
8217(1408050554.925540, 2, 'info', 'Done host key check.', 541),
8218(1411983234.848242, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords', 1868),
8219(1411983234.855243, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes', 1869),
8220(1411983234.855745, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1870),
8221(1411983234.862182, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1871),
8222(1411983234.867429, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1872),
8223(1411983234.868001, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1873),
8224(1411983234.869617, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes', 1874),
8225(1411983234.872430, 10, 'info', 'SUM_START:Scanning to check available disk space', 1875),
8226(1411983234.872880, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 633.5448GB', 1876),
8227(1411983234.873235, 2, 'info', 'The disk has 648749.84 MB space available', 1877),
8228(1411983234.874440, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space', 1878),
8229(1411983234.879611, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files', 1879),
8230(1411983234.890526, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files', 1880),
8231(1411983234.915942, 1, 'info', '-------------------', 1881),
8232(1411983234.916307, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8225 records in 65 seconds.', 1882),
8233(1411983234.916662, 10, 'info', 'SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.', 1883),
8234(1411983234.920784, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1884),
8235(1411997293.501083, 1, 'info', 'Scheduled Wordfence scan starting at Monday 29th of September 2014 07:28:13 AM', 1885),
8236(1411997294.832050, 10, 'info', 'SUM_PREP:Preparing a new scan.', 1886),
8237(1411997294.852829, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members', 1887),
8238(1411997296.853566, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only', 1888),
8239(1411997298.854613, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only', 1889),
8240(1411830293.225612, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1521),
8241(1411997314.123834, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1929),
8242(1411690161.847591, 2, 'info', 'Done URL check.', 1203),
8243(1411690161.466675, 2, 'info', 'Checking 39 URLs from 27 sources.', 1202),
8244(1408050510.684268, 2, 'info', 'Found 3 themes', 574),
8245(1411830293.622200, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1522),
8246(1411690161.462310, 2, 'info', 'Done host key check.', 1201),
8247(1411906793.347466, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1663),
8248(1411906793.489439, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1664),
8249(1411830328.355035, 2, 'info', 'Starting password strength check on 8 users.', 1603),
8250(1411983187.847657, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1785),
8251(1411690153.103178, 2, 'info', 'Scanned contents of 383 additional files at 37.49 per second', 1191),
8252(1411690154.116768, 2, 'info', 'Scanned contents of 433 additional files at 38.56 per second', 1192),
8253(1411690118.334768, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 25th of September 2014 06:08:38 PM', 1107),
8254(1411983178.113895, 10, 'info', 'SUM_START:Comparing plugins against WordPress.org originals', 1770),
8255(1411983178.115477, 10, 'info', 'SUM_START:Scanning for known malware files', 1771),
8256(1411744088.017013, 2, 'info', 'Starting password strength check on 8 users.', 1346),
8257(1411983178.112330, 10, 'info', 'SUM_START:Comparing open source themes against WordPress.org originals', 1769),
8258(1411983178.105289, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence', 1767),
8259(1411983178.110290, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository', 1768),
8260(1411983177.481928, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence', 1766),
8261(1394490641.975745, 2, 'info', 'Analyzed 2300 files containing 35.49 MB of data so far', 617),
8262(1411997342.404865, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1979),
8263(1411997342.404223, 2, 'info', 'Scanned contents of 845 additional files at 43.32 per second', 1978),
8264(1411997342.293440, 2, 'info', 'Scanned contents of 844 additional files at 43.52 per second', 1977),
8265(1411997341.265351, 2, 'info', 'Scanned contents of 763 additional files at 41.55 per second', 1976),
8266(1411997340.224483, 2, 'info', 'Scanned contents of 704 additional files at 40.64 per second', 1975),
8267(1411997302.955819, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1893),
8268(1411997302.676252, 1, 'info', 'Contacting Wordfence to initiate scan', 1892),
8269(1411997302.674610, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability', 1891),
8270(1411997300.859356, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability', 1890),
8271(1411690161.865397, 2, 'info', 'Done file contents scan', 1204),
8272(1411997313.691415, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1926),
8273(1411997313.850070, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1927),
8274(1411997342.415405, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1980),
8275(1411830300.784708, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1545),
8276(1411830300.557409, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1544),
8277(1411983176.528660, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1759),
8278(1411801946.746196, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 27th of September 2014 01:12:26 AM', 1364),
8279(1411744088.661118, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1363),
8280(1411744088.652244, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8095 records in 52 seconds.', 1361),
8281(1411744088.651498, 1, 'info', '-------------------', 1360),
8282(1411983176.529104, 2, 'info', 'Getting plugin list from WordPress', 1760),
8283(1411983176.736472, 2, 'info', 'Found 7 plugins', 1761),
8284(1411983176.740308, 2, 'info', 'Getting theme list from WordPress', 1762),
8285(1411983176.778468, 2, 'info', 'Found 3 themes', 1763),
8286(1411983176.792829, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence', 1764),
8287(1411744088.612811, 2, 'info', 'The disk has 649234.68 MB space available', 1356),
8288(1411744088.612421, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 634.0182GB', 1355),
8289(1411983177.477826, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence', 1765),
8290(1411744088.600706, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1352),
8291(1411997322.491427, 10, 'info', 'SUM_ENDBAD:Comparing plugins against WordPress.org originals', 1957),
8292(1411997322.492996, 10, 'info', 'SUM_ENDOK:Scanning for known malware files', 1958),
8293(1411744088.597311, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1351),
8294(1411744088.591943, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1350),
8295(1411744088.588832, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1349),
8296(1411997322.510751, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities', 1959),
8297(1411906789.864208, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1652),
8298(1411906789.588372, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1651),
8299(1408050526.900085, 2, 'info', 'Analyzed 2900 files containing 87.51 MB of data so far', 675),
8300(1408050525.614576, 2, 'info', 'Analyzed 2800 files containing 87.18 MB of data so far', 676),
8301(1408050525.520135, 2, 'info', 'Analyzed 2700 files containing 86.74 MB of data so far', 677),
8302(1408050525.408720, 2, 'info', 'Analyzed 2600 files containing 86.46 MB of data so far', 678),
8303(1408050525.252210, 2, 'info', 'Analyzed 2500 files containing 86.07 MB of data so far', 679),
8304(1408050525.087915, 2, 'info', 'Analyzed 2400 files containing 85.57 MB of data so far', 680),
8305(1411830290.630861, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1515),
8306(1408050517.270716, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 682),
8307(1408050517.413464, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 683),
8308(1411997310.745902, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1916),
8309(1408050517.535213, 2, 'info', 'Analyzed 300 files containing 50.8 MB of data so far', 686),
8310(1411997316.219755, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1939),
8311(1411997316.428880, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1940),
8312(1411690137.265157, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1158),
8313(1411690136.680883, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1152),
8314(1411690136.796001, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1153),
8315(1411690136.924100, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1154),
8316(1411690137.003827, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1155),
8317(1411690137.078695, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1156),
8318(1411690137.157620, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1157),
8319(1411690151.027844, 2, 'info', 'Scanned contents of 180 additional files at 22.11 per second', 1189),
8320(1411690149.996462, 2, 'info', 'Scanned contents of 122 additional files at 17.16 per second', 1188),
8321(1411690148.986364, 2, 'info', 'Scanned contents of 51 additional files at 8.36 per second', 1187),
8322(1411801961.462619, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1390),
8323(1408050531.226321, 2, 'info', 'Analyzed 4800 files containing 123.57 MB of data so far', 704),
8324(1408050531.306185, 2, 'info', 'Analyzed 4843 files containing 124.6 MB of data.', 705),
8325(1411830288.495836, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1514),
8326(1411801961.769209, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1391),
8327(1411830328.965616, 1, 'info', '-------------------', 1617),
8328(1411830328.966041, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8161 records in 53 seconds.', 1618),
8329(1411983197.910948, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1809),
8330(1408050517.878582, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 713),
8331(1411983197.548610, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1808),
8332(1411830327.518397, 2, 'info', 'Done host key check.', 1588),
8333(1411830327.099845, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1587),
8334(1411744051.718262, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1264),
8335(1394490668.801704, 2, 'info', 'Done examining URls', 718),
8336(1411830327.092827, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1586),
8337(1411997304.404925, 10, 'info', 'SUM_START:Scanning for known malware files', 1905),
8338(1411997304.403047, 10, 'info', 'SUM_START:Comparing plugins against WordPress.org originals', 1904),
8339(1411997304.401135, 10, 'info', 'SUM_START:Comparing open source themes against WordPress.org originals', 1903),
8340(1411997304.399431, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository', 1902),
8341(1408050529.408314, 2, 'info', 'Analyzed 4000 files containing 94.26 MB of data so far', 728),
8342(1408050529.758763, 2, 'info', 'Analyzed 4100 files containing 97.31 MB of data so far', 729),
8343(1408050530.462432, 2, 'info', 'Analyzed 4300 files containing 115.11 MB of data so far', 731),
8344(1408050530.054686, 2, 'info', 'Analyzed 4200 files containing 102.58 MB of data so far', 732),
8345(1408050530.922246, 2, 'info', 'Analyzed 4600 files containing 120.05 MB of data so far', 733),
8346(1408050530.816087, 2, 'info', 'Analyzed 4500 files containing 119.38 MB of data so far', 734),
8347(1408050530.666460, 2, 'info', 'Analyzed 4400 files containing 117.66 MB of data so far', 735),
8348(1411744057.045388, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1286),
8349(1411744057.262084, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1287),
8350(1411744057.465471, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1288),
8351(1411744057.632437, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1289),
8352(1411744057.780470, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1290),
8353(1411906798.476495, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1679),
8354(1411906797.575270, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1675),
8355(1411906795.576042, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1674),
8356(1411906795.323489, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1673),
8357(1411906795.079581, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1672),
8358(1411744056.811091, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1285),
8359(1411997311.609390, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1919),
8360(1408050524.928449, 2, 'info', 'Analyzed 2300 files containing 85.02 MB of data so far', 752),
8361(1408050524.665011, 2, 'info', 'Analyzed 2200 files containing 84.26 MB of data so far', 753),
8362(1408050524.375991, 2, 'info', 'Analyzed 2100 files containing 83.15 MB of data so far', 754),
8363(1408050523.509032, 2, 'info', 'Analyzed 2000 files containing 81.39 MB of data so far', 755),
8364(1408050523.342996, 2, 'info', 'Analyzed 1900 files containing 80.29 MB of data so far', 756),
8365(1408050522.916404, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 757),
8366(1408050522.320237, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 758),
8367(1408050522.088062, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 759),
8368(1408050521.958465, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 760),
8369(1408050521.797928, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 761),
8370(1408050521.557792, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 762),
8371(1408050521.200446, 2, 'info', 'Analyzed 1200 files containing 69.26 MB of data so far', 763),
8372(1408050520.873572, 2, 'info', 'Analyzed 1100 files containing 68.19 MB of data so far', 764),
8373(1408050520.573666, 2, 'info', 'Analyzed 1000 files containing 67.74 MB of data so far', 765),
8374(1408050520.347986, 2, 'info', 'Analyzed 900 files containing 66.69 MB of data so far', 766),
8375(1408050520.011733, 2, 'info', 'Analyzed 800 files containing 64.41 MB of data so far', 767),
8376(1411690138.939824, 2, 'info', 'Analyzed 4100 files containing 97.16 MB of data so far', 1168),
8377(1411690139.260279, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1169),
8378(1411690139.543927, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1170),
8379(1411690139.897665, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1171),
8380(1411690140.141531, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1172),
8381(1411690140.430370, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1173),
8382(1411997321.919842, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1952),
8383(1411906788.146393, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1648),
8384(1411906780.339480, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability', 1627),
8385(1411906780.342600, 1, 'info', 'Contacting Wordfence to initiate scan', 1628),
8386(1411906780.623323, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1629),
8387(1411906780.623813, 2, 'info', 'Getting plugin list from WordPress', 1630),
8388(1411906780.651526, 2, 'info', 'Found 7 plugins', 1631),
8389(1411906780.653698, 2, 'info', 'Getting theme list from WordPress', 1632),
8390(1411906780.658862, 2, 'info', 'Found 3 themes', 1633),
8391(1411906780.679308, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence', 1634),
8392(1411906781.440606, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence', 1635),
8393(1411744072.087600, 2, 'info', 'Scanned contents of 122 additional files at 16.16 per second', 1315),
8394(1411744073.150958, 2, 'info', 'Scanned contents of 178 additional files at 20.67 per second', 1316),
8395(1411744074.166428, 2, 'info', 'Scanned contents of 330 additional files at 34.27 per second', 1317),
8396(1411744075.200572, 2, 'info', 'Scanned contents of 374 additional files at 35.07 per second', 1318),
8397(1411744077.522837, 2, 'info', 'Scanned contents of 404 additional files at 31.11 per second', 1319),
8398(1411744078.618190, 2, 'info', 'Scanned contents of 435 additional files at 30.89 per second', 1320),
8399(1411744079.628236, 2, 'info', 'Scanned contents of 482 additional files at 31.94 per second', 1321),
8400(1411744080.676548, 2, 'info', 'Scanned contents of 551 additional files at 34.14 per second', 1322),
8401(1411744081.682493, 2, 'info', 'Scanned contents of 595 additional files at 34.70 per second', 1323),
8402(1411744082.704394, 2, 'info', 'Scanned contents of 636 additional files at 35.01 per second', 1324),
8403(1411744083.749844, 2, 'info', 'Scanned contents of 683 additional files at 35.55 per second', 1325),
8404(1411744084.842256, 2, 'info', 'Scanned contents of 746 additional files at 36.74 per second', 1326),
8405(1411744085.951340, 2, 'info', 'Scanned contents of 793 additional files at 37.03 per second', 1327),
8406(1411906788.816610, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1649),
8407(1411906789.286272, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1650),
8408(1411744087.544113, 2, 'info', 'Done file contents scan', 1334),
8409(1411744087.520958, 2, 'info', 'Done URL check.', 1333),
8410(1411744087.122436, 2, 'info', 'Checking 41 URLs from 28 sources.', 1332),
8411(1411744087.109667, 2, 'info', 'Done host key check.', 1331),
8412(1411744086.689549, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1330),
8413(1411744086.682194, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1329),
8414(1411744086.681559, 2, 'info', 'Scanned contents of 845 additional files at 38.16 per second', 1328),
8415(1411906794.524728, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1671),
8416(1411906794.285936, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1669),
8417(1411906794.398075, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1670);
8418INSERT INTO `wp_wfStatus` (`ctime`, `level`, `type`, `msg`, `id`) VALUES
8419(1411983186.680618, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1781),
8420(1411983186.876862, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1782),
8421(1411983187.120829, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1783),
8422(1411983187.573087, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1784),
8423(1411983185.721095, 2, 'info', 'Analyzed 800 files containing 64.55 MB of data so far', 1779),
8424(1411983186.426160, 2, 'info', 'Analyzed 900 files containing 66.93 MB of data so far', 1780),
8425(1411744056.400034, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1284),
8426(1411744056.255402, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1283),
8427(1411983226.253169, 2, 'info', 'Scanned contents of 557 additional files at 23.60 per second', 1843),
8428(1411983227.451645, 2, 'info', 'Scanned contents of 601 additional files at 24.23 per second', 1844),
8429(1411690137.831841, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1163),
8430(1411690137.691271, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1162),
8431(1411690137.949997, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1164),
8432(1411690138.150937, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1165),
8433(1411690138.313932, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1166),
8434(1408034572.613047, 1, 'info', 'Contacting Wordfence to initiate scan', 862),
8435(1411830295.828436, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1531),
8436(1411983233.424881, 2, 'info', 'Done URL check.', 1854),
8437(1411983233.456767, 2, 'info', 'Done file contents scan', 1855),
8438(1411983233.007730, 2, 'info', 'Checking 41 URLs from 28 sources.', 1853),
8439(1411690133.146744, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1138),
8440(1411983232.529710, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1851),
8441(1411983232.978360, 2, 'info', 'Done host key check.', 1852),
8442(1411690133.005887, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1137),
8443(1411983232.522464, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1850),
8444(1408050549.436252, 2, 'info', 'Scanned contents of 722 additional files at 41.12 per second', 888),
8445(1408050550.453808, 2, 'info', 'Scanned contents of 751 additional files at 40.43 per second', 889),
8446(1408050551.454997, 2, 'info', 'Scanned contents of 815 additional files at 41.63 per second', 890),
8447(1408050552.884936, 2, 'info', 'Scanned contents of 847 additional files at 40.32 per second', 891),
8448(1408050554.140788, 2, 'info', 'Scanned contents of 848 additional files at 38.09 per second', 892),
8449(1408050554.141694, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 893),
8450(1411744064.082929, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1303),
8451(1411744063.493022, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1301),
8452(1411744063.961463, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1302),
8453(1408050543.309847, 2, 'info', 'Scanned contents of 378 additional files at 33.07 per second', 898),
8454(1408050544.315504, 2, 'info', 'Scanned contents of 431 additional files at 34.66 per second', 899),
8455(1408050541.880474, 2, 'info', 'Scanned contents of 371 additional files at 37.10 per second', 901),
8456(1408050540.853122, 2, 'info', 'Scanned contents of 318 additional files at 35.44 per second', 902),
8457(1411906792.286037, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1660),
8458(1411997309.361126, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1912),
8459(1411744062.126608, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1297),
8460(1411830291.540577, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1517),
8461(1411830291.743208, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1518),
8462(1411830292.143556, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1519),
8463(1411997309.009540, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1911),
8464(1411997308.596169, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1910),
8465(1411997308.401925, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1909),
8466(1411830292.454249, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1520),
8467(1411983188.299550, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1787),
8468(1411983188.160910, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1786),
8469(1411983188.608244, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1788),
8470(1394490669.673326, 1, 'info', 'Scan Complete. Scanned 4405 files, 8 plugins, 2 themes, 46 pages, 1 comments and 16429 records in 44 seconds.', 922),
8471(1411690135.907799, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1147),
8472(1411690136.113466, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1148),
8473(1411997321.177052, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1950),
8474(1411997320.855427, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1949),
8475(1411997320.398485, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1948),
8476(1411997320.048361, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1947),
8477(1408050529.224666, 2, 'info', 'Analyzed 3900 files containing 93.77 MB of data so far', 929),
8478(1408050527.218703, 2, 'info', 'Analyzed 3000 files containing 88.03 MB of data so far', 930),
8479(1408050527.480090, 2, 'info', 'Analyzed 3100 files containing 89.38 MB of data so far', 931),
8480(1408050527.794949, 2, 'info', 'Analyzed 3200 files containing 90.49 MB of data so far', 932),
8481(1408050528.134548, 2, 'info', 'Analyzed 3300 files containing 91.25 MB of data so far', 933),
8482(1408050528.305601, 2, 'info', 'Analyzed 3400 files containing 91.8 MB of data so far', 934),
8483(1408050528.555978, 2, 'info', 'Analyzed 3500 files containing 92.31 MB of data so far', 935),
8484(1408050528.890332, 2, 'info', 'Analyzed 3600 files containing 92.7 MB of data so far', 936),
8485(1408050529.005108, 2, 'info', 'Analyzed 3700 files containing 92.98 MB of data so far', 937),
8486(1408050529.100091, 2, 'info', 'Analyzed 3800 files containing 93.41 MB of data so far', 938),
8487(1411830327.994176, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1595),
8488(1411830327.994921, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1596),
8489(1411830328.275937, 2, 'info', 'Done host key check.', 1597),
8490(1411830328.276727, 2, 'info', 'Done examining URls', 1598),
8491(1411983233.467503, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities', 1856),
8492(1411983233.507528, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List', 1857),
8493(1411690131.451248, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1132),
8494(1411690131.244276, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1131),
8495(1411983183.855644, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1776),
8496(1411690161.942432, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1208),
8497(1411906793.637347, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1665),
8498(1411830306.536935, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1562),
8499(1411830306.376800, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1561),
8500(1411830305.840875, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1560),
8501(1411830305.413607, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1559),
8502(1411830305.207618, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1558),
8503(1411830304.889845, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1557),
8504(1411830297.877777, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1536),
8505(1394490669.678007, 2, 'info', 'Wordfence used 18.88MB of memory for scan. Server peak memory usage was: 60.35MB', 967),
8506(1411983234.197425, 10, 'info', 'SUM_ENDOK:Scanning comments for URL''s in Google''s Safe Browsing List', 1865),
8507(1408034545.575840, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 14th of August 2014 10:42:25 AM', 969),
8508(1411830328.970988, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1620),
8509(1411906771.584823, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 28th of September 2014 06:19:31 AM', 1621),
8510(1411983199.559942, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1813),
8511(1411983199.873011, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1814),
8512(1411997312.379413, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1923),
8513(1411997312.877954, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1924),
8514(1411997313.389930, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1925),
8515(1411983202.243691, 10, 'info', 'SUM_ENDOK:Scanning for known malware files', 1824),
8516(1411983200.257465, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1815),
8517(1411983200.804327, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1816),
8518(1411983201.178591, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1817),
8519(1411983201.532282, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1818),
8520(1411983202.101980, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1819),
8521(1411983202.235298, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1820),
8522(1411983202.236035, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository', 1821),
8523(1411983202.240091, 10, 'info', 'SUM_ENDOK:Comparing open source themes against WordPress.org originals', 1822),
8524(1411983202.242010, 10, 'info', 'SUM_ENDBAD:Comparing plugins against WordPress.org originals', 1823),
8525(1411690137.493455, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1161),
8526(1411690137.419428, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1160),
8527(1411983233.754794, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1859),
8528(1411801959.665283, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1385),
8529(1411906798.122884, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1678),
8530(1411690147.622962, 2, 'info', 'Scanned contents of 49 additional files at 10.35 per second', 1186),
8531(1411690145.985050, 2, 'info', 'Scanned contents of 47 additional files at 15.17 per second', 1185),
8532(1411690144.203960, 2, 'info', 'Scanned contents of 22 additional files at 16.71 per second', 1184),
8533(1411690142.886960, 2, 'info', 'Starting scan of file contents', 1183),
8534(1411983202.264280, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List', 1826),
8535(1411983202.646235, 2, 'info', 'Starting scan of file contents', 1827),
8536(1411690130.361505, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1128),
8537(1411983219.531504, 2, 'info', 'Scanned contents of 319 additional files at 18.89 per second', 1837),
8538(1411801955.358691, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1372),
8539(1411801955.067574, 1, 'info', 'Contacting Wordfence to initiate scan', 1371),
8540(1411983166.076864, 1, 'info', 'Scheduled Wordfence scan starting at Monday 29th of September 2014 03:32:46 AM', 1751),
8541(1411983169.287539, 10, 'info', 'SUM_PREP:Preparing a new scan.', 1752),
8542(1411983169.431942, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members', 1753),
8543(1411983176.248816, 1, 'info', 'Contacting Wordfence to initiate scan', 1758),
8544(1411983171.447387, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only', 1754),
8545(1411983173.451020, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only', 1755),
8546(1411983175.455039, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability', 1756),
8547(1411983176.239106, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability', 1757),
8548(1411690137.345081, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1159),
8549(1411997314.265197, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1930),
8550(1411997314.436392, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1931),
8551(1411744071.030660, 2, 'info', 'Scanned contents of 51 additional files at 7.85 per second', 1314),
8552(1411983204.341575, 2, 'info', 'Scanned contents of 22 additional files at 12.98 per second', 1828),
8553(1411983205.492956, 2, 'info', 'Scanned contents of 46 additional files at 16.16 per second', 1829),
8554(1411983206.569613, 2, 'info', 'Scanned contents of 47 additional files at 11.98 per second', 1830),
8555(1408050548.428890, 2, 'info', 'Scanned contents of 654 additional files at 39.52 per second', 1041),
8556(1411906791.203015, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1657),
8557(1411906791.062974, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1656),
8558(1411906790.925187, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1655),
8559(1411906790.618701, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1654),
8560(1411906790.179535, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1653),
8561(1411744060.538221, 2, 'info', 'Analyzed 4000 files containing 93.7 MB of data so far', 1294),
8562(1408050531.878271, 2, 'info', 'Starting scan of file contents', 1066),
8563(1411744058.422764, 2, 'info', 'Analyzed 3900 files containing 93.23 MB of data so far', 1293),
8564(1411690131.678865, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1133),
8565(1411690131.980890, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1134),
8566(1411830327.932957, 2, 'info', 'Done file contents scan', 1591),
8567(1408034573.341150, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1082),
8568(1411830320.992221, 2, 'info', 'Scanned contents of 432 additional files at 30.81 per second', 1579),
8569(1394490667.356888, 2, 'info', 'Scanned contents of 811 additional files at 53.51 per second', 1088),
8570(1411830321.997931, 2, 'info', 'Scanned contents of 481 additional files at 32.01 per second', 1580),
8571(1411744052.250485, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1266),
8572(1394490667.357429, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1091),
8573(1394490667.364911, 2, 'info', 'Checking 622 host keys against Wordfence scanning servers.', 1092),
8574(1394490667.839657, 2, 'info', 'Done host key check.', 1093),
8575(1394490667.843806, 2, 'info', 'Checking 10 URLs from 10 sources.', 1094),
8576(1394490668.318402, 2, 'info', 'Done URL check.', 1095),
8577(1394490668.340189, 2, 'info', 'Done file contents scan', 1096),
8578(1411744052.582746, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1267),
8579(1411830294.703560, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1526),
8580(1411830294.348323, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1525),
8581(1411830294.070049, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1524),
8582(1411830293.810163, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1523),
8583(1408050510.065354, 1, 'info', 'Contacting Wordfence to initiate scan', 1102),
8584(1408050510.638111, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1103),
8585(1411997302.957305, 2, 'info', 'Getting plugin list from WordPress', 1894),
8586(1411997302.995392, 2, 'info', 'Found 7 plugins', 1895),
8587(1411997302.997905, 2, 'info', 'Getting theme list from WordPress', 1896),
8588(1411690162.777571, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1219),
8589(1411690162.781438, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1220),
8590(1411690162.783994, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1221),
8591(1411690162.784705, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1222),
8592(1411983197.423196, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1807),
8593(1411690162.792537, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 634.0077GB', 1225),
8594(1411690162.793044, 2, 'info', 'The disk has 649223.91 MB space available', 1226),
8595(1411983197.269520, 2, 'info', 'Analyzed 3500 files containing 91.72 MB of data so far', 1806),
8596(1411983197.118951, 2, 'info', 'Analyzed 3400 files containing 91.22 MB of data so far', 1805),
8597(1411690162.830209, 1, 'info', '-------------------', 1230),
8598(1411690162.830594, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8112 records in 43 seconds.', 1231),
8599(1411983196.889009, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1804),
8600(1411690162.913434, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1233),
8601(1411744035.001469, 1, 'info', 'Scheduled Wordfence scan starting at Friday 26th of September 2014 09:07:14 AM', 1234),
8602(1411983196.413253, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1803),
8603(1411983195.795087, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1802),
8604(1411983195.142837, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1801),
8605(1411983194.778644, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1800),
8606(1411983194.432056, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1799),
8607(1411983194.290195, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1798),
8608(1411744043.324623, 1, 'info', 'Contacting Wordfence to initiate scan', 1241),
8609(1411744043.607692, 2, 'info', 'Including files that are outside the WordPress installation in the scan.', 1242),
8610(1411744043.608245, 2, 'info', 'Getting plugin list from WordPress', 1243),
8611(1411744043.655750, 2, 'info', 'Found 7 plugins', 1244),
8612(1411744043.658906, 2, 'info', 'Getting theme list from WordPress', 1245),
8613(1411744043.678621, 2, 'info', 'Found 3 themes', 1246),
8614(1411983191.750609, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1797),
8615(1411983191.454558, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1796),
8616(1411983191.307886, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1795),
8617(1411983191.025328, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1794),
8618(1411983190.762739, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1793),
8619(1411983190.562466, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1792),
8620(1411983190.228863, 2, 'info', 'Analyzed 2000 files containing 80.86 MB of data so far', 1791),
8621(1411744047.871676, 2, 'info', 'Analyzed 100 files containing 47.63 MB of data so far', 1255),
8622(1411744048.309164, 2, 'info', 'Analyzed 200 files containing 49.18 MB of data so far', 1256),
8623(1411744048.581019, 2, 'info', 'Analyzed 300 files containing 50.81 MB of data so far', 1257),
8624(1411744048.801533, 2, 'info', 'Analyzed 400 files containing 51.66 MB of data so far', 1258),
8625(1411744049.095785, 2, 'info', 'Analyzed 500 files containing 52.3 MB of data so far', 1259),
8626(1411744049.404094, 2, 'info', 'Analyzed 600 files containing 53.31 MB of data so far', 1260),
8627(1411744050.231232, 2, 'info', 'Analyzed 700 files containing 55.74 MB of data so far', 1261),
8628(1411801963.232283, 2, 'info', 'Analyzed 1000 files containing 67.76 MB of data so far', 1394),
8629(1411801963.481204, 2, 'info', 'Analyzed 1100 files containing 68.21 MB of data so far', 1395),
8630(1411801963.703463, 2, 'info', 'Analyzed 1200 files containing 69.3 MB of data so far', 1396),
8631(1411801964.118850, 2, 'info', 'Analyzed 1300 files containing 71.25 MB of data so far', 1397),
8632(1411801964.379248, 2, 'info', 'Analyzed 1400 files containing 71.79 MB of data so far', 1398),
8633(1411801964.597654, 2, 'info', 'Analyzed 1500 files containing 72.44 MB of data so far', 1399),
8634(1411801964.766215, 2, 'info', 'Analyzed 1600 files containing 72.58 MB of data so far', 1400),
8635(1411801965.095033, 2, 'info', 'Analyzed 1700 files containing 73.85 MB of data so far', 1401),
8636(1411801965.640154, 2, 'info', 'Analyzed 1800 files containing 74.7 MB of data so far', 1402),
8637(1411801966.477964, 2, 'info', 'Analyzed 1900 files containing 80.31 MB of data so far', 1403),
8638(1411801967.128529, 2, 'info', 'Analyzed 2000 files containing 80.82 MB of data so far', 1404),
8639(1411801967.411828, 2, 'info', 'Analyzed 2100 files containing 82.56 MB of data so far', 1405),
8640(1411801967.560546, 2, 'info', 'Analyzed 2200 files containing 83.67 MB of data so far', 1406),
8641(1411801967.727570, 2, 'info', 'Analyzed 2300 files containing 84.43 MB of data so far', 1407),
8642(1411801967.862944, 2, 'info', 'Analyzed 2400 files containing 84.98 MB of data so far', 1408),
8643(1411801968.017746, 2, 'info', 'Analyzed 2500 files containing 85.48 MB of data so far', 1409),
8644(1411801968.188163, 2, 'info', 'Analyzed 2600 files containing 85.88 MB of data so far', 1410),
8645(1411801968.361406, 2, 'info', 'Analyzed 2700 files containing 86.16 MB of data so far', 1411),
8646(1411801968.508517, 2, 'info', 'Analyzed 2800 files containing 86.59 MB of data so far', 1412),
8647(1411801968.673121, 2, 'info', 'Analyzed 2900 files containing 86.97 MB of data so far', 1413),
8648(1411801968.850868, 2, 'info', 'Analyzed 3000 files containing 87.44 MB of data so far', 1414),
8649(1411801969.327467, 2, 'info', 'Analyzed 3100 files containing 88.79 MB of data so far', 1415),
8650(1411801969.616942, 2, 'info', 'Analyzed 3200 files containing 89.9 MB of data so far', 1416),
8651(1411801969.856508, 2, 'info', 'Analyzed 3300 files containing 90.67 MB of data so far', 1417),
8652(1411801970.064764, 2, 'info', 'Analyzed 3400 files containing 91.21 MB of data so far', 1418),
8653(1411801970.279907, 2, 'info', 'Analyzed 3500 files containing 91.71 MB of data so far', 1419),
8654(1411801970.654834, 2, 'info', 'Analyzed 3600 files containing 92.12 MB of data so far', 1420),
8655(1411801972.363490, 2, 'info', 'Analyzed 3700 files containing 92.4 MB of data so far', 1421),
8656(1411801972.753995, 2, 'info', 'Analyzed 3800 files containing 92.82 MB of data so far', 1422),
8657(1411801972.910611, 2, 'info', 'Analyzed 3900 files containing 93.22 MB of data so far', 1423),
8658(1411801973.113163, 2, 'info', 'Analyzed 4000 files containing 93.67 MB of data so far', 1424),
8659(1411801973.528500, 2, 'info', 'Analyzed 4100 files containing 97.15 MB of data so far', 1425),
8660(1411801973.844328, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1426),
8661(1411801974.133345, 2, 'info', 'Analyzed 4300 files containing 104.93 MB of data so far', 1427),
8662(1411801974.551824, 2, 'info', 'Analyzed 4400 files containing 107.66 MB of data so far', 1428),
8663(1411801974.828048, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1429),
8664(1411801975.200273, 2, 'info', 'Analyzed 4600 files containing 109.79 MB of data so far', 1430),
8665(1411801975.521898, 2, 'info', 'Analyzed 4700 files containing 111.16 MB of data so far', 1431),
8666(1411801975.937905, 2, 'info', 'Analyzed 4800 files containing 113.38 MB of data so far', 1432),
8667(1411801976.063123, 2, 'info', 'Analyzed 4835 files containing 114.32 MB of data.', 1433),
8668(1411801976.486809, 2, 'info', 'Starting scan of file contents', 1440),
8669(1411801977.965824, 2, 'info', 'Scanned contents of 22 additional files at 14.88 per second', 1441),
8670(1411801979.631309, 2, 'info', 'Scanned contents of 47 additional files at 14.95 per second', 1442),
8671(1411801981.265299, 2, 'info', 'Scanned contents of 49 additional files at 10.26 per second', 1443),
8672(1411801982.662458, 2, 'info', 'Scanned contents of 51 additional files at 8.26 per second', 1444),
8673(1411801983.679609, 2, 'info', 'Scanned contents of 117 additional files at 16.27 per second', 1445),
8674(1411801984.699875, 2, 'info', 'Scanned contents of 161 additional files at 19.61 per second', 1446),
8675(1411801985.709879, 2, 'info', 'Scanned contents of 315 additional files at 34.16 per second', 1447),
8676(1411801986.722604, 2, 'info', 'Scanned contents of 365 additional files at 35.66 per second', 1448),
8677(1411801987.768426, 2, 'info', 'Scanned contents of 400 additional files at 35.46 per second', 1449),
8678(1411801989.429558, 2, 'info', 'Scanned contents of 420 additional files at 32.45 per second', 1450),
8679(1411801990.434404, 2, 'info', 'Scanned contents of 454 additional files at 32.55 per second', 1451),
8680(1411801991.577443, 2, 'info', 'Scanned contents of 491 additional files at 32.54 per second', 1452),
8681(1411801992.606133, 2, 'info', 'Scanned contents of 571 additional files at 35.43 per second', 1453),
8682(1411801993.608533, 2, 'info', 'Scanned contents of 662 additional files at 38.67 per second', 1454),
8683(1411801994.615587, 2, 'info', 'Scanned contents of 737 additional files at 40.66 per second', 1455),
8684(1411801995.647528, 2, 'info', 'Scanned contents of 792 additional files at 41.34 per second', 1456),
8685(1411801996.420710, 2, 'info', 'Scanned contents of 845 additional files at 42.39 per second', 1457),
8686(1411801996.423646, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1458),
8687(1411801996.430897, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1459),
8688(1411801996.871551, 2, 'info', 'Done host key check.', 1460),
8689(1411801996.878723, 2, 'info', 'Checking 41 URLs from 28 sources.', 1461),
8690(1411801997.288015, 2, 'info', 'Done URL check.', 1462),
8691(1411801997.306821, 2, 'info', 'Done file contents scan', 1463),
8692(1411801997.369892, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1467),
8693(1411801997.370697, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1468),
8694(1411801997.652153, 2, 'info', 'Done host key check.', 1469),
8695(1411801997.652829, 2, 'info', 'Done examining URls', 1470),
8696(1411801997.726515, 2, 'info', 'Starting password strength check on 8 users.', 1475),
8697(1411801998.180085, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1478),
8698(1411801998.184703, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1479),
8699(1411801998.186738, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1480),
8700(1411801998.187316, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1481),
8701(1411801998.192589, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 632.9311GB', 1484),
8702(1411801998.192878, 2, 'info', 'The disk has 648121.45 MB space available', 1485),
8703(1411801998.218443, 1, 'info', '-------------------', 1489),
8704(1411801998.218813, 1, 'info', 'Scan Complete. Scanned 4835 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8262 records in 50 seconds.', 1490),
8705(1411801998.223125, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1492),
8706(1411906799.866049, 2, 'info', 'Analyzed 4200 files containing 102 MB of data so far', 1683),
8707(1411906800.153647, 2, 'info', 'Analyzed 4300 files containing 104.97 MB of data so far', 1684),
8708(1411906800.866282, 2, 'info', 'Analyzed 4400 files containing 107.67 MB of data so far', 1685),
8709(1411906801.152237, 2, 'info', 'Analyzed 4500 files containing 109.1 MB of data so far', 1686),
8710(1411906801.376670, 2, 'info', 'Analyzed 4600 files containing 109.8 MB of data so far', 1687),
8711(1411906801.805879, 2, 'info', 'Analyzed 4700 files containing 111.17 MB of data so far', 1688),
8712(1411906802.374212, 2, 'info', 'Analyzed 4800 files containing 113.55 MB of data so far', 1689),
8713(1411906802.518774, 2, 'info', 'Analyzed 4834 files containing 114.32 MB of data.', 1690),
8714(1411906802.519752, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository', 1691),
8715(1411906802.522001, 10, 'info', 'SUM_ENDOK:Comparing open source themes against WordPress.org originals', 1692),
8716(1411906802.523714, 10, 'info', 'SUM_ENDBAD:Comparing plugins against WordPress.org originals', 1693),
8717(1411906802.526974, 10, 'info', 'SUM_ENDOK:Scanning for known malware files', 1694),
8718(1411906802.580782, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities', 1695),
8719(1411906802.584589, 10, 'info', 'SUM_START:Scanning files for URLs in Google''s Safe Browsing List', 1696),
8720(1411906802.980996, 2, 'info', 'Starting scan of file contents', 1697),
8721(1411906804.582063, 2, 'info', 'Scanned contents of 22 additional files at 13.75 per second', 1698),
8722(1411906805.606570, 2, 'info', 'Scanned contents of 46 additional files at 17.53 per second', 1699),
8723(1411906806.890297, 2, 'info', 'Scanned contents of 48 additional files at 12.28 per second', 1700),
8724(1411906808.118690, 2, 'info', 'Scanned contents of 49 additional files at 9.54 per second', 1701),
8725(1411906809.441426, 2, 'info', 'Scanned contents of 51 additional files at 7.90 per second', 1702),
8726(1411906810.514835, 2, 'info', 'Scanned contents of 122 additional files at 16.20 per second', 1703),
8727(1411906811.536885, 2, 'info', 'Scanned contents of 178 additional files at 20.81 per second', 1704),
8728(1411906812.537266, 2, 'info', 'Scanned contents of 329 additional files at 34.43 per second', 1705),
8729(1411906814.287321, 2, 'info', 'Scanned contents of 362 additional files at 32.02 per second', 1706),
8730(1411906815.322411, 2, 'info', 'Scanned contents of 395 additional files at 32.01 per second', 1707),
8731(1411906816.413264, 2, 'info', 'Scanned contents of 435 additional files at 32.39 per second', 1708),
8732(1411906817.415798, 2, 'info', 'Scanned contents of 493 additional files at 34.16 per second', 1709),
8733(1411906818.476801, 2, 'info', 'Scanned contents of 571 additional files at 36.85 per second', 1710),
8734(1411906819.480060, 2, 'info', 'Scanned contents of 622 additional files at 37.70 per second', 1711),
8735(1411906820.541180, 2, 'info', 'Scanned contents of 704 additional files at 40.09 per second', 1712),
8736(1411906821.545120, 2, 'info', 'Scanned contents of 746 additional files at 40.19 per second', 1713),
8737(1411906822.564632, 2, 'info', 'Scanned contents of 793 additional files at 40.49 per second', 1714),
8738(1411906823.289872, 2, 'info', 'Scanned contents of 845 additional files at 41.61 per second', 1715),
8739(1411906823.290567, 2, 'info', 'Asking Wordfence to check URL''s against malware list.', 1716),
8740(1411906823.296849, 2, 'info', 'Checking 623 host keys against Wordfence scanning servers.', 1717),
8741(1411906823.723959, 2, 'info', 'Done host key check.', 1718),
8742(1411906823.730643, 2, 'info', 'Checking 41 URLs from 28 sources.', 1719),
8743(1411906824.119757, 2, 'info', 'Done URL check.', 1720),
8744(1411906824.148489, 2, 'info', 'Done file contents scan', 1721),
8745(1411906824.149500, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities', 1722),
8746(1411906824.151689, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List', 1723),
8747(1411906824.155141, 10, 'info', 'SUM_START:Scanning posts for URL''s in Google''s Safe Browsing List', 1724),
8748(1411906824.267965, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1725),
8749(1411906824.268904, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1726),
8750(1411906824.561671, 2, 'info', 'Done host key check.', 1727),
8751(1411906824.562414, 2, 'info', 'Done examining URls', 1728),
8752(1411906824.583954, 10, 'info', 'SUM_ENDOK:Scanning posts for URL''s in Google''s Safe Browsing List', 1729),
8753(1411906824.590854, 10, 'info', 'SUM_START:Scanning comments for URL''s in Google''s Safe Browsing List', 1730),
8754(1411906824.644497, 10, 'info', 'SUM_ENDOK:Scanning comments for URL''s in Google''s Safe Browsing List', 1731),
8755(1411906824.653937, 10, 'info', 'SUM_START:Scanning for weak passwords', 1732),
8756(1411906824.654802, 2, 'info', 'Starting password strength check on 8 users.', 1733),
8757(1411906825.216739, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords', 1734),
8758(1411906825.221079, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes', 1735),
8759(1411906825.221743, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1736),
8760(1411906825.225024, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 1737),
8761(1411906825.227231, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1738),
8762(1411906825.227672, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 1739),
8763(1411906825.229206, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes', 1740),
8764(1411906825.232113, 10, 'info', 'SUM_START:Scanning to check available disk space', 1741),
8765(1411906825.232523, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 633.3125GB', 1742),
8766(1411906825.232795, 2, 'info', 'The disk has 648512.02 MB space available', 1743),
8767(1411906825.233304, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space', 1744),
8768(1411906825.236289, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files', 1745),
8769(1411906825.246977, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files', 1746),
8770(1411906825.268281, 1, 'info', '-------------------', 1747),
8771(1411906825.270213, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8334 records in 53 seconds.', 1748),
8772(1411906825.270541, 10, 'info', 'SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.', 1749),
8773(1411906825.274853, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 1750),
8774(1411997342.915346, 2, 'info', 'Done host key check.', 1981),
8775(1411997342.921330, 2, 'info', 'Checking 41 URLs from 28 sources.', 1982),
8776(1411997343.313840, 2, 'info', 'Done URL check.', 1983),
8777(1411997343.340439, 2, 'info', 'Done file contents scan', 1984),
8778(1411997343.343617, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities', 1985),
8779(1411997343.347856, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google''s Safe Browsing List', 1986),
8780(1411997343.355627, 10, 'info', 'SUM_START:Scanning posts for URL''s in Google''s Safe Browsing List', 1987),
8781(1411997343.414558, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites', 1988),
8782(1411997343.415282, 2, 'info', 'Checking 11 host keys against Wordfence scanning servers.', 1989),
8783(1411997343.696023, 2, 'info', 'Done host key check.', 1990),
8784(1411997343.696737, 2, 'info', 'Done examining URls', 1991),
8785(1411997343.715641, 10, 'info', 'SUM_ENDOK:Scanning posts for URL''s in Google''s Safe Browsing List', 1992),
8786(1411997343.723514, 10, 'info', 'SUM_START:Scanning comments for URL''s in Google''s Safe Browsing List', 1993),
8787(1411997343.808085, 10, 'info', 'SUM_ENDOK:Scanning comments for URL''s in Google''s Safe Browsing List', 1994),
8788(1411997343.827301, 10, 'info', 'SUM_START:Scanning for weak passwords', 1995),
8789(1411997343.828191, 2, 'info', 'Starting password strength check on 8 users.', 1996),
8790(1411997344.354114, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords', 1997),
8791(1411997344.357573, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes', 1998),
8792(1411997344.358023, 2, 'info', 'Starting DNS scan for riserbuilds.com', 1999),
8793(1411997344.363348, 2, 'info', 'Scanning DNS A record for riserbuilds.com', 2000),
8794(1411997344.366306, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 2001),
8795(1411997344.366728, 2, 'info', 'Scanning DNS MX record for riserbuilds.com', 2002),
8796(1411997344.368473, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes', 2003),
8797(1411997344.371567, 10, 'info', 'SUM_START:Scanning to check available disk space', 2004),
8798(1411997344.372083, 2, 'info', 'Total disk space: 1543.8130GB -- Free disk space: 633.8167GB', 2005),
8799(1411997344.372382, 2, 'info', 'The disk has 649028.34 MB space available', 2006),
8800(1411997344.372972, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space', 2007),
8801(1411997344.375773, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files', 2008),
8802(1411997344.385247, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files', 2009),
8803(1411997344.405648, 1, 'info', '-------------------', 2010),
8804(1411997344.406167, 1, 'info', 'Scan Complete. Scanned 4834 files, 7 plugins, 3 themes, 46 pages, 1 comments and 8357 records in 50 seconds.', 2011),
8805(1411997344.406542, 10, 'info', 'SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.', 2012),
8806(1411997344.413146, 2, 'info', 'Wordfence used 38.43MB of memory for scan. Server peak memory usage was: 60.35MB', 2013);
8807
8808-- --------------------------------------------------------
8809
8810--
8811-- Table structure for table `wp_wfThrottleLog`
8812--
8813
8814CREATE TABLE IF NOT EXISTS `wp_wfThrottleLog` (
8815 `IP` int(10) unsigned NOT NULL,
8816 `startTime` int(10) unsigned NOT NULL,
8817 `endTime` int(10) unsigned NOT NULL,
8818 `timesThrottled` int(10) unsigned NOT NULL,
8819 `lastReason` varchar(255) NOT NULL,
8820 PRIMARY KEY (`IP`),
8821 KEY `k2` (`endTime`)
8822) ENGINE=MyISAM DEFAULT CHARSET=utf8;
8823
8824-- --------------------------------------------------------
8825
8826--
8827-- Table structure for table `wp_wfVulnScanners`
8828--
8829
8830CREATE TABLE IF NOT EXISTS `wp_wfVulnScanners` (
8831 `IP` int(10) unsigned NOT NULL,
8832 `ctime` int(10) unsigned NOT NULL,
8833 `hits` int(10) unsigned NOT NULL,
8834 PRIMARY KEY (`IP`)
8835) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
8836
8837/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
8838/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
8839/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;