DROP TABLE IF EXISTS AreaPermissionAssignments; CREATE TABLE IF NOT EXISTS `AreaPermissionAssignments` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `pkID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`arHandle`,`pkID`,`paID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS AreaPermissionBlockTypeAccessList; CREATE TABLE IF NOT EXISTS `AreaPermissionBlockTypeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS AreaPermissionBlockTypeAccessListCustom; CREATE TABLE IF NOT EXISTS `AreaPermissionBlockTypeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `btID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`btID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Areas; CREATE TABLE IF NOT EXISTS `Areas` ( `arID` int(10) unsigned NOT NULL AUTO_INCREMENT, `cID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `arOverrideCollectionPermissions` tinyint(1) NOT NULL DEFAULT '0', `arInheritPermissionsFromAreaOnCID` int(10) unsigned NOT NULL DEFAULT '0', `arIsGlobal` int(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`arID`), KEY `arIsGlobal` (`arIsGlobal`), KEY `cID` (`cID`), KEY `arHandle` (`arHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=250 DEFAULT CHARSET=utf8; INSERT INTO Areas VALUES(1,105,'Header',0,0,0) ,(2,105,'Column 1',0,0,0) ,(3,105,'Column 2',0,0,0) ,(4,105,'Column 3',0,0,0) ,(5,105,'Column 4',0,0,0) ,(6,106,'Primary',0,0,0) ,(7,106,'Secondary 1',0,0,0) ,(8,106,'Secondary 2',0,0,0) ,(9,106,'Secondary 3',0,0,0) ,(10,106,'Secondary 4',0,0,0) ,(11,106,'Secondary 5',0,0,0) ,(12,121,'Main',0,0,0) ,(13,122,'Main',0,0,0) ,(14,123,'Main',0,0,0) ,(15,124,'Main',0,0,0) ,(16,124,'Sidebar',0,0,0) ,(17,124,'Thumbnail Image',0,0,0) ,(18,124,'Header Image',0,0,0) ,(19,125,'Header Image',0,0,0) ,(20,126,'Header Image',0,0,0) ,(21,127,'Header Image',0,0,0) ,(22,1,'Sidebar',0,0,0) ,(23,1,'Main',0,0,0) ,(24,1,'Header Image',0,0,0) ,(25,128,'Sidebar',0,0,0) ,(26,128,'Main',0,0,0) ,(27,128,'Header Image',0,0,0) ,(28,131,'Sidebar',0,0,0) ,(29,131,'Main',0,0,0) ,(30,131,'Header Image',0,0,0) ,(31,132,'Sidebar',0,0,0) ,(32,132,'Main',0,0,0) ,(33,132,'Header Image',0,0,0) ,(34,129,'Sidebar',0,0,0) ,(35,129,'Main',0,0,0) ,(36,129,'Header Image',0,0,0) ,(37,130,'Main',0,0,0) ,(38,130,'Sidebar',0,0,0) ,(39,130,'Header Image',0,0,0) ,(40,133,'Header Image',0,0,0) ,(41,133,'Main',0,0,0) ,(42,133,'Thumbnail Image',0,0,0) ,(43,133,'Sidebar',0,0,0) ,(44,134,'Main',0,0,0) ,(45,134,'Sidebar',0,0,0) ,(46,134,'Header Image',0,0,0) ,(47,1,'Site Name',0,0,0) ,(48,1,'Header Nav',0,0,0) ,(49,1,'Header',0,0,0) ,(50,1,'CTA Area',0,0,0) ,(51,1,'Footer',0,0,0) ,(52,129,'Site Name',0,0,1) ,(53,129,'Header Nav',0,0,1) ,(54,128,'Site Name',0,0,1) ,(55,128,'Header Nav',0,0,0) ,(56,130,'Site Name',0,0,1) ,(57,130,'Header Nav',0,0,0) ,(58,130,'Header',0,0,0) ,(59,130,'CTA Area',0,0,0) ,(60,130,'Footer',0,0,0) ,(61,128,'Header',0,0,0) ,(62,128,'CTA Area',0,0,0) ,(63,128,'Footer',0,0,0) ,(64,1,'Top Promotion Area',0,0,0) ,(65,1,'Sidebar 1 Header',0,0,0) ,(66,1,'Sidebar 1 Content',0,0,0) ,(67,1,'Sidebar 2 Header',0,0,0) ,(68,1,'Sidebar 3 Header',0,0,0) ,(69,1,'Sidebar 3 Content',0,0,0) ,(70,129,'Header',0,0,0) ,(71,129,'CTA Area',0,0,0) ,(72,129,'Footer',0,0,0) ,(73,131,'Site Name',0,0,1) ,(74,131,'Header Nav',0,0,0) ,(75,131,'Header',0,0,0) ,(76,131,'CTA Area',0,0,0) ,(77,131,'Footer',0,0,0) ,(78,133,'Site Name',0,0,1) ,(79,133,'Header Nav',0,0,1) ,(80,133,'Header',0,0,0) ,(81,133,'CTA Area',0,0,0) ,(82,133,'Footer',0,0,0) ,(83,132,'Site Name',0,0,1) ,(84,132,'Header Nav',0,0,0) ,(85,134,'Site Name',0,0,1) ,(86,134,'Header Nav',0,0,0) ,(87,117,'Main',0,0,0) ,(88,1,'Bottom Left',0,0,0) ,(89,1,'About',0,0,0) ,(90,128,'Top Promotion Area',0,0,0) ,(91,128,'Sidebar 1 Header',0,0,0) ,(92,128,'Sidebar 1 Content',0,0,0) ,(93,128,'Sidebar 2 Header',0,0,0) ,(94,128,'Sidebar 3 Header',0,0,0) ,(95,128,'Sidebar 3 Content',0,0,0) ,(96,135,'Header Image',0,0,0) ,(97,135,'Top Promotion Area',0,0,0) ,(98,135,'Header Nav',0,0,0) ,(99,135,'Sidebar 1 Header',0,0,0) ,(100,135,'Sidebar 1 Content',0,0,0) ,(101,135,'Sidebar 2 Header',0,0,0) ,(102,135,'Sidebar',0,0,0) ,(103,135,'Sidebar 3 Header',0,0,0) ,(104,135,'Sidebar 3 Content',0,0,0) ,(105,135,'Main',0,0,0) ,(106,135,'Header Nav : Layout 1 : Cell 1',0,0,0) ,(107,135,'Header Nav : Layout 1 : Cell 2',0,0,0) ,(108,135,'Header Nav : Layout 1 : Cell 3',0,0,0) ,(109,135,'Main : Layout 1 : Cell 1',0,0,0) ,(110,135,'Main : Layout 1 : Cell 2',0,0,0) ,(111,135,'Main : Layout 1 : Cell 3',0,0,0) ,(112,135,'Main : Layout 1 : Cell 4',0,0,0) ,(113,135,'Main : Layout 1 : Cell 5',0,0,0) ,(114,135,'Main : Layout 1 : Cell 6',0,0,0) ,(115,136,'Header Image',0,0,0) ,(116,136,'Thumbnail Image',0,0,0) ,(117,136,'Main',0,0,0) ,(118,137,'Header Image',0,0,0) ,(119,137,'Thumbnail Image',0,0,0) ,(120,137,'Main',0,0,0) ,(121,137,'Sidebar',0,0,0) ,(122,137,'Site Name',0,0,1) ,(123,137,'Header Nav',0,0,1) ,(124,135,'Site Name',0,0,1) ,(133,140,'Header Image',0,0,0) ,(125,135,'Bottom Left',0,0,0) ,(126,135,'About',0,0,0) ,(127,138,'Header Image',0,0,0) ,(128,138,'Thumbnail Image',0,0,0) ,(129,138,'Main',0,0,0) ,(130,139,'Header Image',0,0,0) ,(131,139,'Thumbnail Image',0,0,0) ,(132,139,'Main',0,0,0) ,(134,140,'Thumbnail Image',0,0,0) ,(135,140,'Main',0,0,0) ,(136,141,'Header Image',0,0,0) ,(137,141,'Top Promotion Area',0,0,0) ,(138,141,'Header Nav',0,0,0) ,(139,141,'Sidebar 1 Header',0,0,0) ,(140,141,'Sidebar 1 Content',0,0,0) ,(141,141,'Sidebar 2 Header',0,0,0) ,(142,141,'Sidebar',0,0,0) ,(143,141,'Sidebar 3 Header',0,0,0) ,(144,141,'Sidebar 3 Content',0,0,0) ,(145,141,'Main',0,0,0) ,(146,142,'Header Image',0,0,0) ,(147,142,'Top Promotion Area',0,0,0) ,(148,142,'Header Nav',0,0,0) ,(149,142,'Sidebar 1 Header',0,0,0) ,(150,142,'Sidebar 1 Content',0,0,0) ,(151,142,'Sidebar 2 Header',0,0,0) ,(152,142,'Sidebar',0,0,0) ,(153,142,'Sidebar 3 Header',0,0,0) ,(154,142,'Sidebar 3 Content',0,0,0) ,(155,142,'Main',0,0,0) ,(156,143,'Header Image',0,0,0) ,(157,143,'Top Promotion Area',0,0,0) ,(158,143,'Header Nav',0,0,0) ,(159,143,'Sidebar 1 Header',0,0,0) ,(160,143,'Sidebar 1 Content',0,0,0) ,(161,143,'Sidebar 2 Header',0,0,0) ,(162,143,'Sidebar',0,0,0) ,(163,143,'Sidebar 3 Header',0,0,0) ,(164,143,'Sidebar 3 Content',0,0,0) ,(165,143,'Main',0,0,0) ,(166,144,'Header Image',0,0,0) ,(167,144,'Top Promotion Area',0,0,0) ,(168,144,'Header Nav',0,0,0) ,(169,144,'Sidebar 1 Header',0,0,0) ,(170,144,'Sidebar 1 Content',0,0,0) ,(171,144,'Sidebar 2 Header',0,0,0) ,(172,144,'Sidebar',0,0,0) ,(173,144,'Sidebar 3 Header',0,0,0) ,(174,144,'Sidebar 3 Content',0,0,0) ,(175,144,'Main',0,0,0) ,(176,145,'Header Image',0,0,0) ,(177,145,'Top Promotion Area',0,0,0) ,(178,145,'Header Nav',0,0,0) ,(179,145,'Sidebar 1 Header',0,0,0) ,(180,145,'Sidebar 1 Content',0,0,0) ,(181,145,'Sidebar 2 Header',0,0,0) ,(182,145,'Sidebar',0,0,0) ,(183,145,'Sidebar 3 Header',0,0,0) ,(184,145,'Sidebar 3 Content',0,0,0) ,(185,145,'Main',0,0,0) ,(186,132,'Top Promotion Area',0,0,0) ,(187,132,'Sidebar 1 Header',0,0,0) ,(188,132,'Sidebar 1 Content',0,0,0) ,(189,132,'Sidebar 2 Header',0,0,0) ,(190,132,'Sidebar 3 Header',0,0,0) ,(191,132,'Sidebar 3 Content',0,0,0) ,(192,131,'Top Promotion Area',0,0,0) ,(193,131,'Sidebar 1 Header',0,0,0) ,(194,131,'Sidebar 1 Content',0,0,0) ,(195,131,'Sidebar 2 Header',0,0,0) ,(196,131,'Sidebar 3 Header',0,0,0) ,(197,131,'Sidebar 3 Content',0,0,0) ,(198,1,'Title',0,0,0) ,(199,1,'Footer Links',0,0,0) ,(200,130,'Top Promotion Area',0,0,0) ,(201,130,'Sidebar 1 Header',0,0,0) ,(202,130,'Sidebar 1 Content',0,0,0) ,(203,130,'Sidebar 2 Header',0,0,0) ,(204,124,'Blog Post Header',0,0,0) ,(205,124,'Blog Post More',0,0,0) ,(206,124,'Blog Post Footer',0,0,0) ,(207,124,'Top Promotion Area',0,0,0) ,(208,124,'Header Nav',0,0,0) ,(209,124,'Sidebar 1 Header',0,0,0) ,(210,124,'Sidebar 1 Content',0,0,0) ,(211,124,'Sidebar 2 Header',0,0,0) ,(212,124,'Sidebar 3 Header',0,0,0) ,(213,124,'Sidebar 3 Content',0,0,0) ,(214,134,'Blog Post Header',0,0,0) ,(215,134,'Blog Post More',0,0,0) ,(216,134,'Blog Post Footer',0,0,0) ,(217,134,'Bottom Left',0,0,0) ,(218,134,'About',0,0,0) ,(219,130,'Blog Post Header',0,0,0) ,(220,130,'Blog Post More',0,0,0) ,(221,130,'Blog Post Footer',0,0,0) ,(222,130,'Bottom Left',0,0,0) ,(223,130,'About',0,0,0) ,(224,130,'Sidebar 3 Header',0,0,0) ,(225,130,'Sidebar 3 Content',0,0,0) ,(226,134,'Top Promotion Area',0,0,0) ,(227,134,'Sidebar 1 Header',0,0,0) ,(228,134,'Sidebar 1 Content',0,0,0) ,(229,134,'Sidebar 2 Header',0,0,0) ,(230,134,'Sidebar 3 Header',0,0,0) ,(231,134,'Sidebar 3 Content',0,0,0) ,(232,134,'Header',0,0,0) ,(233,134,'Thumbnail Image',0,0,0) ,(234,133,'Blog Post Header',0,0,0) ,(235,133,'Blog Post More',0,0,0) ,(236,133,'Blog Post Footer',0,0,0) ,(237,133,'Bottom Left',0,0,0) ,(238,133,'About',0,0,0) ,(239,146,'Header Image',0,0,0) ,(240,146,'Top Promotion Area',0,0,0) ,(241,146,'Header Nav',0,0,0) ,(242,146,'Sidebar 1 Header',0,0,0) ,(243,146,'Sidebar 1 Content',0,0,0) ,(244,146,'Sidebar 2 Header',0,0,0) ,(245,146,'Sidebar',0,0,0) ,(246,146,'Sidebar 3 Header',0,0,0) ,(247,146,'Sidebar 3 Content',0,0,0) ,(248,146,'Main',0,0,0) ,(249,146,'Header',0,0,0); DROP TABLE IF EXISTS AttributeKeyCategories; CREATE TABLE IF NOT EXISTS `AttributeKeyCategories` ( `akCategoryID` int(10) unsigned NOT NULL AUTO_INCREMENT, `akCategoryHandle` varchar(255) NOT NULL, `akCategoryAllowSets` smallint(4) NOT NULL DEFAULT '0', `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`akCategoryID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO AttributeKeyCategories VALUES(1,'collection',1,NULL) ,(2,'user',1,NULL) ,(3,'file',1,NULL); DROP TABLE IF EXISTS AttributeKeys; CREATE TABLE IF NOT EXISTS `AttributeKeys` ( `akID` int(10) unsigned NOT NULL AUTO_INCREMENT, `akHandle` varchar(255) NOT NULL, `akName` varchar(255) NOT NULL, `akIsSearchable` tinyint(1) NOT NULL DEFAULT '0', `akIsSearchableIndexed` tinyint(1) NOT NULL DEFAULT '0', `akIsAutoCreated` tinyint(1) NOT NULL DEFAULT '0', `akIsInternal` tinyint(1) NOT NULL DEFAULT '0', `akIsColumnHeader` tinyint(1) NOT NULL DEFAULT '0', `akIsEditable` tinyint(1) NOT NULL DEFAULT '0', `atID` int(10) unsigned DEFAULT NULL, `akCategoryID` int(10) unsigned DEFAULT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`akID`), UNIQUE KEY `akHandle` (`akHandle`,`akCategoryID`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; INSERT INTO AttributeKeys VALUES(1,'meta_title','Meta Title',1,1,0,0,0,1,1,1,0) ,(2,'meta_description','Meta Description',1,1,0,0,0,1,2,1,0) ,(3,'meta_keywords','Meta Keywords',1,1,0,0,0,1,2,1,0) ,(4,'icon_dashboard','Dashboard Icon',1,1,0,1,0,1,2,1,0) ,(5,'exclude_nav','Exclude From Nav',1,1,0,0,0,1,3,1,0) ,(6,'exclude_page_list','Exclude From Page List',1,1,0,0,0,1,3,1,0) ,(7,'header_extra_content','Header Extra Content',1,1,0,0,0,1,2,1,0) ,(8,'exclude_search_index','Exclude From Search Index',1,1,0,0,0,1,3,1,0) ,(9,'exclude_sitemapxml','Exclude From sitemap.xml',1,1,0,0,0,1,3,1,0) ,(10,'profile_private_messages_enabled','I would like to receive private messages.',1,1,0,0,0,1,3,2,0) ,(11,'profile_private_messages_notification_enabled','Send me email notifications when I receive a private message.',1,1,0,0,0,1,3,2,0) ,(12,'width','Width',1,1,0,0,0,1,6,3,0) ,(13,'height','Height',1,1,0,0,0,1,6,3,0) ,(14,'duration','Duration',1,1,0,0,0,1,6,3,0) ,(15,'tags','Tags',1,1,0,0,0,1,8,1,0); DROP TABLE IF EXISTS AttributeSetKeys; CREATE TABLE IF NOT EXISTS `AttributeSetKeys` ( `akID` int(10) unsigned NOT NULL DEFAULT '0', `asID` int(10) unsigned NOT NULL DEFAULT '0', `displayOrder` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`akID`,`asID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO AttributeSetKeys VALUES(1,1,1) ,(2,1,2) ,(3,1,3) ,(7,1,4) ,(5,2,1) ,(6,2,2) ,(8,2,3) ,(9,2,4); DROP TABLE IF EXISTS AttributeSets; CREATE TABLE IF NOT EXISTS `AttributeSets` ( `asID` int(10) unsigned NOT NULL AUTO_INCREMENT, `asName` varchar(255) DEFAULT NULL, `asHandle` varchar(255) NOT NULL, `akCategoryID` int(10) unsigned NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', `asIsLocked` int(1) NOT NULL DEFAULT '1', `asDisplayOrder` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`asID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO AttributeSets VALUES(1,'Page Header','page_header',1,0,0,0) ,(2,'Navigation and Indexing','navigation',1,0,0,1); DROP TABLE IF EXISTS AttributeTypeCategories; CREATE TABLE IF NOT EXISTS `AttributeTypeCategories` ( `atID` int(10) unsigned NOT NULL DEFAULT '0', `akCategoryID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`atID`,`akCategoryID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO AttributeTypeCategories VALUES(1,1) ,(1,2) ,(1,3) ,(2,1) ,(2,2) ,(2,3) ,(3,1) ,(3,2) ,(3,3) ,(4,1) ,(4,2) ,(4,3) ,(5,1) ,(6,1) ,(6,2) ,(6,3) ,(7,1) ,(7,3) ,(8,1) ,(8,2) ,(8,3) ,(9,2); DROP TABLE IF EXISTS AttributeTypes; CREATE TABLE IF NOT EXISTS `AttributeTypes` ( `atID` int(10) unsigned NOT NULL AUTO_INCREMENT, `atHandle` varchar(255) NOT NULL, `atName` varchar(255) NOT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`atID`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; INSERT INTO AttributeTypes VALUES(1,'text','Text',0) ,(2,'textarea','Text Area',0) ,(3,'boolean','Checkbox',0) ,(4,'date_time','Date/Time',0) ,(5,'image_file','Image/File',0) ,(6,'number','Number',0) ,(7,'rating','Rating',0) ,(8,'select','Select',0) ,(9,'address','Address',0); DROP TABLE IF EXISTS AttributeValues; CREATE TABLE IF NOT EXISTS `AttributeValues` ( `avID` int(10) unsigned NOT NULL AUTO_INCREMENT, `akID` int(10) unsigned DEFAULT NULL, `avDateAdded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `uID` int(10) unsigned DEFAULT NULL, `atID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`avID`) ) ENGINE=MyISAM AUTO_INCREMENT=206 DEFAULT CHARSET=utf8; INSERT INTO AttributeValues VALUES(1,3,'2013-10-05 18:47:12',1,2) ,(2,4,'2013-10-05 18:47:12',1,2) ,(3,3,'2013-10-05 18:47:12',1,2) ,(4,4,'2013-10-05 18:47:12',1,2) ,(5,3,'2013-10-05 18:47:12',1,2) ,(6,4,'2013-10-05 18:47:12',1,2) ,(7,3,'2013-10-05 18:47:12',1,2) ,(8,3,'2013-10-05 18:47:12',1,2) ,(9,4,'2013-10-05 18:47:12',1,2) ,(10,3,'2013-10-05 18:47:12',1,2) ,(11,4,'2013-10-05 18:47:12',1,2) ,(12,3,'2013-10-05 18:47:12',1,2) ,(13,4,'2013-10-05 18:47:12',1,2) ,(14,3,'2013-10-05 18:47:12',1,2) ,(15,4,'2013-10-05 18:47:12',1,2) ,(16,3,'2013-10-05 18:47:13',1,2) ,(17,4,'2013-10-05 18:47:13',1,2) ,(18,3,'2013-10-05 18:47:13',1,2) ,(19,4,'2013-10-05 18:47:13',1,2) ,(20,5,'2013-10-05 18:47:13',1,3) ,(21,3,'2013-10-05 18:47:13',1,2) ,(22,4,'2013-10-05 18:47:13',1,2) ,(23,3,'2013-10-05 18:47:13',1,2) ,(24,3,'2013-10-05 18:47:13',1,2) ,(25,4,'2013-10-05 18:47:13',1,2) ,(26,3,'2013-10-05 18:47:13',1,2) ,(27,4,'2013-10-05 18:47:13',1,2) ,(28,3,'2013-10-05 18:47:13',1,2) ,(29,4,'2013-10-05 18:47:13',1,2) ,(30,3,'2013-10-05 18:47:13',1,2) ,(31,5,'2013-10-05 18:47:13',1,3) ,(32,4,'2013-10-05 18:47:13',1,2) ,(33,3,'2013-10-05 18:47:13',1,2) ,(34,5,'2013-10-05 18:47:13',1,3) ,(35,4,'2013-10-05 18:47:13',1,2) ,(36,3,'2013-10-05 18:47:13',1,2) ,(37,4,'2013-10-05 18:47:13',1,2) ,(38,3,'2013-10-05 18:47:13',1,2) ,(39,3,'2013-10-05 18:47:13',1,2) ,(40,4,'2013-10-05 18:47:13',1,2) ,(41,3,'2013-10-05 18:47:14',1,2) ,(42,4,'2013-10-05 18:47:14',1,2) ,(43,3,'2013-10-05 18:47:14',1,2) ,(44,4,'2013-10-05 18:47:14',1,2) ,(45,3,'2013-10-05 18:47:14',1,2) ,(46,4,'2013-10-05 18:47:14',1,2) ,(47,3,'2013-10-05 18:47:14',1,2) ,(48,4,'2013-10-05 18:47:14',1,2) ,(49,3,'2013-10-05 18:47:14',1,2) ,(50,3,'2013-10-05 18:47:14',1,2) ,(51,3,'2013-10-05 18:47:14',1,2) ,(52,3,'2013-10-05 18:47:14',1,2) ,(53,4,'2013-10-05 18:47:14',1,2) ,(54,3,'2013-10-05 18:47:14',1,2) ,(55,4,'2013-10-05 18:47:14',1,2) ,(56,3,'2013-10-05 18:47:14',1,2) ,(57,4,'2013-10-05 18:47:14',1,2) ,(58,3,'2013-10-05 18:47:14',1,2) ,(59,4,'2013-10-05 18:47:15',1,2) ,(60,4,'2013-10-05 18:47:15',1,2) ,(61,3,'2013-10-05 18:47:15',1,2) ,(62,4,'2013-10-05 18:47:15',1,2) ,(63,4,'2013-10-05 18:47:15',1,2) ,(64,5,'2013-10-05 18:47:15',1,3) ,(65,8,'2013-10-05 18:47:15',1,3) ,(66,3,'2013-10-05 18:47:15',1,2) ,(67,4,'2013-10-05 18:47:16',1,2) ,(68,5,'2013-10-05 18:47:16',1,3) ,(69,5,'2013-10-05 18:47:16',1,3) ,(70,3,'2013-10-05 18:47:16',1,2) ,(71,3,'2013-10-05 18:47:16',1,2) ,(72,3,'2013-10-05 18:47:16',1,2) ,(73,3,'2013-10-05 18:47:16',1,2) ,(74,3,'2013-10-05 18:47:16',1,2) ,(75,5,'2013-10-05 18:47:16',1,3) ,(76,3,'2013-10-05 18:47:16',1,2) ,(77,3,'2013-10-05 18:47:16',1,2) ,(78,3,'2013-10-05 18:47:16',1,2) ,(79,3,'2013-10-05 18:47:16',1,2) ,(80,3,'2013-10-05 18:47:16',1,2) ,(81,3,'2013-10-05 18:47:16',1,2) ,(82,3,'2013-10-05 18:47:16',1,2) ,(83,3,'2013-10-05 18:47:16',1,2) ,(84,3,'2013-10-05 18:47:16',1,2) ,(85,3,'2013-10-05 18:47:16',1,2) ,(86,3,'2013-10-05 18:47:16',1,2) ,(87,3,'2013-10-05 18:47:16',1,2) ,(88,3,'2013-10-05 18:47:16',1,2) ,(89,3,'2013-10-05 18:47:16',1,2) ,(90,3,'2013-10-05 18:47:16',1,2) ,(91,3,'2013-10-05 18:47:16',1,2) ,(92,3,'2013-10-05 18:47:17',1,2) ,(93,3,'2013-10-05 18:47:17',1,2) ,(94,3,'2013-10-05 18:47:17',1,2) ,(95,3,'2013-10-05 18:47:17',1,2) ,(96,3,'2013-10-05 18:47:17',1,2) ,(97,3,'2013-10-05 18:47:17',1,2) ,(98,3,'2013-10-05 18:47:17',1,2) ,(99,3,'2013-10-05 18:47:17',1,2) ,(100,3,'2013-10-05 18:47:17',1,2) ,(101,3,'2013-10-05 18:47:17',1,2) ,(102,3,'2013-10-05 18:47:17',1,2) ,(103,3,'2013-10-05 18:47:17',1,2) ,(104,3,'2013-10-05 18:47:17',1,2) ,(105,3,'2013-10-05 18:47:17',1,2) ,(106,3,'2013-10-05 18:47:17',1,2) ,(107,3,'2013-10-05 18:47:17',1,2) ,(108,8,'2013-10-05 18:47:17',1,3) ,(109,3,'2013-10-05 18:47:17',1,2) ,(110,3,'2013-10-05 18:47:17',1,2) ,(111,3,'2013-10-05 18:47:17',1,2) ,(112,3,'2013-10-05 18:47:17',1,2) ,(113,3,'2013-10-05 18:47:17',1,2) ,(114,3,'2013-10-05 18:47:17',1,2) ,(115,3,'2013-10-05 18:47:17',1,2) ,(116,3,'2013-10-05 18:47:17',1,2) ,(117,5,'2013-10-05 18:47:18',1,3) ,(118,5,'2013-10-05 18:47:18',1,3) ,(119,8,'2013-10-05 18:47:18',1,3) ,(120,12,'2013-10-05 18:47:20',1,6) ,(121,13,'2013-10-05 18:47:20',1,6) ,(122,12,'2013-10-05 18:47:21',1,6) ,(123,13,'2013-10-05 18:47:21',1,6) ,(124,12,'2013-10-05 18:47:21',1,6) ,(125,13,'2013-10-05 18:47:21',1,6) ,(126,12,'2013-10-05 18:47:21',1,6) ,(127,13,'2013-10-05 18:47:21',1,6) ,(128,12,'2013-10-05 18:47:21',1,6) ,(129,13,'2013-10-05 18:47:21',1,6) ,(130,12,'2013-10-05 18:47:21',1,6) ,(131,13,'2013-10-05 18:47:21',1,6) ,(132,12,'2013-10-05 18:47:21',1,6) ,(133,13,'2013-10-05 18:47:21',1,6) ,(134,12,'2013-10-05 18:47:22',1,6) ,(135,13,'2013-10-05 18:47:22',1,6) ,(136,15,'2013-10-05 18:47:24',1,8) ,(137,15,'2013-10-05 18:47:24',1,8) ,(138,5,'2013-10-05 18:47:25',1,3) ,(139,6,'2013-10-05 18:47:25',1,3) ,(140,8,'2013-10-05 18:47:25',1,3) ,(141,15,'2013-10-05 18:47:25',1,8) ,(142,15,'2014-04-06 13:19:05',1,8) ,(143,15,'2014-04-06 13:21:13',1,8) ,(144,15,'2014-04-06 13:25:55',1,8) ,(145,15,'2014-04-06 13:31:24',1,8) ,(146,15,'2014-04-06 14:03:45',1,8) ,(147,15,'2014-06-29 19:15:36',1,8) ,(148,15,'2014-06-29 19:18:46',1,8) ,(149,15,'2014-06-29 19:20:27',1,8) ,(150,12,'2014-07-13 07:08:32',1,6) ,(151,13,'2014-07-13 07:08:32',1,6) ,(152,12,'2014-07-13 07:09:25',1,6) ,(153,13,'2014-07-13 07:09:25',1,6) ,(154,12,'2014-07-13 07:22:34',1,6) ,(155,13,'2014-07-13 07:22:34',1,6) ,(156,12,'2014-07-13 08:12:28',1,6) ,(157,13,'2014-07-13 08:12:28',1,6) ,(158,12,'2014-07-13 08:12:30',1,6) ,(159,13,'2014-07-13 08:12:31',1,6) ,(160,12,'2014-07-13 08:12:35',1,6) ,(161,13,'2014-07-13 08:12:35',1,6) ,(162,12,'2014-07-13 08:12:38',1,6) ,(163,13,'2014-07-13 08:12:38',1,6) ,(164,12,'2014-07-13 08:12:39',1,6) ,(165,13,'2014-07-13 08:12:39',1,6) ,(166,12,'2014-07-13 08:12:40',1,6) ,(167,13,'2014-07-13 08:12:40',1,6) ,(168,12,'2014-07-13 08:12:41',1,6) ,(169,13,'2014-07-13 08:12:41',1,6) ,(170,12,'2014-07-13 08:12:43',1,6) ,(171,13,'2014-07-13 08:12:43',1,6) ,(172,12,'2014-07-13 08:14:04',1,6) ,(173,13,'2014-07-13 08:14:04',1,6) ,(174,12,'2014-07-13 08:18:17',1,6) ,(175,13,'2014-07-13 08:18:17',1,6) ,(176,12,'2014-07-13 08:28:39',1,6) ,(177,13,'2014-07-13 08:28:39',1,6) ,(178,12,'2014-07-13 08:32:11',1,6) ,(179,13,'2014-07-13 08:32:12',1,6) ,(180,12,'2014-07-13 08:34:09',1,6) ,(181,13,'2014-07-13 08:34:09',1,6) ,(182,12,'2014-07-13 08:36:20',1,6) ,(183,13,'2014-07-13 08:36:20',1,6) ,(184,12,'2014-07-13 12:26:45',1,6) ,(185,13,'2014-07-13 12:26:45',1,6) ,(186,12,'2014-07-13 12:26:46',1,6) ,(187,13,'2014-07-13 12:26:46',1,6) ,(188,12,'2014-07-13 12:26:47',1,6) ,(189,13,'2014-07-13 12:26:47',1,6) ,(190,12,'2014-07-13 12:26:49',1,6) ,(191,13,'2014-07-13 12:26:49',1,6) ,(192,12,'2014-07-13 12:26:50',1,6) ,(193,13,'2014-07-13 12:26:50',1,6) ,(194,12,'2014-07-13 18:14:00',1,6) ,(195,13,'2014-07-13 18:14:00',1,6) ,(196,12,'2014-07-13 18:17:28',1,6) ,(197,13,'2014-07-13 18:17:28',1,6) ,(198,12,'2014-07-13 18:31:04',1,6) ,(199,13,'2014-07-13 18:31:04',1,6) ,(200,12,'2014-07-13 18:47:00',1,6) ,(201,13,'2014-07-13 18:47:00',1,6) ,(202,12,'2014-07-13 18:47:02',1,6) ,(203,13,'2014-07-13 18:47:02',1,6) ,(204,12,'2014-07-13 18:47:03',1,6) ,(205,13,'2014-07-13 18:47:03',1,6); DROP TABLE IF EXISTS BasicWorkflowPermissionAssignments; CREATE TABLE IF NOT EXISTS `BasicWorkflowPermissionAssignments` ( `wfID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`wfID`,`pkID`,`paID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS BasicWorkflowProgressData; CREATE TABLE IF NOT EXISTS `BasicWorkflowProgressData` ( `wpID` int(10) unsigned NOT NULL DEFAULT '0', `uIDStarted` int(10) unsigned NOT NULL DEFAULT '0', `uIDCompleted` int(10) unsigned NOT NULL DEFAULT '0', `wpDateCompleted` datetime DEFAULT NULL, PRIMARY KEY (`wpID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS BlockPermissionAssignments; CREATE TABLE IF NOT EXISTS `BlockPermissionAssignments` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '0', `bID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`bID`,`pkID`,`paID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS BlockRelations; CREATE TABLE IF NOT EXISTS `BlockRelations` ( `brID` int(10) unsigned NOT NULL AUTO_INCREMENT, `bID` int(10) unsigned NOT NULL DEFAULT '0', `originalBID` int(10) unsigned NOT NULL DEFAULT '0', `relationType` varchar(50) NOT NULL, PRIMARY KEY (`brID`) ) ENGINE=MyISAM AUTO_INCREMENT=145 DEFAULT CHARSET=utf8; INSERT INTO BlockRelations VALUES(1,48,26,'DUPLICATE') ,(2,49,24,'DUPLICATE') ,(3,50,25,'DUPLICATE') ,(4,53,29,'DUPLICATE') ,(5,56,48,'DUPLICATE') ,(6,58,52,'DUPLICATE') ,(7,59,56,'DUPLICATE') ,(8,62,61,'DUPLICATE') ,(9,63,62,'DUPLICATE') ,(10,64,63,'DUPLICATE') ,(11,67,53,'DUPLICATE') ,(12,68,55,'DUPLICATE') ,(13,70,68,'DUPLICATE') ,(14,71,70,'DUPLICATE') ,(15,72,16,'DUPLICATE') ,(16,73,15,'DUPLICATE') ,(17,74,13,'DUPLICATE') ,(18,75,16,'DUPLICATE') ,(19,76,15,'DUPLICATE') ,(20,77,13,'DUPLICATE') ,(21,78,16,'DUPLICATE') ,(22,79,15,'DUPLICATE') ,(23,80,13,'DUPLICATE') ,(24,82,16,'DUPLICATE') ,(25,83,15,'DUPLICATE') ,(26,84,13,'DUPLICATE') ,(27,85,16,'DUPLICATE') ,(28,86,15,'DUPLICATE') ,(29,87,13,'DUPLICATE') ,(30,90,89,'DUPLICATE') ,(31,97,96,'DUPLICATE') ,(32,99,90,'DUPLICATE') ,(33,100,88,'DUPLICATE') ,(34,102,67,'DUPLICATE') ,(35,104,103,'DUPLICATE') ,(36,107,106,'DUPLICATE') ,(37,108,107,'DUPLICATE') ,(38,111,102,'DUPLICATE') ,(39,112,111,'DUPLICATE') ,(40,115,104,'DUPLICATE') ,(41,116,115,'DUPLICATE') ,(42,117,59,'DUPLICATE') ,(43,118,97,'DUPLICATE') ,(44,119,118,'DUPLICATE') ,(45,120,117,'DUPLICATE') ,(46,121,116,'DUPLICATE') ,(47,122,121,'DUPLICATE') ,(48,123,120,'DUPLICATE') ,(49,124,50,'DUPLICATE') ,(50,125,60,'DUPLICATE') ,(51,126,112,'DUPLICATE') ,(52,128,123,'DUPLICATE') ,(53,132,127,'DUPLICATE') ,(54,133,129,'DUPLICATE') ,(55,134,133,'DUPLICATE') ,(56,135,128,'DUPLICATE') ,(57,138,34,'DUPLICATE') ,(58,140,126,'DUPLICATE') ,(59,141,110,'DUPLICATE') ,(60,142,140,'DUPLICATE') ,(61,143,134,'DUPLICATE') ,(62,144,132,'DUPLICATE') ,(63,145,142,'DUPLICATE') ,(64,146,144,'DUPLICATE') ,(65,151,40,'DUPLICATE') ,(66,152,143,'DUPLICATE') ,(67,153,152,'DUPLICATE') ,(68,154,153,'DUPLICATE') ,(69,155,146,'DUPLICATE') ,(70,156,145,'DUPLICATE') ,(71,157,156,'DUPLICATE') ,(72,158,157,'DUPLICATE') ,(73,159,158,'DUPLICATE') ,(74,160,154,'DUPLICATE') ,(75,161,155,'DUPLICATE') ,(76,162,94,'DUPLICATE') ,(77,163,162,'DUPLICATE') ,(78,164,163,'DUPLICATE') ,(79,165,164,'DUPLICATE') ,(80,166,165,'DUPLICATE') ,(81,167,122,'DUPLICATE') ,(82,170,169,'DUPLICATE') ,(83,172,168,'DUPLICATE') ,(84,174,159,'DUPLICATE') ,(85,176,141,'DUPLICATE') ,(86,178,177,'DUPLICATE') ,(87,179,178,'DUPLICATE') ,(88,180,174,'DUPLICATE') ,(89,183,181,'DUPLICATE') ,(90,184,182,'DUPLICATE') ,(91,185,179,'DUPLICATE') ,(92,186,185,'DUPLICATE') ,(93,187,175,'DUPLICATE') ,(94,188,183,'DUPLICATE') ,(95,190,180,'DUPLICATE') ,(96,195,166,'DUPLICATE') ,(97,196,119,'DUPLICATE') ,(98,197,195,'DUPLICATE') ,(99,198,197,'DUPLICATE') ,(100,200,199,'DUPLICATE') ,(101,201,200,'DUPLICATE') ,(102,202,201,'DUPLICATE') ,(103,203,190,'DUPLICATE') ,(104,204,21,'DUPLICATE') ,(105,205,28,'DUPLICATE') ,(106,207,203,'DUPLICATE') ,(107,208,198,'DUPLICATE') ,(108,209,135,'DUPLICATE') ,(109,210,209,'DUPLICATE') ,(110,211,208,'DUPLICATE') ,(111,212,108,'DUPLICATE') ,(112,213,211,'DUPLICATE') ,(113,214,151,'DUPLICATE') ,(114,215,214,'DUPLICATE') ,(115,216,215,'DUPLICATE') ,(116,217,216,'DUPLICATE') ,(117,218,210,'DUPLICATE') ,(118,219,161,'DUPLICATE') ,(119,220,213,'DUPLICATE') ,(120,221,171,'DUPLICATE') ,(121,222,220,'DUPLICATE') ,(122,223,207,'DUPLICATE') ,(123,224,223,'DUPLICATE') ,(124,225,196,'DUPLICATE') ,(125,226,202,'DUPLICATE') ,(126,227,219,'DUPLICATE') ,(127,228,212,'DUPLICATE') ,(128,229,167,'DUPLICATE') ,(129,230,229,'DUPLICATE') ,(130,234,233,'DUPLICATE') ,(131,236,235,'DUPLICATE') ,(133,242,240,'DUPLICATE') ,(134,243,231,'DUPLICATE') ,(135,244,242,'DUPLICATE') ,(136,245,244,'DUPLICATE') ,(137,246,245,'DUPLICATE') ,(138,247,246,'DUPLICATE') ,(139,248,247,'DUPLICATE') ,(140,249,238,'DUPLICATE') ,(141,250,239,'DUPLICATE') ,(142,251,248,'DUPLICATE') ,(143,252,241,'DUPLICATE') ,(144,253,251,'DUPLICATE'); DROP TABLE IF EXISTS BlockTypePermissionBlockTypeAccessList; CREATE TABLE IF NOT EXISTS `BlockTypePermissionBlockTypeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS BlockTypePermissionBlockTypeAccessListCustom; CREATE TABLE IF NOT EXISTS `BlockTypePermissionBlockTypeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `btID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`btID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS BlockTypes; CREATE TABLE IF NOT EXISTS `BlockTypes` ( `btID` int(10) unsigned NOT NULL AUTO_INCREMENT, `btHandle` varchar(32) NOT NULL, `btName` varchar(128) NOT NULL, `btDescription` text, `btActiveWhenAdded` tinyint(1) NOT NULL DEFAULT '1', `btCopyWhenPropagate` tinyint(1) NOT NULL DEFAULT '0', `btIncludeAll` tinyint(1) NOT NULL DEFAULT '0', `btIsInternal` tinyint(1) NOT NULL DEFAULT '0', `btDisplayOrder` int(10) unsigned NOT NULL DEFAULT '0', `btInterfaceWidth` int(10) unsigned NOT NULL DEFAULT '400', `btInterfaceHeight` int(10) unsigned NOT NULL DEFAULT '400', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`btID`), UNIQUE KEY `btHandle` (`btHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; INSERT INTO BlockTypes VALUES(1,'core_scrapbook_display','Scrapbook Display (Core)','Proxy block for blocks pasted through the scrapbook.',1,0,0,1,0,400,400,0) ,(2,'core_stack_display','Stack Display (Core)','Proxy block for stacks added through the UI.',1,0,0,1,0,400,400,0) ,(3,'dashboard_featured_addon','Dashboard Featured Add-On','Features an add-on from concrete5.org.',1,0,0,1,0,300,100,0) ,(4,'dashboard_featured_theme','Dashboard Featured Theme','Features a theme from concrete5.org.',1,0,0,1,0,300,100,0) ,(5,'dashboard_newsflow_latest','Dashboard Newsflow Latest','Grabs the latest newsflow data from concrete5.org.',1,0,0,1,0,400,400,0) ,(6,'dashboard_app_status','Dashboard App Status','Displays update and welcome back information on your dashboard.',1,0,0,1,0,400,400,0) ,(7,'dashboard_site_activity','Dashboard Site Activity','Displays a summary of website activity.',1,0,0,1,0,400,400,0) ,(8,'autonav','Auto-Nav','Creates navigation trees and sitemaps.',1,0,0,0,1,500,350,0) ,(9,'content','Content','HTML/WYSIWYG Editor Content.',1,0,0,0,2,600,465,0) ,(10,'date_nav','Date Navigation','A collapsible date based navigation tree',1,0,0,0,3,500,350,0) ,(11,'external_form','External Form','Include external forms in the filesystem and place them on pages.',1,0,0,0,4,370,100,0) ,(12,'file','File','Link to files stored in the asset library.',1,0,0,0,5,300,250,0) ,(13,'flash_content','Flash Content','Embeds SWF files, including flash detection.',1,0,0,0,6,380,200,0) ,(14,'form','Form','Build simple forms and surveys.',1,0,0,0,7,420,430,0) ,(15,'google_map','Google Map','Enter an address and a Google Map of that location will be placed in your page.',1,0,0,0,8,400,200,0) ,(16,'guestbook','Guestbook / Comments','Adds blog-style comments (a guestbook) to your page.',1,0,1,0,9,370,480,0) ,(17,'html','HTML','For adding HTML by hand.',1,0,0,0,10,600,465,0) ,(18,'image','Image','Adds images and onstates from the library to pages.',1,0,0,0,11,400,550,0) ,(19,'next_previous','Next & Previous Nav','Navigate through sibling pages.',1,0,0,0,12,430,400,0) ,(20,'page_list','Page List','List pages based on type, area.',1,0,0,0,13,500,350,0) ,(21,'rss_displayer','RSS Displayer','Fetch, parse and display the contents of an RSS or Atom feed.',1,0,0,0,14,400,330,0) ,(22,'search','Search','Add a search box to your site.',1,0,0,0,15,400,240,0) ,(23,'slideshow','Slideshow','Display a running loop of images.',1,0,0,0,16,550,400,0) ,(24,'survey','Survey','Provide a simple survey, along with results in a pie chart format.',1,0,0,0,17,420,300,0) ,(25,'tags','Tags','List pages based on type, area.',1,0,0,0,18,450,260,0) ,(26,'video','Video Player','Embeds uploaded video into a web page. Supports AVI, WMV, Quicktime/MPEG4 and FLV formats.',1,0,0,0,19,320,220,0) ,(27,'youtube','YouTube Video','Embeds a YouTube Video in your web page.',1,0,0,0,20,400,210,0) ,(28,'date_archive','Blog Date Archive','Displays month archive for pages',1,0,0,0,21,500,350,0) ,(29,'simple_logo','Simple Logo','Add a Logo to \'Rigid\' Themes',1,0,0,0,22,370,350,4) ,(30,'simple_cta','Simple CTA','Add a Call to Action',1,0,0,0,23,370,350,4) ,(31,'vcard','vCard Address','A simple block to add vCard styled addresses.',1,0,0,0,24,370,350,4) ,(32,'power_slider_rigid','Power Slider','Image Slider with Power Phrases',1,0,0,0,25,750,400,4); DROP TABLE IF EXISTS Blocks; CREATE TABLE IF NOT EXISTS `Blocks` ( `bID` int(10) unsigned NOT NULL AUTO_INCREMENT, `bName` varchar(60) DEFAULT NULL, `bDateAdded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `bDateModified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `bFilename` varchar(255) DEFAULT NULL, `bIsActive` varchar(1) NOT NULL DEFAULT '1', `btID` int(10) unsigned NOT NULL DEFAULT '0', `uID` int(10) unsigned DEFAULT NULL, `btCachedBlockRecord` longtext, PRIMARY KEY (`bID`) ) ENGINE=MyISAM AUTO_INCREMENT=254 DEFAULT CHARSET=utf8; INSERT INTO Blocks VALUES(1,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',9,1,NULL) ,(2,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',9,1,NULL) ,(3,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',9,1,NULL) ,(4,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',9,1,NULL) ,(5,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',9,1,NULL) ,(6,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',6,1,NULL) ,(7,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',7,1,NULL) ,(8,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',5,1,NULL) ,(9,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',5,1,NULL) ,(10,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',4,1,NULL) ,(11,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',3,1,NULL) ,(12,'','2013-10-05 18:47:18','2013-10-05 18:47:18',NULL,'1',5,1,NULL) ,(13,'Blog Content','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',9,1,NULL) ,(14,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',25,1,NULL) ,(15,'Thumbnail Image','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',18,1,NULL) ,(16,'Header Image','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',18,1,NULL) ,(17,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',18,1,NULL) ,(18,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',18,1,NULL) ,(19,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',18,1,NULL) ,(20,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',8,1,NULL) ,(21,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',9,1,NULL) ,(22,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',8,1,NULL) ,(23,'','2013-10-05 18:47:23','2013-10-05 18:47:23',NULL,'1',9,1,NULL) ,(24,'','2013-10-05 18:47:23','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(25,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(26,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(27,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',18,1,NULL) ,(28,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',2,1,NULL) ,(29,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(30,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',2,1,NULL) ,(31,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',16,1,NULL) ,(32,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',2,1,NULL) ,(33,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(34,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',14,1,NULL) ,(35,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(36,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',8,1,NULL) ,(37,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',22,1,NULL) ,(38,'','2013-10-05 18:47:24','2013-10-05 18:47:24','blog_index_thumbnail.php','1',20,1,NULL) ,(39,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(40,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',25,1,NULL) ,(41,'','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',28,1,NULL) ,(42,'Header Image','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',18,1,NULL) ,(43,'Blog Content','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',9,1,NULL) ,(44,'Thumbnail Image','2013-10-05 18:47:24','2013-10-05 18:47:24',NULL,'1',18,1,NULL) ,(45,'','2013-10-05 18:47:25','2013-10-05 18:47:25',NULL,'1',22,1,NULL) ,(46,'','2013-10-05 18:47:25','2013-10-05 18:47:25',NULL,'1',25,1,NULL) ,(48,'','2013-10-05 20:50:30','2013-10-08 02:42:07',NULL,'1',9,1,NULL) ,(47,'','2013-10-05 18:47:25','2013-10-05 18:47:25',NULL,'1',28,1,NULL) ,(49,'','2013-10-08 02:42:42','2013-10-08 02:45:12',NULL,'1',9,1,NULL) ,(50,'','2013-10-08 02:50:10','2013-10-08 02:50:11',NULL,'1',9,1,NULL) ,(51,NULL,'2013-10-08 02:51:08','2013-10-08 02:51:08',NULL,'1',8,1,NULL) ,(52,NULL,'2013-10-08 04:47:12','2013-10-08 04:47:12',NULL,'1',8,1,NULL) ,(53,'','2013-10-08 04:50:49','2013-10-08 04:50:49',NULL,'1',9,1,NULL) ,(55,NULL,'2013-10-08 04:52:49','2013-10-08 04:52:49',NULL,'1',27,1,NULL) ,(56,'','2013-10-08 05:18:08','2013-10-08 05:18:32',NULL,'1',9,1,NULL) ,(57,'breadcrumb','2013-10-08 05:21:43','2013-10-08 05:28:58','breadcrumb.php','1',8,1,NULL) ,(58,'breadcrumbs','2013-10-08 05:29:34','2013-10-08 05:29:52','breadcrumb.php','1',8,1,NULL) ,(59,'','2013-10-08 13:31:01','2013-10-08 13:31:01',NULL,'1',9,1,NULL) ,(60,NULL,'2014-02-17 05:07:57','2014-02-17 05:07:57',NULL,'1',8,1,NULL) ,(61,NULL,'2014-02-17 05:10:12','2014-02-17 05:10:12',NULL,'1',8,1,NULL) ,(62,NULL,'2014-02-17 05:13:02','2014-02-17 05:13:02',NULL,'1',8,1,NULL) ,(63,NULL,'2014-02-17 05:14:01','2014-02-17 05:14:01',NULL,'1',8,1,NULL) ,(64,NULL,'2014-02-17 05:15:47','2014-02-17 05:15:47',NULL,'1',8,1,NULL) ,(65,NULL,'2014-02-17 05:35:13','2014-02-17 05:35:13',NULL,'1',8,1,NULL) ,(67,'','2014-03-29 10:43:48','2014-03-29 10:43:48',NULL,'1',9,1,NULL) ,(68,NULL,'2014-03-29 10:44:17','2014-03-29 10:44:42',NULL,'1',27,1,NULL) ,(69,NULL,'2014-03-29 10:46:15','2014-03-29 10:46:30',NULL,'1',8,1,NULL) ,(70,NULL,'2014-03-29 10:47:40','2014-03-29 10:47:40',NULL,'1',27,1,NULL) ,(71,NULL,'2014-03-29 10:48:43','2014-03-29 10:49:53',NULL,'1',27,1,NULL) ,(72,'Header Image','2014-04-06 13:18:54','2014-04-06 13:19:05',NULL,'1',18,1,NULL) ,(73,'Thumbnail Image','2014-04-06 13:18:54','2014-04-06 13:19:05',NULL,'1',18,1,NULL) ,(75,'Header Image','2014-04-06 13:21:04','2014-04-06 14:04:06',NULL,'1',18,1,NULL) ,(74,'Blog Content','2014-04-06 13:18:54','2014-04-06 13:19:05',NULL,'1',9,1,NULL) ,(76,'Thumbnail Image','2014-04-06 13:21:04','2014-04-06 14:04:06',NULL,'1',18,1,NULL) ,(78,'Header Image','2014-04-06 13:25:44','2014-04-06 13:26:09',NULL,'1',18,1,NULL) ,(77,'Blog Content','2014-04-06 13:21:04','2014-04-06 14:04:07',NULL,'1',9,1,NULL) ,(79,'Thumbnail Image','2014-04-06 13:25:44','2014-04-06 13:26:09',NULL,'1',18,1,NULL) ,(80,'Blog Content','2014-04-06 13:25:44','2014-04-06 13:26:09',NULL,'1',9,1,NULL) ,(82,'Header Image','2014-04-06 13:31:15','2014-04-06 13:58:18',NULL,'1',18,1,NULL) ,(83,'Thumbnail Image','2014-04-06 13:31:15','2014-04-06 13:58:18',NULL,'1',18,1,NULL) ,(85,'Header Image','2014-04-06 14:03:35','2014-04-06 14:03:45',NULL,'1',18,1,NULL) ,(84,'Blog Content','2014-04-06 13:31:15','2014-04-06 13:58:18',NULL,'1',9,1,NULL) ,(86,'Thumbnail Image','2014-04-06 14:03:35','2014-04-06 14:03:45',NULL,'1',18,1,NULL) ,(88,NULL,'2014-04-06 14:10:16','2014-04-06 14:10:16',NULL,'1',8,1,NULL) ,(87,'Blog Content','2014-04-06 14:03:35','2014-04-06 14:03:45',NULL,'1',9,1,NULL) ,(89,NULL,'2014-04-06 14:10:46','2014-04-06 14:11:52',NULL,'1',17,1,NULL) ,(90,NULL,'2014-04-06 14:12:29','2014-04-06 14:14:12',NULL,'1',17,1,NULL) ,(99,NULL,'2014-04-06 15:17:36','2014-04-06 15:17:36',NULL,'1',17,1,NULL) ,(92,NULL,'2014-04-06 14:36:06','2014-04-06 14:36:06',NULL,'1',8,1,NULL) ,(94,NULL,'2014-04-06 14:38:27','2014-04-06 15:08:50',NULL,'1',17,1,NULL) ,(97,NULL,'2014-04-06 15:11:04','2014-04-06 15:11:04',NULL,'1',17,1,NULL) ,(95,NULL,'2014-04-06 15:00:40','2014-04-06 15:00:40',NULL,'1',8,1,NULL) ,(96,NULL,'2014-04-06 15:05:57','2014-04-06 15:06:25',NULL,'1',17,1,NULL) ,(98,NULL,'2014-04-06 15:13:39','2014-04-06 15:13:39',NULL,'1',8,1,NULL) ,(100,NULL,'2014-04-06 15:17:44','2014-04-06 15:17:44',NULL,'1',8,1,NULL) ,(101,NULL,'2014-04-06 15:18:05','2014-04-06 15:18:47',NULL,'1',17,1,NULL) ,(102,'','2014-04-06 15:20:06','2014-04-06 15:21:10',NULL,'1',9,1,NULL) ,(103,NULL,'2014-04-06 15:26:33','2014-04-06 15:26:33',NULL,'1',17,1,NULL) ,(104,NULL,'2014-04-06 15:28:53','2014-04-06 15:28:53',NULL,'1',17,1,NULL) ,(105,NULL,'2014-04-06 15:32:07','2014-04-06 15:32:07',NULL,'1',8,1,NULL) ,(106,NULL,'2014-04-06 15:33:15','2014-04-06 15:33:15',NULL,'1',17,1,NULL) ,(107,NULL,'2014-04-06 15:40:37','2014-04-06 15:42:24',NULL,'1',17,1,NULL) ,(108,NULL,'2014-04-06 15:44:05','2014-04-06 15:44:05',NULL,'1',17,1,NULL) ,(110,NULL,'2014-04-06 15:51:10','2014-04-06 15:53:40',NULL,'1',17,1,NULL) ,(111,'','2014-04-06 15:54:48','2014-04-06 15:54:48',NULL,'1',9,1,NULL) ,(112,'','2014-04-06 15:55:37','2014-04-06 15:55:37',NULL,'1',9,1,NULL) ,(113,NULL,'2014-04-06 15:57:10','2014-04-06 15:57:10',NULL,'1',8,1,NULL) ,(114,NULL,'2014-04-06 16:02:47','2014-04-06 16:04:25',NULL,'1',17,1,NULL) ,(115,NULL,'2014-04-06 16:16:12','2014-04-06 16:16:41',NULL,'1',17,1,NULL) ,(116,NULL,'2014-04-06 16:18:18','2014-04-06 16:18:18',NULL,'1',17,1,NULL) ,(117,'','2014-04-06 16:20:12','2014-04-06 16:20:12',NULL,'1',9,1,NULL) ,(118,NULL,'2014-04-06 16:28:23','2014-04-06 16:28:40',NULL,'1',17,1,NULL) ,(119,NULL,'2014-04-06 16:29:46','2014-04-06 16:29:46',NULL,'1',17,1,NULL) ,(120,'','2014-04-06 16:30:30','2014-04-06 16:30:30',NULL,'1',9,1,NULL) ,(121,NULL,'2014-04-06 16:33:51','2014-04-06 16:33:51',NULL,'1',17,1,NULL) ,(122,NULL,'2014-04-06 16:34:53','2014-04-06 16:34:53',NULL,'1',17,1,NULL) ,(123,'','2014-04-13 06:20:48','2014-04-13 06:20:48',NULL,'1',9,1,NULL) ,(124,'','2014-04-13 06:21:38','2014-04-13 06:21:38',NULL,'1',9,1,NULL) ,(125,NULL,'2014-04-21 06:18:56','2014-04-21 06:19:11',NULL,'1',8,1,NULL) ,(126,'','2014-04-21 14:38:32','2014-04-21 14:45:28',NULL,'1',9,1,NULL) ,(127,NULL,'2014-04-21 14:46:52','2014-04-21 14:48:16',NULL,'1',9,1,NULL) ,(128,'','2014-04-21 14:47:16','2014-04-21 14:47:16',NULL,'1',9,1,NULL) ,(129,NULL,'2014-04-21 14:49:15','2014-04-21 14:50:42',NULL,'1',9,1,NULL) ,(132,NULL,'2014-04-21 14:51:56','2014-04-21 14:51:56',NULL,'1',9,1,NULL) ,(130,NULL,'2014-04-21 14:49:45','2014-04-21 14:49:56',NULL,'1',9,1,NULL) ,(131,NULL,'2014-04-21 14:50:17','2014-04-21 14:50:17',NULL,'1',9,1,NULL) ,(133,NULL,'2014-04-21 14:52:11','2014-04-21 15:08:26',NULL,'1',9,1,NULL) ,(134,NULL,'2014-04-21 15:10:02','2014-04-21 15:10:25',NULL,'1',9,1,NULL) ,(135,'','2014-04-21 15:11:02','2014-04-21 15:17:49',NULL,'1',9,1,NULL) ,(136,NULL,'2014-04-21 18:18:42','2014-04-21 18:18:42',NULL,'1',8,1,NULL) ,(137,NULL,'2014-04-21 18:19:23','2014-04-21 18:19:23',NULL,'1',8,1,NULL) ,(138,'','2014-04-21 18:20:39','2014-04-21 18:20:39',NULL,'1',14,1,NULL) ,(139,NULL,'2014-04-21 18:25:56','2014-04-21 18:26:09',NULL,'1',9,1,NULL) ,(140,'','2014-04-21 18:26:24','2014-04-21 18:26:24',NULL,'1',9,1,NULL) ,(141,NULL,'2014-04-21 18:28:01','2014-04-21 18:29:32',NULL,'1',17,1,NULL) ,(142,'','2014-04-21 19:09:48','2014-04-21 20:02:02',NULL,'1',9,1,NULL) ,(143,NULL,'2014-04-22 18:38:01','2014-04-22 18:38:02',NULL,'1',9,1,NULL) ,(144,NULL,'2014-04-22 18:40:26','2014-04-22 18:40:54',NULL,'1',9,1,NULL) ,(145,'','2014-04-22 18:41:40','2014-04-22 18:42:30',NULL,'1',9,1,NULL) ,(146,NULL,'2014-04-26 17:46:39','2014-04-26 17:46:39',NULL,'1',9,1,NULL) ,(147,NULL,'2014-04-27 13:59:36','2014-04-27 13:59:36',NULL,'1',8,1,NULL) ,(151,'','2014-04-27 14:14:11','2014-04-27 14:14:11',NULL,'1',25,1,NULL) ,(152,NULL,'2014-04-27 14:56:20','2014-04-27 14:56:21',NULL,'1',9,1,NULL) ,(150,NULL,'2014-04-27 14:12:35','2014-04-27 14:12:35',NULL,'1',8,1,NULL) ,(153,NULL,'2014-04-27 15:18:37','2014-04-27 15:18:37',NULL,'1',9,1,NULL) ,(154,NULL,'2014-04-27 15:21:41','2014-04-27 15:21:41',NULL,'1',9,1,NULL) ,(155,NULL,'2014-04-27 15:26:02','2014-04-27 15:26:12',NULL,'1',9,1,NULL) ,(156,'','2014-04-27 15:27:33','2014-04-27 15:27:33',NULL,'1',9,1,NULL) ,(157,'','2014-04-27 15:28:15','2014-04-27 15:31:04',NULL,'1',9,1,NULL) ,(158,'','2014-04-27 15:32:59','2014-04-27 15:32:59',NULL,'1',9,1,NULL) ,(159,'','2014-04-27 15:34:22','2014-04-27 15:34:22',NULL,'1',9,1,NULL) ,(160,NULL,'2014-04-27 15:35:31','2014-04-27 15:35:31',NULL,'1',9,1,NULL) ,(161,NULL,'2014-04-27 15:36:03','2014-04-27 15:36:47',NULL,'1',9,1,NULL) ,(162,NULL,'2014-06-29 08:10:23','2014-06-29 08:10:23',NULL,'1',17,1,NULL) ,(163,NULL,'2014-06-29 09:29:35','2014-06-29 09:29:35',NULL,'1',17,1,NULL) ,(164,NULL,'2014-06-29 09:49:12','2014-06-29 09:49:12',NULL,'1',17,1,NULL) ,(165,NULL,'2014-06-29 09:53:41','2014-06-29 10:54:36',NULL,'1',17,1,NULL) ,(166,NULL,'2014-06-29 10:56:56','2014-06-29 10:57:26',NULL,'1',17,1,NULL) ,(167,NULL,'2014-06-29 10:59:59','2014-06-29 10:59:59',NULL,'1',17,1,NULL) ,(168,NULL,'2014-06-29 11:01:19','2014-06-29 11:01:19',NULL,'1',9,1,NULL) ,(169,NULL,'2014-06-29 11:01:51','2014-06-29 11:01:51',NULL,'1',9,1,NULL) ,(170,NULL,'2014-06-29 11:02:50','2014-06-29 11:02:50',NULL,'1',9,1,NULL) ,(171,NULL,'2014-06-29 11:03:15','2014-06-29 11:03:15',NULL,'1',9,1,NULL) ,(172,NULL,'2014-06-29 11:03:35','2014-06-29 11:03:35',NULL,'1',9,1,NULL) ,(173,NULL,'2014-06-29 11:03:47','2014-06-29 11:03:47',NULL,'1',9,1,NULL) ,(174,'','2014-06-29 11:19:28','2014-06-29 11:22:45',NULL,'1',9,1,NULL) ,(175,NULL,'2014-06-29 11:24:46','2014-06-29 11:24:46',NULL,'1',9,1,NULL) ,(176,NULL,'2014-06-29 11:25:33','2014-06-29 11:25:33',NULL,'1',17,1,NULL) ,(177,NULL,'2014-06-29 11:27:05','2014-06-29 11:27:05',NULL,'1',9,1,NULL) ,(178,NULL,'2014-06-29 11:29:01','2014-06-29 11:31:33',NULL,'1',9,1,NULL) ,(179,NULL,'2014-06-29 11:33:14','2014-06-29 11:33:14',NULL,'1',9,1,NULL) ,(180,'','2014-06-29 11:34:21','2014-06-29 11:34:21',NULL,'1',9,1,NULL) ,(181,NULL,'2014-06-29 11:34:46','2014-06-29 11:34:46',NULL,'1',9,1,NULL) ,(182,NULL,'2014-06-29 11:35:12','2014-06-29 11:35:12',NULL,'1',9,1,NULL) ,(183,NULL,'2014-06-29 11:35:56','2014-06-29 11:35:56',NULL,'1',9,1,NULL) ,(184,NULL,'2014-06-29 11:36:10','2014-06-29 11:36:10',NULL,'1',9,1,NULL) ,(185,NULL,'2014-06-29 11:48:56','2014-06-29 11:50:33',NULL,'1',9,1,NULL) ,(186,NULL,'2014-06-29 11:52:02','2014-06-29 11:58:28',NULL,'1',9,1,NULL) ,(189,NULL,'2014-06-29 11:58:45','2014-06-29 11:58:45',NULL,'1',9,1,NULL) ,(187,NULL,'2014-06-29 11:57:42','2014-06-29 11:57:42',NULL,'1',9,1,NULL) ,(188,NULL,'2014-06-29 11:57:51','2014-06-29 11:57:51',NULL,'1',9,1,NULL) ,(190,'','2014-06-29 11:59:46','2014-06-29 11:59:46',NULL,'1',9,1,NULL) ,(191,NULL,'2014-06-29 12:02:13','2014-06-29 12:02:13',NULL,'1',9,1,NULL) ,(192,NULL,'2014-06-29 12:06:12','2014-06-29 12:06:31',NULL,'1',9,1,NULL) ,(193,NULL,'2014-06-29 12:06:57','2014-06-29 12:07:11',NULL,'1',9,1,NULL) ,(195,NULL,'2014-06-29 12:09:45','2014-06-29 12:09:45',NULL,'1',17,1,NULL) ,(194,NULL,'2014-06-29 12:07:29','2014-06-29 12:07:29',NULL,'1',9,1,NULL) ,(196,NULL,'2014-06-29 12:12:36','2014-06-29 12:12:36',NULL,'1',17,1,NULL) ,(197,NULL,'2014-06-29 12:22:29','2014-06-29 12:25:20',NULL,'1',17,1,NULL) ,(198,NULL,'2014-06-29 12:27:02','2014-06-29 12:27:02',NULL,'1',17,1,NULL) ,(199,NULL,'2014-06-29 12:27:52','2014-06-29 12:27:52',NULL,'1',9,1,NULL) ,(200,NULL,'2014-06-29 12:28:22','2014-06-29 12:28:22',NULL,'1',9,1,NULL) ,(201,NULL,'2014-06-29 12:29:03','2014-06-29 12:29:03',NULL,'1',9,1,NULL) ,(202,NULL,'2014-06-29 12:32:08','2014-06-29 12:32:08',NULL,'1',9,1,NULL) ,(203,'','2014-06-29 12:59:56','2014-06-29 13:00:24',NULL,'1',9,1,NULL) ,(204,'','2014-06-29 13:01:33','2014-06-29 13:01:33',NULL,'1',9,1,NULL) ,(205,'','2014-06-29 13:02:15','2014-06-29 13:02:15',NULL,'1',2,1,NULL) ,(206,NULL,'2014-06-29 13:05:10','2014-06-29 13:05:10',NULL,'1',9,1,NULL) ,(207,'','2014-06-29 13:11:52','2014-06-29 13:11:52',NULL,'1',9,1,NULL) ,(208,NULL,'2014-06-29 17:15:04','2014-06-29 17:42:26',NULL,'1',17,1,NULL) ,(209,'','2014-06-29 17:57:13','2014-06-29 18:16:47',NULL,'1',9,1,NULL) ,(210,'','2014-06-29 18:19:37','2014-06-29 18:19:37',NULL,'1',9,1,NULL) ,(211,NULL,'2014-06-29 18:37:17','2014-06-29 18:43:50',NULL,'1',17,1,NULL) ,(212,NULL,'2014-06-29 18:47:39','2014-06-29 19:07:17',NULL,'1',17,1,NULL) ,(213,NULL,'2014-06-29 19:13:26','2014-06-29 19:13:47',NULL,'1',17,1,NULL) ,(214,'','2014-06-29 19:15:36','2014-06-29 19:15:36',NULL,'1',25,1,NULL) ,(215,'','2014-06-29 19:18:46','2014-06-29 19:18:46',NULL,'1',25,1,NULL) ,(216,'','2014-06-29 19:20:27','2014-06-29 19:20:38',NULL,'1',25,1,NULL) ,(217,'','2014-06-29 19:24:57','2014-06-29 19:24:57',NULL,'1',25,1,NULL) ,(218,'','2014-07-05 08:00:03','2014-07-05 08:01:02',NULL,'1',9,1,NULL) ,(219,NULL,'2014-07-05 08:01:35','2014-07-05 08:08:32',NULL,'1',9,1,NULL) ,(220,NULL,'2014-07-05 08:10:12','2014-07-05 08:16:32',NULL,'1',17,1,NULL) ,(221,NULL,'2014-07-05 08:11:57','2014-07-05 08:11:57',NULL,'1',9,1,NULL) ,(222,NULL,'2014-07-06 05:18:45','2014-07-06 05:20:09',NULL,'1',17,1,NULL) ,(223,'','2014-07-06 05:22:03','2014-07-06 05:22:03',NULL,'1',9,1,NULL) ,(224,'','2014-07-06 05:23:37','2014-07-06 05:23:37',NULL,'1',9,1,NULL) ,(225,NULL,'2014-07-06 05:33:44','2014-07-06 05:33:44',NULL,'1',17,1,NULL) ,(226,NULL,'2014-07-06 06:00:12','2014-07-06 06:03:47',NULL,'1',9,1,NULL) ,(227,NULL,'2014-07-06 06:15:14','2014-07-06 06:15:14',NULL,'1',9,1,NULL) ,(228,NULL,'2014-07-06 06:24:17','2014-07-06 06:28:12',NULL,'1',17,1,NULL) ,(229,NULL,'2014-07-06 06:31:20','2014-07-06 06:31:34',NULL,'1',17,1,NULL) ,(230,NULL,'2014-07-06 06:33:08','2014-07-06 06:33:08',NULL,'1',17,1,NULL) ,(231,NULL,'2014-07-13 07:02:05','2014-07-13 07:02:47',NULL,'1',8,1,NULL) ,(232,NULL,'2014-07-13 07:03:13','2014-07-13 07:03:13',NULL,'1',8,1,NULL) ,(233,NULL,'2014-07-13 07:03:59','2014-07-13 07:03:59',NULL,'1',8,1,NULL) ,(234,NULL,'2014-07-13 07:05:47','2014-07-13 07:05:47',NULL,'1',8,1,NULL) ,(235,NULL,'2014-07-13 07:12:28','2014-07-13 07:12:28',NULL,'1',23,1,NULL) ,(236,NULL,'2014-07-13 08:16:53','2014-07-13 08:30:33',NULL,'1',23,1,NULL) ,(238,NULL,'2014-07-13 09:17:25','2014-07-13 09:17:25',NULL,'1',9,1,NULL) ,(239,NULL,'2014-07-13 09:18:02','2014-07-13 09:18:02',NULL,'1',9,1,NULL) ,(240,NULL,'2014-07-13 09:23:10','2014-07-13 09:23:10',NULL,'1',32,1,NULL) ,(241,NULL,'2014-07-13 12:25:42','2014-07-13 12:25:42',NULL,'1',9,1,NULL) ,(242,NULL,'2014-07-13 12:31:13','2014-07-13 12:40:40',NULL,'1',32,1,NULL) ,(243,NULL,'2014-07-13 12:43:53','2014-07-13 12:43:53',NULL,'1',8,1,NULL) ,(244,NULL,'2014-07-13 12:59:05','2014-07-13 12:59:05',NULL,'1',32,1,NULL) ,(245,NULL,'2014-07-13 18:10:05','2014-07-13 18:18:31',NULL,'1',32,1,NULL) ,(246,NULL,'2014-07-13 18:20:07','2014-07-13 18:20:07',NULL,'1',32,1,NULL) ,(247,NULL,'2014-07-13 18:24:54','2014-07-13 18:24:54',NULL,'1',32,1,NULL) ,(248,NULL,'2014-07-13 18:31:38','2014-07-13 18:34:27',NULL,'1',32,1,NULL) ,(249,NULL,'2014-07-13 18:39:25','2014-07-13 18:39:25',NULL,'1',9,1,NULL) ,(250,NULL,'2014-07-13 18:40:44','2014-07-13 18:42:47',NULL,'1',9,1,NULL) ,(251,NULL,'2014-07-13 18:49:24','2014-07-13 18:51:48',NULL,'1',32,1,NULL) ,(252,NULL,'2014-07-13 18:54:46','2014-07-13 18:54:46',NULL,'1',9,1,NULL) ,(253,NULL,'2014-07-13 19:00:59','2014-07-13 19:00:59',NULL,'1',32,1,NULL); DROP TABLE IF EXISTS CollectionAttributeValues; CREATE TABLE IF NOT EXISTS `CollectionAttributeValues` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', `avID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`akID`,`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO CollectionAttributeValues VALUES(3,1,3,1) ,(3,1,4,2) ,(4,1,3,3) ,(4,1,4,4) ,(5,1,3,5) ,(5,1,4,6) ,(6,1,3,7) ,(7,1,3,8) ,(7,1,4,9) ,(8,1,3,10) ,(8,1,4,11) ,(9,1,3,12) ,(9,1,4,13) ,(11,1,3,14) ,(11,1,4,15) ,(12,1,3,16) ,(12,1,4,17) ,(13,1,3,18) ,(13,1,4,19) ,(14,1,3,21) ,(14,1,4,22) ,(14,1,5,20) ,(15,1,3,23) ,(16,1,3,24) ,(16,1,4,25) ,(17,1,3,26) ,(17,1,4,27) ,(18,1,3,28) ,(18,1,4,29) ,(19,1,3,30) ,(19,1,4,32) ,(19,1,5,31) ,(20,1,3,33) ,(20,1,4,35) ,(20,1,5,34) ,(21,1,3,36) ,(21,1,4,37) ,(22,1,3,38) ,(23,1,3,39) ,(23,1,4,40) ,(24,1,3,41) ,(24,1,4,42) ,(25,1,3,43) ,(25,1,4,44) ,(26,1,3,45) ,(26,1,4,46) ,(28,1,3,47) ,(28,1,4,48) ,(29,1,3,49) ,(30,1,3,50) ,(31,1,3,51) ,(32,1,3,52) ,(32,1,4,53) ,(34,1,3,54) ,(34,1,4,55) ,(35,1,3,56) ,(35,1,4,57) ,(36,1,3,58) ,(37,1,4,59) ,(38,1,4,60) ,(40,1,3,61) ,(40,1,4,62) ,(41,1,4,63) ,(42,1,5,64) ,(42,1,8,65) ,(43,1,3,66) ,(43,1,4,67) ,(44,1,5,68) ,(45,1,5,69) ,(46,1,3,70) ,(47,1,3,71) ,(48,1,3,72) ,(49,1,3,73) ,(50,1,3,74) ,(51,1,5,75) ,(53,1,3,76) ,(54,1,3,77) ,(55,1,3,78) ,(56,1,3,79) ,(57,1,3,80) ,(58,1,3,81) ,(60,1,3,82) ,(61,1,3,83) ,(62,1,3,84) ,(63,1,3,85) ,(64,1,3,86) ,(65,1,3,87) ,(67,1,3,88) ,(68,1,3,89) ,(69,1,3,90) ,(71,1,3,91) ,(72,1,3,92) ,(73,1,3,93) ,(74,1,3,94) ,(77,1,3,95) ,(78,1,3,96) ,(79,1,3,97) ,(80,1,3,98) ,(82,1,3,99) ,(83,1,3,100) ,(84,1,3,101) ,(85,1,3,102) ,(86,1,3,103) ,(87,1,3,104) ,(88,1,3,105) ,(89,1,3,106) ,(90,1,3,107) ,(91,1,8,108) ,(92,1,3,109) ,(93,1,3,110) ,(94,1,3,111) ,(95,1,3,112) ,(96,1,3,113) ,(97,1,3,114) ,(99,1,3,115) ,(100,1,3,116) ,(105,1,5,117) ,(106,1,5,118) ,(106,1,8,119) ,(130,1,15,136) ,(130,2,15,136) ,(130,3,15,136) ,(130,4,15,136) ,(130,5,15,136) ,(130,6,15,136) ,(130,7,15,136) ,(130,8,15,147) ,(130,9,15,147) ,(130,10,15,148) ,(130,11,15,148) ,(130,12,15,149) ,(130,13,15,149) ,(133,1,15,137) ,(133,2,15,137) ,(134,1,5,138) ,(134,1,6,139) ,(134,1,8,140) ,(134,1,15,141) ,(134,2,5,138) ,(134,2,6,139) ,(134,2,8,140) ,(134,2,15,141) ,(134,3,5,138) ,(134,3,6,139) ,(134,3,8,140) ,(134,3,15,141) ,(134,4,5,138) ,(134,4,6,139) ,(134,4,8,140) ,(134,4,15,141) ,(134,5,5,138) ,(134,5,6,139) ,(134,5,8,140) ,(134,5,15,141) ,(134,6,5,138) ,(134,6,6,139) ,(134,6,8,140) ,(134,6,15,141) ,(134,7,5,138) ,(134,7,6,139) ,(134,7,8,140) ,(134,7,15,141) ,(136,1,15,142) ,(137,1,15,143) ,(138,1,15,144) ,(139,1,15,145) ,(140,1,15,146); DROP TABLE IF EXISTS CollectionSearchIndexAttributes; CREATE TABLE IF NOT EXISTS `CollectionSearchIndexAttributes` ( `cID` int(11) unsigned NOT NULL DEFAULT '0', `ak_meta_title` text, `ak_meta_description` text, `ak_meta_keywords` text, `ak_icon_dashboard` text, `ak_exclude_nav` tinyint(4) DEFAULT '0', `ak_exclude_page_list` tinyint(4) DEFAULT '0', `ak_header_extra_content` text, `ak_exclude_search_index` tinyint(4) DEFAULT '0', `ak_exclude_sitemapxml` tinyint(4) DEFAULT '0', `ak_tags` text, PRIMARY KEY (`cID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO CollectionSearchIndexAttributes VALUES(3,NULL,NULL,'blog, blogging','icon-book',0,0,NULL,0,0,NULL) ,(4,NULL,NULL,'new blog, write blog, blogging','icon-pencil',0,0,NULL,0,0,NULL) ,(5,NULL,NULL,'blog drafts, composer','icon-book',0,0,NULL,0,0,NULL) ,(6,NULL,NULL,'pages, add page, delete page, copy, move, alias',NULL,0,0,NULL,0,0,NULL) ,(7,NULL,NULL,'pages, add page, delete page, copy, move, alias','icon-home',0,0,NULL,0,0,NULL) ,(8,NULL,NULL,'pages, add page, delete page, copy, move, alias, bulk','icon-road',0,0,NULL,0,0,NULL) ,(9,NULL,NULL,'find page, search page, search, find, pages, sitemap','icon-search',0,0,NULL,0,0,NULL) ,(11,NULL,NULL,'add file, delete file, copy, move, alias, resize, crop, rename, images, title, attribute','icon-picture',0,0,NULL,0,0,NULL) ,(12,NULL,NULL,'file, file attributes, title, attribute, description, rename','icon-cog',0,0,NULL,0,0,NULL) ,(13,NULL,NULL,'files, category, categories','icon-list-alt',0,0,NULL,0,0,NULL) ,(14,NULL,NULL,'new file set','icon-plus-sign',1,0,NULL,0,0,NULL) ,(15,NULL,NULL,'users, groups, people, find, delete user, remove user, change password, password',NULL,0,0,NULL,0,0,NULL) ,(16,NULL,NULL,'find, search, people, delete user, remove user, change password, password','icon-user',0,0,NULL,0,0,NULL) ,(17,NULL,NULL,'user, group, people, permissions, access, expire','icon-globe',0,0,NULL,0,0,NULL) ,(18,NULL,NULL,'user attributes, user data, gather data, registration data','icon-cog',0,0,NULL,0,0,NULL) ,(19,NULL,NULL,'new user, create','icon-plus-sign',1,0,NULL,0,0,NULL) ,(20,NULL,NULL,'new user group, new group, group, create','icon-plus',1,0,NULL,0,0,NULL) ,(21,NULL,NULL,'group set','icon-list',0,0,NULL,0,0,NULL) ,(22,NULL,NULL,'forms, log, error, email, mysql, exception, survey',NULL,0,0,NULL,0,0,NULL) ,(23,NULL,NULL,'hits, pageviews, visitors, activity','icon-signal',0,0,NULL,0,0,NULL) ,(24,NULL,NULL,'forms, questions, response, data','icon-briefcase',0,0,NULL,0,0,NULL) ,(25,NULL,NULL,'questions, quiz, response','icon-tasks',0,0,NULL,0,0,NULL) ,(26,NULL,NULL,'forms, log, error, email, mysql, exception, survey, history','icon-time',0,0,NULL,0,0,NULL) ,(28,NULL,NULL,'new theme, theme, active theme, change theme, template, css','icon-font',0,0,NULL,0,0,NULL) ,(29,NULL,NULL,'theme',NULL,0,0,NULL,0,0,NULL) ,(30,NULL,NULL,'page types',NULL,0,0,NULL,0,0,NULL) ,(31,NULL,NULL,'custom theme, change theme, custom css, css',NULL,0,0,NULL,0,0,NULL) ,(32,NULL,NULL,'page type defaults, global block, global area, starter, template','icon-file',0,0,NULL,0,0,NULL) ,(34,NULL,NULL,'page attributes, custom','icon-cog',0,0,NULL,0,0,NULL) ,(35,NULL,NULL,'single, page, custom, application','icon-wrench',0,0,NULL,0,0,NULL) ,(36,NULL,NULL,'add workflow, remove workflow',NULL,0,0,NULL,0,0,NULL) ,(37,NULL,NULL,NULL,'icon-list',0,0,NULL,0,0,NULL) ,(38,NULL,NULL,NULL,'icon-user',0,0,NULL,0,0,NULL) ,(40,NULL,NULL,'stacks, reusable content, scrapbook, copy, paste, paste block, copy block, site name, logo','icon-th',0,0,NULL,0,0,NULL) ,(41,NULL,NULL,NULL,'icon-lock',0,0,NULL,0,0,NULL) ,(42,NULL,NULL,NULL,NULL,1,0,NULL,1,0,NULL) ,(43,NULL,NULL,'block, refresh, custom','icon-wrench',0,0,NULL,0,0,NULL) ,(44,NULL,NULL,NULL,NULL,1,0,NULL,0,0,NULL) ,(45,NULL,NULL,NULL,NULL,1,0,NULL,0,0,NULL) ,(46,NULL,NULL,'add-on, addon, ecommerce, install, discussions, forums, themes, templates, blocks',NULL,0,0,NULL,0,0,NULL) ,(47,NULL,NULL,'update, upgrade',NULL,0,0,NULL,0,0,NULL) ,(48,NULL,NULL,'concrete5.org, my account, marketplace',NULL,0,0,NULL,0,0,NULL) ,(49,NULL,NULL,'buy theme, new theme, marketplace, template',NULL,0,0,NULL,0,0,NULL) ,(50,NULL,NULL,'buy addon, buy add on, buy add-on, purchase addon, purchase add on, purchase add-on, find addon, new addon, marketplace',NULL,0,0,NULL,0,0,NULL) ,(51,NULL,NULL,NULL,NULL,1,0,NULL,0,0,NULL) ,(53,NULL,NULL,'website name, title',NULL,0,0,NULL,0,0,NULL) ,(54,NULL,NULL,'logo, favicon, iphone, icon, bookmark',NULL,0,0,NULL,0,0,NULL) ,(55,NULL,NULL,'tinymce, content block, fonts, editor, content, overlay',NULL,0,0,NULL,0,0,NULL) ,(56,NULL,NULL,'translate, translation, internationalization, multilingual',NULL,0,0,NULL,0,0,NULL) ,(57,NULL,NULL,'timezone, profile, locale',NULL,0,0,NULL,0,0,NULL) ,(58,NULL,NULL,'interface, quick nav, dashboard background, background image',NULL,0,0,NULL,0,0,NULL) ,(60,NULL,NULL,'vanity, pretty url, seo, pageview, view',NULL,0,0,NULL,0,0,NULL) ,(61,NULL,NULL,'bulk, seo, change keywords, engine, optimization, search',NULL,0,0,NULL,0,0,NULL) ,(62,NULL,NULL,'traffic, statistics, google analytics, quant, pageviews, hits',NULL,0,0,NULL,0,0,NULL) ,(63,NULL,NULL,'pretty, slug',NULL,0,0,NULL,0,0,NULL) ,(64,NULL,NULL,'turn off statistics, tracking, statistics, pageviews, hits',NULL,0,0,NULL,0,0,NULL) ,(65,NULL,NULL,'configure search, site search, search option',NULL,0,0,NULL,0,0,NULL) ,(67,NULL,NULL,'cache option, change cache, override, turn on cache, turn off cache, no cache, page cache, caching',NULL,0,0,NULL,0,0,NULL) ,(68,NULL,NULL,'cache option, turn off cache, no cache, page cache, caching',NULL,0,0,NULL,0,0,NULL) ,(69,NULL,NULL,'index search, reindex search, build sitemap, sitemap.xml, clear old versions, page versions, remove old',NULL,0,0,NULL,0,0,NULL) ,(71,NULL,NULL,'editors, hide site, offline, private, public, access',NULL,0,0,NULL,0,0,NULL) ,(72,NULL,NULL,'file options, file manager, upload, modify',NULL,0,0,NULL,0,0,NULL) ,(73,NULL,NULL,'security, files, media, extension, manager, upload',NULL,0,0,NULL,0,0,NULL) ,(74,NULL,NULL,'security, actions, administrator, admin, package, marketplace, search',NULL,0,0,NULL,0,0,NULL) ,(77,NULL,NULL,'security, lock ip, lock out, block ip, address, restrict, access',NULL,0,0,NULL,0,0,NULL) ,(78,NULL,NULL,'security, registration',NULL,0,0,NULL,0,0,NULL) ,(79,NULL,NULL,'antispam, block spam, security',NULL,0,0,NULL,0,0,NULL) ,(80,NULL,NULL,'lock site, under construction, hide, hidden',NULL,0,0,NULL,0,0,NULL) ,(82,NULL,NULL,'profile, login, redirect, specific, dashboard, administrators',NULL,0,0,NULL,0,0,NULL) ,(83,NULL,NULL,'member profile, member page, community, forums, social, avatar',NULL,0,0,NULL,0,0,NULL) ,(84,NULL,NULL,'signup, new user, community',NULL,0,0,NULL,0,0,NULL) ,(85,NULL,NULL,'smtp, mail settings',NULL,0,0,NULL,0,0,NULL) ,(86,NULL,NULL,'email server, mail settings, mail configuration, external, internal',NULL,0,0,NULL,0,0,NULL) ,(87,NULL,NULL,'email server, mail settings, mail configuration, private message, message system, import, email, message',NULL,0,0,NULL,0,0,NULL) ,(88,NULL,NULL,'attribute configuration',NULL,0,0,NULL,0,0,NULL) ,(89,NULL,NULL,'attributes, sets',NULL,0,0,NULL,0,0,NULL) ,(90,NULL,NULL,'attributes, types',NULL,0,0,NULL,0,0,NULL) ,(91,NULL,NULL,NULL,NULL,0,0,NULL,1,0,NULL) ,(92,NULL,NULL,'overrides, system info, debug, support, help',NULL,0,0,NULL,0,0,NULL) ,(93,NULL,NULL,'errors, exceptions, develop, support, help',NULL,0,0,NULL,0,0,NULL) ,(94,NULL,NULL,'email, logging, logs, smtp, pop, errors, mysql, log',NULL,0,0,NULL,0,0,NULL) ,(95,NULL,NULL,'security, alternate storage, hide files',NULL,0,0,NULL,0,0,NULL) ,(96,NULL,NULL,'network, proxy server',NULL,0,0,NULL,0,0,NULL) ,(97,NULL,NULL,'export, backup, database, sql, mysql, encryption, restore',NULL,0,0,NULL,0,0,NULL) ,(99,NULL,NULL,'upgrade, new version, update',NULL,0,0,NULL,0,0,NULL) ,(100,NULL,NULL,'export, database, xml, starting, points, schema, refresh, custom, tables',NULL,0,0,NULL,0,0,NULL) ,(105,NULL,NULL,NULL,NULL,1,0,NULL,0,0,NULL) ,(106,NULL,NULL,NULL,NULL,1,0,NULL,1,0,NULL) ,(1,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(128,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(131,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(132,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(129,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(130,NULL,NULL,NULL,NULL,0,0,NULL,0,0,'') ,(133,NULL,NULL,NULL,NULL,0,0,NULL,0,0,'\ncomposer\nhello\nworld\nfirst post\n') ,(134,NULL,NULL,NULL,NULL,1,1,NULL,1,0,'') ,(121,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(123,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(135,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(141,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(142,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(143,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(144,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(145,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(122,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL) ,(146,NULL,NULL,NULL,NULL,0,0,NULL,0,0,NULL); DROP TABLE IF EXISTS CollectionVersionAreaLayouts; CREATE TABLE IF NOT EXISTS `CollectionVersionAreaLayouts` ( `cvalID` int(10) unsigned NOT NULL AUTO_INCREMENT, `cID` int(10) unsigned DEFAULT '0', `cvID` int(10) unsigned DEFAULT '0', `arHandle` varchar(255) DEFAULT NULL, `layoutID` int(10) unsigned NOT NULL DEFAULT '0', `position` int(10) DEFAULT '1000', `areaNameNumber` int(10) unsigned DEFAULT '0', PRIMARY KEY (`cvalID`), KEY `areaLayoutsIndex` (`cID`,`cvID`,`arHandle`), KEY `cID` (`cID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO CollectionVersionAreaLayouts VALUES(2,135,2,'Main',2,1,1); DROP TABLE IF EXISTS CollectionVersionAreaStyles; CREATE TABLE IF NOT EXISTS `CollectionVersionAreaStyles` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `csrID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`arHandle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS CollectionVersionBlockStyles; CREATE TABLE IF NOT EXISTS `CollectionVersionBlockStyles` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '0', `bID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `csrID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`bID`,`arHandle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO CollectionVersionBlockStyles VALUES(128,2,52,'Header',1) ,(1,4,57,'Header',4) ,(123,3,61,'Main',1) ,(128,3,58,'Header',1) ,(123,5,62,'Main',5) ,(123,4,62,'Main',5) ,(123,7,63,'Main',5) ,(123,6,63,'Main',5) ,(123,8,64,'Main',5) ,(128,4,58,'Header',1) ,(128,5,58,'Header',1) ,(128,6,58,'Header',1) ,(128,7,58,'Header',1) ,(128,8,58,'Header',1) ,(128,9,58,'Header',1) ,(130,7,151,'Sidebar',13) ,(128,27,185,'Sidebar 3 Header',14) ,(128,29,186,'Sidebar 3 Header',14) ,(128,28,186,'Sidebar 3 Header',14) ,(128,29,205,'Sidebar 1 Content',16) ,(128,30,205,'Sidebar 1 Content',16) ,(128,30,186,'Sidebar 3 Header',14) ,(130,9,214,'Sidebar',13) ,(130,8,214,'Sidebar',13) ,(130,10,215,'Sidebar 2 Header',13) ,(130,11,215,'Sidebar 1 Content',13) ,(130,12,216,'Sidebar 1 Content',24) ,(130,13,217,'Sidebar 1 Content',27) ,(128,31,205,'Sidebar 1 Content',16) ,(128,31,186,'Sidebar 3 Header',14) ,(128,32,205,'Sidebar 1 Content',16) ,(128,32,186,'Sidebar 3 Header',14) ,(128,33,205,'Sidebar 1 Content',16) ,(128,33,186,'Sidebar 3 Header',14) ,(128,34,205,'Sidebar 1 Content',16) ,(128,34,186,'Sidebar 3 Header',14) ,(146,12,248,'Main',28) ,(146,13,248,'Main',28) ,(146,15,251,'Main',28) ,(146,14,251,'Main',28) ,(146,16,253,'Main',28); DROP TABLE IF EXISTS CollectionVersionBlocks; CREATE TABLE IF NOT EXISTS `CollectionVersionBlocks` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '1', `bID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `cbDisplayOrder` int(10) unsigned NOT NULL DEFAULT '0', `isOriginal` tinyint(1) unsigned NOT NULL DEFAULT '0', `cbOverrideAreaPermissions` tinyint(1) NOT NULL DEFAULT '0', `cbIncludeAll` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`bID`,`arHandle`), KEY `cbIncludeAll` (`cbIncludeAll`), KEY `isOriginal` (`isOriginal`), KEY `bID` (`bID`), KEY `cIDcvID` (`cID`,`cvID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO CollectionVersionBlocks VALUES(105,1,1,'Header',0,1,0,0) ,(105,1,2,'Column 1',0,1,0,0) ,(105,1,3,'Column 2',0,1,0,0) ,(105,1,4,'Column 3',0,1,0,0) ,(105,1,5,'Column 4',0,1,0,0) ,(106,1,6,'Primary',0,1,0,0) ,(106,1,7,'Primary',1,1,0,0) ,(106,1,8,'Secondary 1',0,1,0,0) ,(106,1,9,'Secondary 2',0,1,0,0) ,(106,1,10,'Secondary 3',0,1,0,0) ,(106,1,11,'Secondary 4',0,1,0,0) ,(106,1,12,'Secondary 5',0,1,0,0) ,(124,1,13,'Main',0,1,0,0) ,(124,1,14,'Sidebar',0,1,0,0) ,(124,1,15,'Thumbnail Image',0,1,0,0) ,(124,1,16,'Header Image',0,1,0,0) ,(125,1,17,'Header Image',0,1,0,0) ,(126,1,18,'Header Image',0,1,0,0) ,(127,1,19,'Header Image',0,1,0,0) ,(121,1,20,'Main',0,1,0,0) ,(122,1,21,'Main',0,1,0,0) ,(122,1,22,'Main',1,1,0,0) ,(123,1,23,'Main',0,1,0,0) ,(1,1,24,'Sidebar',0,1,0,0) ,(1,1,25,'Sidebar',1,1,0,0) ,(1,1,26,'Main',0,1,0,0) ,(1,1,27,'Header Image',0,1,0,0) ,(128,1,28,'Sidebar',0,1,0,0) ,(128,1,29,'Main',0,1,0,0) ,(128,1,18,'Header Image',0,0,0,0) ,(131,1,30,'Sidebar',0,1,0,0) ,(131,1,31,'Main',0,1,0,1) ,(131,1,19,'Header Image',0,0,0,0) ,(132,1,32,'Sidebar',0,1,0,0) ,(132,1,33,'Main',0,1,0,0) ,(132,1,34,'Main',1,1,0,0) ,(132,1,18,'Header Image',0,0,0,0) ,(129,1,35,'Sidebar',0,1,0,0) ,(129,1,36,'Sidebar',1,1,0,0) ,(129,1,37,'Main',0,1,0,0) ,(129,1,19,'Header Image',0,0,0,0) ,(130,1,38,'Main',0,1,0,0) ,(130,1,39,'Sidebar',0,1,0,0) ,(130,1,40,'Sidebar',1,1,0,0) ,(130,1,41,'Sidebar',2,1,0,0) ,(130,1,19,'Header Image',0,0,0,0) ,(133,1,42,'Header Image',0,1,0,0) ,(133,1,14,'Sidebar',0,0,0,0) ,(133,1,43,'Main',0,1,0,0) ,(133,1,44,'Thumbnail Image',0,1,0,0) ,(134,1,19,'Header Image',0,0,0,0) ,(134,1,45,'Main',0,1,0,0) ,(134,1,46,'Sidebar',0,1,0,0) ,(134,1,47,'Sidebar',1,1,0,0) ,(1,2,24,'Sidebar',0,0,0,0) ,(1,2,26,'Main',0,0,0,0) ,(1,2,27,'Header Image',0,0,0,0) ,(1,2,25,'Sidebar',1,0,0,0) ,(1,3,50,'Sidebar',1,1,0,0) ,(1,3,49,'Sidebar',0,1,0,0) ,(1,3,27,'Header Image',0,0,0,0) ,(1,3,51,'Header',0,1,0,0) ,(1,3,48,'Main',0,1,0,0) ,(130,2,19,'Header Image',0,0,0,0) ,(130,2,38,'Main',0,0,0,0) ,(130,2,39,'Sidebar',0,0,0,0) ,(130,2,40,'Sidebar',1,0,0,0) ,(130,2,41,'Sidebar',2,0,0,0) ,(128,2,18,'Header Image',0,0,0,0) ,(128,2,28,'Sidebar',0,0,0,0) ,(128,2,52,'Header',0,1,0,0) ,(128,2,53,'Main',0,1,0,0) ,(128,2,55,'Sidebar',1,1,0,0) ,(1,4,27,'Header Image',0,0,0,0) ,(128,3,18,'Header Image',0,0,0,0) ,(1,4,49,'Sidebar',0,0,0,0) ,(1,4,57,'Header',0,1,0,0) ,(1,4,50,'Sidebar',1,0,0,0) ,(1,4,56,'Main',0,1,0,0) ,(128,3,28,'Sidebar',0,0,0,0) ,(129,2,19,'Header Image',0,0,0,0) ,(128,3,68,'Sidebar',1,1,0,0) ,(128,3,69,'Header Nav',0,1,0,0) ,(128,3,58,'Header',0,1,0,0) ,(129,2,35,'Sidebar',0,0,0,0) ,(129,2,37,'Main',0,0,0,0) ,(129,2,36,'Sidebar',1,0,0,0) ,(131,2,19,'Header Image',0,0,0,0) ,(131,2,30,'Sidebar',0,0,0,0) ,(133,2,42,'Header Image',0,0,0,0) ,(133,2,14,'Sidebar',0,0,0,0) ,(133,2,43,'Main',0,0,0,0) ,(133,2,44,'Thumbnail Image',0,0,0,0) ,(1,5,60,'Header Nav',0,1,0,0) ,(1,5,27,'Header Image',0,0,0,0) ,(1,5,49,'Sidebar',0,0,0,0) ,(1,5,50,'Sidebar',1,0,0,0) ,(1,5,59,'Main',0,1,0,0) ,(121,2,20,'Main',0,0,0,0) ,(123,2,23,'Main',0,0,0,0) ,(123,2,61,'Main',1,1,0,0) ,(123,3,23,'Main',0,0,0,0) ,(123,3,61,'Main',1,0,0,0) ,(123,4,23,'Main',0,0,0,0) ,(123,5,23,'Main',0,0,0,0) ,(123,4,62,'Main',1,1,0,0) ,(123,5,62,'Main',1,0,0,0) ,(123,6,23,'Main',0,0,0,0) ,(123,7,23,'Main',0,0,0,0) ,(123,6,63,'Main',1,1,0,0) ,(123,7,63,'Main',1,0,0,0) ,(123,8,23,'Main',0,0,0,0) ,(1,5,65,'Header',0,1,0,0) ,(123,8,64,'Main',1,1,0,0) ,(128,4,28,'Sidebar',0,0,0,0) ,(128,4,67,'Main',0,0,0,0) ,(128,4,58,'Header',0,0,0,0) ,(128,4,18,'Header Image',0,0,0,0) ,(128,3,67,'Main',0,1,0,0) ,(128,4,69,'Header Nav',0,0,0,0) ,(128,5,28,'Sidebar',0,0,0,0) ,(128,4,70,'Sidebar',1,1,0,0) ,(128,5,67,'Main',0,0,0,0) ,(128,5,58,'Header',0,0,0,0) ,(128,5,18,'Header Image',0,0,0,0) ,(128,5,69,'Header Nav',0,0,0,0) ,(128,5,71,'Sidebar',1,1,0,0) ,(135,1,19,'Header Image',0,0,0,0) ,(135,2,19,'Header Image',0,0,0,0) ,(135,3,19,'Header Image',0,0,0,0) ,(136,1,14,'Sidebar',0,0,0,0) ,(136,1,74,'Main',0,1,0,0) ,(136,1,73,'Thumbnail Image',0,1,0,0) ,(136,1,72,'Header Image',0,1,0,0) ,(137,1,14,'Sidebar',0,0,0,0) ,(137,1,77,'Main',0,1,0,0) ,(137,1,76,'Thumbnail Image',0,1,0,0) ,(137,1,75,'Header Image',0,1,0,0) ,(138,1,14,'Sidebar',0,0,0,0) ,(138,1,80,'Main',0,1,0,0) ,(138,1,79,'Thumbnail Image',0,1,0,0) ,(138,1,78,'Header Image',0,1,0,0) ,(135,4,19,'Header Image',0,0,0,0) ,(139,1,14,'Sidebar',0,0,0,0) ,(139,1,84,'Main',0,1,0,0) ,(139,1,83,'Thumbnail Image',0,1,0,0) ,(139,1,82,'Header Image',0,1,0,0) ,(140,1,14,'Sidebar',0,0,0,0) ,(140,1,87,'Main',0,1,0,0) ,(140,1,86,'Thumbnail Image',0,1,0,0) ,(140,1,85,'Header Image',0,1,0,0) ,(135,4,88,'Header Nav',0,1,0,0) ,(135,4,89,'Main',0,1,0,0) ,(135,5,19,'Header Image',0,0,0,0) ,(135,5,88,'Header Nav',0,0,0,0) ,(128,6,28,'Sidebar',0,0,0,0) ,(135,5,90,'Main',0,1,0,0) ,(128,6,18,'Header Image',0,0,0,0) ,(135,6,99,'Main',0,1,0,0) ,(141,1,19,'Header Image',0,0,0,0) ,(135,6,100,'Header Nav',0,1,0,0) ,(135,6,101,'Main',1,1,0,0) ,(135,6,19,'Header Image',0,0,0,0) ,(141,2,19,'Header Image',0,0,0,0) ,(141,2,92,'Header Nav',0,1,0,0) ,(141,2,94,'Main',0,1,0,0) ,(142,1,19,'Header Image',0,0,0,0) ,(142,2,19,'Header Image',0,0,0,0) ,(142,2,95,'Header Nav',0,1,0,0) ,(142,2,96,'Main',0,1,0,0) ,(142,3,19,'Header Image',0,0,0,0) ,(142,3,95,'Header Nav',0,0,0,0) ,(143,1,19,'Header Image',0,0,0,0) ,(142,3,97,'Main',0,1,0,0) ,(143,2,19,'Header Image',0,0,0,0) ,(143,2,98,'Header Nav',0,1,0,0) ,(128,6,58,'Header',0,0,0,0) ,(128,6,69,'Header Nav',0,0,0,0) ,(128,6,71,'Sidebar',1,0,0,0) ,(128,6,102,'Main',0,1,0,0) ,(143,3,98,'Header Nav',0,0,0,0) ,(143,3,19,'Header Image',0,0,0,0) ,(143,3,103,'Main',0,1,0,0) ,(143,4,19,'Header Image',0,0,0,0) ,(143,4,98,'Header Nav',0,0,0,0) ,(144,1,19,'Header Image',0,0,0,0) ,(143,4,104,'Main',0,1,0,0) ,(144,2,19,'Header Image',0,0,0,0) ,(144,2,105,'Header Nav',0,1,0,0) ,(144,2,106,'Main',0,1,0,0) ,(144,3,19,'Header Image',0,0,0,0) ,(144,3,105,'Header Nav',0,0,0,0) ,(144,4,19,'Header Image',0,0,0,0) ,(144,3,107,'Main',0,1,0,0) ,(144,4,105,'Header Nav',0,0,0,0) ,(143,5,19,'Header Image',0,0,0,0) ,(144,4,108,'Main',0,1,0,0) ,(143,5,98,'Header Nav',0,0,0,0) ,(143,5,104,'Main',0,0,0,0) ,(128,7,18,'Header Image',0,0,0,0) ,(128,7,28,'Sidebar',0,0,0,0) ,(128,7,58,'Header',0,0,0,0) ,(128,7,69,'Header Nav',0,0,0,0) ,(128,7,102,'Main',0,0,0,0) ,(128,7,71,'Sidebar',1,0,0,0) ,(128,7,110,'Main',1,1,0,0) ,(128,8,18,'Header Image',0,0,0,0) ,(128,8,28,'Sidebar',0,0,0,0) ,(128,8,58,'Header',0,0,0,0) ,(128,8,69,'Header Nav',0,0,0,0) ,(128,9,18,'Header Image',0,0,0,0) ,(128,8,71,'Sidebar',1,0,0,0) ,(128,8,110,'Main',1,0,0,0) ,(128,8,111,'Main',0,1,0,0) ,(128,9,28,'Sidebar',0,0,0,0) ,(128,9,58,'Header',0,0,0,0) ,(128,9,69,'Header Nav',0,0,0,0) ,(145,1,19,'Header Image',0,0,0,0) ,(128,9,71,'Sidebar',1,0,0,0) ,(128,9,110,'Main',1,0,0,0) ,(128,9,112,'Main',0,1,0,0) ,(145,2,19,'Header Image',0,0,0,0) ,(145,2,113,'Header Nav',0,1,0,0) ,(145,2,114,'Main',0,1,0,0) ,(143,6,19,'Header Image',0,0,0,0) ,(143,6,98,'Header Nav',0,0,0,0) ,(143,7,19,'Header Image',0,0,0,0) ,(143,6,115,'Main',0,1,0,0) ,(143,7,98,'Header Nav',0,0,0,0) ,(1,6,60,'Header Nav',0,0,0,0) ,(143,7,116,'Main',0,1,0,0) ,(1,6,27,'Header Image',0,0,0,0) ,(1,6,49,'Sidebar',0,0,0,0) ,(142,4,19,'Header Image',0,0,0,0) ,(1,6,65,'Header',0,0,0,0) ,(1,6,50,'Sidebar',1,0,0,0) ,(1,6,117,'Main',0,1,0,0) ,(142,4,95,'Header Nav',0,0,0,0) ,(142,5,19,'Header Image',0,0,0,0) ,(142,4,118,'Main',0,1,0,0) ,(142,5,95,'Header Nav',0,0,0,0) ,(1,7,60,'Header Nav',0,0,0,0) ,(142,5,119,'Main',0,1,0,0) ,(1,7,27,'Header Image',0,0,0,0) ,(1,7,49,'Sidebar',0,0,0,0) ,(1,7,65,'Header',0,0,0,0) ,(143,8,19,'Header Image',0,0,0,0) ,(1,7,50,'Sidebar',1,0,0,0) ,(1,7,120,'Main',0,1,0,0) ,(143,8,98,'Header Nav',0,0,0,0) ,(143,9,19,'Header Image',0,0,0,0) ,(143,8,121,'Main',0,1,0,0) ,(143,9,98,'Header Nav',0,0,0,0) ,(143,9,122,'Main',0,1,0,0) ,(1,8,27,'Header Image',0,0,0,0) ,(1,8,49,'Sidebar',0,0,0,0) ,(1,8,60,'Header Nav',0,0,0,0) ,(1,8,65,'Header',0,0,0,0) ,(1,8,124,'Sidebar',1,1,0,0) ,(1,8,123,'Main',0,1,0,0) ,(1,9,27,'Header Image',0,0,0,0) ,(1,9,49,'Sidebar',0,0,0,0) ,(128,10,18,'Header Image',0,0,0,0) ,(1,9,65,'Header',0,0,0,0) ,(1,9,123,'Main',0,0,0,0) ,(1,9,124,'Sidebar',1,0,0,0) ,(1,9,125,'Header Nav',0,1,0,0) ,(128,10,28,'Sidebar 1 Content',0,0,0,0) ,(128,10,58,'Header',0,0,0,0) ,(128,10,69,'Header Nav',0,0,0,0) ,(1,10,27,'Header Image',0,0,0,0) ,(128,10,110,'Main',1,0,0,0) ,(128,10,126,'Main',0,1,0,0) ,(1,10,49,'Sidebar',0,0,0,0) ,(1,10,65,'Header',0,0,0,0) ,(1,11,27,'Header Image',0,0,0,0) ,(1,10,125,'Header Nav',0,0,0,0) ,(1,10,124,'Sidebar',1,0,0,0) ,(1,10,127,'Main',1,1,0,0) ,(1,10,128,'Main',0,1,0,0) ,(1,12,27,'Header Image',0,0,0,0) ,(1,11,65,'Header',0,0,0,0) ,(1,11,125,'Header Nav',0,0,0,0) ,(1,11,128,'Main',0,0,0,0) ,(1,11,124,'Sidebar',1,0,0,0) ,(1,11,127,'Main',1,0,0,0) ,(1,11,129,'Sidebar 1 Content',0,1,0,0) ,(1,11,130,'Sidebar 1 Header',0,1,0,0) ,(1,11,131,'Sidebar 2 Header',0,1,0,0) ,(1,12,65,'Header',0,0,0,0) ,(1,12,125,'Header Nav',0,0,0,0) ,(1,12,128,'Main',0,0,0,0) ,(1,13,27,'Header Image',0,0,0,0) ,(1,12,130,'Sidebar 1 Header',0,0,0,0) ,(1,12,131,'Sidebar 2 Header',0,0,0,0) ,(1,12,124,'Sidebar',0,0,0,0) ,(1,12,133,'Sidebar 1 Content',0,1,0,0) ,(1,12,132,'Main',1,1,0,0) ,(1,13,65,'Header',0,0,0,0) ,(1,13,124,'Sidebar',0,0,0,0) ,(1,13,125,'Header Nav',0,0,0,0) ,(1,13,128,'Main',0,0,0,0) ,(1,13,130,'Sidebar 1 Header',0,0,0,0) ,(1,13,131,'Sidebar 2 Header',0,0,0,0) ,(1,14,27,'Header Image',0,0,0,0) ,(1,13,132,'Main',1,0,0,0) ,(1,13,134,'Sidebar 1 Content',0,1,0,0) ,(1,14,65,'Header',0,0,0,0) ,(1,14,124,'Sidebar',0,0,0,0) ,(1,14,125,'Header Nav',0,0,0,0) ,(132,2,18,'Header Image',0,0,0,0) ,(1,14,130,'Sidebar 1 Header',0,0,0,0) ,(1,14,131,'Sidebar 2 Header',0,0,0,0) ,(1,14,134,'Sidebar 1 Content',0,0,0,0) ,(1,14,132,'Main',1,0,0,0) ,(1,14,135,'Main',0,1,0,0) ,(132,2,32,'Sidebar',0,0,0,0) ,(132,2,33,'Main',0,0,0,0) ,(132,2,34,'Main',1,0,0,0) ,(131,3,19,'Header Image',0,0,0,0) ,(131,3,30,'Sidebar',0,0,0,0) ,(131,3,136,'Header Nav',0,1,0,0) ,(132,3,18,'Header Image',0,0,0,0) ,(132,3,32,'Sidebar',0,0,0,0) ,(132,3,33,'Main',0,0,0,0) ,(128,11,18,'Header Image',0,0,0,0) ,(132,3,137,'Header Nav',0,1,0,0) ,(132,3,138,'Main',1,1,0,0) ,(128,11,28,'Sidebar 1 Content',0,0,0,0) ,(128,11,58,'Header',0,0,0,0) ,(128,11,69,'Header Nav',0,0,0,0) ,(128,11,126,'Main',0,0,0,0) ,(128,11,110,'Main',1,0,0,0) ,(128,12,18,'Header Image',0,0,0,0) ,(128,12,28,'Sidebar 1 Content',0,0,0,0) ,(128,12,58,'Header',0,0,0,0) ,(128,12,69,'Header Nav',0,0,0,0) ,(128,13,18,'Header Image',0,0,0,0) ,(128,12,110,'Main',1,0,0,0) ,(128,12,139,'Header Nav',1,1,0,0) ,(128,12,140,'Main',0,1,0,0) ,(128,13,28,'Sidebar 1 Content',0,0,0,0) ,(128,13,58,'Header',0,0,0,0) ,(128,13,69,'Header Nav',0,0,0,0) ,(128,13,140,'Main',0,0,0,0) ,(128,14,18,'Header Image',0,0,0,0) ,(128,13,139,'Header Nav',1,0,0,0) ,(128,13,141,'Main',1,1,0,0) ,(128,14,28,'Sidebar 1 Content',0,0,0,0) ,(128,14,58,'Header',0,0,0,0) ,(128,14,69,'Header Nav',0,0,0,0) ,(128,14,140,'Main',0,0,0,0) ,(128,15,18,'Header Image',0,0,0,0) ,(128,14,141,'Main',1,0,0,0) ,(128,15,28,'Sidebar 1 Content',0,0,0,0) ,(128,15,58,'Header',0,0,0,0) ,(128,15,69,'Header Nav',0,0,0,0) ,(1,15,27,'Header Image',0,0,0,0) ,(128,15,141,'Main',1,0,0,0) ,(128,15,142,'Main',0,1,0,0) ,(1,15,65,'Header',0,0,0,0) ,(1,15,124,'Sidebar',0,0,0,0) ,(1,15,125,'Header Nav',0,0,0,0) ,(1,15,130,'Sidebar 1 Header',0,0,0,0) ,(1,15,131,'Sidebar 2 Header',0,0,0,0) ,(1,15,144,'Main',1,1,0,0) ,(1,15,135,'Main',0,0,0,0) ,(128,16,18,'Header Image',0,0,0,0) ,(1,15,143,'Sidebar 1 Content',0,1,0,0) ,(128,16,28,'Sidebar 1 Content',0,0,0,0) ,(128,16,58,'Header',0,0,0,0) ,(128,16,69,'Header Nav',0,0,0,0) ,(128,16,141,'Main',1,0,0,0) ,(128,16,145,'Main',0,1,0,0) ,(1,16,27,'Header Image',0,0,0,0) ,(1,16,65,'Header',0,0,0,0) ,(1,16,124,'Sidebar',0,0,0,0) ,(1,16,125,'Header Nav',0,0,0,0) ,(1,16,130,'Sidebar 1 Header',0,0,0,0) ,(1,16,131,'Sidebar 2 Header',0,0,0,0) ,(1,16,135,'Main',0,0,0,0) ,(1,16,143,'Sidebar 1 Content',0,0,0,0) ,(130,3,39,'Sidebar',0,0,0,0) ,(1,16,146,'Main',1,1,0,0) ,(130,3,40,'Sidebar',1,0,0,0) ,(130,3,38,'Main',0,0,0,0) ,(130,3,19,'Header Image',0,0,0,0) ,(134,2,47,'Sidebar',1,0,0,0) ,(134,2,46,'Sidebar',0,0,0,0) ,(134,2,45,'Main',0,0,0,0) ,(134,2,19,'Header Image',0,0,0,0) ,(130,3,41,'Sidebar',2,0,0,0) ,(130,3,147,'Header Nav',0,1,0,0) ,(134,3,19,'Header Image',0,0,0,0) ,(134,3,45,'Main',0,0,0,0) ,(134,3,46,'Sidebar',0,0,0,0) ,(134,3,47,'Sidebar',1,0,0,0) ,(134,4,19,'Header Image',0,0,0,0) ,(134,4,45,'Main',0,0,0,0) ,(134,4,46,'Sidebar',0,0,0,0) ,(134,4,47,'Sidebar',1,0,0,0) ,(130,4,19,'Header Image',0,0,0,0) ,(130,4,38,'Main',0,0,0,0) ,(130,4,39,'Sidebar',0,0,0,0) ,(130,4,147,'Header Nav',0,0,0,0) ,(130,4,40,'Sidebar',1,0,0,0) ,(130,4,41,'Sidebar',2,0,0,0) ,(130,5,19,'Header Image',0,0,0,0) ,(130,5,38,'Main',0,0,0,0) ,(130,5,39,'Sidebar',0,0,0,0) ,(130,5,147,'Header Nav',0,0,0,0) ,(130,5,40,'Sidebar',1,0,0,0) ,(130,5,41,'Sidebar',2,0,0,0) ,(134,5,19,'Header Image',0,0,0,0) ,(134,5,45,'Main',0,0,0,0) ,(134,5,46,'Sidebar',0,0,0,0) ,(134,5,47,'Sidebar',1,0,0,0) ,(134,6,47,'Sidebar',1,0,0,0) ,(134,6,46,'Sidebar',0,0,0,0) ,(134,6,45,'Main',0,0,0,0) ,(134,6,19,'Header Image',0,0,0,0) ,(134,7,19,'Header Image',0,0,0,0) ,(134,7,45,'Main',0,0,0,0) ,(134,7,46,'Sidebar',0,0,0,0) ,(134,7,47,'Sidebar',1,0,0,0) ,(134,7,150,'Header Nav',0,1,0,0) ,(130,6,19,'Header Image',0,0,0,0) ,(130,6,38,'Main',0,0,0,0) ,(130,6,39,'Sidebar',0,0,0,0) ,(130,6,147,'Header Nav',0,0,0,0) ,(130,6,40,'Sidebar',1,0,0,0) ,(130,6,41,'Sidebar',2,0,0,0) ,(130,7,19,'Header Image',0,0,0,0) ,(130,7,38,'Main',0,0,0,0) ,(130,7,39,'Sidebar',0,0,0,0) ,(130,7,147,'Header Nav',0,0,0,0) ,(1,17,27,'Header Image',0,0,0,0) ,(130,7,41,'Sidebar',2,0,0,0) ,(130,7,151,'Sidebar',1,1,0,0) ,(1,17,65,'Header',0,0,0,0) ,(1,17,124,'Sidebar',0,0,0,0) ,(1,17,125,'Header Nav',0,0,0,0) ,(1,17,130,'Sidebar 1 Header',0,0,0,0) ,(1,17,131,'Sidebar 2 Header',0,0,0,0) ,(1,17,135,'Main',0,0,0,0) ,(1,18,27,'Header Image',0,0,0,0) ,(1,17,146,'Main',1,0,0,0) ,(1,17,152,'Sidebar 1 Content',0,1,0,0) ,(1,18,65,'Header',0,0,0,0) ,(1,18,124,'Sidebar',0,0,0,0) ,(1,18,125,'Header Nav',0,0,0,0) ,(1,18,130,'Sidebar 1 Header',0,0,0,0) ,(1,18,131,'Sidebar 2 Header',0,0,0,0) ,(1,18,135,'Main',0,0,0,0) ,(1,19,27,'Header Image',0,0,0,0) ,(1,18,146,'Main',1,0,0,0) ,(1,18,153,'Sidebar 1 Content',0,1,0,0) ,(1,19,65,'Header',0,0,0,0) ,(1,19,124,'Sidebar',0,0,0,0) ,(1,19,125,'Header Nav',0,0,0,0) ,(1,19,130,'Sidebar 1 Header',0,0,0,0) ,(1,19,131,'Sidebar 2 Header',0,0,0,0) ,(1,19,135,'Main',0,0,0,0) ,(1,19,155,'Main',1,1,0,0) ,(128,17,18,'Header Image',0,0,0,0) ,(1,19,154,'Sidebar 1 Content',0,1,0,0) ,(128,17,28,'Sidebar 1 Content',0,0,0,0) ,(128,17,58,'Header',0,0,0,0) ,(128,17,69,'Header Nav',0,0,0,0) ,(128,18,18,'Header Image',0,0,0,0) ,(128,17,141,'Main',1,0,0,0) ,(128,17,156,'Main',0,1,0,0) ,(128,18,28,'Sidebar 1 Content',0,0,0,0) ,(128,18,58,'Header',0,0,0,0) ,(128,18,69,'Header Nav',0,0,0,0) ,(128,19,18,'Header Image',0,0,0,0) ,(128,18,141,'Main',1,0,0,0) ,(128,18,157,'Main',0,1,0,0) ,(128,19,28,'Sidebar 1 Content',0,0,0,0) ,(128,19,58,'Header',0,0,0,0) ,(128,19,69,'Header Nav',0,0,0,0) ,(128,20,18,'Header Image',0,0,0,0) ,(128,19,141,'Main',1,0,0,0) ,(128,19,158,'Main',0,1,0,0) ,(128,20,28,'Sidebar 1 Content',0,0,0,0) ,(128,20,58,'Header',0,0,0,0) ,(128,20,69,'Header Nav',0,0,0,0) ,(1,20,27,'Header Image',0,0,0,0) ,(128,20,141,'Main',1,0,0,0) ,(128,20,159,'Main',0,1,0,0) ,(1,20,65,'Header',0,0,0,0) ,(1,20,124,'Sidebar',0,0,0,0) ,(1,20,125,'Header Nav',0,0,0,0) ,(1,20,130,'Sidebar 1 Header',0,0,0,0) ,(1,20,131,'Sidebar 2 Header',0,0,0,0) ,(1,20,135,'Main',0,0,0,0) ,(1,20,161,'Main',1,1,0,0) ,(1,20,160,'Sidebar 1 Content',0,1,0,0) ,(141,3,19,'Header Image',0,0,0,0) ,(141,3,92,'Header Nav',0,0,0,0) ,(141,4,19,'Header Image',0,0,0,0) ,(141,3,162,'Main',0,1,0,0) ,(141,4,92,'Header Nav',0,0,0,0) ,(141,5,19,'Header Image',0,0,0,0) ,(141,4,163,'Main',0,1,0,0) ,(141,5,92,'Header Nav',0,0,0,0) ,(141,6,19,'Header Image',0,0,0,0) ,(141,5,164,'Main',0,1,0,0) ,(141,6,92,'Header Nav',0,0,0,0) ,(141,7,19,'Header Image',0,0,0,0) ,(141,6,165,'Main',0,1,0,0) ,(141,7,92,'Header Nav',0,0,0,0) ,(143,10,19,'Header Image',0,0,0,0) ,(141,7,166,'Main',0,1,0,0) ,(143,10,98,'Header Nav',0,0,0,0) ,(141,8,19,'Header Image',0,0,0,0) ,(143,10,167,'Main',0,1,0,0) ,(141,8,92,'Header Nav',0,0,0,0) ,(141,8,166,'Main',0,0,0,0) ,(141,8,168,'Sidebar 3 Content',0,1,0,0) ,(141,8,169,'Sidebar 3 Header',0,1,0,0) ,(141,9,19,'Header Image',0,0,0,0) ,(141,9,92,'Header Nav',0,0,0,0) ,(141,9,166,'Main',0,0,0,0) ,(141,9,173,'Sidebar 1 Content',0,1,0,0) ,(141,9,171,'Sidebar 1 Header',0,1,0,0) ,(141,9,170,'Sidebar 3 Header',0,1,0,0) ,(141,9,172,'Sidebar 3 Content',0,1,0,0) ,(128,21,18,'Header Image',0,0,0,0) ,(128,21,28,'Sidebar 1 Content',0,0,0,0) ,(128,21,58,'Header',0,0,0,0) ,(128,21,69,'Header Nav',0,0,0,0) ,(128,22,18,'Header Image',0,0,0,0) ,(128,21,141,'Main',1,0,0,0) ,(128,21,174,'Main',0,1,0,0) ,(128,22,28,'Sidebar 1 Content',0,0,0,0) ,(128,22,58,'Header',0,0,0,0) ,(128,22,69,'Header Nav',0,0,0,0) ,(128,22,174,'Main',0,0,0,0) ,(128,22,177,'Sidebar 3 Header',1,1,0,0) ,(128,22,175,'Sidebar 3 Header',0,1,0,0) ,(128,22,176,'Main',1,1,0,0) ,(128,23,18,'Header Image',0,0,0,0) ,(128,23,28,'Sidebar 1 Content',0,0,0,0) ,(128,23,58,'Header',0,0,0,0) ,(128,23,69,'Header Nav',0,0,0,0) ,(128,23,174,'Main',0,0,0,0) ,(128,23,175,'Sidebar 3 Header',0,0,0,0) ,(128,24,18,'Header Image',0,0,0,0) ,(128,23,176,'Main',1,0,0,0) ,(128,23,178,'Sidebar 3 Header',1,1,0,0) ,(128,24,28,'Sidebar 1 Content',0,0,0,0) ,(128,24,58,'Header',0,0,0,0) ,(128,24,69,'Header Nav',0,0,0,0) ,(128,24,174,'Main',0,0,0,0) ,(128,24,175,'Sidebar 3 Header',0,0,0,0) ,(128,24,176,'Main',1,0,0,0) ,(128,25,18,'Header Image',0,0,0,0) ,(128,24,179,'Sidebar 3 Header',1,1,0,0) ,(128,25,28,'Sidebar 1 Content',0,0,0,0) ,(128,25,58,'Header',0,0,0,0) ,(128,25,69,'Header Nav',0,0,0,0) ,(128,25,181,'Sidebar 2 Header',0,1,0,0) ,(128,25,175,'Sidebar 3 Header',0,0,0,0) ,(128,25,176,'Main',1,0,0,0) ,(128,25,179,'Sidebar 3 Header',1,0,0,0) ,(128,25,180,'Main',0,1,0,0) ,(128,25,182,'Sidebar 2 Header',1,1,0,0) ,(128,26,18,'Header Image',0,0,0,0) ,(128,26,28,'Sidebar 1 Content',0,0,0,0) ,(128,26,58,'Header',0,0,0,0) ,(128,26,69,'Header Nav',0,0,0,0) ,(128,26,175,'Sidebar 3 Header',0,0,0,0) ,(128,26,184,'Sidebar 2 Header',1,1,0,0) ,(128,26,180,'Main',0,0,0,0) ,(128,26,179,'Sidebar 3 Header',1,0,0,0) ,(128,26,176,'Main',1,0,0,0) ,(128,27,18,'Header Image',0,0,0,0) ,(128,26,183,'Sidebar 2 Header',0,1,0,0) ,(128,27,28,'Sidebar 1 Content',0,0,0,0) ,(128,27,58,'Header',0,0,0,0) ,(128,27,69,'Header Nav',0,0,0,0) ,(128,27,175,'Sidebar 3 Header',0,0,0,0) ,(128,27,183,'Sidebar 2 Header',0,0,0,0) ,(128,27,180,'Main',0,0,0,0) ,(128,28,18,'Header Image',0,0,0,0) ,(128,27,176,'Main',1,0,0,0) ,(128,27,184,'Sidebar 2 Header',1,0,0,0) ,(128,27,185,'Sidebar 3 Header',1,1,0,0) ,(128,28,28,'Sidebar 1 Content',0,0,0,0) ,(128,28,58,'Header',0,0,0,0) ,(128,28,69,'Header Nav',0,0,0,0) ,(128,28,188,'Sidebar 2 Header',0,1,0,0) ,(142,6,19,'Header Image',0,0,0,0) ,(128,28,189,'Sidebar',0,1,0,0) ,(128,28,184,'Sidebar 2 Header',1,0,0,0) ,(128,28,176,'Main',1,0,0,0) ,(128,28,187,'Sidebar 3 Header',0,1,0,0) ,(128,28,186,'Sidebar 3 Header',1,1,0,0) ,(128,28,190,'Main',0,1,0,0) ,(142,6,95,'Header Nav',0,0,0,0) ,(142,6,119,'Main',0,0,0,0) ,(142,6,191,'Sidebar 1 Header',0,1,0,0) ,(142,6,192,'Sidebar 1 Header',1,1,0,0) ,(142,6,193,'Sidebar 1 Header',2,1,0,0) ,(142,6,194,'Sidebar 1 Content',0,1,0,0) ,(141,10,19,'Header Image',0,0,0,0) ,(141,10,92,'Header Nav',0,0,0,0) ,(142,7,19,'Header Image',0,0,0,0) ,(141,10,173,'Sidebar 1 Content',0,0,0,0) ,(141,10,171,'Sidebar 1 Header',0,0,0,0) ,(141,10,170,'Sidebar 3 Header',0,0,0,0) ,(141,10,172,'Sidebar 3 Content',0,0,0,0) ,(141,10,195,'Main',0,1,0,0) ,(142,7,95,'Header Nav',0,0,0,0) ,(141,11,19,'Header Image',0,0,0,0) ,(142,7,191,'Sidebar 1 Header',0,0,0,0) ,(142,7,194,'Sidebar 1 Content',0,0,0,0) ,(142,7,192,'Sidebar 1 Header',1,0,0,0) ,(142,7,193,'Sidebar 1 Header',2,0,0,0) ,(142,7,196,'Main',0,1,0,0) ,(141,11,92,'Header Nav',0,0,0,0) ,(141,11,173,'Sidebar 1 Content',0,0,0,0) ,(141,11,171,'Sidebar 1 Header',0,0,0,0) ,(141,11,170,'Sidebar 3 Header',0,0,0,0) ,(141,11,172,'Sidebar 3 Content',0,0,0,0) ,(141,12,19,'Header Image',0,0,0,0) ,(141,11,197,'Main',0,1,0,0) ,(141,12,92,'Header Nav',0,0,0,0) ,(141,12,173,'Sidebar 1 Content',0,0,0,0) ,(141,12,171,'Sidebar 1 Header',0,0,0,0) ,(141,12,170,'Sidebar 3 Header',0,0,0,0) ,(141,12,172,'Sidebar 3 Content',0,0,0,0) ,(142,8,19,'Header Image',0,0,0,0) ,(141,12,198,'Main',0,1,0,0) ,(142,8,95,'Header Nav',0,0,0,0) ,(142,8,191,'Sidebar 1 Header',0,0,0,0) ,(142,8,194,'Sidebar 1 Content',0,0,0,0) ,(142,8,196,'Main',0,0,0,0) ,(142,8,192,'Sidebar 1 Header',1,0,0,0) ,(142,8,193,'Sidebar 1 Header',2,0,0,0) ,(142,8,199,'Main',1,1,0,0) ,(142,9,19,'Header Image',0,0,0,0) ,(142,9,95,'Header Nav',0,0,0,0) ,(142,9,191,'Sidebar 1 Header',0,0,0,0) ,(142,9,194,'Sidebar 1 Content',0,0,0,0) ,(142,9,196,'Main',0,0,0,0) ,(142,9,192,'Sidebar 1 Header',1,0,0,0) ,(142,10,19,'Header Image',0,0,0,0) ,(142,9,193,'Sidebar 1 Header',2,0,0,0) ,(142,9,200,'Main',1,1,0,0) ,(142,10,95,'Header Nav',0,0,0,0) ,(142,10,191,'Sidebar 1 Header',0,0,0,0) ,(142,10,194,'Sidebar 1 Content',0,0,0,0) ,(142,10,196,'Main',0,0,0,0) ,(142,10,192,'Sidebar 1 Header',1,0,0,0) ,(142,11,19,'Header Image',0,0,0,0) ,(142,10,193,'Sidebar 1 Header',2,0,0,0) ,(142,10,201,'Main',1,1,0,0) ,(142,11,95,'Header Nav',0,0,0,0) ,(142,11,191,'Sidebar 1 Header',0,0,0,0) ,(142,11,194,'Sidebar 1 Content',0,0,0,0) ,(142,11,196,'Main',0,0,0,0) ,(142,11,192,'Sidebar 1 Header',1,0,0,0) ,(128,29,18,'Header Image',0,0,0,0) ,(142,11,193,'Sidebar 1 Header',2,0,0,0) ,(142,11,202,'Main',1,1,0,0) ,(128,29,189,'Sidebar',0,0,0,0) ,(128,29,188,'Sidebar 2 Header',0,0,0,0) ,(128,29,187,'Sidebar 3 Header',0,0,0,0) ,(128,29,205,'Sidebar 1 Content',0,1,0,0) ,(128,29,69,'Header Nav',0,0,0,0) ,(128,29,58,'Header',0,0,0,0) ,(128,29,206,'Sidebar 1 Header',0,1,0,0) ,(128,29,176,'Main',1,0,0,0) ,(128,29,186,'Sidebar 3 Header',1,0,0,0) ,(128,29,184,'Sidebar 2 Header',1,0,0,0) ,(128,29,203,'Main',0,1,0,0) ,(122,2,22,'Main',1,0,0,0) ,(122,2,204,'Main',0,1,0,0) ,(122,3,22,'Main',1,0,0,0) ,(128,30,18,'Header Image',0,0,0,0) ,(128,30,205,'Sidebar 1 Content',0,0,0,0) ,(141,13,19,'Header Image',0,0,0,0) ,(128,30,189,'Sidebar',0,0,0,0) ,(128,30,188,'Sidebar 2 Header',0,0,0,0) ,(128,30,187,'Sidebar 3 Header',0,0,0,0) ,(128,30,69,'Header Nav',0,0,0,0) ,(128,30,58,'Header',0,0,0,0) ,(128,30,206,'Sidebar 1 Header',0,0,0,0) ,(128,30,186,'Sidebar 3 Header',1,0,0,0) ,(128,30,184,'Sidebar 2 Header',1,0,0,0) ,(128,30,176,'Main',1,0,0,0) ,(128,30,207,'Main',0,1,0,0) ,(141,13,92,'Header Nav',0,0,0,0) ,(141,13,170,'Sidebar 3 Header',0,0,0,0) ,(141,13,171,'Sidebar 1 Header',0,0,0,0) ,(141,13,172,'Sidebar 3 Content',0,0,0,0) ,(141,13,173,'Sidebar 1 Content',0,0,0,0) ,(1,21,27,'Header Image',0,0,0,0) ,(141,13,208,'Main',0,1,0,0) ,(1,21,65,'Header',0,0,0,0) ,(1,21,124,'Sidebar',0,0,0,0) ,(1,21,125,'Header Nav',0,0,0,0) ,(1,21,130,'Sidebar 1 Header',0,0,0,0) ,(1,21,131,'Sidebar 2 Header',0,0,0,0) ,(1,22,27,'Header Image',0,0,0,0) ,(1,21,160,'Sidebar 1 Content',0,0,0,0) ,(1,21,161,'Main',1,0,0,0) ,(1,21,209,'Main',0,1,0,0) ,(1,22,65,'Header',0,0,0,0) ,(1,22,124,'Sidebar',0,0,0,0) ,(1,22,125,'Header Nav',0,0,0,0) ,(1,22,130,'Sidebar 1 Header',0,0,0,0) ,(1,22,131,'Sidebar 2 Header',0,0,0,0) ,(1,22,160,'Sidebar 1 Content',0,0,0,0) ,(141,14,19,'Header Image',0,0,0,0) ,(1,22,161,'Main',1,0,0,0) ,(1,22,210,'Main',0,1,0,0) ,(141,14,92,'Header Nav',0,0,0,0) ,(141,14,170,'Sidebar 3 Header',0,0,0,0) ,(141,14,171,'Sidebar 1 Header',0,0,0,0) ,(141,14,172,'Sidebar 3 Content',0,0,0,0) ,(141,14,173,'Sidebar 1 Content',0,0,0,0) ,(144,5,19,'Header Image',0,0,0,0) ,(141,14,211,'Main',0,1,0,0) ,(144,5,105,'Header Nav',0,0,0,0) ,(141,15,19,'Header Image',0,0,0,0) ,(144,5,212,'Main',0,1,0,0) ,(141,15,92,'Header Nav',0,0,0,0) ,(141,15,170,'Sidebar 3 Header',0,0,0,0) ,(141,15,171,'Sidebar 1 Header',0,0,0,0) ,(141,15,172,'Sidebar 3 Content',0,0,0,0) ,(141,15,173,'Sidebar 1 Content',0,0,0,0) ,(130,8,19,'Header Image',0,0,0,0) ,(141,15,213,'Main',0,1,0,0) ,(130,8,38,'Main',0,0,0,0) ,(130,8,39,'Sidebar',0,0,0,0) ,(130,8,147,'Header Nav',0,0,0,0) ,(130,9,214,'Sidebar',0,0,0,0) ,(130,8,41,'Sidebar',2,0,0,0) ,(130,8,214,'Sidebar',1,1,0,0) ,(130,9,147,'Header Nav',0,0,0,0) ,(130,9,39,'Sidebar 1 Content',0,0,0,0) ,(130,9,38,'Main',0,0,0,0) ,(130,9,19,'Header Image',0,0,0,0) ,(130,9,41,'Sidebar',1,0,0,0) ,(130,10,19,'Header Image',0,0,0,0) ,(130,10,38,'Main',0,0,0,0) ,(130,10,39,'Sidebar 1 Content',0,0,0,0) ,(130,10,147,'Header Nav',0,0,0,0) ,(130,11,19,'Header Image',0,0,0,0) ,(130,10,41,'Sidebar',0,0,0,0) ,(130,10,215,'Sidebar 2 Header',0,1,0,0) ,(130,11,38,'Main',0,0,0,0) ,(130,11,39,'Sidebar 1 Content',0,0,0,0) ,(130,11,41,'Sidebar',0,0,0,0) ,(130,11,147,'Header Nav',0,0,0,0) ,(130,11,215,'Sidebar 1 Content',1,0,0,0) ,(130,12,19,'Header Image',0,0,0,0) ,(130,12,38,'Main',0,0,0,0) ,(130,12,39,'Sidebar 1 Content',0,0,0,0) ,(130,12,41,'Sidebar',0,0,0,0) ,(130,12,147,'Header Nav',0,0,0,0) ,(130,13,19,'Header Image',0,0,0,0) ,(130,12,216,'Sidebar 1 Content',1,1,0,0) ,(130,13,38,'Main',0,0,0,0) ,(130,13,39,'Sidebar 1 Content',0,0,0,0) ,(130,13,41,'Sidebar',0,0,0,0) ,(130,13,147,'Header Nav',0,0,0,0) ,(130,13,217,'Sidebar 1 Content',1,1,0,0) ,(1,23,27,'Header Image',0,0,0,0) ,(1,23,65,'Header',0,0,0,0) ,(1,23,124,'Sidebar',0,0,0,0) ,(1,23,125,'Header Nav',0,0,0,0) ,(1,23,130,'Sidebar 1 Header',0,0,0,0) ,(1,23,131,'Sidebar 2 Header',0,0,0,0) ,(1,23,160,'Sidebar 1 Content',0,0,0,0) ,(1,23,219,'Main',1,1,0,0) ,(141,16,19,'Header Image',0,0,0,0) ,(1,23,218,'Main',0,1,0,0) ,(141,16,92,'Header Nav',0,0,0,0) ,(141,16,170,'Sidebar 3 Header',0,0,0,0) ,(146,1,17,'Header Image',0,0,0,0) ,(141,16,172,'Sidebar 3 Content',0,0,0,0) ,(141,16,173,'Sidebar 1 Content',0,0,0,0) ,(141,16,221,'Sidebar 1 Header',0,1,0,0) ,(141,16,220,'Main',0,1,0,0) ,(141,17,19,'Header Image',0,0,0,0) ,(141,17,92,'Header Nav',0,0,0,0) ,(141,17,170,'Sidebar 3 Header',0,0,0,0) ,(141,17,172,'Sidebar 3 Content',0,0,0,0) ,(141,17,173,'Sidebar 1 Content',0,0,0,0) ,(141,17,221,'Sidebar 1 Header',0,0,0,0) ,(128,31,18,'Header Image',0,0,0,0) ,(141,17,222,'Main',0,1,0,0) ,(128,31,206,'Sidebar 1 Header',0,0,0,0) ,(128,31,205,'Sidebar 1 Content',0,0,0,0) ,(128,31,189,'Sidebar',0,0,0,0) ,(128,31,188,'Sidebar 2 Header',0,0,0,0) ,(128,31,187,'Sidebar 3 Header',0,0,0,0) ,(128,31,69,'Header Nav',0,0,0,0) ,(128,31,58,'Header',0,0,0,0) ,(128,32,18,'Header Image',0,0,0,0) ,(128,31,186,'Sidebar 3 Header',1,0,0,0) ,(128,31,184,'Sidebar 2 Header',1,0,0,0) ,(128,31,176,'Main',1,0,0,0) ,(128,31,223,'Main',0,1,0,0) ,(128,32,58,'Header',0,0,0,0) ,(128,32,69,'Header Nav',0,0,0,0) ,(128,32,187,'Sidebar 3 Header',0,0,0,0) ,(128,32,188,'Sidebar 2 Header',0,0,0,0) ,(128,32,189,'Sidebar',0,0,0,0) ,(128,32,205,'Sidebar 1 Content',0,0,0,0) ,(128,32,206,'Sidebar 1 Header',0,0,0,0) ,(142,12,19,'Header Image',0,0,0,0) ,(128,32,186,'Sidebar 3 Header',1,0,0,0) ,(128,32,184,'Sidebar 2 Header',1,0,0,0) ,(128,32,176,'Main',1,0,0,0) ,(128,32,224,'Main',0,1,0,0) ,(142,12,95,'Header Nav',0,0,0,0) ,(142,12,191,'Sidebar 1 Header',0,0,0,0) ,(142,12,194,'Sidebar 1 Content',0,0,0,0) ,(142,12,226,'Main',1,1,0,0) ,(142,12,192,'Sidebar 1 Header',1,0,0,0) ,(1,24,27,'Header Image',0,0,0,0) ,(142,12,193,'Sidebar 1 Header',2,0,0,0) ,(142,12,225,'Main',0,1,0,0) ,(1,24,65,'Header',0,0,0,0) ,(1,24,124,'Sidebar',0,0,0,0) ,(1,24,125,'Header Nav',0,0,0,0) ,(1,24,130,'Sidebar 1 Header',0,0,0,0) ,(1,24,131,'Sidebar 2 Header',0,0,0,0) ,(1,24,160,'Sidebar 1 Content',0,0,0,0) ,(1,24,218,'Main',0,0,0,0) ,(144,6,19,'Header Image',0,0,0,0) ,(1,24,227,'Main',1,1,0,0) ,(144,6,105,'Header Nav',0,0,0,0) ,(143,11,19,'Header Image',0,0,0,0) ,(144,6,228,'Main',0,1,0,0) ,(143,11,98,'Header Nav',0,0,0,0) ,(143,12,19,'Header Image',0,0,0,0) ,(143,11,229,'Main',0,1,0,0) ,(143,12,98,'Header Nav',0,0,0,0) ,(143,12,230,'Main',0,1,0,0) ,(146,2,17,'Header Image',0,0,0,0) ,(146,2,231,'Header Nav',0,1,0,0) ,(146,2,232,'Header Nav',1,1,0,0) ,(128,33,18,'Header Image',0,0,0,0) ,(128,33,206,'Sidebar 1 Header',0,0,0,0) ,(128,33,205,'Sidebar 1 Content',0,0,0,0) ,(128,33,189,'Sidebar',0,0,0,0) ,(128,33,188,'Sidebar 2 Header',0,0,0,0) ,(128,33,187,'Sidebar 3 Header',0,0,0,0) ,(128,33,69,'Header Nav',0,0,0,0) ,(128,33,58,'Header',0,0,0,0) ,(128,33,224,'Main',0,0,0,0) ,(128,33,186,'Sidebar 3 Header',1,0,0,0) ,(128,33,184,'Sidebar 2 Header',1,0,0,0) ,(128,33,176,'Main',1,0,0,0) ,(128,33,233,'Header Nav',1,1,0,0) ,(128,34,18,'Header Image',0,0,0,0) ,(128,34,224,'Main',0,0,0,0) ,(128,34,58,'Header',0,0,0,0) ,(128,34,69,'Header Nav',0,0,0,0) ,(128,34,187,'Sidebar 3 Header',0,0,0,0) ,(128,34,188,'Sidebar 2 Header',0,0,0,0) ,(128,34,189,'Sidebar',0,0,0,0) ,(128,34,205,'Sidebar 1 Content',0,0,0,0) ,(128,34,206,'Sidebar 1 Header',0,0,0,0) ,(128,34,186,'Sidebar 3 Header',1,0,0,0) ,(128,34,184,'Sidebar 2 Header',1,0,0,0) ,(128,34,176,'Main',1,0,0,0) ,(146,3,17,'Header Image',0,0,0,0) ,(128,34,234,'Header Nav',1,1,0,0) ,(146,3,231,'Header Nav',0,0,0,0) ,(146,3,232,'Header Nav',1,0,0,0) ,(146,3,235,'Main',0,1,0,0) ,(146,4,17,'Header Image',0,0,0,0) ,(146,4,231,'Header Nav',0,0,0,0) ,(146,5,17,'Header Image',0,0,0,0) ,(146,4,232,'Header Nav',1,0,0,0) ,(146,4,236,'Main',0,1,0,0) ,(146,5,231,'Header Nav',0,0,0,0) ,(146,5,239,'Main',1,1,0,0) ,(146,5,232,'Header Nav',1,0,0,0) ,(146,5,238,'Main',0,1,0,0) ,(146,5,240,'Main',2,1,0,0) ,(146,6,17,'Header Image',0,0,0,0) ,(146,6,231,'Header Nav',0,0,0,0) ,(146,6,238,'Main',0,0,0,0) ,(146,6,239,'Main',1,0,0,0) ,(146,6,232,'Header Nav',1,0,0,0) ,(146,7,17,'Header Image',0,0,0,0) ,(146,6,241,'Main',3,1,0,0) ,(146,6,242,'Main',2,1,0,0) ,(146,8,17,'Header Image',0,0,0,0) ,(146,7,238,'Main',0,0,0,0) ,(146,7,239,'Main',1,0,0,0) ,(146,7,232,'Header Nav',1,0,0,0) ,(146,7,242,'Main',2,0,0,0) ,(146,7,241,'Main',3,0,0,0) ,(146,7,243,'Header Nav',0,1,0,0) ,(146,8,238,'Main',0,0,0,0) ,(146,8,243,'Header Nav',0,0,0,0) ,(146,8,232,'Header Nav',1,0,0,0) ,(146,8,239,'Main',1,0,0,0) ,(146,9,17,'Header Image',0,0,0,0) ,(146,8,241,'Main',3,0,0,0) ,(146,8,244,'Main',2,1,0,0) ,(146,9,238,'Main',0,0,0,0) ,(146,9,243,'Header Nav',0,0,0,0) ,(146,9,232,'Header Nav',1,0,0,0) ,(146,9,239,'Main',1,0,0,0) ,(146,10,17,'Header Image',0,0,0,0) ,(146,9,241,'Main',3,0,0,0) ,(146,9,245,'Main',2,1,0,0) ,(146,10,238,'Main',0,0,0,0) ,(146,10,243,'Header Nav',0,0,0,0) ,(146,10,232,'Header Nav',1,0,0,0) ,(146,10,239,'Main',1,0,0,0) ,(146,11,17,'Header Image',0,0,0,0) ,(146,10,241,'Main',3,0,0,0) ,(146,10,246,'Main',2,1,0,0) ,(146,11,238,'Main',0,0,0,0) ,(146,11,243,'Header Nav',0,0,0,0) ,(146,11,232,'Header Nav',1,0,0,0) ,(146,11,239,'Main',1,0,0,0) ,(146,12,17,'Header Image',0,0,0,0) ,(146,11,241,'Main',3,0,0,0) ,(146,11,247,'Main',2,1,0,0) ,(146,12,238,'Main',0,0,0,0) ,(146,12,243,'Header Nav',0,0,0,0) ,(146,12,232,'Header Nav',1,0,0,0) ,(146,12,239,'Main',1,0,0,0) ,(146,13,17,'Header Image',0,0,0,0) ,(146,12,241,'Main',3,0,0,0) ,(146,12,248,'Main',2,1,0,0) ,(146,13,238,'Main',0,0,0,0) ,(146,13,243,'Header Nav',0,0,0,0) ,(146,13,232,'Header Nav',1,0,0,0) ,(146,13,239,'Main',1,0,0,0) ,(146,13,248,'Main',2,0,0,0) ,(146,13,241,'Main',3,0,0,0) ,(141,18,19,'Header Image',0,0,0,0) ,(141,18,92,'Header Nav',0,0,0,0) ,(141,18,170,'Sidebar 3 Header',0,0,0,0) ,(141,18,172,'Sidebar 3 Content',0,0,0,0) ,(141,18,173,'Sidebar 1 Content',0,0,0,0) ,(141,18,221,'Sidebar 1 Header',0,0,0,0) ,(141,18,222,'Main',0,0,0,0) ,(146,14,17,'Header Image',0,0,0,0) ,(146,14,250,'Main',1,1,0,0) ,(146,14,243,'Header Nav',0,0,0,0) ,(146,14,232,'Header Nav',1,0,0,0) ,(146,14,251,'Main',3,1,0,0) ,(146,15,17,'Header Image',0,0,0,0) ,(146,14,241,'Main',2,0,0,0) ,(146,14,249,'Main',0,1,0,0) ,(146,15,243,'Header Nav',0,0,0,0) ,(146,15,249,'Main',0,0,0,0) ,(146,15,232,'Header Nav',1,0,0,0) ,(146,15,250,'Main',1,0,0,0) ,(146,16,17,'Header Image',0,0,0,0) ,(146,15,251,'Main',3,0,0,0) ,(146,15,252,'Main',2,1,0,0) ,(146,16,243,'Header Nav',0,0,0,0) ,(146,16,249,'Main',0,0,0,0) ,(146,16,232,'Header Nav',1,0,0,0) ,(146,16,250,'Main',1,0,0,0) ,(146,16,252,'Main',2,0,0,0) ,(146,16,253,'Main',3,1,0,0); DROP TABLE IF EXISTS CollectionVersionBlocksOutputCache; CREATE TABLE IF NOT EXISTS `CollectionVersionBlocksOutputCache` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '1', `bID` int(10) unsigned NOT NULL DEFAULT '0', `arHandle` varchar(255) NOT NULL, `btCachedBlockOutput` longtext, `btCachedBlockOutputExpires` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`bID`,`arHandle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS CollectionVersionRelatedEdits; CREATE TABLE IF NOT EXISTS `CollectionVersionRelatedEdits` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '0', `cRelationID` int(10) unsigned NOT NULL DEFAULT '0', `cvRelationID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`cvID`,`cRelationID`,`cvRelationID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS CollectionVersions; CREATE TABLE IF NOT EXISTS `CollectionVersions` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cvID` int(10) unsigned NOT NULL DEFAULT '1', `cvName` text, `cvHandle` varchar(255) DEFAULT NULL, `cvDescription` text, `cvDatePublic` datetime DEFAULT NULL, `cvDateCreated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `cvComments` varchar(255) DEFAULT NULL, `cvIsApproved` tinyint(1) NOT NULL DEFAULT '0', `cvIsNew` tinyint(1) NOT NULL DEFAULT '0', `cvAuthorUID` int(10) unsigned DEFAULT NULL, `cvApproverUID` int(10) unsigned DEFAULT NULL, `ptID` int(10) unsigned NOT NULL DEFAULT '0', `ctID` int(10) unsigned NOT NULL DEFAULT '0', `cvActivateDatetime` datetime DEFAULT NULL, PRIMARY KEY (`cID`,`cvID`), KEY `cvIsApproved` (`cvIsApproved`), KEY `ctID` (`ctID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO CollectionVersions VALUES(1,1,'Home','home','','2013-10-05 18:47:02','2013-10-05 18:47:02','Initial Version',0,0,1,NULL,4,7,NULL) ,(2,1,'Dashboard','dashboard','','2013-10-05 18:47:06','2013-10-05 18:47:06','Initial Version',1,0,1,NULL,4,0,NULL) ,(3,1,'Composer','composer','Write for your site.','2013-10-05 18:47:06','2013-10-05 18:47:06','Initial Version',1,0,1,NULL,4,0,NULL) ,(4,1,'Write','write','','2013-10-05 18:47:06','2013-10-05 18:47:06','Initial Version',1,0,1,NULL,4,0,NULL) ,(5,1,'Drafts','drafts','','2013-10-05 18:47:06','2013-10-05 18:47:06','Initial Version',1,0,1,NULL,4,0,NULL) ,(6,1,'Sitemap','sitemap','Whole world at a glance.','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(7,1,'Full Sitemap','full','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(8,1,'Flat View','explore','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(9,1,'Page Search','search','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(10,1,'Files','files','All documents and images.','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(11,1,'File Manager','search','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(12,1,'Attributes','attributes','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(13,1,'File Sets','sets','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(14,1,'Add File Set','add_set','','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(15,1,'Members','users','Add and manage the user accounts and groups on your website.','2013-10-05 18:47:07','2013-10-05 18:47:07','Initial Version',1,0,1,NULL,4,0,NULL) ,(16,1,'Search Users','search','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(17,1,'User Groups','groups','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(18,1,'Attributes','attributes','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(19,1,'Add User','add','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(20,1,'Add Group','add_group','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(21,1,'Group Sets','group_sets','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(22,1,'Reports','reports','Get data from forms and logs.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(23,1,'Statistics','statistics','View your site activity.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(24,1,'Form Results','forms','Get submission data.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(25,1,'Surveys','surveys','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(26,1,'Logs','logs','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(27,1,'Pages & Themes','pages','Reskin your site.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(28,1,'Themes','themes','Reskin your site.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(29,1,'Add','add','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(30,1,'Inspect','inspect','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(31,1,'Customize','customize','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(32,1,'Page Types','types','What goes in your site.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(33,1,'Add Page Type','add','Add page types to your site.','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(34,1,'Attributes','attributes','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(35,1,'Single Pages','single','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(36,1,'Workflow','workflow','','2013-10-05 18:47:08','2013-10-05 18:47:08','Initial Version',1,0,1,NULL,4,0,NULL) ,(37,1,'Workflow List','list','','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(38,1,'Waiting for Me','me','','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(39,1,'Stacks & Blocks','blocks','Manage sitewide content and administer block types.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(40,1,'Stacks','stacks','Share content across your site.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(41,1,'Block & Stack Permissions','permissions','Control who can add blocks and stacks on your site.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(42,1,'Stack List','list','','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(43,1,'Block Types','types','Manage the installed block types in your site.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(44,1,'Extend concrete5','extend','Connect to the concrete5 marketplace, install custom add-ons, and download updates for marketplace add-ons and themes.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(45,1,'Dashboard','news','','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(46,1,'Add Functionality','install','Install add-ons & themes.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(47,1,'Update Add-Ons','update','Update your installed packages.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(48,1,'Connect to the Community','connect','Connect to the concrete5 community.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(49,1,'Get More Themes','themes','Download themes from concrete5.org.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(50,1,'Get More Add-Ons','add-ons','Download add-ons from concrete5.org.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(51,1,'System & Settings','system','Secure and setup your site.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(52,1,'Basics','basics','Basic information about your website.','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(53,1,'Site Name','site_name','','2013-10-05 18:47:09','2013-10-05 18:47:09','Initial Version',1,0,1,NULL,4,0,NULL) ,(54,1,'Bookmark Icons','icons','Bookmark icon and mobile home screen icon setup.','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(55,1,'Rich Text Editor','editor','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(56,1,'Languages','multilingual','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(57,1,'Time Zone','timezone','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(58,1,'Interface Preferences','interface','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(59,1,'SEO & Statistics','seo','Enable pretty URLs, statistics and tracking codes.','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(60,1,'Pretty URLs','urls','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(61,1,'Bulk SEO Updater','bulk_seo_tool','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(62,1,'Tracking Codes','tracking_codes','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(63,1,'Excluded URL Word List','excluded','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(64,1,'Statistics','statistics','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(65,1,'Search Index','search_index','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(66,1,'Optimization','optimization','Keep your site running well.','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(67,1,'Cache & Speed Settings','cache','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(68,1,'Clear Cache','clear_cache','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(69,1,'Automated Jobs','jobs','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(70,1,'Permissions & Access','permissions','Control who sees and edits your site.','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(71,1,'Site Access','site','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(72,1,'File Manager Permissions','files','','2013-10-05 18:47:10','2013-10-05 18:47:10','Initial Version',1,0,1,NULL,4,0,NULL) ,(73,1,'Allowed File Types','file_types','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(74,1,'Task Permissions','tasks','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(75,1,'User Permissions','users','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(76,1,'Advanced Permissions','advanced','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(77,1,'IP Blacklist','ip_blacklist','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(78,1,'Captcha Setup','captcha','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(79,1,'Spam Control','antispam','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(80,1,'Maintenance Mode','maintenance_mode','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(81,1,'Login & Registration','registration','Change login behaviors and setup public profiles.','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(82,1,'Login Destination','postlogin','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(83,1,'Public Profiles','profiles','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(84,1,'Public Registration','public_registration','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(85,1,'Email','mail','Control how your site send and processes mail.','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(86,1,'SMTP Method','method','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(87,1,'Email Importers','importers','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(88,1,'Attributes','attributes','Setup attributes for pages, users, files and more.','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(89,1,'Sets','sets','Group attributes into sets for easier organization','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(90,1,'Types','types','Choose which attribute types are available for different items.','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(91,1,'Environment','environment','Advanced settings for web developers.','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(92,1,'Environment Information','info','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(93,1,'Debug Settings','debug','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(94,1,'Logging Settings','logging','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(95,1,'File Storage Locations','file_storage_locations','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(96,1,'Proxy Server','proxy','','2013-10-05 18:47:11','2013-10-05 18:47:11','Initial Version',1,0,1,NULL,4,0,NULL) ,(97,1,'Backup & Restore','backup_restore','Backup or restore your website.','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,0,NULL) ,(98,1,'Backup Database','backup','','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,0,NULL) ,(99,1,'Update concrete5','update','','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,0,NULL) ,(100,1,'Database XML','database','','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,0,NULL) ,(101,1,'Composer','composer','','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,0,NULL) ,(102,1,'',NULL,NULL,'2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,NULL,NULL,0,1,NULL) ,(103,1,'',NULL,NULL,'2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,NULL,NULL,0,2,NULL) ,(104,1,'',NULL,NULL,'2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,NULL,NULL,0,3,NULL) ,(105,1,'Welcome to concrete5','welcome','Learn about how to use concrete5, how to develop for concrete5, and get general help.','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,3,NULL) ,(106,1,'Customize Dashboard Home','home','','2013-10-05 18:47:12','2013-10-05 18:47:12','Initial Version',1,0,1,NULL,4,2,NULL) ,(107,1,'Drafts','!drafts','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(108,1,'Trash','!trash','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(109,1,'Stacks','!stacks','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(110,1,'Login','login','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(111,1,'Register','register','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(112,1,'Profile','profile','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(113,1,'Edit','edit','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(114,1,'Avatar','avatar','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(115,1,'Messages','messages','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(116,1,'Friends','friends','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(117,1,'Page Not Found','page_not_found','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(118,1,'Page Forbidden','page_forbidden','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(119,1,'Download File','download_file','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(120,1,'Members','members','','2013-10-05 18:47:19','2013-10-05 18:47:19','Initial Version',1,0,1,NULL,4,0,NULL) ,(121,1,'Header Nav','header-nav',NULL,'2013-10-05 18:47:22','2013-10-05 18:47:22','Initial Version',0,0,1,NULL,4,1,NULL) ,(122,1,'Side Nav','side-nav',NULL,'2013-10-05 18:47:22','2013-10-05 18:47:22','Initial Version',0,0,1,NULL,4,1,NULL) ,(123,1,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2013-10-05 18:47:22','Initial Version',0,0,1,NULL,4,1,NULL) ,(124,1,'',NULL,NULL,'2013-10-05 18:47:23','2013-10-05 18:47:23','Version 1',1,0,NULL,NULL,0,4,NULL) ,(125,1,'',NULL,NULL,'2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',1,0,NULL,NULL,0,5,NULL) ,(126,1,'',NULL,NULL,'2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',1,0,NULL,NULL,0,6,NULL) ,(127,1,'',NULL,NULL,'2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',1,0,NULL,NULL,0,7,NULL) ,(128,1,'About','about','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,6,NULL) ,(129,1,'Search','search','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,7,NULL) ,(130,1,'Blog','blog','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,7,NULL) ,(131,1,'Guestbook','guestbook','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,7,NULL) ,(132,1,'Contact Us','contact-us','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,6,NULL) ,(133,1,'Hello World','hello-world','This is my first blog post!','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,4,NULL) ,(134,1,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2013-10-05 18:47:23','Initial Version',0,0,1,NULL,4,7,NULL) ,(1,2,'Home','home','','2013-10-05 18:47:02','2013-10-05 18:57:10','New Version 2',0,0,1,1,8,7,NULL) ,(1,3,'Home','home','','2013-10-05 18:47:02','2013-10-05 20:50:30','New Version 3',0,0,1,1,8,7,NULL) ,(130,2,'Blog','blog','','2013-10-05 18:47:23','2013-10-08 02:53:20','New Version 2',0,0,1,1,6,4,NULL) ,(128,2,'About','about','','2013-10-05 18:47:23','2013-10-08 02:53:45','New Version 2',0,0,1,1,8,7,NULL) ,(1,4,'Home','home','','2013-10-05 18:47:02','2013-10-08 05:18:08','New Version 4',0,0,1,1,8,7,NULL) ,(128,3,'About','about','','2013-10-05 18:47:23','2013-10-08 05:29:34','Version 3',0,0,1,1,7,7,NULL) ,(129,2,'Search','search','','2013-10-05 18:47:23','2013-10-08 05:30:07','New Version 2',1,0,1,1,8,7,NULL) ,(131,2,'Guestbook','guestbook','','2013-10-05 18:47:23','2013-10-08 05:31:14','Version 2',0,0,1,1,7,7,NULL) ,(133,2,'Hello World','hello-world','This is my first blog post!','2013-10-05 18:47:23','2013-10-08 05:31:47','New Version 2',1,0,1,1,6,4,NULL) ,(1,5,'Home','home','','2013-10-05 18:47:02','2013-10-08 13:31:00','Version 5',0,0,1,1,7,7,NULL) ,(121,2,'Header Nav','header-nav',NULL,'2013-10-05 18:47:22','2014-02-17 05:09:22','New Version 2',0,0,1,1,4,1,NULL) ,(123,2,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:10:12','New Version 2',0,0,1,1,4,1,NULL) ,(123,3,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:10:57','New Version 3',0,0,1,1,4,1,NULL) ,(121,3,'Header Nav','header-nav',NULL,'2013-10-05 18:47:22','2014-02-17 05:11:14','New Version 3',1,0,1,1,4,1,NULL) ,(123,4,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:13:02','New Version 4',0,0,1,1,4,1,NULL) ,(123,5,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:13:29','New Version 5',0,0,1,1,4,1,NULL) ,(123,6,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:14:01','New Version 6',0,0,1,1,4,1,NULL) ,(123,7,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:14:42','New Version 7',0,0,1,1,4,1,NULL) ,(123,8,'Site Name','site-name',NULL,'2013-10-05 18:47:22','2014-02-17 05:15:47','New Version 8',1,0,1,1,4,1,NULL) ,(128,4,'About','about','','2013-10-05 18:47:23','2014-03-29 10:47:40','Version 4',0,0,1,1,7,7,NULL) ,(128,5,'About','about','','2013-10-05 18:47:23','2014-03-29 10:48:43','Version 5',0,0,1,1,7,7,NULL) ,(135,1,'Who are we','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 12:29:22','Initial Version',0,0,1,1,7,7,NULL) ,(135,2,'Who are we','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 13:14:19','New Version 2',0,0,1,1,6,7,NULL) ,(136,1,'','','','2014-04-06 13:18:00','2014-04-06 13:18:53','Initial Version',0,1,1,NULL,4,4,NULL) ,(137,1,'Who are we','who-are-we','About us','2014-04-06 13:21:00','2014-04-06 13:21:04','Initial Version',0,1,1,NULL,4,4,NULL) ,(138,1,'','','','2014-04-06 13:25:00','2014-04-06 13:25:44','Initial Version',0,1,1,NULL,4,4,NULL) ,(135,3,'Who are we','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 13:28:34','Version 3',0,0,1,1,7,7,NULL) ,(139,1,'','','','2014-04-06 13:31:00','2014-04-06 13:31:14','Initial Version',0,1,1,NULL,4,4,NULL) ,(140,1,'','','','2014-04-06 14:03:00','2014-04-06 14:03:35','Initial Version',0,1,1,NULL,4,4,NULL) ,(135,4,'Who are we','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 14:10:16','Version 4',0,0,1,1,7,7,NULL) ,(135,5,'About us','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 14:12:29','New Version 5',0,0,1,1,7,7,NULL) ,(135,6,'About us','who-are-we','About us','2014-04-06 12:28:00','2014-04-06 15:17:36','Version 6',1,0,1,1,7,7,NULL) ,(141,1,'Service Plans','service-plans','service plans','2014-04-06 14:34:00','2014-04-06 14:34:49','Initial Version',0,0,1,1,7,7,NULL) ,(141,2,'Service Plans','service-plans','service plans','2014-04-06 14:34:00','2014-04-06 14:36:06','Version 2',0,0,1,1,7,7,NULL) ,(142,1,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-04-06 14:58:05','Initial Version',0,0,1,1,7,7,NULL) ,(142,2,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-04-06 15:00:40','Version 2',0,0,1,1,7,7,NULL) ,(142,3,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-04-06 15:11:04','Version 3',0,0,1,1,7,7,NULL) ,(143,1,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 15:12:33','Initial Version',0,0,1,1,7,7,NULL) ,(143,2,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 15:13:39','Version 2',0,0,1,1,7,7,NULL) ,(128,6,'About','about','','2013-10-05 18:47:23','2014-04-06 15:20:06','Version 6',0,0,1,1,7,7,NULL) ,(143,3,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 15:26:33','Version 3',0,0,1,1,7,7,NULL) ,(144,1,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-04-06 15:30:39','Initial Version',0,0,1,1,7,7,NULL) ,(143,4,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 15:28:53','Version 4',0,0,1,1,7,7,NULL) ,(144,3,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-04-06 15:40:36','Version 3',0,0,1,1,7,7,NULL) ,(144,2,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-04-06 15:32:07','Version 2',0,0,1,1,7,7,NULL) ,(144,4,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-04-06 15:44:05','Version 4',0,0,1,1,7,7,NULL) ,(143,5,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 15:45:26','Version 5',0,0,1,1,7,7,NULL) ,(128,7,'About','about','','2013-10-05 18:47:23','2014-04-06 15:51:10','Version 7',0,0,1,1,7,7,NULL) ,(128,8,'About','about','','2013-10-05 18:47:23','2014-04-06 15:54:47','Version 8',0,0,1,1,7,7,NULL) ,(128,9,'About','about','','2013-10-05 18:47:23','2014-04-06 15:55:37','Version 9',0,0,1,1,7,7,NULL) ,(145,1,'Terms and Conditions','terms-and-conditions','Terms and Conditions','2014-04-06 15:56:00','2014-04-06 15:56:35','Initial Version',0,0,1,1,7,7,NULL) ,(145,2,'Terms and Conditions','terms-and-conditions','Terms and Conditions','2014-04-06 15:56:00','2014-04-06 15:57:10','Version 2',1,0,1,1,7,7,NULL) ,(143,6,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 16:16:12','Version 6',0,0,1,1,7,7,NULL) ,(143,7,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 16:18:18','Version 7',0,0,1,1,7,7,NULL) ,(1,6,'Home','home','','2013-10-05 18:47:02','2014-04-06 16:20:12','Version 6',0,0,1,1,7,7,NULL) ,(142,4,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-04-06 16:28:23','Version 4',0,0,1,1,7,7,NULL) ,(142,5,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-04-06 16:29:46','Version 5',0,0,1,1,7,7,NULL) ,(1,7,'Home','home','','2013-10-05 18:47:02','2014-04-06 16:30:30','Version 7',0,0,1,1,7,7,NULL) ,(143,8,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 16:33:51','Version 8',0,0,1,1,7,7,NULL) ,(143,9,'Locations','locations','Locations','2014-04-06 15:12:00','2014-04-06 16:34:53','Version 9',0,0,1,1,7,7,NULL) ,(1,8,'Home','home','','2013-10-05 18:47:02','2014-04-13 06:20:48','Version 8',0,0,1,1,7,7,NULL) ,(1,9,'Home','home','','2013-10-05 18:47:02','2014-04-21 06:18:55','Version 9',0,0,1,1,7,7,NULL) ,(128,10,'About','about','','2013-10-05 18:47:23','2014-04-21 14:09:32','Version 10',0,0,1,1,7,7,NULL) ,(1,10,'Home','home','','2013-10-05 18:47:02','2014-04-21 14:46:52','Version 10',0,0,1,1,7,7,NULL) ,(1,11,'Home','home','','2013-10-05 18:47:02','2014-04-21 14:49:14','Version 11',0,0,1,1,7,7,NULL) ,(1,12,'Home','home','','2013-10-05 18:47:02','2014-04-21 14:51:56','Version 12',0,0,1,1,7,7,NULL) ,(1,13,'Home','home','','2013-10-05 18:47:02','2014-04-21 15:10:02','Version 13',0,0,1,1,7,7,NULL) ,(1,14,'Home','home','','2013-10-05 18:47:02','2014-04-21 15:11:02','Version 14',0,0,1,1,7,7,NULL) ,(132,2,'Contact Us','contact-us','','2013-10-05 18:47:23','2014-04-21 18:16:25','Version 2',0,0,1,1,7,6,NULL) ,(131,3,'Guestbook','guestbook','','2013-10-05 18:47:23','2014-04-21 18:18:41','Version 3',1,0,1,1,7,7,NULL) ,(132,3,'Contact Us','contact-us','','2013-10-05 18:47:23','2014-04-21 18:19:23','Version 3',1,0,1,1,7,6,NULL) ,(128,11,'About Us','about','','2013-10-05 18:47:00','2014-04-21 18:22:57','New Version 11',0,0,1,1,7,7,NULL) ,(128,12,'About Us','about','','2013-10-05 18:47:00','2014-04-21 18:25:56','Version 12',0,0,1,1,7,7,NULL) ,(128,13,'About Us','about','','2013-10-05 18:47:00','2014-04-21 18:28:01','Version 13',0,0,1,1,7,7,NULL) ,(128,14,'About Us','about','','2013-10-05 18:47:00','2014-04-21 18:32:38','Version 14',0,0,1,1,7,7,NULL) ,(128,15,'About Us','about','','2013-10-05 18:47:00','2014-04-21 19:09:48','Version 15',0,0,1,1,7,7,NULL) ,(1,15,'Home','home','','2013-10-05 18:47:02','2014-04-22 18:38:01','Version 15',0,0,1,1,7,7,NULL) ,(128,16,'About Us','about','','2013-10-05 18:47:00','2014-04-22 18:41:40','Version 16',0,0,1,1,7,7,NULL) ,(1,16,'Home','home','','2013-10-05 18:47:02','2014-04-26 17:46:39','Version 16',0,0,1,1,7,7,NULL) ,(134,2,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 08:34:57','Version 2',0,0,1,1,6,4,NULL) ,(130,3,'Blog','blog','','2013-10-05 18:47:23','2014-04-27 13:58:55','Version 3',0,0,1,1,7,4,NULL) ,(134,3,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 14:02:24','Version 3',0,0,1,NULL,9,4,NULL) ,(134,4,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 14:05:22','New Version 4',0,0,1,1,6,4,NULL) ,(130,4,'Blog','blog','','2013-10-05 18:47:23','2014-04-27 14:05:34','New Version 4',0,0,1,1,6,4,NULL) ,(130,5,'Blog','blog','','2013-10-05 18:47:23','2014-04-27 14:06:10','Version 5',0,0,1,1,8,4,NULL) ,(134,5,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 14:07:47','Version 5',0,0,1,1,5,4,NULL) ,(134,6,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 14:11:55','Version 6',0,0,1,1,7,4,NULL) ,(134,7,'Blog Archives','blog-archives','','2013-10-05 18:47:23','2014-04-27 14:12:35','Version 7',1,0,1,1,7,4,NULL) ,(130,6,'Blog','blog','','2013-10-05 18:47:23','2014-04-27 14:13:00','Version 6',0,0,1,1,7,4,NULL) ,(130,7,'Blog','blog','','2013-10-05 18:47:23','2014-04-27 14:14:11','Version 7',0,0,1,1,7,4,NULL) ,(1,17,'Home','home','','2013-10-05 18:47:02','2014-04-27 14:56:16','Version 17',0,0,1,1,7,7,NULL) ,(1,18,'Home','home','','2013-10-05 18:47:02','2014-04-27 15:18:37','Version 18',0,0,1,1,7,7,NULL) ,(1,19,'Home','home','','2013-10-05 18:47:02','2014-04-27 15:21:41','Version 19',0,0,1,1,7,7,NULL) ,(128,17,'About Us','about','','2013-10-05 18:47:00','2014-04-27 15:27:32','Version 17',0,0,1,1,7,7,NULL) ,(128,18,'About Us','about','','2013-10-05 18:47:00','2014-04-27 15:28:15','Version 18',0,0,1,1,7,7,NULL) ,(128,19,'About Us','about','','2013-10-05 18:47:00','2014-04-27 15:32:59','Version 19',0,0,1,1,7,7,NULL) ,(128,20,'About Us','about','','2013-10-05 18:47:00','2014-04-27 15:34:22','Version 20',0,0,1,1,7,7,NULL) ,(1,20,'Home','home','','2013-10-05 18:47:02','2014-04-27 15:35:31','Version 20',0,0,1,1,7,7,NULL) ,(141,3,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 08:10:23','New Version 3',0,0,1,1,7,7,NULL) ,(141,4,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 09:29:35','Version 4',0,0,1,NULL,7,7,NULL) ,(141,5,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 09:49:12','Version 5',0,0,1,1,7,7,NULL) ,(141,6,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 09:53:41','Version 6',0,0,1,1,7,7,NULL) ,(141,7,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 10:56:56','Version 7',0,0,1,1,7,7,NULL) ,(143,10,'Locations','locations','Locations','2014-04-06 15:12:00','2014-06-29 10:59:59','Version 10',0,0,1,1,7,7,NULL) ,(141,8,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 11:01:19','Version 8',0,0,1,1,7,7,NULL) ,(141,9,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 11:02:50','Version 9',0,0,1,1,7,7,NULL) ,(128,21,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:19:27','Version 21',0,0,1,1,7,7,NULL) ,(128,22,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:24:45','Version 22',0,0,1,1,7,7,NULL) ,(128,23,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:29:01','Version 23',0,0,1,1,7,7,NULL) ,(128,24,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:33:14','Version 24',0,0,1,1,7,7,NULL) ,(128,25,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:34:21','Version 25',0,0,1,NULL,7,7,NULL) ,(128,26,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:35:56','Version 26',0,0,1,1,7,7,NULL) ,(128,27,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:48:56','Version 27',0,0,1,1,7,7,NULL) ,(128,28,'About Us','about','','2013-10-05 18:47:00','2014-06-29 11:52:01','Version 28',0,0,1,1,7,7,NULL) ,(142,6,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:02:13','Version 6',0,0,1,1,7,7,NULL) ,(141,10,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 12:09:45','Version 10',0,0,1,1,7,7,NULL) ,(142,7,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:12:36','Version 7',0,0,1,1,7,7,NULL) ,(141,11,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 12:22:29','Version 11',0,0,1,1,7,7,NULL) ,(141,12,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 12:27:02','Version 12',0,0,1,1,7,7,NULL) ,(142,8,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:27:52','Version 8',0,0,1,1,7,7,NULL) ,(142,9,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:28:22','Version 9',0,0,1,1,7,7,NULL) ,(142,10,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:29:03','Version 10',0,0,1,1,7,7,NULL) ,(142,11,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-06-29 12:32:08','Version 11',0,0,1,1,7,7,NULL) ,(128,29,'About Us','about','','2013-10-05 18:47:00','2014-06-29 12:59:55','Version 29',0,0,1,1,7,7,NULL) ,(122,2,'Side Nav','side-nav',NULL,'2013-10-05 18:47:22','2014-06-29 13:01:33','New Version 2',0,0,1,1,4,1,NULL) ,(122,3,'Side Nav','side-nav',NULL,'2013-10-05 18:47:22','2014-06-29 13:03:12','New Version 3',1,0,1,1,4,1,NULL) ,(128,30,'About Us','about','','2013-10-05 18:47:00','2014-06-29 13:11:51','Version 30',0,0,1,1,7,7,NULL) ,(141,13,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 17:15:04','Version 13',0,0,1,1,7,7,NULL) ,(1,21,'Home','home','','2013-10-05 18:47:02','2014-06-29 17:57:12','Version 21',0,0,1,1,7,7,NULL) ,(1,22,'Home','home','','2013-10-05 18:47:02','2014-06-29 18:19:37','Version 22',0,0,1,1,7,7,NULL) ,(141,14,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 18:37:17','Version 14',0,0,1,1,7,7,NULL) ,(144,5,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-06-29 18:47:39','Version 5',0,0,1,1,7,7,NULL) ,(141,15,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-06-29 19:13:26','Version 15',0,0,1,1,7,7,NULL) ,(130,8,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:15:36','Version 8',0,0,1,1,7,4,NULL) ,(130,9,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:17:38','Version 9',0,0,1,1,7,4,NULL) ,(130,10,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:18:46','Version 10',0,0,1,1,7,4,NULL) ,(130,11,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:19:42','Version 11',0,0,1,1,7,4,NULL) ,(130,12,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:20:27','Version 12',0,0,1,1,7,4,NULL) ,(130,13,'Blog','blog','','2013-10-05 18:47:23','2014-06-29 19:24:09','Version 13',1,0,1,1,7,4,NULL) ,(1,23,'Home','home','','2013-10-05 18:47:02','2014-07-05 08:00:02','Version 23',0,0,1,1,7,7,NULL) ,(141,16,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-07-05 08:10:12','Version 16',0,0,1,1,7,7,NULL) ,(146,1,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-06 03:35:33','Initial Version',0,0,1,1,7,5,NULL) ,(141,17,'Services','service-plans','service plans','2014-04-06 14:34:00','2014-07-06 05:18:45','Version 17',0,0,1,1,7,7,NULL) ,(128,31,'About Us','about','','2013-10-05 18:47:00','2014-07-06 05:22:03','Version 31',0,0,1,1,7,7,NULL) ,(128,32,'About Us','about','','2013-10-05 18:47:00','2014-07-06 05:23:37','Version 32',0,0,1,1,7,7,NULL) ,(142,12,'Facilities','facilities','facilities','2014-04-06 14:57:00','2014-07-06 05:33:44','Version 12',1,0,1,1,7,7,NULL) ,(1,24,'Home','home','','2013-10-05 18:47:02','2014-07-06 06:15:14','Version 24',1,0,1,1,7,7,NULL) ,(144,6,'FAQs','faqs','Faqs','2014-04-06 15:30:00','2014-07-06 06:24:17','Version 6',1,0,1,1,7,7,NULL) ,(143,11,'Locations','locations','Locations','2014-04-06 15:12:00','2014-07-06 06:31:20','Version 11',0,0,1,1,7,7,NULL) ,(143,12,'Locations','locations','Locations','2014-04-06 15:12:00','2014-07-06 06:33:08','Version 12',1,0,1,1,7,7,NULL) ,(146,2,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 07:02:05','Version 2',0,0,1,1,7,5,NULL) ,(128,33,'About Us','about','','2013-10-05 18:47:00','2014-07-13 07:03:59','Version 33',0,0,1,1,7,7,NULL) ,(128,34,'About Us','about','','2013-10-05 18:47:00','2014-07-13 07:05:47','Version 34',1,0,1,1,7,7,NULL) ,(146,3,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 07:12:28','Version 3',0,0,1,1,7,5,NULL) ,(146,4,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 08:16:53','Version 4',0,0,1,1,7,5,NULL) ,(146,5,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 08:32:42','Version 5',0,0,1,1,7,5,NULL) ,(146,6,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 12:25:42','Version 6',0,0,1,1,7,5,NULL) ,(146,7,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 12:42:25','Version 7',0,0,1,1,7,5,NULL) ,(146,8,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 12:59:05','Version 8',0,0,1,1,7,5,NULL) ,(146,9,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 18:10:05','Version 9',0,0,1,1,7,5,NULL) ,(146,10,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 18:20:07','Version 10',0,0,1,1,7,5,NULL) ,(146,11,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 18:24:54','Version 11',0,0,1,1,7,5,NULL) ,(146,12,'Events','events','Events and pictures','2014-07-06 03:35:00','2014-07-13 18:31:38','Version 12',0,0,1,1,7,5,NULL) ,(146,13,'Gallery','gallery','Gallery of Events and Pictures','2014-07-06 03:35:00','2014-07-13 18:37:20','New Version 13',0,0,1,1,7,5,NULL) ,(141,18,'Services','services','service plans','2014-04-06 14:34:00','2014-07-13 18:37:48','New Version 18',1,0,1,1,7,7,NULL) ,(146,14,'Gallery','gallery','Gallery of Events and Pictures','2014-07-06 03:35:00','2014-07-13 18:39:25','Version 14',0,0,1,1,7,5,NULL) ,(146,15,'Gallery','gallery','Gallery of Events and Pictures','2014-07-06 03:35:00','2014-07-13 18:54:45','Version 15',0,0,1,1,7,5,NULL) ,(146,16,'Gallery','gallery','Gallery of Events and Pictures','2014-07-06 03:35:00','2014-07-13 19:00:59','Version 16',1,0,1,1,7,5,NULL); DROP TABLE IF EXISTS Collections; CREATE TABLE IF NOT EXISTS `Collections` ( `cID` int(10) unsigned NOT NULL AUTO_INCREMENT, `cDateAdded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `cDateModified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `cHandle` varchar(255) DEFAULT NULL, PRIMARY KEY (`cID`), KEY `cDateModified` (`cDateModified`), KEY `cDateAdded` (`cDateAdded`) ) ENGINE=MyISAM AUTO_INCREMENT=147 DEFAULT CHARSET=utf8; INSERT INTO Collections VALUES(1,'2013-10-05 18:47:02','2014-07-06 06:15:20','home') ,(2,'2013-10-05 18:47:06','2013-10-05 18:47:06','dashboard') ,(3,'2013-10-05 18:47:06','2013-10-05 18:47:06','composer') ,(4,'2013-10-05 18:47:06','2013-10-05 18:47:06','write') ,(5,'2013-10-05 18:47:06','2013-10-05 18:47:07','drafts') ,(6,'2013-10-05 18:47:07','2013-10-05 18:47:07','sitemap') ,(7,'2013-10-05 18:47:07','2013-10-05 18:47:07','full') ,(8,'2013-10-05 18:47:07','2013-10-05 18:47:07','explore') ,(9,'2013-10-05 18:47:07','2013-10-05 18:47:07','search') ,(10,'2013-10-05 18:47:07','2013-10-05 18:47:07','files') ,(11,'2013-10-05 18:47:07','2013-10-05 18:47:07','search') ,(12,'2013-10-05 18:47:07','2013-10-05 18:47:07','attributes') ,(13,'2013-10-05 18:47:07','2013-10-05 18:47:07','sets') ,(14,'2013-10-05 18:47:07','2013-10-05 18:47:07','add_set') ,(15,'2013-10-05 18:47:07','2013-10-05 18:47:07','users') ,(16,'2013-10-05 18:47:08','2013-10-05 18:47:08','search') ,(17,'2013-10-05 18:47:08','2013-10-05 18:47:08','groups') ,(18,'2013-10-05 18:47:08','2013-10-05 18:47:08','attributes') ,(19,'2013-10-05 18:47:08','2013-10-05 18:47:08','add') ,(20,'2013-10-05 18:47:08','2013-10-05 18:47:08','add_group') ,(21,'2013-10-05 18:47:08','2013-10-05 18:47:08','group_sets') ,(22,'2013-10-05 18:47:08','2013-10-05 18:47:08','reports') ,(23,'2013-10-05 18:47:08','2013-10-05 18:47:08','statistics') ,(24,'2013-10-05 18:47:08','2013-10-05 18:47:08','forms') ,(25,'2013-10-05 18:47:08','2013-10-05 18:47:08','surveys') ,(26,'2013-10-05 18:47:08','2013-10-05 18:47:08','logs') ,(27,'2013-10-05 18:47:08','2013-10-05 18:47:08','pages') ,(28,'2013-10-05 18:47:08','2013-10-05 18:47:08','themes') ,(29,'2013-10-05 18:47:08','2013-10-05 18:47:08','add') ,(30,'2013-10-05 18:47:08','2013-10-05 18:47:08','inspect') ,(31,'2013-10-05 18:47:08','2013-10-05 18:47:08','customize') ,(32,'2013-10-05 18:47:08','2013-10-05 18:47:08','types') ,(33,'2013-10-05 18:47:08','2013-10-05 18:47:08','add') ,(34,'2013-10-05 18:47:08','2013-10-05 18:47:08','attributes') ,(35,'2013-10-05 18:47:08','2013-10-05 18:47:08','single') ,(36,'2013-10-05 18:47:08','2013-10-05 18:47:09','workflow') ,(37,'2013-10-05 18:47:09','2013-10-05 18:47:09','list') ,(38,'2013-10-05 18:47:09','2013-10-05 18:47:09','me') ,(39,'2013-10-05 18:47:09','2013-10-05 18:47:09','blocks') ,(40,'2013-10-05 18:47:09','2013-10-05 18:47:09','stacks') ,(41,'2013-10-05 18:47:09','2013-10-05 18:47:09','permissions') ,(42,'2013-10-05 18:47:09','2013-10-05 18:47:09','list') ,(43,'2013-10-05 18:47:09','2013-10-05 18:47:09','types') ,(44,'2013-10-05 18:47:09','2013-10-05 18:47:09','extend') ,(45,'2013-10-05 18:47:09','2013-10-05 18:47:09','news') ,(46,'2013-10-05 18:47:09','2013-10-05 18:47:09','install') ,(47,'2013-10-05 18:47:09','2013-10-05 18:47:09','update') ,(48,'2013-10-05 18:47:09','2013-10-05 18:47:09','connect') ,(49,'2013-10-05 18:47:09','2013-10-05 18:47:09','themes') ,(50,'2013-10-05 18:47:09','2013-10-05 18:47:09','add-ons') ,(51,'2013-10-05 18:47:09','2013-10-05 18:47:09','system') ,(52,'2013-10-05 18:47:09','2013-10-05 18:47:09','basics') ,(53,'2013-10-05 18:47:09','2013-10-05 18:47:10','site_name') ,(54,'2013-10-05 18:47:10','2013-10-05 18:47:10','icons') ,(55,'2013-10-05 18:47:10','2013-10-05 18:47:10','editor') ,(56,'2013-10-05 18:47:10','2013-10-05 18:47:10','multilingual') ,(57,'2013-10-05 18:47:10','2013-10-05 18:47:10','timezone') ,(58,'2013-10-05 18:47:10','2013-10-05 18:47:10','interface') ,(59,'2013-10-05 18:47:10','2013-10-05 18:47:10','seo') ,(60,'2013-10-05 18:47:10','2013-10-05 18:47:10','urls') ,(61,'2013-10-05 18:47:10','2013-10-05 18:47:10','bulk_seo_tool') ,(62,'2013-10-05 18:47:10','2013-10-05 18:47:10','tracking_codes') ,(63,'2013-10-05 18:47:10','2013-10-05 18:47:10','excluded') ,(64,'2013-10-05 18:47:10','2013-10-05 18:47:10','statistics') ,(65,'2013-10-05 18:47:10','2013-10-05 18:47:10','search_index') ,(66,'2013-10-05 18:47:10','2013-10-05 18:47:10','optimization') ,(67,'2013-10-05 18:47:10','2013-10-05 18:47:10','cache') ,(68,'2013-10-05 18:47:10','2013-10-05 18:47:10','clear_cache') ,(69,'2013-10-05 18:47:10','2013-10-05 18:47:10','jobs') ,(70,'2013-10-05 18:47:10','2013-10-05 18:47:10','permissions') ,(71,'2013-10-05 18:47:10','2013-10-05 18:47:10','site') ,(72,'2013-10-05 18:47:10','2013-10-05 18:47:11','files') ,(73,'2013-10-05 18:47:11','2013-10-05 18:47:11','file_types') ,(74,'2013-10-05 18:47:11','2013-10-05 18:47:11','tasks') ,(75,'2013-10-05 18:47:11','2013-10-05 18:47:11','users') ,(76,'2013-10-05 18:47:11','2013-10-05 18:47:11','advanced') ,(77,'2013-10-05 18:47:11','2013-10-05 18:47:11','ip_blacklist') ,(78,'2013-10-05 18:47:11','2013-10-05 18:47:11','captcha') ,(79,'2013-10-05 18:47:11','2013-10-05 18:47:11','antispam') ,(80,'2013-10-05 18:47:11','2013-10-05 18:47:11','maintenance_mode') ,(81,'2013-10-05 18:47:11','2013-10-05 18:47:11','registration') ,(82,'2013-10-05 18:47:11','2013-10-05 18:47:11','postlogin') ,(83,'2013-10-05 18:47:11','2013-10-05 18:47:11','profiles') ,(84,'2013-10-05 18:47:11','2013-10-05 18:47:11','public_registration') ,(85,'2013-10-05 18:47:11','2013-10-05 18:47:11','mail') ,(86,'2013-10-05 18:47:11','2013-10-05 18:47:11','method') ,(87,'2013-10-05 18:47:11','2013-10-05 18:47:11','importers') ,(88,'2013-10-05 18:47:11','2013-10-05 18:47:11','attributes') ,(89,'2013-10-05 18:47:11','2013-10-05 18:47:11','sets') ,(90,'2013-10-05 18:47:11','2013-10-05 18:47:11','types') ,(91,'2013-10-05 18:47:11','2013-10-05 18:47:11','environment') ,(92,'2013-10-05 18:47:11','2013-10-05 18:47:11','info') ,(93,'2013-10-05 18:47:11','2013-10-05 18:47:11','debug') ,(94,'2013-10-05 18:47:11','2013-10-05 18:47:11','logging') ,(95,'2013-10-05 18:47:11','2013-10-05 18:47:11','file_storage_locations') ,(96,'2013-10-05 18:47:11','2013-10-05 18:47:12','proxy') ,(97,'2013-10-05 18:47:12','2013-10-05 18:47:12','backup_restore') ,(98,'2013-10-05 18:47:12','2013-10-05 18:47:12','backup') ,(99,'2013-10-05 18:47:12','2013-10-05 18:47:12','update') ,(100,'2013-10-05 18:47:12','2013-10-05 18:47:12','database') ,(101,'2013-10-05 18:47:12','2013-10-05 18:47:12','composer') ,(102,'2013-10-05 18:47:12','2013-10-05 18:47:12',NULL) ,(103,'2013-10-05 18:47:12','2013-10-05 18:47:12',NULL) ,(104,'2013-10-05 18:47:12','2013-10-05 18:47:12',NULL) ,(105,'2013-10-05 18:47:12','2013-10-05 18:47:12','welcome') ,(106,'2013-10-05 18:47:12','2013-10-05 18:47:12','home') ,(107,'2013-10-05 18:47:19','2013-10-05 18:47:19','!drafts') ,(108,'2013-10-05 18:47:19','2013-10-05 18:47:19','!trash') ,(109,'2013-10-05 18:47:19','2013-10-05 18:47:19','!stacks') ,(110,'2013-10-05 18:47:19','2013-10-05 18:47:19','login') ,(111,'2013-10-05 18:47:19','2013-10-05 18:47:19','register') ,(112,'2013-10-05 18:47:19','2013-10-05 18:47:19','profile') ,(113,'2013-10-05 18:47:19','2013-10-05 18:47:19','edit') ,(114,'2013-10-05 18:47:19','2013-10-05 18:47:19','avatar') ,(115,'2013-10-05 18:47:19','2013-10-05 18:47:19','messages') ,(116,'2013-10-05 18:47:19','2013-10-05 18:47:19','friends') ,(117,'2013-10-05 18:47:19','2013-10-05 18:47:19','page_not_found') ,(118,'2013-10-05 18:47:19','2013-10-05 18:47:19','page_forbidden') ,(119,'2013-10-05 18:47:19','2013-10-05 18:47:19','download_file') ,(120,'2013-10-05 18:47:19','2013-10-05 18:47:19','members') ,(121,'2013-10-05 18:47:22','2014-03-29 10:35:48','header-nav') ,(122,'2013-10-05 18:47:22','2014-06-29 13:03:13','side-nav') ,(123,'2013-10-05 18:47:22','2014-03-29 10:35:49','site-name') ,(124,'2013-10-05 18:47:23','2013-10-05 18:47:23',NULL) ,(125,'2013-10-05 18:47:23','2013-10-05 18:47:23',NULL) ,(126,'2013-10-05 18:47:23','2013-10-05 18:47:23',NULL) ,(127,'2013-10-05 18:47:23','2013-10-05 18:47:23',NULL) ,(128,'2013-10-05 18:47:23','2014-07-13 07:05:58','about') ,(129,'2013-10-05 18:47:23','2014-04-06 15:14:41','search') ,(130,'2013-10-05 18:47:23','2014-06-29 19:25:41','blog') ,(131,'2013-10-05 18:47:23','2014-04-21 18:18:49','guestbook') ,(132,'2013-10-05 18:47:23','2014-04-21 18:21:50','contact-us') ,(133,'2013-10-05 18:47:23','2014-04-27 14:05:07','hello-world') ,(134,'2013-10-05 18:47:23','2014-04-27 14:12:41','blog-archives') ,(135,'2014-04-06 12:29:22','2014-04-06 15:22:14','who-are-we') ,(136,'2014-04-06 13:18:53','2014-04-06 13:19:05','') ,(137,'2014-04-06 13:21:04','2014-04-06 14:04:06','') ,(138,'2014-04-06 13:25:44','2014-04-06 13:26:09','') ,(139,'2014-04-06 13:31:14','2014-04-06 13:58:18','') ,(140,'2014-04-06 14:03:35','2014-04-06 14:03:45','') ,(141,'2014-04-06 14:34:49','2014-07-13 18:37:49','service-plans') ,(142,'2014-04-06 14:58:05','2014-07-06 06:04:21','facilities') ,(143,'2014-04-06 15:12:33','2014-07-06 06:33:22','locations') ,(144,'2014-04-06 15:30:39','2014-07-06 06:28:18','faqs') ,(145,'2014-04-06 15:56:35','2014-04-21 06:17:35','terms-and-conditions') ,(146,'2014-07-06 03:35:33','2014-07-13 19:01:33','events'); DROP TABLE IF EXISTS ComposerContentLayout; CREATE TABLE IF NOT EXISTS `ComposerContentLayout` ( `cclID` int(10) unsigned NOT NULL AUTO_INCREMENT, `bID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', `displayOrder` int(10) unsigned NOT NULL DEFAULT '0', `ctID` int(10) unsigned NOT NULL DEFAULT '0', `ccFilename` varchar(128) DEFAULT NULL, PRIMARY KEY (`cclID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; INSERT INTO ComposerContentLayout VALUES(1,16,0,1,4,'header.php') ,(2,15,0,2,4,'thumbnail.php') ,(3,13,0,3,4,'') ,(4,0,15,4,4,NULL); DROP TABLE IF EXISTS ComposerDrafts; CREATE TABLE IF NOT EXISTS `ComposerDrafts` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cpPublishParentID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO ComposerDrafts VALUES(136,130) ,(137,130) ,(138,130) ,(139,130) ,(140,130); DROP TABLE IF EXISTS ComposerTypes; CREATE TABLE IF NOT EXISTS `ComposerTypes` ( `ctID` int(10) unsigned NOT NULL DEFAULT '0', `ctComposerPublishPageMethod` varchar(64) NOT NULL DEFAULT 'CHOOSE', `ctComposerPublishPageTypeID` int(10) unsigned NOT NULL DEFAULT '0', `ctComposerPublishPageParentID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ctID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO ComposerTypes VALUES(4,'PARENT',0,130); DROP TABLE IF EXISTS Config; CREATE TABLE IF NOT EXISTS `Config` ( `cfKey` varchar(64) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `cfValue` longtext, `uID` int(10) unsigned NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cfKey`,`uID`), KEY `uID` (`uID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO Config VALUES('ACCESS_ENTITY_UPDATED','2013-10-05 18:47:20','1381020440',0,0) ,('SITE_DEBUG_LEVEL','2013-10-05 18:47:20','1',0,0) ,('ENABLE_LOG_EMAILS','2013-10-05 18:47:20','1',0,0) ,('ENABLE_LOG_ERRORS','2013-10-05 18:47:20','1',0,0) ,('FULL_PAGE_CACHE_GLOBAL','2014-09-01 17:35:11','0',0,0) ,('ENABLE_MARKETPLACE_SUPPORT','2013-10-05 18:47:20','1',0,0) ,('ANTISPAM_LOG_SPAM','2013-10-05 18:47:20','1',0,0) ,('ENABLE_BLOCK_CACHE','2014-09-01 17:35:11','0',0,0) ,('ENABLE_OVERRIDE_CACHE','2014-09-01 17:35:11','0',0,0) ,('SITE','2013-10-05 18:47:25','Diamond Citizen',0,0) ,('SITE_APP_VERSION','2013-10-05 18:47:25','5.6.2.1',0,0) ,('SITE_INSTALLED_APP_VERSION','2013-10-05 18:47:25','5.6.2.1',0,0) ,('NEWSFLOW_LAST_VIEWED','2014-09-01 17:31:12','1409614272',1,0) ,('APP_VERSION_LATEST','2014-09-01 17:31:13','5.6.3.1',0,0) ,('SEEN_INTRODUCTION','2013-10-05 18:49:11','1',0,0) ,('MARKETPLACE_SITE_TOKEN','2013-10-05 18:58:47','lfyjAQvfyFK78a6lcStGhWCAti5JMrZLVyoIqMFSwCv8vt1kI6JsZQSrLCY0F5Vx',0,0) ,('MARKETPLACE_SITE_URL_TOKEN','2013-10-05 18:58:47','qlm1itb3bdn2jtiyxmbnsejq',0,0) ,('DO_PAGE_REINDEX_CHECK','2014-07-13 19:01:36','0',0,0) ,('QUICK_NAV_BOOKMARKS','2013-10-05 20:20:03','O:21:\"ConcreteDashboardMenu\":1:{s:8:\"\0*\0items\";a:8:{i:0;s:25:\"/dashboard/composer/write\";i:1;s:26:\"/dashboard/composer/drafts\";i:2;s:23:\"/dashboard/sitemap/full\";i:3;s:25:\"/dashboard/sitemap/search\";i:5;s:21:\"/dashboard/files/sets\";i:6;s:29:\"/dashboard/reports/statistics\";i:7;s:24:\"/dashboard/reports/forms\";i:8;s:23:\"/dashboard/files/search\";}}',1,0) ,('FULL_PAGE_CACHE_LIFETIME','2014-09-01 17:35:11','default',0,0) ,('FULL_PAGE_CACHE_LIFETIME_CUSTOM','2014-09-01 17:35:11',NULL,0,0); DROP TABLE IF EXISTS CustomStylePresets; CREATE TABLE IF NOT EXISTS `CustomStylePresets` ( `cspID` int(10) unsigned NOT NULL AUTO_INCREMENT, `cspName` varchar(255) NOT NULL, `csrID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cspID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO CustomStylePresets VALUES(1,'menu',1) ,(2,'mymenu',5) ,(3,'right nav',14); DROP TABLE IF EXISTS CustomStyleRules; CREATE TABLE IF NOT EXISTS `CustomStyleRules` ( `csrID` int(10) unsigned NOT NULL AUTO_INCREMENT, `css_id` varchar(128) DEFAULT NULL, `css_class` varchar(128) DEFAULT NULL, `css_serialized` text, `css_custom` text, PRIMARY KEY (`csrID`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; INSERT INTO CustomStyleRules VALUES(1,'','','a:20:{s:11:\"font_family\";s:7:\"Georgia\";s:5:\"color\";s:7:\"#000000\";s:9:\"font_size\";s:2:\"12\";s:11:\"line_height\";s:2:\"16\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:1:\"5\";s:12:\"margin_right\";s:1:\"5\";s:13:\"margin_bottom\";s:1:\"5\";s:11:\"margin_left\";s:1:\"5\";s:11:\"padding_top\";s:1:\"5\";s:13:\"padding_right\";s:1:\"5\";s:14:\"padding_bottom\";s:1:\"5\";s:12:\"padding_left\";s:1:\"5\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','') ,(2,'navbar','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','float:left;') ,(3,'navlist','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','#navlist li\r\n{\r\ndisplay: inline;\r\nlist-style-type: none;\r\npadding-right: 20px;\r\n}') ,(4,'navlist','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:1:\"3\";s:12:\"margin_right\";s:1:\"3\";s:13:\"margin_bottom\";s:1:\"3\";s:11:\"margin_left\";s:1:\"3\";s:11:\"padding_top\";s:1:\"3\";s:13:\"padding_right\";s:1:\"3\";s:14:\"padding_bottom\";s:1:\"3\";s:12:\"padding_left\";s:1:\"3\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','#navlist li\r\n{\r\ndisplay: in-line;\r\nlist-style-type: none;\r\npadding-right: 20px;\r\n}') ,(5,'','','a:20:{s:11:\"font_family\";s:7:\"Georgia\";s:5:\"color\";s:7:\"#000000\";s:9:\"font_size\";s:2:\"12\";s:11:\"line_height\";s:2:\"16\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:1:\"5\";s:12:\"margin_right\";s:1:\"5\";s:13:\"margin_bottom\";s:1:\"5\";s:11:\"margin_left\";s:1:\"5\";s:11:\"padding_top\";s:1:\"5\";s:13:\"padding_right\";s:1:\"5\";s:14:\"padding_bottom\";s:1:\"5\";s:12:\"padding_left\";s:1:\"5\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','float:left; display:inline; width:600px;') ,(6,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(7,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(8,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:2:\"30\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(9,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:4:\"30px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(10,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"20px\";s:11:\"line_height\";s:4:\"30px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(11,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"30px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(12,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(13,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','') ,(14,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:7:\"#ffffff\";s:9:\"font_size\";s:2:\"12\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','') ,(15,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','') ,(16,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}','') ,(17,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','display:block;') ,(18,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','display:block') ,(19,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-x\";}','display:block') ,(20,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block') ,(21,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block') ,(22,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block') ,(23,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block') ,(24,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block') ,(25,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:none;') ,(26,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"10px\";s:11:\"line_height\";s:4:\"10px\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block; line-height:14px; float:left;') ,(27,'','','a:20:{s:11:\"font_family\";s:5:\"Arial\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:4:\"12px\";s:11:\"line_height\";s:4:\"16px\";s:10:\"text_align\";s:4:\"left\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"left\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:1:\"2\";s:13:\"padding_right\";s:1:\"2\";s:14:\"padding_bottom\";s:1:\"2\";s:12:\"padding_left\";s:1:\"2\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:8:\"repeat-y\";}','display:block; line-height:14px; float:left;') ,(28,'','','a:20:{s:11:\"font_family\";s:7:\"inherit\";s:5:\"color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:10:\"text_align\";s:6:\"center\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:4:\"none\";s:12:\"border_color\";s:0:\"\";s:12:\"border_width\";s:1:\"0\";s:15:\"border_position\";s:4:\"full\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";s:16:\"background_image\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";}',''); DROP TABLE IF EXISTS DownloadStatistics; CREATE TABLE IF NOT EXISTS `DownloadStatistics` ( `dsID` int(10) unsigned NOT NULL AUTO_INCREMENT, `fID` int(10) unsigned NOT NULL, `fvID` int(10) unsigned NOT NULL, `uID` int(10) unsigned NOT NULL, `rcID` int(10) unsigned NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`dsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileAttributeValues; CREATE TABLE IF NOT EXISTS `FileAttributeValues` ( `fID` int(10) unsigned NOT NULL DEFAULT '0', `fvID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', `avID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fID`,`fvID`,`akID`,`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO FileAttributeValues VALUES(1,1,12,120) ,(1,1,13,121) ,(2,1,12,122) ,(2,1,13,123) ,(3,1,12,124) ,(3,1,13,125) ,(4,1,12,126) ,(4,1,13,127) ,(5,1,12,128) ,(5,1,13,129) ,(6,1,12,130) ,(6,1,13,131) ,(7,1,12,132) ,(7,1,13,133) ,(8,1,12,134) ,(8,1,13,135) ,(10,1,12,152) ,(10,1,13,153) ,(11,1,12,156) ,(11,1,13,157) ,(11,2,12,174) ,(11,2,13,175) ,(12,1,12,158) ,(12,1,13,159) ,(12,2,12,178) ,(12,2,13,179) ,(12,3,12,180) ,(12,3,13,181) ,(13,1,12,160) ,(13,1,13,161) ,(13,2,12,176) ,(13,2,13,177) ,(14,1,12,162) ,(14,1,13,163) ,(15,1,12,164) ,(15,1,13,165) ,(16,1,12,166) ,(16,1,13,167) ,(17,1,12,168) ,(17,1,13,169) ,(17,2,12,172) ,(17,2,13,173) ,(18,1,12,170) ,(18,1,13,171) ,(19,1,12,182) ,(19,1,13,183) ,(20,1,12,184) ,(20,1,13,185) ,(21,1,12,186) ,(21,1,13,187) ,(22,1,12,188) ,(22,1,13,189) ,(23,1,12,190) ,(23,1,13,191) ,(24,1,12,192) ,(24,1,13,193) ,(25,1,12,194) ,(25,1,13,195) ,(26,1,12,196) ,(26,1,13,197) ,(27,1,12,198) ,(27,1,13,199) ,(28,1,12,200) ,(28,1,13,201) ,(29,1,12,202) ,(29,1,13,203) ,(30,1,12,204) ,(30,1,13,205); DROP TABLE IF EXISTS FilePermissionAssignments; CREATE TABLE IF NOT EXISTS `FilePermissionAssignments` ( `fID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fID`,`paID`,`pkID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FilePermissionFileTypes; CREATE TABLE IF NOT EXISTS `FilePermissionFileTypes` ( `fsID` int(10) unsigned NOT NULL DEFAULT '0', `gID` int(10) unsigned NOT NULL DEFAULT '0', `uID` int(10) unsigned NOT NULL DEFAULT '0', `extension` varchar(32) NOT NULL, PRIMARY KEY (`fsID`,`gID`,`uID`,`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileSearchIndexAttributes; CREATE TABLE IF NOT EXISTS `FileSearchIndexAttributes` ( `fID` int(11) unsigned NOT NULL DEFAULT '0', `ak_width` decimal(14,4) DEFAULT '0.0000', `ak_height` decimal(14,4) DEFAULT '0.0000', `ak_duration` decimal(14,4) DEFAULT '0.0000', PRIMARY KEY (`fID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO FileSearchIndexAttributes VALUES(1,960.0000,212.0000,0.0000) ,(2,960.0000,212.0000,0.0000) ,(3,960.0000,212.0000,0.0000) ,(4,960.0000,212.0000,0.0000) ,(5,150.0000,150.0000,0.0000) ,(6,960.0000,212.0000,0.0000) ,(7,960.0000,212.0000,0.0000) ,(8,960.0000,212.0000,0.0000) ,(19,596.0000,447.0000,0.0000) ,(10,392.0000,427.0000,0.0000) ,(11,341.0000,591.0000,0.0000) ,(12,488.0000,382.0000,0.0000) ,(13,420.0000,303.0000,0.0000) ,(14,600.0000,600.0000,0.0000) ,(15,609.0000,486.0000,0.0000) ,(16,575.0000,525.0000,0.0000) ,(17,348.0000,306.0000,0.0000) ,(18,709.0000,564.0000,0.0000) ,(20,600.0000,450.0000,0.0000) ,(21,600.0000,450.0000,0.0000) ,(22,600.0000,450.0000,0.0000) ,(23,600.0000,450.0000,0.0000) ,(24,600.0000,450.0000,0.0000) ,(25,400.0000,300.0000,0.0000) ,(26,450.0000,338.0000,0.0000) ,(27,450.0000,338.0000,0.0000) ,(28,450.0000,338.0000,0.0000) ,(29,450.0000,338.0000,0.0000) ,(30,450.0000,338.0000,0.0000); DROP TABLE IF EXISTS FileSetFiles; CREATE TABLE IF NOT EXISTS `FileSetFiles` ( `fsfID` int(10) unsigned NOT NULL AUTO_INCREMENT, `fID` int(10) unsigned NOT NULL, `fsID` int(10) unsigned NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `fsDisplayOrder` int(10) unsigned NOT NULL, PRIMARY KEY (`fsfID`), KEY `fID` (`fID`), KEY `fsID` (`fsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileSetPermissionAssignments; CREATE TABLE IF NOT EXISTS `FileSetPermissionAssignments` ( `fsID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fsID`,`paID`,`pkID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO FileSetPermissionAssignments VALUES(0,43,35) ,(0,44,36) ,(0,45,37) ,(0,46,38) ,(0,47,39) ,(0,48,40) ,(0,49,42) ,(0,50,41) ,(0,51,43); DROP TABLE IF EXISTS FileSetPermissionFileTypeAccessList; CREATE TABLE IF NOT EXISTS `FileSetPermissionFileTypeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileSetPermissionFileTypeAccessListCustom; CREATE TABLE IF NOT EXISTS `FileSetPermissionFileTypeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `extension` varchar(64) NOT NULL, PRIMARY KEY (`paID`,`peID`,`extension`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileSetSavedSearches; CREATE TABLE IF NOT EXISTS `FileSetSavedSearches` ( `fsID` int(10) unsigned NOT NULL DEFAULT '0', `fsSearchRequest` text, `fsResultColumns` text, PRIMARY KEY (`fsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileSets; CREATE TABLE IF NOT EXISTS `FileSets` ( `fsID` int(10) unsigned NOT NULL AUTO_INCREMENT, `fsName` varchar(64) NOT NULL, `uID` int(10) unsigned NOT NULL DEFAULT '0', `fsType` int(4) NOT NULL, `fsOverrideGlobalPermissions` int(4) DEFAULT NULL, PRIMARY KEY (`fsID`), KEY `fsOverrideGlobalPermissions` (`fsOverrideGlobalPermissions`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileStorageLocations; CREATE TABLE IF NOT EXISTS `FileStorageLocations` ( `fslID` int(10) unsigned NOT NULL DEFAULT '0', `fslName` varchar(255) NOT NULL, `fslDirectory` varchar(255) NOT NULL, PRIMARY KEY (`fslID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS FileVersionLog; CREATE TABLE IF NOT EXISTS `FileVersionLog` ( `fvlID` int(10) unsigned NOT NULL AUTO_INCREMENT, `fID` int(10) unsigned NOT NULL DEFAULT '0', `fvID` int(10) unsigned NOT NULL DEFAULT '0', `fvUpdateTypeID` int(3) unsigned NOT NULL DEFAULT '0', `fvUpdateTypeAttributeID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fvlID`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8; INSERT INTO FileVersionLog VALUES(1,1,1,5,12) ,(2,1,1,5,13) ,(3,2,1,5,12) ,(4,2,1,5,13) ,(5,3,1,5,12) ,(6,3,1,5,13) ,(7,4,1,5,12) ,(8,4,1,5,13) ,(9,5,1,5,12) ,(10,5,1,5,13) ,(11,6,1,5,12) ,(12,6,1,5,13) ,(13,7,1,5,12) ,(14,7,1,5,13) ,(15,8,1,5,12) ,(16,8,1,5,13) ,(44,11,2,5,12) ,(43,11,2,1,0) ,(19,10,1,5,12) ,(20,10,1,5,13) ,(42,17,2,5,13) ,(41,17,2,5,12) ,(40,17,2,1,0) ,(24,11,1,5,12) ,(25,11,1,5,13) ,(26,12,1,5,12) ,(27,12,1,5,13) ,(28,13,1,5,12) ,(29,13,1,5,13) ,(30,14,1,5,12) ,(31,14,1,5,13) ,(32,15,1,5,12) ,(33,15,1,5,13) ,(34,16,1,5,12) ,(35,16,1,5,13) ,(36,17,1,5,12) ,(37,17,1,5,13) ,(38,18,1,5,12) ,(39,18,1,5,13) ,(45,11,2,5,13) ,(46,13,2,1,0) ,(47,13,2,5,12) ,(48,13,2,5,13) ,(49,12,2,1,0) ,(50,12,2,5,12) ,(51,12,2,5,13) ,(52,12,3,1,0) ,(53,12,3,5,12) ,(54,12,3,5,13) ,(55,19,1,5,12) ,(56,19,1,5,13) ,(57,20,1,5,12) ,(58,20,1,5,13) ,(59,21,1,5,12) ,(60,21,1,5,13) ,(61,22,1,5,12) ,(62,22,1,5,13) ,(63,23,1,5,12) ,(64,23,1,5,13) ,(65,24,1,5,12) ,(66,24,1,5,13) ,(67,25,1,5,12) ,(68,25,1,5,13) ,(69,26,1,5,12) ,(70,26,1,5,13) ,(71,27,1,5,12) ,(72,27,1,5,13) ,(73,28,1,5,12) ,(74,28,1,5,13) ,(75,29,1,5,12) ,(76,29,1,5,13) ,(77,30,1,5,12) ,(78,30,1,5,13); DROP TABLE IF EXISTS FileVersions; CREATE TABLE IF NOT EXISTS `FileVersions` ( `fID` int(10) unsigned NOT NULL DEFAULT '0', `fvID` int(10) unsigned NOT NULL DEFAULT '0', `fvFilename` varchar(255) NOT NULL, `fvPrefix` varchar(12) DEFAULT NULL, `fvGenericType` int(3) unsigned NOT NULL DEFAULT '0', `fvSize` int(20) unsigned NOT NULL DEFAULT '0', `fvTitle` varchar(255) DEFAULT NULL, `fvDescription` text, `fvTags` varchar(255) DEFAULT NULL, `fvIsApproved` int(10) unsigned NOT NULL DEFAULT '1', `fvDateAdded` datetime DEFAULT NULL, `fvApproverUID` int(10) unsigned NOT NULL DEFAULT '0', `fvAuthorUID` int(10) unsigned NOT NULL DEFAULT '0', `fvActivateDatetime` datetime DEFAULT NULL, `fvHasThumbnail1` int(1) NOT NULL DEFAULT '0', `fvHasThumbnail2` int(1) NOT NULL DEFAULT '0', `fvHasThumbnail3` int(1) NOT NULL DEFAULT '0', `fvExtension` varchar(32) DEFAULT NULL, `fvType` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fID`,`fvID`), KEY `fvExtension` (`fvType`), KEY `fvTitle` (`fvTitle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO FileVersions VALUES(1,1,'europe_germany_munich_arch.jpg','201381020440',1,229235,'europe_germany_munich_arch.jpg','','',1,'2013-10-05 18:47:20',1,1,'2013-10-05 18:47:20',1,1,0,'jpg',1) ,(2,1,'europe_rotterdam_port.jpg','271381020441',1,203784,'europe_rotterdam_port.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(3,1,'europe_england_stonehenge.jpg','201381020441',1,286856,'europe_england_stonehenge.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(4,1,'northern_az_lake_powell_house_boats.jpg','221381020441',1,226976,'northern_az_lake_powell_house_boats.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(5,1,'sh_thumbnail.jpg','561381020441',1,15243,'sh_thumbnail.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(6,1,'europe_spain_grenada_alhambra.jpg','901381020441',1,320805,'europe_spain_grenada_alhambra.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(7,1,'england_village.jpg','371381020441',1,333117,'england_village.jpg','','',1,'2013-10-05 18:47:21',1,1,'2013-10-05 18:47:21',1,1,0,'jpg',1) ,(8,1,'europe_valencia_hemispheric.jpg','681381020442',1,262679,'europe_valencia_hemispheric.jpg','','',1,'2013-10-05 18:47:22',1,1,'2013-10-05 18:47:22',1,1,0,'jpg',1) ,(10,1,'IMG_4767.JPG','631405256965',1,49852,'IMG_4767.JPG','','',1,'2014-07-13 07:09:25',1,1,'2014-07-13 07:09:25',1,1,0,'JPG',1) ,(17,2,'bamboo_hut.jpg','111405260844',1,43603,'bamboo_hut.jpg','','',1,'2014-07-13 08:14:04',1,1,'2014-07-13 08:12:41',1,1,0,'jpg',1) ,(11,1,'bamboo_bottle_holder.jpg','301405260748',1,330622,'bamboo_bottle_holder.jpg','','',0,'2014-07-13 08:12:28',1,1,'2014-07-13 08:12:28',1,1,0,'jpg',1) ,(13,2,'bamboo_diwan.jpg','731405261718',1,32504,'bamboo_diwan.jpg','','',1,'2014-07-13 08:28:38',1,1,'2014-07-13 08:12:35',1,1,0,'jpg',1) ,(12,1,'bamboo_canopy_.jpg','191405260750',1,308362,'bamboo_canopy_.jpg','','',0,'2014-07-13 08:12:30',1,1,'2014-07-13 08:12:30',1,1,0,'jpg',1) ,(12,3,'bamboo_canopy_.jpg','751405262049',1,42746,'bamboo_canopy_.jpg','','',1,'2014-07-13 08:34:09',1,1,'2014-07-13 08:12:30',1,1,0,'jpg',1) ,(13,1,'bamboo_diwan.jpg','911405260755',1,108370,'bamboo_diwan.jpg','','',0,'2014-07-13 08:12:35',1,1,'2014-07-13 08:12:35',1,1,0,'jpg',1) ,(12,2,'bamboo_canopy_.jpg','331405261931',1,71376,'bamboo_canopy_.jpg','','',0,'2014-07-13 08:32:11',1,1,'2014-07-13 08:12:30',1,1,0,'jpg',1) ,(14,1,'bamboo_fence.png','801405260758',1,510514,'bamboo_fence.png','','',1,'2014-07-13 08:12:38',1,1,'2014-07-13 08:12:38',1,1,0,'png',1) ,(15,1,'bamboo_hanger.jpg','331405260759',1,138363,'bamboo_hanger.jpg','','',1,'2014-07-13 08:12:39',1,1,'2014-07-13 08:12:39',1,1,0,'jpg',1) ,(16,1,'bamboo_hanger2.jpg','401405260760',1,173821,'bamboo_hanger2.jpg','','',1,'2014-07-13 08:12:40',1,1,'2014-07-13 08:12:40',1,1,0,'jpg',1) ,(17,1,'bamboo_hut.jpg','321405260761',1,40583,'bamboo_hut.jpg','','',0,'2014-07-13 08:12:41',1,1,'2014-07-13 08:12:41',1,1,0,'jpg',1) ,(11,2,'bamboo_bottle_holder.jpg','531405261097',1,47928,'bamboo_bottle_holder.jpg','','',1,'2014-07-13 08:18:17',1,1,'2014-07-13 08:12:28',1,1,0,'jpg',1) ,(18,1,'bamboo_plant_pots.JPG','221405260763',1,164588,'bamboo_plant_pots.JPG','','',1,'2014-07-13 08:12:43',1,1,'2014-07-13 08:12:43',1,1,0,'JPG',1) ,(19,1,'bamboo_plant_holder.jpg','521405262180',1,137637,'bamboo_plant_holder.jpg','','',1,'2014-07-13 08:36:20',1,1,'2014-07-13 08:36:20',1,1,0,'jpg',1) ,(20,1,'bamboo_bottle_holder.jpg','901405276005',1,134273,'bamboo_bottle_holder.jpg','','',1,'2014-07-13 12:26:45',1,1,'2014-07-13 12:26:45',1,1,0,'jpg',1) ,(21,1,'bamboo_hanger_1.jpg','641405276006',1,148638,'bamboo_hanger_1.jpg','','',1,'2014-07-13 12:26:46',1,1,'2014-07-13 12:26:46',1,1,0,'jpg',1) ,(22,1,'bamboo_hanger_2.jpg','721405276007',1,189266,'bamboo_hanger_2.jpg','','',1,'2014-07-13 12:26:47',1,1,'2014-07-13 12:26:47',1,1,0,'jpg',1) ,(23,1,'bamboo_plant_pots_1.jpg','551405276009',1,197727,'bamboo_plant_pots_1.jpg','','',1,'2014-07-13 12:26:49',1,1,'2014-07-13 12:26:49',1,1,0,'jpg',1) ,(24,1,'bamboo_plant_pots_2.jpg','741405276010',1,163906,'bamboo_plant_pots_2.jpg','','',1,'2014-07-13 12:26:50',1,1,'2014-07-13 12:26:50',1,1,0,'jpg',1) ,(25,1,'bamboo_bottle_holder_400px.jpg','701405296840',1,78316,'bamboo_bottle_holder_400px.jpg','','',1,'2014-07-13 18:14:00',1,1,'2014-07-13 18:14:00',1,1,0,'jpg',1) ,(26,1,'bamboo_plant_pots_1_450px.jpg','441405297047',1,130848,'bamboo_plant_pots_1_450px.jpg','','',1,'2014-07-13 18:17:27',1,1,'2014-07-13 18:17:27',1,1,0,'jpg',1) ,(27,1,'bamboo_bottle_holder_450px.jpg','451405297864',1,91310,'bamboo_bottle_holder_450px.jpg','','',1,'2014-07-13 18:31:04',1,1,'2014-07-13 18:31:04',1,1,0,'jpg',1) ,(28,1,'bamboo_hanger_1_450px.jpg','641405298820',1,102170,'bamboo_hanger_1_450px.jpg','','',1,'2014-07-13 18:47:00',1,1,'2014-07-13 18:47:00',1,1,0,'jpg',1) ,(29,1,'bamboo_hanger_2_450px.jpg','291405298822',1,128258,'bamboo_hanger_2_450px.jpg','','',1,'2014-07-13 18:47:02',1,1,'2014-07-13 18:47:02',1,1,0,'jpg',1) ,(30,1,'bamboo_plant_pots_2_450px.jpg','371405298823',1,118173,'bamboo_plant_pots_2_450px.jpg','','',1,'2014-07-13 18:47:03',1,1,'2014-07-13 18:47:03',1,1,0,'jpg',1); DROP TABLE IF EXISTS Files; CREATE TABLE IF NOT EXISTS `Files` ( `fID` int(10) unsigned NOT NULL AUTO_INCREMENT, `fDateAdded` datetime DEFAULT NULL, `uID` int(10) unsigned NOT NULL DEFAULT '0', `fslID` int(10) unsigned NOT NULL DEFAULT '0', `ocID` int(10) unsigned NOT NULL DEFAULT '0', `fOverrideSetPermissions` int(1) NOT NULL DEFAULT '0', `fPassword` varchar(255) DEFAULT NULL, PRIMARY KEY (`fID`,`uID`,`fslID`), KEY `fOverrideSetPermissions` (`fOverrideSetPermissions`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; INSERT INTO Files VALUES(1,'2013-10-05 18:47:20',1,0,0,0,NULL) ,(2,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(3,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(4,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(5,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(6,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(7,'2013-10-05 18:47:21',1,0,0,0,NULL) ,(8,'2013-10-05 18:47:22',1,0,0,0,NULL) ,(19,'2014-07-13 08:36:20',1,0,146,0,NULL) ,(10,'2014-07-13 07:09:25',1,0,0,0,NULL) ,(11,'2014-07-13 08:12:28',1,0,146,0,NULL) ,(12,'2014-07-13 08:12:30',1,0,146,0,NULL) ,(13,'2014-07-13 08:12:35',1,0,146,0,NULL) ,(14,'2014-07-13 08:12:38',1,0,146,0,NULL) ,(15,'2014-07-13 08:12:39',1,0,146,0,NULL) ,(16,'2014-07-13 08:12:40',1,0,146,0,NULL) ,(17,'2014-07-13 08:12:41',1,0,146,0,NULL) ,(18,'2014-07-13 08:12:43',1,0,146,0,NULL) ,(20,'2014-07-13 12:26:45',1,0,146,0,NULL) ,(21,'2014-07-13 12:26:46',1,0,146,0,NULL) ,(22,'2014-07-13 12:26:47',1,0,146,0,NULL) ,(23,'2014-07-13 12:26:49',1,0,146,0,NULL) ,(24,'2014-07-13 12:26:50',1,0,146,0,NULL) ,(25,'2014-07-13 18:14:00',1,0,146,0,NULL) ,(26,'2014-07-13 18:17:27',1,0,146,0,NULL) ,(27,'2014-07-13 18:31:04',1,0,146,0,NULL) ,(28,'2014-07-13 18:47:00',1,0,146,0,NULL) ,(29,'2014-07-13 18:47:02',1,0,146,0,NULL) ,(30,'2014-07-13 18:47:03',1,0,146,0,NULL); DROP TABLE IF EXISTS GroupSetGroups; CREATE TABLE IF NOT EXISTS `GroupSetGroups` ( `gID` int(10) unsigned NOT NULL DEFAULT '0', `gsID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`gID`,`gsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS GroupSets; CREATE TABLE IF NOT EXISTS `GroupSets` ( `gsID` int(10) unsigned NOT NULL AUTO_INCREMENT, `gsName` varchar(255) DEFAULT NULL, `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`gsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Groups; CREATE TABLE IF NOT EXISTS `Groups` ( `gID` int(10) unsigned NOT NULL AUTO_INCREMENT, `gName` varchar(128) NOT NULL, `gDescription` varchar(255) NOT NULL, `gUserExpirationIsEnabled` int(1) NOT NULL DEFAULT '0', `gUserExpirationMethod` varchar(12) DEFAULT NULL, `gUserExpirationSetDateTime` datetime DEFAULT NULL, `gUserExpirationInterval` int(10) unsigned NOT NULL DEFAULT '0', `gUserExpirationAction` varchar(20) DEFAULT NULL, PRIMARY KEY (`gID`), UNIQUE KEY `gName` (`gName`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO Groups VALUES(1,'Guest','The guest group represents unregistered visitors to your site.',0,NULL,NULL,0,NULL) ,(2,'Registered Users','The registered users group represents all user accounts.',0,NULL,NULL,0,NULL) ,(3,'Administrators','',0,NULL,NULL,0,NULL); DROP TABLE IF EXISTS JobSetJobs; CREATE TABLE IF NOT EXISTS `JobSetJobs` ( `jsID` int(10) unsigned NOT NULL DEFAULT '0', `jID` int(10) unsigned NOT NULL DEFAULT '0', `jRunOrder` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`jsID`,`jID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO JobSetJobs VALUES(1,1,0) ,(1,3,0) ,(1,4,0) ,(1,5,0); DROP TABLE IF EXISTS JobSets; CREATE TABLE IF NOT EXISTS `JobSets` ( `jsID` int(10) unsigned NOT NULL AUTO_INCREMENT, `jsName` varchar(128) NOT NULL, `pkgID` int(10) unsigned NOT NULL DEFAULT '0', `jDateLastRun` datetime DEFAULT NULL, `isScheduled` smallint(1) NOT NULL DEFAULT '0', `scheduledInterval` varchar(255) NOT NULL DEFAULT 'days', `scheduledValue` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`jsID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO JobSets VALUES(1,'Default',0,NULL,0,'days',0); DROP TABLE IF EXISTS Jobs; CREATE TABLE IF NOT EXISTS `Jobs` ( `jID` int(10) unsigned NOT NULL AUTO_INCREMENT, `jName` varchar(100) NOT NULL, `jDescription` varchar(255) NOT NULL, `jDateInstalled` datetime DEFAULT NULL, `jDateLastRun` datetime DEFAULT NULL, `pkgID` int(10) unsigned NOT NULL DEFAULT '0', `jLastStatusText` varchar(255) DEFAULT NULL, `jLastStatusCode` smallint(4) NOT NULL DEFAULT '0', `jStatus` varchar(14) NOT NULL DEFAULT 'ENABLED', `jHandle` varchar(255) NOT NULL, `jNotUninstallable` smallint(4) NOT NULL DEFAULT '0', `isScheduled` smallint(1) NOT NULL DEFAULT '0', `scheduledInterval` varchar(255) NOT NULL DEFAULT 'days', `scheduledValue` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`jID`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; INSERT INTO Jobs VALUES(1,'Index Search Engine - Updates','Index the site to allow searching to work quickly and accurately. Only reindexes pages that have changed since last indexing.','2013-10-05 18:47:05',NULL,0,NULL,0,'ENABLED','index_search',1,0,'days',0) ,(2,'Index Search Engine - All','Empties the page search index and reindexes all pages.','2013-10-05 18:47:05',NULL,0,NULL,0,'ENABLED','index_search_all',1,0,'days',0) ,(3,'Generate the sitemap.xml file','Generate the sitemap.xml file that search engines use to crawl your site.','2013-10-05 18:47:05',NULL,0,NULL,0,'ENABLED','generate_sitemap',0,0,'days',0) ,(4,'Process Email Posts','Polls an email account and grabs private messages/postings that are sent there..','2013-10-05 18:47:05',NULL,0,NULL,0,'ENABLED','process_email',0,0,'days',0) ,(5,'Remove Old Page Versions','Removes all except the 10 most recent page versions for each page.','2013-10-05 18:47:05',NULL,0,NULL,0,'ENABLED','remove_old_page_versions',0,0,'days',0); DROP TABLE IF EXISTS JobsLog; CREATE TABLE IF NOT EXISTS `JobsLog` ( `jlID` int(10) unsigned NOT NULL AUTO_INCREMENT, `jID` int(10) unsigned NOT NULL, `jlMessage` varchar(255) NOT NULL, `jlTimestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `jlError` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`jlID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS LayoutPresets; CREATE TABLE IF NOT EXISTS `LayoutPresets` ( `lpID` int(10) unsigned NOT NULL AUTO_INCREMENT, `lpName` varchar(128) NOT NULL, `layoutID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`lpID`), UNIQUE KEY `layoutID` (`layoutID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Layouts; CREATE TABLE IF NOT EXISTS `Layouts` ( `layoutID` int(10) unsigned NOT NULL AUTO_INCREMENT, `layout_rows` int(5) NOT NULL DEFAULT '3', `layout_columns` int(3) NOT NULL DEFAULT '3', `spacing` int(3) NOT NULL DEFAULT '3', `breakpoints` varchar(255) NOT NULL DEFAULT '', `locked` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`layoutID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO Layouts VALUES(2,1,1,1,'',0); DROP TABLE IF EXISTS Logs; CREATE TABLE IF NOT EXISTS `Logs` ( `logID` int(10) unsigned NOT NULL AUTO_INCREMENT, `logType` varchar(64) NOT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `logText` longtext, `logUserID` int(10) unsigned DEFAULT NULL, `logIsInternal` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`logID`), KEY `logType` (`logType`), KEY `logIsInternal` (`logIsInternal`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO Logs VALUES(1,'exceptions','2014-01-29 05:07:57','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_2ad4_4.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btGuestBook`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btGuestBook\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btGuestBook\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btGuestBook\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'31\', Object(Page), \'Main\')\n#10 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#11 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#12 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#13 {main}\n',NULL,1) ,(2,'exceptions','2014-01-30 00:27:17','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_2ad4_4.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btGuestBook`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btGuestBook\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btGuestBook\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btGuestBook\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'31\', Object(Page), \'Main\')\n#10 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#11 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#12 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#13 {main}\n',NULL,1) ,(3,'exceptions','2014-02-13 12:31:03','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_6a20_2.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btSearch`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btSearch\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btSearch\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btSearch\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/controllers/blocks/search.php(106): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Controller_Block_Search->__construct(Object(Block))\n#10 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'37\', Object(Page), \'Main\')\n#11 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#12 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#13 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#14 {main}\n',NULL,1) ,(4,'exceptions','2014-02-17 05:04:33','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_1566_5.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btSearch`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btSearch\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btSearch\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btSearch\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/controllers/blocks/search.php(106): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Controller_Block_Search->__construct(Object(Block))\n#10 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'37\', Object(Page), \'Main\')\n#11 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#12 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#13 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#14 {main}\n',1,1) ,(5,'exceptions','2014-02-18 05:40:38','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_1566_1.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btGuestBook`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btGuestBook\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btGuestBook\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btGuestBook\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'31\', Object(Page), \'Main\')\n#10 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#11 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#12 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#13 {main}\n',NULL,1) ,(6,'exceptions','2014-03-08 01:50:50','Exception Occurred: /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [126: Incorrect key file for table \'/ramdisk/mysql/tmp/#sql_9b2_1.MYI\'; try to repair it] in EXECUTE("SHOW COLUMNS FROM `btForm`")\n (126)\n\n#0 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 126, \'Incorrect key f...\', \'SHOW COLUMNS FR...\', false, Object(ADODB_mysqlt))\n#1 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'SHOW COLUMNS FR...\', false)\n#2 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/drivers/adodb-mysql.inc.php(488): ADOConnection->Execute(\'SHOW COLUMNS FR...\')\n#3 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(392): ADODB_mysql->MetaColumns(\'btForm\')\n#4 /home7/diamooi9/public_html/concrete/libraries/3rdparty/adodb/adodb-active-record.inc.php(138): ADODB_Active_Record->UpdateActiveTable(false)\n#5 /home7/diamooi9/public_html/concrete/core/models/block.php(1280): ADODB_Active_Record->__construct(\'btForm\')\n#6 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(403): Concrete5_Model_BlockRecord->__construct(\'btForm\')\n#7 /home7/diamooi9/public_html/concrete/core/libraries/block_controller.php(443): Concrete5_Library_BlockController->load()\n#8 /home7/diamooi9/public_html/concrete/core/controllers/blocks/form.php(74): Concrete5_Library_BlockController->__construct(Object(Block))\n#9 /home7/diamooi9/public_html/concrete/core/models/block.php(114): Concrete5_Controller_Block_Form->__construct(Object(Block))\n#10 /home7/diamooi9/public_html/concrete/core/models/collection.php(812): Concrete5_Model_Block::getByID(\'34\', Object(Page), \'Main\')\n#11 /home7/diamooi9/public_html/concrete/core/libraries/view.php(796): Concrete5_Model_Collection->getBlocks()\n#12 /home7/diamooi9/public_html/concrete/dispatcher.php(264): Concrete5_Library_View->render(Object(Page))\n#13 /home7/diamooi9/public_html/index.php(2): require(\'/home7/diamooi9...\')\n#14 {main}\n',NULL,1) ,(7,'Page Action','2014-04-06 15:14:41','Page "Search" at path "/search" Moved to trash\n',1,0) ,(8,'Page Action','2014-04-06 15:22:14','Page "About us" at path "/who-are-we" Moved to trash\n',1,0) ,(9,'Page Action','2014-04-21 06:17:35','Page "Terms and Conditions" at path "/terms-and-conditions" Moved to trash\n',1,0) ,(10,'sent_emails','2014-04-27 09:08:02','**EMAILS ARE ENABLED. THIS EMAIL WAS SENT TO mail()**\nTemplate Used: block_form_submission\nTo: info@diamondcitizen.com\nFrom: concrete5-noreply@diamondcitizen.com\nReply-To: shopmgt@gmail.com\nSubject: Contact Us Form Submission\nBody: \nThere has been a submission of the form Contact Us through your concrete5 website.\n\nName\r\ntest\r\n\r\nEmail:\r\ntest@gmail.com\r\n\r\nWhat are you contacting us about?\r\nQuestion\r\n\r\nMessage\r\ntest\r\n\r\n\n\nTo view all of this form\'s submissions, visit http://www.diamondcitizen.com/index.php/dashboard/reports/forms/?qsid=1381020444 \n\n\n',NULL,1); DROP TABLE IF EXISTS MailImporters; CREATE TABLE IF NOT EXISTS `MailImporters` ( `miID` int(10) unsigned NOT NULL AUTO_INCREMENT, `miHandle` varchar(64) NOT NULL, `miServer` varchar(255) DEFAULT NULL, `miUsername` varchar(255) DEFAULT NULL, `miPassword` varchar(255) DEFAULT NULL, `miEncryption` varchar(32) DEFAULT NULL, `miIsEnabled` int(1) NOT NULL DEFAULT '0', `miEmail` varchar(255) DEFAULT NULL, `miPort` int(10) unsigned NOT NULL DEFAULT '0', `pkgID` int(10) unsigned DEFAULT NULL, `miConnectionMethod` varchar(8) DEFAULT 'POP', PRIMARY KEY (`miID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO MailImporters VALUES(1,'private_message',NULL,NULL,NULL,NULL,0,NULL,0,0,'POP'); DROP TABLE IF EXISTS MailValidationHashes; CREATE TABLE IF NOT EXISTS `MailValidationHashes` ( `mvhID` int(10) unsigned NOT NULL AUTO_INCREMENT, `miID` int(10) unsigned NOT NULL DEFAULT '0', `email` varchar(255) NOT NULL, `mHash` varchar(128) NOT NULL, `mDateGenerated` int(10) unsigned NOT NULL DEFAULT '0', `mDateRedeemed` int(10) unsigned NOT NULL DEFAULT '0', `data` text, PRIMARY KEY (`mvhID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Packages; CREATE TABLE IF NOT EXISTS `Packages` ( `pkgID` int(10) unsigned NOT NULL AUTO_INCREMENT, `pkgName` varchar(255) NOT NULL, `pkgHandle` varchar(64) NOT NULL, `pkgDescription` text, `pkgDateInstalled` datetime NOT NULL, `pkgIsInstalled` tinyint(1) NOT NULL DEFAULT '1', `pkgVersion` varchar(32) DEFAULT NULL, `pkgAvailableVersion` varchar(32) DEFAULT NULL, PRIMARY KEY (`pkgID`), UNIQUE KEY `pkgHandle` (`pkgHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; INSERT INTO Packages VALUES(1,'Earthtones Leather','tony_earthtones_leather','Earthtones series of themes by InnerOptics.net','2013-10-05 19:02:17',1,'1.01','1.01') ,(2,'Natural Essence','theme_natural_essence','Installs the Natural Essence theme.','2013-10-05 19:02:50',1,'1.2','1.2') ,(3,'Orange Sunset','theme_orange_sunset','Installs the Orange Sunset theme.','2013-10-05 19:02:55',1,'1.2','1.2') ,(4,'Rigid Light - Theme','rigidlight','A light sweet C5 theme','2013-10-05 19:08:21',1,'2.1','2.1') ,(5,'Grunge Columns','cannonf700_grunge_columns','Grunge Column theme by www.rynomediaonline.com','2014-04-26 18:30:46',1,'1.01','1.01') ,(6,'retro','retro','Installs Stylish Retro theme','2014-04-26 18:30:51',1,'1.0','1.0'); DROP TABLE IF EXISTS PagePaths; CREATE TABLE IF NOT EXISTS `PagePaths` ( `ppID` int(10) unsigned NOT NULL AUTO_INCREMENT, `cID` int(10) unsigned DEFAULT '0', `cPath` text, `ppIsCanonical` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`ppID`), KEY `cID` (`cID`), KEY `ppIsCanonical` (`ppIsCanonical`) ) ENGINE=MyISAM AUTO_INCREMENT=356 DEFAULT CHARSET=utf8; INSERT INTO PagePaths VALUES(1,2,'/dashboard','1') ,(2,3,'/dashboard/composer','1') ,(3,4,'/dashboard/composer/write','1') ,(4,5,'/dashboard/composer/drafts','1') ,(5,6,'/dashboard/sitemap','1') ,(6,7,'/dashboard/sitemap/full','1') ,(7,8,'/dashboard/sitemap/explore','1') ,(8,9,'/dashboard/sitemap/search','1') ,(9,10,'/dashboard/files','1') ,(10,11,'/dashboard/files/search','1') ,(11,12,'/dashboard/files/attributes','1') ,(12,13,'/dashboard/files/sets','1') ,(13,14,'/dashboard/files/add_set','1') ,(14,15,'/dashboard/users','1') ,(15,16,'/dashboard/users/search','1') ,(16,17,'/dashboard/users/groups','1') ,(17,18,'/dashboard/users/attributes','1') ,(18,19,'/dashboard/users/add','1') ,(19,20,'/dashboard/users/add_group','1') ,(20,21,'/dashboard/users/group_sets','1') ,(21,22,'/dashboard/reports','1') ,(22,23,'/dashboard/reports/statistics','1') ,(23,24,'/dashboard/reports/forms','1') ,(24,25,'/dashboard/reports/surveys','1') ,(25,26,'/dashboard/reports/logs','1') ,(26,27,'/dashboard/pages','1') ,(27,28,'/dashboard/pages/themes','1') ,(28,29,'/dashboard/pages/themes/add','1') ,(29,30,'/dashboard/pages/themes/inspect','1') ,(30,31,'/dashboard/pages/themes/customize','1') ,(31,32,'/dashboard/pages/types','1') ,(32,33,'/dashboard/pages/types/add','1') ,(33,34,'/dashboard/pages/attributes','1') ,(34,35,'/dashboard/pages/single','1') ,(35,36,'/dashboard/workflow','1') ,(36,37,'/dashboard/workflow/list','1') ,(37,38,'/dashboard/workflow/me','1') ,(38,39,'/dashboard/blocks','1') ,(39,40,'/dashboard/blocks/stacks','1') ,(40,41,'/dashboard/blocks/permissions','1') ,(41,42,'/dashboard/blocks/stacks/list','1') ,(42,43,'/dashboard/blocks/types','1') ,(43,44,'/dashboard/extend','1') ,(44,45,'/dashboard/news','1') ,(45,46,'/dashboard/extend/install','1') ,(46,47,'/dashboard/extend/update','1') ,(47,48,'/dashboard/extend/connect','1') ,(48,49,'/dashboard/extend/themes','1') ,(49,50,'/dashboard/extend/add-ons','1') ,(50,51,'/dashboard/system','1') ,(51,52,'/dashboard/system/basics','1') ,(52,53,'/dashboard/system/basics/site_name','1') ,(53,54,'/dashboard/system/basics/icons','1') ,(54,55,'/dashboard/system/basics/editor','1') ,(55,56,'/dashboard/system/basics/multilingual','1') ,(56,57,'/dashboard/system/basics/timezone','1') ,(57,58,'/dashboard/system/basics/interface','1') ,(58,59,'/dashboard/system/seo','1') ,(59,60,'/dashboard/system/seo/urls','1') ,(60,61,'/dashboard/system/seo/bulk_seo_tool','1') ,(61,62,'/dashboard/system/seo/tracking_codes','1') ,(62,63,'/dashboard/system/seo/excluded','1') ,(63,64,'/dashboard/system/seo/statistics','1') ,(64,65,'/dashboard/system/seo/search_index','1') ,(65,66,'/dashboard/system/optimization','1') ,(66,67,'/dashboard/system/optimization/cache','1') ,(67,68,'/dashboard/system/optimization/clear_cache','1') ,(68,69,'/dashboard/system/optimization/jobs','1') ,(69,70,'/dashboard/system/permissions','1') ,(70,71,'/dashboard/system/permissions/site','1') ,(71,72,'/dashboard/system/permissions/files','1') ,(72,73,'/dashboard/system/permissions/file_types','1') ,(73,74,'/dashboard/system/permissions/tasks','1') ,(74,75,'/dashboard/system/permissions/users','1') ,(75,76,'/dashboard/system/permissions/advanced','1') ,(76,77,'/dashboard/system/permissions/ip_blacklist','1') ,(77,78,'/dashboard/system/permissions/captcha','1') ,(78,79,'/dashboard/system/permissions/antispam','1') ,(79,80,'/dashboard/system/permissions/maintenance_mode','1') ,(80,81,'/dashboard/system/registration','1') ,(81,82,'/dashboard/system/registration/postlogin','1') ,(82,83,'/dashboard/system/registration/profiles','1') ,(83,84,'/dashboard/system/registration/public_registration','1') ,(84,85,'/dashboard/system/mail','1') ,(85,86,'/dashboard/system/mail/method','1') ,(86,87,'/dashboard/system/mail/importers','1') ,(87,88,'/dashboard/system/attributes','1') ,(88,89,'/dashboard/system/attributes/sets','1') ,(89,90,'/dashboard/system/attributes/types','1') ,(90,91,'/dashboard/system/environment','1') ,(91,92,'/dashboard/system/environment/info','1') ,(92,93,'/dashboard/system/environment/debug','1') ,(93,94,'/dashboard/system/environment/logging','1') ,(94,95,'/dashboard/system/environment/file_storage_locations','1') ,(95,96,'/dashboard/system/environment/proxy','1') ,(96,97,'/dashboard/system/backup_restore','1') ,(97,98,'/dashboard/system/backup_restore/backup','1') ,(98,99,'/dashboard/system/backup_restore/update','1') ,(99,100,'/dashboard/system/backup_restore/database','1') ,(100,101,'/dashboard/pages/types/composer','1') ,(101,105,'/dashboard/welcome','1') ,(102,106,'/dashboard/home','1') ,(103,107,'/!drafts','1') ,(104,108,'/!trash','1') ,(105,109,'/!stacks','1') ,(106,110,'/login','1') ,(107,111,'/register','1') ,(108,112,'/profile','1') ,(109,113,'/profile/edit','1') ,(110,114,'/profile/avatar','1') ,(111,115,'/profile/messages','1') ,(112,116,'/profile/friends','1') ,(113,117,'/page_not_found','1') ,(114,118,'/page_forbidden','1') ,(115,119,'/download_file','1') ,(116,120,'/members','1') ,(132,121,'/!stacks/header-nav','1') ,(292,122,'/!stacks/side-nav','1') ,(139,123,'/!stacks/site-name','1') ,(338,128,'/about','1') ,(161,129,'/!trash/search','1') ,(318,130,'/blog','1') ,(339,131,'/about/guestbook','1') ,(340,132,'/about/contact-us','1') ,(319,133,'/blog/hello-world','1') ,(320,134,'/blog/blog-archives','1') ,(167,135,'/!trash/who-are-we','1') ,(352,141,'/services','1') ,(330,142,'/facilities','1') ,(333,143,'/locations','1') ,(331,144,'/faqs','1') ,(192,145,'/!trash/terms-and-conditions','1') ,(355,146,'/gallery','1'); DROP TABLE IF EXISTS PagePermissionAssignments; CREATE TABLE IF NOT EXISTS `PagePermissionAssignments` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', `paID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`pkID`,`paID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO PagePermissionAssignments VALUES(1,1,52) ,(1,2,53) ,(1,3,54) ,(1,4,55) ,(1,5,56) ,(1,6,57) ,(1,7,58) ,(1,8,59) ,(1,9,60) ,(1,10,61) ,(1,11,62) ,(1,12,63) ,(1,13,64) ,(1,14,65) ,(1,15,66) ,(1,16,67) ,(2,1,18) ,(2,2,20) ,(2,3,19) ,(2,4,25) ,(2,5,21) ,(2,6,22) ,(2,7,27) ,(2,8,29) ,(2,9,31) ,(2,10,28) ,(2,11,32) ,(2,12,33) ,(2,13,23) ,(2,14,26) ,(2,15,24) ,(2,16,30) ,(42,1,34) ,(42,3,35) ,(110,1,38) ,(110,3,39) ,(111,1,40) ,(111,3,41); DROP TABLE IF EXISTS PagePermissionPageTypeAccessList; CREATE TABLE IF NOT EXISTS `PagePermissionPageTypeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', `externalLink` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PagePermissionPageTypeAccessListCustom; CREATE TABLE IF NOT EXISTS `PagePermissionPageTypeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `ctID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`ctID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PagePermissionPropertyAccessList; CREATE TABLE IF NOT EXISTS `PagePermissionPropertyAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `name` int(1) unsigned DEFAULT '0', `publicDateTime` int(1) unsigned DEFAULT '0', `uID` int(1) unsigned DEFAULT '0', `description` int(1) unsigned DEFAULT '0', `paths` int(1) unsigned DEFAULT '0', `attributePermission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PagePermissionPropertyAttributeAccessListCustom; CREATE TABLE IF NOT EXISTS `PagePermissionPropertyAttributeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PagePermissionThemeAccessList; CREATE TABLE IF NOT EXISTS `PagePermissionThemeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PagePermissionThemeAccessListCustom; CREATE TABLE IF NOT EXISTS `PagePermissionThemeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `ptID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`ptID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PageSearchIndex; CREATE TABLE IF NOT EXISTS `PageSearchIndex` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `content` text, `cName` varchar(255) DEFAULT NULL, `cDescription` text, `cPath` text, `cDatePublic` datetime DEFAULT NULL, `cDateLastIndexed` datetime DEFAULT NULL, `cDateLastSitemapped` datetime DEFAULT NULL, `cRequiresReindex` tinyint(1) unsigned DEFAULT '0', PRIMARY KEY (`cID`), KEY `cDateLastIndexed` (`cDateLastIndexed`), KEY `cDateLastSitemapped` (`cDateLastSitemapped`), KEY `cRequiresReindex` (`cRequiresReindex`), FULLTEXT KEY `cName` (`cName`), FULLTEXT KEY `cDescription` (`cDescription`), FULLTEXT KEY `content` (`content`), FULLTEXT KEY `content2` (`cName`,`cDescription`,`content`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO PageSearchIndex VALUES(3,'','Composer','Write for your site.','/dashboard/composer','2013-10-05 18:47:06','2013-10-05 18:47:12',NULL,0) ,(4,'','Write','','/dashboard/composer/write','2013-10-05 18:47:06','2013-10-05 18:47:12',NULL,0) ,(5,'','Drafts','','/dashboard/composer/drafts','2013-10-05 18:47:06','2013-10-05 18:47:12',NULL,0) ,(6,'','Sitemap','Whole world at a glance.','/dashboard/sitemap','2013-10-05 18:47:07','2013-10-05 18:47:12',NULL,0) ,(7,'','Full Sitemap','','/dashboard/sitemap/full','2013-10-05 18:47:07','2013-10-05 18:47:12',NULL,0) ,(8,'','Flat View','','/dashboard/sitemap/explore','2013-10-05 18:47:07','2013-10-05 18:47:12',NULL,0) ,(9,'','Page Search','','/dashboard/sitemap/search','2013-10-05 18:47:07','2013-10-05 18:47:12',NULL,0) ,(11,'','File Manager','','/dashboard/files/search','2013-10-05 18:47:07','2013-10-05 18:47:13',NULL,0) ,(12,'','Attributes','','/dashboard/files/attributes','2013-10-05 18:47:07','2013-10-05 18:47:13',NULL,0) ,(13,'','File Sets','','/dashboard/files/sets','2013-10-05 18:47:07','2013-10-05 18:47:13',NULL,0) ,(14,'','Add File Set','','/dashboard/files/add_set','2013-10-05 18:47:07','2013-10-05 18:47:13',NULL,0) ,(15,'','Members','Add and manage the user accounts and groups on your website.','/dashboard/users','2013-10-05 18:47:07','2013-10-05 18:47:13',NULL,0) ,(16,'','Search Users','','/dashboard/users/search','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(17,'','User Groups','','/dashboard/users/groups','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(18,'','Attributes','','/dashboard/users/attributes','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(19,'','Add User','','/dashboard/users/add','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(20,'','Add Group','','/dashboard/users/add_group','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(21,'','Group Sets','','/dashboard/users/group_sets','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(22,'','Reports','Get data from forms and logs.','/dashboard/reports','2013-10-05 18:47:08','2013-10-05 18:47:13',NULL,0) ,(23,'','Statistics','View your site activity.','/dashboard/reports/statistics','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(24,'','Form Results','Get submission data.','/dashboard/reports/forms','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(25,'','Surveys','','/dashboard/reports/surveys','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(26,'','Logs','','/dashboard/reports/logs','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(28,'','Themes','Reskin your site.','/dashboard/pages/themes','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(29,'','Add','','/dashboard/pages/themes/add','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(30,'','Inspect','','/dashboard/pages/themes/inspect','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(31,'','Customize','','/dashboard/pages/themes/customize','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(32,'','Page Types','What goes in your site.','/dashboard/pages/types','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(34,'','Attributes','','/dashboard/pages/attributes','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(35,'','Single Pages','','/dashboard/pages/single','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(36,'','Workflow','','/dashboard/workflow','2013-10-05 18:47:08','2013-10-05 18:47:14',NULL,0) ,(37,'','Workflow List','','/dashboard/workflow/list','2013-10-05 18:47:09','2013-10-05 18:47:15',NULL,0) ,(38,'','Waiting for Me','','/dashboard/workflow/me','2013-10-05 18:47:09','2013-10-05 18:47:15',NULL,0) ,(40,'','Stacks','Share content across your site.','/dashboard/blocks/stacks','2013-10-05 18:47:09','2013-10-05 18:47:15',NULL,0) ,(41,'','Block & Stack Permissions','Control who can add blocks and stacks on your site.','/dashboard/blocks/permissions','2013-10-05 18:47:09','2013-10-05 18:47:15',NULL,0) ,(42,'','Stack List','','/dashboard/blocks/stacks/list','2013-10-05 18:47:09','2013-10-05 18:47:15',NULL,0) ,(43,'','Block Types','Manage the installed block types in your site.','/dashboard/blocks/types','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(44,'','Extend concrete5','Connect to the concrete5 marketplace, install custom add-ons, and download updates for marketplace add-ons and themes.','/dashboard/extend','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(45,'','Dashboard','','/dashboard/news','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(46,'','Add Functionality','Install add-ons & themes.','/dashboard/extend/install','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(47,'','Update Add-Ons','Update your installed packages.','/dashboard/extend/update','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(48,'','Connect to the Community','Connect to the concrete5 community.','/dashboard/extend/connect','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(49,'','Get More Themes','Download themes from concrete5.org.','/dashboard/extend/themes','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(50,'','Get More Add-Ons','Download add-ons from concrete5.org.','/dashboard/extend/add-ons','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(51,'','System & Settings','Secure and setup your site.','/dashboard/system','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(53,'','Site Name','','/dashboard/system/basics/site_name','2013-10-05 18:47:09','2013-10-05 18:47:16',NULL,0) ,(54,'','Bookmark Icons','Bookmark icon and mobile home screen icon setup.','/dashboard/system/basics/icons','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(55,'','Rich Text Editor','','/dashboard/system/basics/editor','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(56,'','Languages','','/dashboard/system/basics/multilingual','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(57,'','Time Zone','','/dashboard/system/basics/timezone','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(58,'','Interface Preferences','','/dashboard/system/basics/interface','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(60,'','Pretty URLs','','/dashboard/system/seo/urls','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(61,'','Bulk SEO Updater','','/dashboard/system/seo/bulk_seo_tool','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(62,'','Tracking Codes','','/dashboard/system/seo/tracking_codes','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(63,'','Excluded URL Word List','','/dashboard/system/seo/excluded','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(64,'','Statistics','','/dashboard/system/seo/statistics','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(65,'','Search Index','','/dashboard/system/seo/search_index','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(67,'','Cache & Speed Settings','','/dashboard/system/optimization/cache','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(68,'','Clear Cache','','/dashboard/system/optimization/clear_cache','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(69,'','Automated Jobs','','/dashboard/system/optimization/jobs','2013-10-05 18:47:10','2013-10-05 18:47:16',NULL,0) ,(71,'','Site Access','','/dashboard/system/permissions/site','2013-10-05 18:47:10','2013-10-05 18:47:17',NULL,0) ,(72,'','File Manager Permissions','','/dashboard/system/permissions/files','2013-10-05 18:47:10','2013-10-05 18:47:17',NULL,0) ,(73,'','Allowed File Types','','/dashboard/system/permissions/file_types','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(74,'','Task Permissions','','/dashboard/system/permissions/tasks','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(77,'','IP Blacklist','','/dashboard/system/permissions/ip_blacklist','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(78,'','Captcha Setup','','/dashboard/system/permissions/captcha','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(79,'','Spam Control','','/dashboard/system/permissions/antispam','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(80,'','Maintenance Mode','','/dashboard/system/permissions/maintenance_mode','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(82,'','Login Destination','','/dashboard/system/registration/postlogin','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(83,'','Public Profiles','','/dashboard/system/registration/profiles','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(84,'','Public Registration','','/dashboard/system/registration/public_registration','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(85,'','Email','Control how your site send and processes mail.','/dashboard/system/mail','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(86,'','SMTP Method','','/dashboard/system/mail/method','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(87,'','Email Importers','','/dashboard/system/mail/importers','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(88,'','Attributes','Setup attributes for pages, users, files and more.','/dashboard/system/attributes','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(89,'','Sets','Group attributes into sets for easier organization','/dashboard/system/attributes/sets','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(90,'','Types','Choose which attribute types are available for different items.','/dashboard/system/attributes/types','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(91,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0) ,(92,'','Environment Information','','/dashboard/system/environment/info','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(93,'','Debug Settings','','/dashboard/system/environment/debug','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(94,'','Logging Settings','','/dashboard/system/environment/logging','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(95,'','File Storage Locations','','/dashboard/system/environment/file_storage_locations','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(96,'','Proxy Server','','/dashboard/system/environment/proxy','2013-10-05 18:47:11','2013-10-05 18:47:17',NULL,0) ,(97,'','Backup & Restore','Backup or restore your website.','/dashboard/system/backup_restore','2013-10-05 18:47:12','2013-10-05 18:47:17',NULL,0) ,(99,'','Update concrete5','','/dashboard/system/backup_restore/update','2013-10-05 18:47:12','2013-10-05 18:47:17',NULL,0) ,(100,'','Database XML','','/dashboard/system/backup_restore/database','2013-10-05 18:47:12','2013-10-05 18:47:18',NULL,0) ,(105,' Welcome to concrete5.\n It\'s easy to edit content and add pages using in-context editing. \n \n Building Your Own Site\n Editing with concrete5 is a breeze. Just point and click to make changes. \n \n Editor\'s Guide \n \n Developing Applications\n If you’re comfortable in PHP concrete5 should be a breeze to learn. Take a few moments to understand the architecture. \n Developer\'s Guide \n \n Designing Websites\n Good with CSS and HTML? You can easily theme anything with concrete5. \n \n Designer\'s Guide \n \n \n Business Background\n Worried about license structures, white-labeling or why concrete5 is a good choice for your agency? \n Executive\'s Guide \n ','Welcome to concrete5','Learn about how to use concrete5, how to develop for concrete5, and get general help.','/dashboard/welcome','2013-10-05 18:47:12','2013-10-05 18:47:18',NULL,0) ,(106,'','Customize Dashboard Home','','/dashboard/home','2013-10-05 18:47:12','2013-10-05 18:47:18',NULL,0) ,(1,' To provide a caring, safe, secure, peaceful and healthy residence for senior citizens who would like to retire and reside in a place where all their requirements are fulfilled. Latest News Our Objectives April 26th 2014: \r\n Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page) \r\n April 21st 2014: \r\n Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily \r\n April 18th 2014: \r\n Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page) \r\n Alternative link (image file) Welcome to Diamond Citizen!\r\n Diamond Citizen is a novel venture run by The Diamond Citizen Welfare Trust, wherein we offer senior citizens, the required service and care, that is personalised and not pre-packaged. \r\n We believe senior citizens have a lot to offer to our country and society instead of being treated as an ageing population statistic or problem that is usually ignored or forgotten. \r\n Senior citizens have the knowledge, experience, specialisation, generosity, wisdom and above all the care and concern for the under-privileged and the future generation, that is generally overlooked by a thriving fast-paced society. \r\n The other end of the spectrum are the under-privileged people, who are oppressed by poverty, stigma, lack of literacy and skills in the society. People like the Adhivasis of Wayanad. The Diamond Citizen Welfare Trust believes that by offering senior citizens, the protection, care, security and the opportunity to lead a peaceful retired life that is enriched by the opportunity to advice, train and help the down-trodden such as the Adhivasis, senior citizens will be able to pro-actively and voluntarily contribute to the benefit of society so that their invaluable knowledge and experience is not seen as a thing of the past but an asset that can only be offered by them and no one else. \r\n Simply put, our objective is to provide the opportunities to senior citizens, so that they lead an enriched life and in return, if they are able to do so, they enrich the society around them in whichever way they can. News\r\n On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experience for the general upliftment of the Adhivasis. \r\n April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article) \r\n April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily \r\n April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article) ','Home','',NULL,'2013-10-05 18:47:02','2014-07-06 06:15:23',NULL,0) ,(128,'ABOUT US\r\nWho are we?\r\nWe are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization. \r\nThere are certain facts that warrants our urgent attention and positive action. Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life. \r\nWithin Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to. \r\nWe are a registered Trust and all our trustees are committed to put all their best efforts to make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded. \r\nOur long-term plan of action is to: \r\n\r\nArrange and help improve further education.\r\nImpart training and coaching art and sports activities to improve skill towards National and International participation/competition.\r\nData collection to start recording qualification wise, age and gender wise tribal population, per capita income within Wayanad district.\r\nEmployment data - Govt., Central/State, public sector, private and self employment.\r\nRevive and promote heritage culture and values.\r\nSelf-help training with the use of locally available raw materials like bamboo, spices, grass, vegetables & rabbits.\r\nHighly potential Tourist destinations to be improved/developed  to tap potential range of  various innovative products in order to bring it up in line with southern part of Kerala, if not better.\r\nAlmost 50 kms of National Highway passing through the district is to be utilized for Wayanad exposure and generate income.\r\nPersuade Industrialist and planters to contribute generously to the cause of Tribal Community such that Wayanad gets deserving status.\r\nPeriodic review  of these objective and update data bank.\r\n\r\n   CONTACT US Diamond Citizen Welfare Trust Vinayaka Residential Colony Kalpetta, Wayanad Kerala 673577 India Email: info@diamondcitizen.com Tel: +0091-4936-205383 Mobile: +0091-944-637-3834 Your feedback ','About Us','','/about','2013-10-05 18:47:00','2014-07-13 07:06:00',NULL,0) ,(131,'','Guestbook','','/about/guestbook','2013-10-05 18:47:23','2014-04-21 18:18:51',NULL,0) ,(132,'Contact Us\n Building a form is easy to do. Learn how to add a form block. ','Contact Us','','/about/contact-us','2013-10-05 18:47:23','2014-04-21 18:21:53',NULL,0) ,(129,'Site Map ','Search','','/search','2013-10-05 18:47:23','2013-10-08 05:31:28',NULL,0) ,(130,'Tags ','Blog','','/blog','2013-10-05 18:47:23','2014-06-29 19:25:44',NULL,0) ,(133,' Here is some sample content! I\'m writing it using composer! ','Hello World','This is my first blog post!','/blog/hello-world','2013-10-05 18:47:23','2014-04-27 14:05:41',NULL,0) ,(121,'','Header Nav',NULL,'/!stacks/header-nav','2013-10-05 18:47:22','2014-03-29 10:35:48',NULL,0) ,(123,'Diamond Citizen ','Site Name',NULL,'/!stacks/site-name','2013-10-05 18:47:22','2014-03-29 10:35:49',NULL,0) ,(135,'','About us','About us','/who-are-we','2014-04-06 12:28:00','2014-04-06 15:19:10',NULL,0) ,(141,' We will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence. OUR PROMISE \r\n   Services \r\n\r\nIs this you?\r\n\r\nDespite love, affection and care between husband , wife , Parents and children they are unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present. Understanding these realities we are committed to :\r\nA husband and wife both retired from service or business, whose ward(s) is/are living away from them or outside India and well settled, financially sound and independent, but are, however, unable to be present and take care of each other due to reasons mentioned above.\r\nA widow or widower retired from service or business, whose ward(s) is/are living away from him/her or outside India\r\nA spinster above the age of 60 yrs, who wishes to live away from relatives and aspire to be living with this concept, and yet can get in touch with their near and dear whenever they wish to do so.\r\n \r\n\r\nLife is not a pre-determined package or service plan...\r\n\r\n\r\nWe don’t believe that retired life can be packaged. This is why we promise to offer a personalised service that meets your requirements and objectives. This means that the cost will also be based on your requirements. \r\n\r\nGod has given us two great gifts: Physical Health and Mental Health. \r\nDiamond Citizen Welfare Trust is here to provide senior citizens appropriate care and opporutnity to maintain these gifts in such a way that it benefits the individual, in particular, as well as the community and society around each individual, in general. \r\n \r\nPlease feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n \r\n \r\nBut life can be about making a difference...\r\n \r\n\r\nAs a senior diamond citizen, what we can offer you is the opportunity to voluntarily take part in activities that we at the Diamond Citizen Welfare Trust, are passionate about - the welfare and improvement of the under-privileged Adhivasis of Wayanad. Why? Because we believe that the Tribal Community can emerge as a force to reckon with, towards the prosperity and development of our wonderful country. To this extent, we will work in coordination with the Govt., NGOs , general public , Industrialists and like minded forward-thinking individuals to achieve the following:\r\nArrange and help improve further education.\r\nImpart training and coaching art and sports activities to improve skill towards National and International participation /competition.\r\nData collection to start recording qualification wise, age and gender wise tribal population, Per capita income, within Wayanad district.\r\nOffer employability advice for Central / state , public sector , Private and self employment opportunities.\r\nRevive and promote heritage culture and values.\r\nSelf help training with the use of locally available raw materials like Bamboo, spices , Grass ,vegetables & Rabbits.\r\nHighly potential Tourist destinations to be improved / developed to tap potential range of various innovative products in order to bring it up in line with southern part of Kerala, if not better.\r\nAlmost 50 kms. Of National Highway passing through the district is to utilized for Wayanad exposure and generate income.\r\nPersuade Industrialists and planters to contribute generously to the cause of Tribal Community such that Wayanad gets deserving status. \r\n\r\n\r\n ','Services','service plans','/services','2014-04-06 14:34:00','2014-07-13 18:38:22',NULL,0) ,(142,' Your Diamond Needs \r\nFood Catering\r\nAccommodation\r\nRegular medical checkups\r\nPeriodic hospital visits\r\nTrips to malls/city centre\r\nHealth fitness activities\r\nAyurvedic treatments\r\nTravel\r\nPursue hobbies\r\n Facilities \r\n\r\n \r\nFood will be health improvement oriented – albeit veg/nonveg/diet.\r\nAccommodation will be single or double bath attached. Also provided are table, chair, TV, 24 hrs. hot water, toiletry, linen, laundry, housekeeping, newspapers, books and periodicals.\r\nFull fledged kitchen facilities with refrigerator, washing machine and other required gadgets.\r\nVehicle for commuting at cost; weekly visit to allopathic and or Ayurvedic doctors.\r\nComputer with internet for common use and/or exclusive use (optional).\r\n Periodic medical check-ups by doctors will be offered as required. The local neighboring hospitals for medical emergencies are Wayanad Institute of Medical Sciences, Fathima Hospital and Leo Hospital.\r\n Religious tours and travels \r\n Payment of utility bills, taxes, etc \r\nAssistance to procure medicine, shopping or any other requirements will be provided\r\nRecreation and social interaction is vital for your mental wellbeing. This will be based on your interests/hobbies; carom, cards, chess, gardening, local travelling...\r\n \r\n\r\n Please feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will provide services that meet your requirements.   ','Facilities','facilities','/facilities','2014-04-06 14:57:00','2014-07-06 06:04:24',NULL,0) ,(143,'Present Location - Idyllic Wayanad, Kerala \r\n\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well. \r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut. \r\n\r\n \r\n \r\n \r\n ','Locations','Locations','/locations','2014-04-06 15:12:00','2014-07-06 06:33:25',NULL,0) ,(144,' FAQs \r\n\r\n \r\n What is Diamond Citizen? \r\n60 marks a Diamond Jubilee year in one\'s life. This is when a senior diamond citizen deserves peace and contentment and this is what we hope to provide you here at Diamond Citizen. \r\nHow did Diamond Citizen start? \r\nAt 76, the promoter out of his own escapades and experience realised the needs and conceived this innovative project. \r\nHow much does it cost to utilize Diamond Citizen?\r\nThis is a service-oriented Trust and a non-profit organization. The cost therefore is proportionate to the service requirements. \r\nDo we need to cook our own food?\r\nUnless you wish to do so, maybe as a hobby, we have chefs who will cook your food as required. \r\nWhat are the options for inmates to be actively involved ?\r\nSky is the LIMIT!! \r\n\r\n ','FAQs','Faqs','/faqs','2014-04-06 15:30:00','2014-07-06 06:28:21',NULL,0) ,(145,' Accommodation will available to husband and wife both retired from service/business and whose children are living away/outside India. They will have to of course be well-settled, financially able and independent, however unable to be present and take care of each other due to reasons mentioned above. A widow or widower retired from service/business, who children are living away/outside India. \r\nA spinster above the age of 60 years who wishes to live away from relatives and aspire living with this concept and yet can get in touch with their near and dear whenever they wish to do so. \r\n \r\n ','Terms and Conditions','Terms and Conditions','/terms-and-conditions','2014-04-06 15:56:00','2014-04-06 16:04:44',NULL,0) ,(134,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0) ,(122,'','Side Nav',NULL,'/!stacks/side-nav','2013-10-05 18:47:22','2014-06-29 13:03:16',NULL,0) ,(146,'Gallery Training is rewarding We believe that by imparting training to Adhivasis in skills such as making handicrafts and furniture using bamboo which is available in abundance around their villanges and the forests nearby, they will be able to make use of their traditional knowledge about bamboo and learn higly sought after craftsmanship to improve their way of life by catering to the needs of modern society without having to learn alien skills or abandon their culture or way of life. ','Gallery','Gallery of Events and Pictures','/gallery','2014-07-06 03:35:00','2014-07-13 19:01:36',NULL,0); DROP TABLE IF EXISTS PageStatistics; CREATE TABLE IF NOT EXISTS `PageStatistics` ( `pstID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `cID` int(10) unsigned NOT NULL DEFAULT '0', `date` date DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `uID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`pstID`), KEY `cID` (`cID`), KEY `date` (`date`), KEY `uID` (`uID`) ) ENGINE=MyISAM AUTO_INCREMENT=6716 DEFAULT CHARSET=utf8; INSERT INTO PageStatistics VALUES(1,1,'2013-10-05','2013-10-05 18:49:10',1) ,(2,105,'2013-10-05','2013-10-05 18:49:13',1) ,(3,105,'2013-10-05','2013-10-05 18:49:53',1) ,(4,110,'2013-10-05','2013-10-05 18:55:28',1) ,(5,110,'2013-10-05','2013-10-05 18:55:44',1) ,(6,1,'2013-10-05','2013-10-05 18:55:45',1) ,(7,110,'2013-10-05','2013-10-05 18:55:54',1) ,(8,110,'2013-10-05','2013-10-05 18:56:07',1) ,(9,1,'2013-10-05','2013-10-05 18:56:07',1) ,(10,110,'2013-10-05','2013-10-05 18:56:20',1) ,(11,110,'2013-10-05','2013-10-05 18:56:23',1) ,(12,1,'2013-10-05','2013-10-05 18:56:24',1) ,(13,1,'2013-10-05','2013-10-05 18:56:27',1) ,(14,1,'2013-10-05','2013-10-05 18:56:28',1) ,(15,1,'2013-10-05','2013-10-05 18:57:10',1) ,(16,1,'2013-10-05','2013-10-05 18:59:16',1) ,(17,46,'2013-10-05','2013-10-05 19:02:20',1) ,(18,46,'2013-10-05','2013-10-05 19:02:36',1) ,(19,46,'2013-10-05','2013-10-05 19:02:44',1) ,(20,46,'2013-10-05','2013-10-05 19:02:50',1) ,(21,46,'2013-10-05','2013-10-05 19:02:51',1) ,(22,46,'2013-10-05','2013-10-05 19:02:55',1) ,(23,46,'2013-10-05','2013-10-05 19:02:56',1) ,(24,1,'2013-10-05','2013-10-05 19:03:05',1) ,(25,1,'2013-10-05','2013-10-05 19:03:22',1) ,(26,46,'2013-10-05','2013-10-05 19:08:24',1) ,(27,1,'2013-10-05','2013-10-05 19:08:34',1) ,(28,1,'2013-10-05','2013-10-05 19:08:48',1) ,(29,1,'2013-10-05','2013-10-05 19:08:54',1) ,(30,1,'2013-10-05','2013-10-05 19:08:59',1) ,(31,1,'2013-10-05','2013-10-05 19:09:33',1) ,(32,1,'2013-10-05','2013-10-05 20:18:29',1) ,(33,1,'2013-10-05','2013-10-05 20:18:52',1) ,(34,1,'2013-10-05','2013-10-05 20:19:00',1) ,(35,11,'2013-10-05','2013-10-05 20:19:25',1) ,(36,2,'2013-10-05','2013-10-05 20:20:05',1) ,(37,12,'2013-10-05','2013-10-05 20:20:14',1) ,(38,89,'2013-10-05','2013-10-05 20:20:21',1) ,(39,2,'2013-10-05','2013-10-05 20:20:29',1) ,(40,28,'2013-10-05','2013-10-05 20:20:41',1) ,(41,31,'2013-10-05','2013-10-05 20:20:50',1) ,(42,28,'2013-10-05','2013-10-05 20:21:42',1) ,(43,30,'2013-10-05','2013-10-05 20:21:50',1) ,(44,1,'2013-10-05','2013-10-05 20:24:42',1) ,(45,11,'2013-10-05','2013-10-05 20:25:44',1) ,(46,2,'2013-10-05','2013-10-05 20:26:09',1) ,(47,1,'2013-10-05','2013-10-05 20:26:14',1) ,(48,1,'2013-10-05','2013-10-05 20:26:19',1) ,(49,1,'2013-10-05','2013-10-05 20:42:04',1) ,(50,1,'2013-10-05','2013-10-05 20:45:40',1) ,(51,1,'2013-10-05','2013-10-05 20:45:41',1) ,(52,1,'2013-10-05','2013-10-05 20:47:42',1) ,(53,1,'2013-10-05','2013-10-05 20:49:10',1) ,(54,1,'2013-10-05','2013-10-05 20:49:19',1) ,(55,1,'2013-10-05','2013-10-05 20:49:51',1) ,(56,1,'2013-10-06','2013-10-06 04:15:00',0) ,(57,1,'2013-10-06','2013-10-06 04:39:12',0) ,(58,1,'2013-10-06','2013-10-06 04:39:19',0) ,(59,1,'2013-10-06','2013-10-06 04:43:40',0) ,(60,1,'2013-10-06','2013-10-06 04:43:53',0) ,(61,129,'2013-10-06','2013-10-06 04:44:06',0) ,(62,1,'2013-10-06','2013-10-06 10:40:07',0) ,(63,1,'2013-10-06','2013-10-06 10:40:12',0) ,(64,128,'2013-10-06','2013-10-06 10:40:13',0) ,(65,1,'2013-10-06','2013-10-06 14:03:41',0) ,(66,1,'2013-10-06','2013-10-06 16:23:59',0) ,(67,1,'2013-10-06','2013-10-06 18:01:26',0) ,(68,1,'2013-10-06','2013-10-06 19:04:43',0) ,(69,1,'2013-10-06','2013-10-06 21:23:24',0) ,(70,1,'2013-10-06','2013-10-06 22:00:31',0) ,(71,1,'2013-10-07','2013-10-07 00:11:47',0) ,(72,1,'2013-10-07','2013-10-07 03:01:46',0) ,(73,1,'2013-10-07','2013-10-07 07:14:50',0) ,(74,1,'2013-10-07','2013-10-07 09:58:11',0) ,(75,1,'2013-10-07','2013-10-07 11:26:54',0) ,(76,1,'2013-10-07','2013-10-07 15:27:25',0) ,(77,1,'2013-10-07','2013-10-07 19:29:33',0) ,(78,1,'2013-10-07','2013-10-07 21:05:36',0) ,(79,1,'2013-10-07','2013-10-07 23:10:43',0) ,(80,1,'2013-10-07','2013-10-07 23:31:34',0) ,(81,1,'2013-10-08','2013-10-08 02:51:22',1) ,(82,106,'2013-10-08','2013-10-08 02:51:28',1) ,(83,1,'2013-10-08','2013-10-08 02:51:40',1) ,(84,128,'2013-10-08','2013-10-08 02:52:16',1) ,(85,1,'2013-10-08','2013-10-08 02:52:28',1) ,(86,129,'2013-10-08','2013-10-08 02:52:32',1) ,(87,130,'2013-10-08','2013-10-08 02:52:36',1) ,(88,128,'2013-10-08','2013-10-08 02:53:01',1) ,(89,130,'2013-10-08','2013-10-08 02:53:04',1) ,(90,130,'2013-10-08','2013-10-08 02:53:05',1) ,(91,130,'2013-10-08','2013-10-08 02:53:20',1) ,(92,128,'2013-10-08','2013-10-08 02:53:27',1) ,(93,128,'2013-10-08','2013-10-08 02:53:32',1) ,(94,128,'2013-10-08','2013-10-08 02:53:46',1) ,(95,1,'2013-10-08','2013-10-08 02:53:56',1) ,(96,1,'2013-10-08','2013-10-08 02:54:03',1) ,(97,1,'2013-10-08','2013-10-08 02:54:09',1) ,(98,1,'2013-10-08','2013-10-08 03:45:19',0) ,(99,1,'2013-10-08','2013-10-08 04:23:10',1) ,(100,1,'2013-10-08','2013-10-08 04:30:46',0) ,(101,110,'2013-10-08','2013-10-08 04:31:08',0) ,(102,110,'2013-10-08','2013-10-08 04:41:14',0) ,(103,110,'2013-10-08','2013-10-08 04:45:10',0) ,(104,1,'2013-10-08','2013-10-08 04:45:11',1) ,(105,1,'2013-10-08','2013-10-08 04:45:36',1) ,(106,128,'2013-10-08','2013-10-08 04:46:02',1) ,(107,128,'2013-10-08','2013-10-08 04:46:16',1) ,(108,128,'2013-10-08','2013-10-08 04:48:11',1) ,(109,128,'2013-10-08','2013-10-08 04:48:12',1) ,(110,128,'2013-10-08','2013-10-08 04:50:12',1) ,(111,128,'2013-10-08','2013-10-08 04:50:13',1) ,(112,110,'2013-10-08','2013-10-08 04:57:10',1) ,(113,110,'2013-10-08','2013-10-08 04:57:16',1) ,(114,1,'2013-10-08','2013-10-08 04:57:17',1) ,(115,1,'2013-10-08','2013-10-08 04:57:28',0) ,(116,128,'2013-10-08','2013-10-08 04:57:37',0) ,(117,1,'2013-10-08','2013-10-08 04:57:45',0) ,(118,110,'2013-10-08','2013-10-08 04:59:18',1) ,(119,1,'2013-10-08','2013-10-08 04:59:19',0) ,(120,110,'2013-10-08','2013-10-08 05:17:27',0) ,(121,1,'2013-10-08','2013-10-08 05:17:29',1) ,(122,1,'2013-10-08','2013-10-08 05:17:38',1) ,(123,1,'2013-10-08','2013-10-08 05:22:56',1) ,(124,1,'2013-10-08','2013-10-08 05:22:57',1) ,(125,1,'2013-10-08','2013-10-08 05:24:58',1) ,(126,1,'2013-10-08','2013-10-08 05:24:58',1) ,(127,1,'2013-10-08','2013-10-08 05:26:32',1) ,(128,1,'2013-10-08','2013-10-08 05:26:33',1) ,(129,1,'2013-10-08','2013-10-08 05:27:09',1) ,(130,1,'2013-10-08','2013-10-08 05:28:10',1) ,(131,128,'2013-10-08','2013-10-08 05:29:02',1) ,(132,128,'2013-10-08','2013-10-08 05:29:11',1) ,(133,128,'2013-10-08','2013-10-08 05:29:19',1) ,(134,129,'2013-10-08','2013-10-08 05:29:57',1) ,(135,129,'2013-10-08','2013-10-08 05:30:08',1) ,(136,131,'2013-10-08','2013-10-08 05:31:01',1) ,(137,131,'2013-10-08','2013-10-08 05:31:06',1) ,(138,131,'2013-10-08','2013-10-08 05:31:15',1) ,(139,129,'2013-10-08','2013-10-08 05:31:22',1) ,(140,129,'2013-10-08','2013-10-08 05:31:26',1) ,(141,133,'2013-10-08','2013-10-08 05:31:34',1) ,(142,133,'2013-10-08','2013-10-08 05:31:47',1) ,(143,1,'2013-10-08','2013-10-08 05:32:02',1) ,(144,1,'2013-10-08','2013-10-08 05:32:07',1) ,(145,1,'2013-10-08','2013-10-08 05:36:20',1) ,(146,1,'2013-10-08','2013-10-08 05:38:18',1) ,(147,1,'2013-10-08','2013-10-08 05:39:46',1) ,(148,1,'2013-10-08','2013-10-08 05:40:20',1) ,(149,1,'2013-10-08','2013-10-08 05:42:01',1) ,(150,1,'2013-10-08','2013-10-08 05:42:12',1) ,(151,1,'2013-10-08','2013-10-08 05:43:37',1) ,(152,1,'2013-10-08','2013-10-08 05:44:37',1) ,(153,1,'2013-10-08','2013-10-08 05:45:18',1) ,(154,1,'2013-10-08','2013-10-08 05:45:42',1) ,(155,1,'2013-10-08','2013-10-08 05:46:02',1) ,(156,1,'2013-10-08','2013-10-08 05:46:26',1) ,(157,1,'2013-10-08','2013-10-08 07:08:12',0) ,(158,1,'2013-10-08','2013-10-08 07:48:23',0) ,(159,1,'2013-10-08','2013-10-08 08:27:54',0) ,(160,1,'2013-10-08','2013-10-08 10:48:20',0) ,(161,1,'2013-10-08','2013-10-08 11:57:31',0) ,(162,1,'2013-10-08','2013-10-08 12:40:16',0) ,(163,1,'2013-10-08','2013-10-08 12:54:55',0) ,(164,1,'2013-10-08','2013-10-08 17:23:55',0) ,(165,1,'2013-10-08','2013-10-08 17:53:22',0) ,(166,1,'2013-10-08','2013-10-08 19:27:21',0) ,(167,131,'2013-10-08','2013-10-08 19:27:23',0) ,(168,133,'2013-10-08','2013-10-08 19:27:26',0) ,(169,130,'2013-10-08','2013-10-08 19:27:30',0) ,(170,110,'2013-10-08','2013-10-08 19:27:33',0) ,(171,129,'2013-10-08','2013-10-08 19:27:39',0) ,(172,128,'2013-10-08','2013-10-08 19:27:41',0) ,(173,132,'2013-10-08','2013-10-08 19:27:43',0) ,(174,1,'2013-10-08','2013-10-08 21:40:17',0) ,(175,1,'2013-10-08','2013-10-08 21:47:33',0) ,(176,1,'2013-10-09','2013-10-09 01:21:14',0) ,(177,1,'2013-10-09','2013-10-09 02:17:11',0) ,(178,1,'2013-10-09','2013-10-09 07:02:28',0) ,(179,1,'2013-10-09','2013-10-09 10:45:23',0) ,(180,1,'2013-10-09','2013-10-09 10:51:36',0) ,(181,1,'2013-10-09','2013-10-09 10:51:37',0) ,(182,1,'2013-10-09','2013-10-09 10:55:24',0) ,(183,1,'2013-10-09','2013-10-09 10:55:26',0) ,(184,1,'2013-10-09','2013-10-09 12:05:51',0) ,(185,1,'2013-10-09','2013-10-09 13:18:56',0) ,(186,130,'2013-10-09','2013-10-09 13:28:02',0) ,(187,1,'2013-10-09','2013-10-09 14:31:13',0) ,(188,1,'2013-10-09','2013-10-09 14:47:07',0) ,(189,1,'2013-10-09','2013-10-09 14:52:21',0) ,(190,1,'2013-10-09','2013-10-09 19:06:55',0) ,(191,110,'2013-10-09','2013-10-09 19:11:18',0) ,(192,128,'2013-10-09','2013-10-09 19:12:55',0) ,(193,129,'2013-10-09','2013-10-09 19:19:59',0) ,(194,130,'2013-10-09','2013-10-09 19:29:42',0) ,(195,128,'2013-10-09','2013-10-09 19:30:32',0) ,(196,110,'2013-10-09','2013-10-09 19:30:38',0) ,(197,129,'2013-10-09','2013-10-09 19:39:30',0) ,(198,131,'2013-10-09','2013-10-09 21:51:03',0) ,(199,133,'2013-10-09','2013-10-09 21:59:09',0) ,(200,132,'2013-10-09','2013-10-09 22:09:38',0) ,(201,131,'2013-10-09','2013-10-09 22:49:53',0) ,(202,132,'2013-10-09','2013-10-09 22:52:53',0) ,(203,133,'2013-10-09','2013-10-09 23:01:07',0) ,(204,1,'2013-10-09','2013-10-09 23:23:17',0) ,(205,1,'2013-10-09','2013-10-09 23:58:50',0) ,(206,1,'2013-10-10','2013-10-10 03:03:21',0) ,(207,1,'2013-10-10','2013-10-10 03:46:57',0) ,(208,1,'2013-10-10','2013-10-10 08:48:19',0) ,(209,1,'2013-10-10','2013-10-10 08:49:20',0) ,(210,134,'2013-10-10','2013-10-10 08:58:34',0) ,(211,134,'2013-10-10','2013-10-10 09:27:16',0) ,(212,134,'2013-10-10','2013-10-10 09:44:20',0) ,(213,134,'2013-10-10','2013-10-10 10:23:36',0) ,(214,134,'2013-10-10','2013-10-10 10:45:21',0) ,(215,1,'2013-10-10','2013-10-10 14:06:59',0) ,(216,1,'2013-10-10','2013-10-10 14:16:53',0) ,(217,1,'2013-10-10','2013-10-10 16:40:27',0) ,(218,1,'2013-10-10','2013-10-10 18:08:43',0) ,(219,1,'2013-10-10','2013-10-10 19:17:01',0) ,(220,1,'2013-10-10','2013-10-10 20:44:27',0) ,(221,1,'2013-10-10','2013-10-10 21:58:25',0) ,(222,131,'2013-10-10','2013-10-10 21:58:30',0) ,(223,133,'2013-10-10','2013-10-10 21:58:33',0) ,(224,130,'2013-10-10','2013-10-10 21:58:39',0) ,(225,110,'2013-10-10','2013-10-10 21:58:42',0) ,(226,129,'2013-10-10','2013-10-10 21:58:44',0) ,(227,128,'2013-10-10','2013-10-10 21:58:49',0) ,(228,132,'2013-10-10','2013-10-10 21:58:51',0) ,(229,1,'2013-10-10','2013-10-10 22:18:36',0) ,(230,1,'2013-10-11','2013-10-11 02:26:45',0) ,(231,134,'2013-10-11','2013-10-11 05:34:16',0) ,(232,134,'2013-10-11','2013-10-11 06:42:24',0) ,(233,1,'2013-10-11','2013-10-11 06:50:09',0) ,(234,1,'2013-10-11','2013-10-11 09:31:48',0) ,(235,1,'2013-10-11','2013-10-11 10:48:23',0) ,(236,134,'2013-10-11','2013-10-11 11:39:07',0) ,(237,1,'2013-10-11','2013-10-11 12:27:12',0) ,(238,1,'2013-10-11','2013-10-11 14:41:44',0) ,(239,1,'2013-10-11','2013-10-11 14:56:25',0) ,(240,1,'2013-10-11','2013-10-11 19:39:12',0) ,(241,1,'2013-10-11','2013-10-11 19:45:57',0) ,(242,128,'2013-10-11','2013-10-11 19:45:58',0) ,(243,132,'2013-10-11','2013-10-11 19:46:00',0) ,(244,130,'2013-10-11','2013-10-11 19:46:02',0) ,(245,131,'2013-10-11','2013-10-11 19:46:03',0) ,(246,129,'2013-10-11','2013-10-11 19:46:05',0) ,(247,133,'2013-10-11','2013-10-11 19:46:07',0) ,(248,110,'2013-10-11','2013-10-11 19:46:08',0) ,(249,134,'2013-10-11','2013-10-11 19:46:11',0) ,(250,134,'2013-10-11','2013-10-11 19:46:13',0) ,(251,134,'2013-10-11','2013-10-11 22:43:34',0) ,(252,131,'2013-10-11','2013-10-11 23:01:20',0) ,(253,131,'2013-10-11','2013-10-11 23:01:26',0) ,(254,131,'2013-10-11','2013-10-11 23:01:26',0) ,(255,131,'2013-10-11','2013-10-11 23:01:27',0) ,(256,1,'2013-10-12','2013-10-12 00:09:01',0) ,(257,1,'2013-10-12','2013-10-12 02:21:39',0) ,(258,1,'2013-10-12','2013-10-12 04:43:01',0) ,(259,134,'2013-10-12','2013-10-12 04:46:32',0) ,(260,131,'2013-10-12','2013-10-12 08:00:41',0) ,(261,131,'2013-10-12','2013-10-12 08:00:45',0) ,(262,131,'2013-10-12','2013-10-12 08:00:46',0) ,(263,131,'2013-10-12','2013-10-12 08:00:48',0) ,(264,1,'2013-10-12','2013-10-12 09:30:01',0) ,(265,1,'2013-10-12','2013-10-12 09:53:17',0) ,(266,1,'2013-10-12','2013-10-12 10:37:43',0) ,(267,1,'2013-10-12','2013-10-12 12:31:03',0) ,(268,131,'2013-10-12','2013-10-12 15:17:39',0) ,(269,131,'2013-10-12','2013-10-12 15:17:40',0) ,(270,131,'2013-10-12','2013-10-12 15:17:40',0) ,(271,131,'2013-10-12','2013-10-12 15:17:41',0) ,(272,1,'2013-10-12','2013-10-12 18:38:45',0) ,(273,1,'2013-10-12','2013-10-12 18:57:18',0) ,(274,1,'2013-10-12','2013-10-12 19:05:30',0) ,(275,131,'2013-10-12','2013-10-12 19:05:34',0) ,(276,133,'2013-10-12','2013-10-12 19:05:36',0) ,(277,130,'2013-10-12','2013-10-12 19:05:45',0) ,(278,110,'2013-10-12','2013-10-12 19:05:47',0) ,(279,129,'2013-10-12','2013-10-12 19:05:49',0) ,(280,128,'2013-10-12','2013-10-12 19:05:52',0) ,(281,132,'2013-10-12','2013-10-12 19:05:54',0) ,(282,1,'2013-10-12','2013-10-12 22:35:37',0) ,(283,1,'2013-10-12','2013-10-12 22:48:41',0) ,(284,1,'2013-10-13','2013-10-13 03:01:06',0) ,(285,1,'2013-10-13','2013-10-13 03:03:24',0) ,(286,1,'2013-10-13','2013-10-13 07:28:24',0) ,(287,1,'2013-10-13','2013-10-13 12:25:26',0) ,(288,1,'2013-10-13','2013-10-13 14:15:54',0) ,(289,1,'2013-10-13','2013-10-13 18:15:00',0) ,(290,1,'2013-10-13','2013-10-13 22:16:10',0) ,(291,1,'2013-10-14','2013-10-14 02:20:24',0) ,(292,1,'2013-10-14','2013-10-14 06:32:24',0) ,(293,1,'2013-10-14','2013-10-14 10:25:36',0) ,(294,1,'2013-10-14','2013-10-14 10:31:54',0) ,(295,1,'2013-10-14','2013-10-14 10:48:49',0) ,(296,1,'2013-10-14','2013-10-14 12:45:18',0) ,(297,1,'2013-10-14','2013-10-14 14:31:01',0) ,(298,1,'2013-10-14','2013-10-14 18:21:19',0) ,(299,1,'2013-10-14','2013-10-14 22:17:10',0) ,(300,1,'2013-10-15','2013-10-15 02:14:12',0) ,(301,1,'2013-10-15','2013-10-15 06:18:31',0) ,(302,1,'2013-10-15','2013-10-15 10:30:51',0) ,(303,1,'2013-10-15','2013-10-15 15:01:02',0) ,(304,1,'2013-10-15','2013-10-15 16:34:31',0) ,(305,1,'2013-10-15','2013-10-15 18:10:39',0) ,(306,128,'2013-10-15','2013-10-15 18:10:42',0) ,(307,132,'2013-10-15','2013-10-15 18:10:44',0) ,(308,131,'2013-10-15','2013-10-15 18:10:45',0) ,(309,130,'2013-10-15','2013-10-15 18:10:45',0) ,(310,133,'2013-10-15','2013-10-15 18:10:46',0) ,(311,110,'2013-10-15','2013-10-15 18:10:48',0) ,(312,129,'2013-10-15','2013-10-15 18:10:48',0) ,(313,110,'2013-10-15','2013-10-15 18:10:50',0) ,(314,110,'2013-10-15','2013-10-15 18:10:50',0) ,(315,1,'2013-10-15','2013-10-15 18:55:49',1) ,(316,106,'2013-10-15','2013-10-15 18:55:52',1) ,(317,1,'2013-10-15','2013-10-15 21:46:12',0) ,(318,1,'2013-10-15','2013-10-15 22:36:37',0) ,(319,1,'2013-10-16','2013-10-16 02:32:07',0) ,(320,131,'2013-10-16','2013-10-16 03:47:49',0) ,(321,131,'2013-10-16','2013-10-16 03:47:51',0) ,(322,1,'2013-10-16','2013-10-16 07:33:17',0) ,(323,1,'2013-10-16','2013-10-16 12:32:34',0) ,(324,1,'2013-10-16','2013-10-16 14:35:43',0) ,(325,1,'2013-10-16','2013-10-16 18:53:46',0) ,(326,131,'2013-10-16','2013-10-16 21:24:31',0) ,(327,131,'2013-10-16','2013-10-16 21:24:33',0) ,(328,1,'2013-10-17','2013-10-17 03:56:28',0) ,(329,1,'2013-10-17','2013-10-17 08:59:55',0) ,(330,1,'2013-10-17','2013-10-17 11:48:32',0) ,(331,1,'2013-10-17','2013-10-17 12:57:29',0) ,(332,1,'2013-10-17','2013-10-17 17:54:41',0) ,(333,1,'2013-10-17','2013-10-17 18:41:20',0) ,(334,1,'2013-10-17','2013-10-17 19:05:11',0) ,(335,1,'2013-10-17','2013-10-17 22:09:34',0) ,(336,1,'2013-10-18','2013-10-18 02:28:30',0) ,(337,1,'2013-10-18','2013-10-18 07:03:29',0) ,(338,1,'2013-10-18','2013-10-18 10:57:18',0) ,(339,1,'2013-10-18','2013-10-18 14:56:57',0) ,(340,1,'2013-10-18','2013-10-18 19:04:56',0) ,(341,1,'2013-10-18','2013-10-18 22:38:40',0) ,(342,1,'2013-10-18','2013-10-18 23:17:25',0) ,(343,1,'2013-10-19','2013-10-19 03:17:38',0) ,(344,1,'2013-10-19','2013-10-19 07:41:59',0) ,(345,1,'2013-10-19','2013-10-19 12:27:53',0) ,(346,1,'2013-10-19','2013-10-19 17:52:16',0) ,(347,1,'2013-10-19','2013-10-19 21:53:52',0) ,(348,1,'2013-10-20','2013-10-20 02:13:10',0) ,(349,1,'2013-10-20','2013-10-20 02:20:17',0) ,(350,1,'2013-10-20','2013-10-20 07:21:04',0) ,(351,1,'2013-10-20','2013-10-20 12:07:09',0) ,(352,1,'2013-10-20','2013-10-20 16:06:26',0) ,(353,1,'2013-10-20','2013-10-20 19:11:27',1) ,(354,106,'2013-10-20','2013-10-20 19:11:30',1) ,(355,1,'2013-10-20','2013-10-20 20:22:20',0) ,(356,1,'2013-10-21','2013-10-21 01:05:32',0) ,(357,1,'2013-10-21','2013-10-21 05:25:33',0) ,(358,1,'2013-10-21','2013-10-21 08:45:05',0) ,(359,1,'2013-10-21','2013-10-21 09:31:55',0) ,(360,1,'2013-10-21','2013-10-21 10:01:46',0) ,(361,129,'2013-10-21','2013-10-21 16:52:06',0) ,(362,1,'2013-10-21','2013-10-21 22:39:39',0) ,(363,1,'2013-10-22','2013-10-22 10:01:42',0) ,(364,1,'2013-10-22','2013-10-22 10:01:44',0) ,(365,1,'2013-10-22','2013-10-22 11:31:12',0) ,(366,129,'2013-10-22','2013-10-22 13:20:38',0) ,(367,1,'2013-10-22','2013-10-22 17:40:56',0) ,(368,1,'2013-10-23','2013-10-23 09:43:02',0) ,(369,1,'2013-10-23','2013-10-23 11:33:14',0) ,(370,131,'2013-10-23','2013-10-23 13:52:13',0) ,(371,130,'2013-10-23','2013-10-23 18:01:21',0) ,(372,110,'2013-10-23','2013-10-23 19:51:04',0) ,(373,128,'2013-10-23','2013-10-23 21:53:17',0) ,(374,129,'2013-10-23','2013-10-23 22:38:24',0) ,(375,1,'2013-10-23','2013-10-23 23:12:18',0) ,(376,133,'2013-10-23','2013-10-23 23:20:30',0) ,(377,132,'2013-10-24','2013-10-24 00:42:55',0) ,(378,1,'2013-10-24','2013-10-24 18:49:59',0) ,(379,1,'2013-10-25','2013-10-25 05:15:36',0) ,(380,1,'2013-10-26','2013-10-26 10:15:53',0) ,(381,1,'2013-10-26','2013-10-26 23:12:45',0) ,(382,1,'2013-10-27','2013-10-27 05:13:37',0) ,(383,129,'2013-10-29','2013-10-29 17:54:12',0) ,(384,1,'2013-10-30','2013-10-30 07:13:49',0) ,(385,131,'2013-11-02','2013-11-02 02:35:32',0) ,(386,131,'2013-11-02','2013-11-02 02:35:33',0) ,(387,131,'2013-11-02','2013-11-02 05:04:46',0) ,(388,1,'2013-11-02','2013-11-02 05:04:47',0) ,(389,131,'2013-11-02','2013-11-02 05:04:48',0) ,(390,131,'2013-11-02','2013-11-02 05:04:49',0) ,(391,131,'2013-11-02','2013-11-02 05:04:49',0) ,(392,131,'2013-11-02','2013-11-02 05:04:50',0) ,(393,131,'2013-11-03','2013-11-03 01:22:32',0) ,(394,1,'2013-11-03','2013-11-03 01:22:34',0) ,(395,131,'2013-11-03','2013-11-03 01:22:38',0) ,(396,131,'2013-11-03','2013-11-03 01:22:39',0) ,(397,131,'2013-11-03','2013-11-03 01:22:40',0) ,(398,131,'2013-11-03','2013-11-03 01:22:41',0) ,(399,1,'2013-11-03','2013-11-03 05:23:40',1) ,(400,106,'2013-11-03','2013-11-03 05:23:42',1) ,(401,129,'2013-11-06','2013-11-06 02:14:13',0) ,(402,128,'2013-11-06','2013-11-06 07:23:29',0) ,(403,1,'2013-11-06','2013-11-06 19:10:21',0) ,(404,1,'2013-11-06','2013-11-06 19:39:17',0) ,(405,1,'2013-11-06','2013-11-06 19:39:18',0) ,(406,132,'2013-11-06','2013-11-06 20:02:48',0) ,(407,1,'2013-11-07','2013-11-07 10:14:16',0) ,(408,1,'2013-11-07','2013-11-07 12:28:52',0) ,(409,1,'2013-11-08','2013-11-08 01:26:30',0) ,(410,1,'2013-11-08','2013-11-08 01:28:19',0) ,(411,131,'2013-11-08','2013-11-08 09:09:48',0) ,(412,131,'2013-11-08','2013-11-08 21:31:26',0) ,(413,1,'2013-11-08','2013-11-08 21:31:29',0) ,(414,1,'2013-11-08','2013-11-08 21:31:31',0) ,(415,1,'2013-11-08','2013-11-08 21:31:31',0) ,(416,1,'2013-11-08','2013-11-08 21:31:32',0) ,(417,1,'2013-11-08','2013-11-08 21:31:33',0) ,(418,1,'2013-11-08','2013-11-08 21:31:34',0) ,(419,1,'2013-11-08','2013-11-08 21:31:35',0) ,(420,1,'2013-11-08','2013-11-08 21:31:37',0) ,(421,1,'2013-11-08','2013-11-08 21:31:37',0) ,(422,1,'2013-11-08','2013-11-08 21:31:40',0) ,(423,1,'2013-11-08','2013-11-08 21:31:42',0) ,(424,1,'2013-11-08','2013-11-08 21:31:43',0) ,(425,1,'2013-11-08','2013-11-08 21:31:45',0) ,(426,1,'2013-11-08','2013-11-08 21:31:47',0) ,(427,1,'2013-11-08','2013-11-08 21:31:48',0) ,(428,1,'2013-11-08','2013-11-08 21:31:50',0) ,(429,1,'2013-11-08','2013-11-08 21:36:44',0) ,(430,1,'2013-11-08','2013-11-08 21:38:11',0) ,(431,110,'2013-11-08','2013-11-08 23:05:26',0) ,(432,131,'2013-11-08','2013-11-08 23:12:02',0) ,(433,110,'2013-11-08','2013-11-08 23:31:52',0) ,(434,131,'2013-11-08','2013-11-08 23:33:25',0) ,(435,131,'2013-11-08','2013-11-08 23:33:28',0) ,(436,130,'2013-11-08','2013-11-08 23:38:49',0) ,(437,130,'2013-11-08','2013-11-08 23:42:29',0) ,(438,129,'2013-11-08','2013-11-08 23:52:13',0) ,(439,134,'2013-11-09','2013-11-09 00:50:15',0) ,(440,134,'2013-11-09','2013-11-09 01:02:50',0) ,(441,132,'2013-11-09','2013-11-09 01:26:00',0) ,(442,134,'2013-11-09','2013-11-09 01:37:01',0) ,(443,134,'2013-11-09','2013-11-09 02:34:12',0) ,(444,128,'2013-11-09','2013-11-09 02:34:38',0) ,(445,134,'2013-11-09','2013-11-09 02:41:04',0) ,(446,129,'2013-11-09','2013-11-09 02:43:03',0) ,(447,134,'2013-11-09','2013-11-09 02:49:08',0) ,(448,134,'2013-11-09','2013-11-09 02:51:08',0) ,(449,133,'2013-11-09','2013-11-09 02:58:09',0) ,(450,134,'2013-11-09','2013-11-09 03:05:19',0) ,(451,132,'2013-11-09','2013-11-09 03:07:05',0) ,(452,134,'2013-11-09','2013-11-09 03:12:52',0) ,(453,128,'2013-11-09','2013-11-09 03:17:00',0) ,(454,134,'2013-11-09','2013-11-09 04:17:09',0) ,(455,133,'2013-11-09','2013-11-09 04:28:00',0) ,(456,131,'2013-11-09','2013-11-09 04:31:27',0) ,(457,134,'2013-11-09','2013-11-09 04:43:51',0) ,(458,134,'2013-11-09','2013-11-09 04:53:51',0) ,(459,1,'2013-11-09','2013-11-09 06:07:23',0) ,(460,132,'2013-11-09','2013-11-09 13:36:12',0) ,(461,131,'2013-11-09','2013-11-09 13:56:34',0) ,(462,131,'2013-11-09','2013-11-09 13:56:37',0) ,(463,131,'2013-11-09','2013-11-09 13:56:37',0) ,(464,131,'2013-11-09','2013-11-09 13:56:39',0) ,(465,131,'2013-11-09','2013-11-09 21:03:36',0) ,(466,131,'2013-11-10','2013-11-10 02:27:37',0) ,(467,131,'2013-11-10','2013-11-10 02:27:38',0) ,(468,1,'2013-11-10','2013-11-10 14:40:36',0) ,(469,1,'2013-11-10','2013-11-10 21:47:03',0) ,(470,1,'2013-11-10','2013-11-10 21:52:13',0) ,(471,128,'2013-11-10','2013-11-10 21:52:15',0) ,(472,131,'2013-11-10','2013-11-10 21:52:17',0) ,(473,1,'2013-11-10','2013-11-10 21:56:43',0) ,(474,130,'2013-11-10','2013-11-10 23:51:28',0) ,(475,131,'2013-11-11','2013-11-11 00:35:34',0) ,(476,131,'2013-11-11','2013-11-11 00:35:35',0) ,(477,131,'2013-11-11','2013-11-11 00:35:36',0) ,(478,131,'2013-11-11','2013-11-11 00:35:37',0) ,(479,131,'2013-11-11','2013-11-11 00:35:39',0) ,(480,134,'2013-11-11','2013-11-11 01:53:57',0) ,(481,128,'2013-11-11','2013-11-11 02:18:43',0) ,(482,131,'2013-11-11','2013-11-11 02:20:34',0) ,(483,131,'2013-11-11','2013-11-11 02:20:35',0) ,(484,131,'2013-11-11','2013-11-11 02:20:36',0) ,(485,131,'2013-11-11','2013-11-11 02:20:37',0) ,(486,131,'2013-11-11','2013-11-11 02:20:39',0) ,(487,133,'2013-11-11','2013-11-11 03:24:26',0) ,(488,110,'2013-11-11','2013-11-11 04:14:20',0) ,(489,129,'2013-11-11','2013-11-11 05:30:19',0) ,(490,132,'2013-11-11','2013-11-11 06:34:39',0) ,(491,1,'2013-11-11','2013-11-11 07:03:08',0) ,(492,1,'2013-11-11','2013-11-11 22:45:23',0) ,(493,131,'2013-11-11','2013-11-11 22:45:24',0) ,(494,129,'2013-11-11','2013-11-11 22:45:25',0) ,(495,130,'2013-11-11','2013-11-11 22:45:27',0) ,(496,132,'2013-11-11','2013-11-11 22:45:28',0) ,(497,133,'2013-11-11','2013-11-11 22:45:29',0) ,(498,110,'2013-11-11','2013-11-11 22:45:30',0) ,(499,128,'2013-11-11','2013-11-11 22:45:30',0) ,(500,133,'2013-11-12','2013-11-12 02:23:35',0) ,(501,131,'2013-11-12','2013-11-12 08:19:46',0) ,(502,131,'2013-11-12','2013-11-12 08:19:48',0) ,(503,131,'2013-11-12','2013-11-12 08:36:55',0) ,(504,131,'2013-11-12','2013-11-12 08:36:56',0) ,(505,131,'2013-11-12','2013-11-12 08:41:15',0) ,(506,131,'2013-11-12','2013-11-12 08:41:16',0) ,(507,131,'2013-11-12','2013-11-12 10:37:56',0) ,(508,131,'2013-11-12','2013-11-12 10:50:26',0) ,(509,131,'2013-11-12','2013-11-12 10:54:03',0) ,(510,110,'2013-11-12','2013-11-12 18:14:48',0) ,(511,110,'2013-11-12','2013-11-12 18:14:54',0) ,(512,1,'2013-11-12','2013-11-12 18:14:56',1) ,(513,106,'2013-11-12','2013-11-12 18:15:00',1) ,(514,1,'2013-11-12','2013-11-12 20:46:54',0) ,(515,129,'2013-11-13','2013-11-13 00:50:16',0) ,(516,1,'2013-11-13','2013-11-13 05:06:42',0) ,(517,130,'2013-11-13','2013-11-13 21:27:25',0) ,(518,130,'2013-11-13','2013-11-13 21:35:32',0) ,(519,1,'2013-11-14','2013-11-14 04:59:13',0) ,(520,131,'2013-11-14','2013-11-14 14:57:31',0) ,(521,131,'2013-11-14','2013-11-14 21:21:01',0) ,(522,131,'2013-11-14','2013-11-14 21:21:08',0) ,(523,131,'2013-11-14','2013-11-14 21:21:09',0) ,(524,131,'2013-11-14','2013-11-14 21:21:10',0) ,(525,131,'2013-11-14','2013-11-14 21:21:11',0) ,(526,131,'2013-11-14','2013-11-14 22:19:06',0) ,(527,131,'2013-11-14','2013-11-14 22:19:08',0) ,(528,131,'2013-11-14','2013-11-14 23:01:08',0) ,(529,131,'2013-11-14','2013-11-14 23:01:12',0) ,(530,131,'2013-11-14','2013-11-14 23:01:12',0) ,(531,131,'2013-11-14','2013-11-14 23:01:14',0) ,(532,131,'2013-11-15','2013-11-15 00:17:19',0) ,(533,131,'2013-11-15','2013-11-15 00:17:26',0) ,(534,131,'2013-11-15','2013-11-15 00:17:27',0) ,(535,131,'2013-11-15','2013-11-15 00:17:30',0) ,(536,131,'2013-11-15','2013-11-15 00:17:31',0) ,(537,131,'2013-11-15','2013-11-15 05:03:18',0) ,(538,131,'2013-11-15','2013-11-15 05:04:52',0) ,(539,131,'2013-11-15','2013-11-15 05:04:53',0) ,(540,131,'2013-11-15','2013-11-15 05:04:57',0) ,(541,131,'2013-11-15','2013-11-15 12:09:01',0) ,(542,131,'2013-11-15','2013-11-15 12:09:09',0) ,(543,131,'2013-11-15','2013-11-15 12:09:16',0) ,(544,131,'2013-11-15','2013-11-15 12:09:19',0) ,(545,131,'2013-11-15','2013-11-15 12:09:23',0) ,(546,1,'2013-11-15','2013-11-15 13:30:43',0) ,(547,131,'2013-11-15','2013-11-15 20:16:40',0) ,(548,131,'2013-11-15','2013-11-15 20:16:41',0) ,(549,1,'2013-11-17','2013-11-17 02:06:44',0) ,(550,1,'2013-11-17','2013-11-17 02:06:46',0) ,(551,128,'2013-11-17','2013-11-17 02:06:48',0) ,(552,132,'2013-11-17','2013-11-17 02:06:50',0) ,(553,130,'2013-11-17','2013-11-17 02:06:52',0) ,(554,131,'2013-11-17','2013-11-17 02:06:53',0) ,(555,129,'2013-11-17','2013-11-17 02:06:55',0) ,(556,133,'2013-11-17','2013-11-17 02:06:57',0) ,(557,110,'2013-11-17','2013-11-17 02:06:59',0) ,(558,134,'2013-11-17','2013-11-17 02:07:03',0) ,(559,134,'2013-11-17','2013-11-17 02:07:05',0) ,(560,1,'2013-11-17','2013-11-17 13:10:11',0) ,(561,1,'2013-11-17','2013-11-17 22:26:02',0) ,(562,131,'2013-11-18','2013-11-18 04:18:18',0) ,(563,131,'2013-11-18','2013-11-18 04:18:18',0) ,(564,131,'2013-11-18','2013-11-18 19:44:41',0) ,(565,1,'2013-11-18','2013-11-18 19:44:53',0) ,(566,131,'2013-11-18','2013-11-18 20:33:03',0) ,(567,131,'2013-11-18','2013-11-18 20:33:05',0) ,(568,131,'2013-11-18','2013-11-18 20:33:06',0) ,(569,131,'2013-11-18','2013-11-18 20:33:07',0) ,(570,1,'2013-11-18','2013-11-18 22:25:49',0) ,(571,128,'2013-11-18','2013-11-18 22:25:54',0) ,(572,1,'2013-11-19','2013-11-19 04:56:18',0) ,(573,131,'2013-11-19','2013-11-19 08:43:21',0) ,(574,131,'2013-11-19','2013-11-19 08:43:23',0) ,(575,131,'2013-11-19','2013-11-19 08:43:23',0) ,(576,131,'2013-11-19','2013-11-19 08:43:24',0) ,(577,1,'2013-11-19','2013-11-19 10:41:17',0) ,(578,131,'2013-11-19','2013-11-19 22:14:08',0) ,(579,131,'2013-11-19','2013-11-19 22:14:09',0) ,(580,131,'2013-11-19','2013-11-19 22:14:10',0) ,(581,131,'2013-11-19','2013-11-19 22:14:10',0) ,(582,1,'2013-11-20','2013-11-20 13:10:42',0) ,(583,131,'2013-11-21','2013-11-21 02:02:58',0) ,(584,131,'2013-11-21','2013-11-21 02:02:59',0) ,(585,131,'2013-11-21','2013-11-21 02:03:00',0) ,(586,131,'2013-11-21','2013-11-21 02:03:00',0) ,(587,131,'2013-11-21','2013-11-21 09:37:53',0) ,(588,1,'2013-11-21','2013-11-21 23:28:41',0) ,(589,132,'2013-11-21','2013-11-21 23:28:43',0) ,(590,110,'2013-11-21','2013-11-21 23:28:47',0) ,(591,1,'2013-11-21','2013-11-21 23:28:48',0) ,(592,128,'2013-11-21','2013-11-21 23:28:50',0) ,(593,129,'2013-11-21','2013-11-21 23:28:52',0) ,(594,132,'2013-11-21','2013-11-21 23:28:54',0) ,(595,128,'2013-11-21','2013-11-21 23:28:56',0) ,(596,131,'2013-11-21','2013-11-21 23:28:58',0) ,(597,1,'2013-11-21','2013-11-21 23:28:59',0) ,(598,1,'2013-11-22','2013-11-22 00:37:02',0) ,(599,128,'2013-11-22','2013-11-22 02:03:33',0) ,(600,131,'2013-11-22','2013-11-22 02:36:53',0) ,(601,133,'2013-11-22','2013-11-22 03:10:13',0) ,(602,130,'2013-11-22','2013-11-22 03:43:33',0) ,(603,132,'2013-11-22','2013-11-22 04:16:53',0) ,(604,129,'2013-11-22','2013-11-22 05:23:34',0) ,(605,132,'2013-11-22','2013-11-22 06:46:37',0) ,(606,131,'2013-11-22','2013-11-22 07:55:04',0) ,(607,131,'2013-11-22','2013-11-22 07:55:06',0) ,(608,131,'2013-11-22','2013-11-22 07:55:07',0) ,(609,131,'2013-11-22','2013-11-22 07:55:07',0) ,(610,1,'2013-11-22','2013-11-22 12:06:11',0) ,(611,1,'2013-11-23','2013-11-23 06:22:51',0) ,(612,131,'2013-11-23','2013-11-23 08:14:18',0) ,(613,131,'2013-11-23','2013-11-23 08:14:20',0) ,(614,131,'2013-11-23','2013-11-23 08:14:21',0) ,(615,131,'2013-11-23','2013-11-23 08:14:21',0) ,(616,1,'2013-11-23','2013-11-23 10:13:22',0) ,(617,128,'2013-11-23','2013-11-23 17:53:58',0) ,(618,131,'2013-11-24','2013-11-24 07:21:07',0) ,(619,131,'2013-11-24','2013-11-24 07:21:09',0) ,(620,131,'2013-11-24','2013-11-24 07:21:11',0) ,(621,131,'2013-11-24','2013-11-24 07:21:12',0) ,(622,131,'2013-11-24','2013-11-24 07:21:14',0) ,(623,1,'2013-11-24','2013-11-24 11:29:53',0) ,(624,131,'2013-11-24','2013-11-24 20:19:15',0) ,(625,131,'2013-11-24','2013-11-24 20:19:16',0) ,(626,1,'2013-11-25','2013-11-25 01:27:16',0) ,(627,131,'2013-11-25','2013-11-25 05:57:55',0) ,(628,131,'2013-11-25','2013-11-25 05:57:57',0) ,(629,131,'2013-11-25','2013-11-25 05:57:58',0) ,(630,131,'2013-11-25','2013-11-25 05:57:59',0) ,(631,131,'2013-11-25','2013-11-25 13:13:58',0) ,(632,131,'2013-11-25','2013-11-25 13:14:01',0) ,(633,131,'2013-11-25','2013-11-25 17:18:01',0) ,(634,131,'2013-11-25','2013-11-25 17:18:03',0) ,(635,131,'2013-11-25','2013-11-25 17:18:04',0) ,(636,131,'2013-11-25','2013-11-25 17:18:05',0) ,(637,131,'2013-11-25','2013-11-25 21:50:59',0) ,(638,131,'2013-11-25','2013-11-25 21:51:01',0) ,(639,1,'2013-11-26','2013-11-26 01:35:30',0) ,(640,131,'2013-11-26','2013-11-26 08:33:59',0) ,(641,131,'2013-11-26','2013-11-26 08:34:01',0) ,(642,131,'2013-11-26','2013-11-26 08:34:03',0) ,(643,131,'2013-11-26','2013-11-26 08:34:04',0) ,(644,1,'2013-11-26','2013-11-26 20:33:47',0) ,(645,134,'2013-11-27','2013-11-27 23:40:16',0) ,(646,1,'2013-11-28','2013-11-28 03:28:19',0) ,(647,131,'2013-11-28','2013-11-28 03:28:20',0) ,(648,131,'2013-11-28','2013-11-28 03:28:21',0) ,(649,131,'2013-11-28','2013-11-28 06:56:15',0) ,(650,131,'2013-11-28','2013-11-28 06:56:16',0) ,(651,131,'2013-11-28','2013-11-28 06:56:17',0) ,(652,131,'2013-11-28','2013-11-28 06:56:18',0) ,(653,131,'2013-11-28','2013-11-28 06:56:20',0) ,(654,131,'2013-11-28','2013-11-28 14:05:39',0) ,(655,131,'2013-11-28','2013-11-28 14:05:42',0) ,(656,131,'2013-11-28','2013-11-28 14:05:43',0) ,(657,131,'2013-11-28','2013-11-28 14:05:44',0) ,(658,1,'2013-11-28','2013-11-28 14:18:48',0) ,(659,1,'2013-11-29','2013-11-29 02:20:21',0) ,(660,1,'2013-11-29','2013-11-29 02:25:04',0) ,(661,133,'2013-11-29','2013-11-29 03:40:15',0) ,(662,132,'2013-11-29','2013-11-29 04:06:05',0) ,(663,130,'2013-11-29','2013-11-29 04:10:57',0) ,(664,129,'2013-11-29','2013-11-29 04:31:46',0) ,(665,110,'2013-11-29','2013-11-29 04:33:03',0) ,(666,132,'2013-11-29','2013-11-29 04:40:30',0) ,(667,131,'2013-11-29','2013-11-29 04:48:07',0) ,(668,131,'2013-11-29','2013-11-29 04:50:28',0) ,(669,110,'2013-11-29','2013-11-29 04:55:59',0) ,(670,128,'2013-11-29','2013-11-29 05:03:35',0) ,(671,129,'2013-11-29','2013-11-29 05:08:02',0) ,(672,130,'2013-11-29','2013-11-29 06:12:36',0) ,(673,134,'2013-11-29','2013-11-29 07:02:14',0) ,(674,134,'2013-11-29','2013-11-29 08:12:51',0) ,(675,134,'2013-11-29','2013-11-29 08:15:26',0) ,(676,134,'2013-11-29','2013-11-29 08:22:47',0) ,(677,134,'2013-11-29','2013-11-29 08:25:40',0) ,(678,134,'2013-11-29','2013-11-29 08:34:39',0) ,(679,134,'2013-11-29','2013-11-29 08:44:13',0) ,(680,128,'2013-11-29','2013-11-29 09:01:05',0) ,(681,133,'2013-11-29','2013-11-29 09:05:19',0) ,(682,133,'2013-11-29','2013-11-29 09:08:31',0) ,(683,134,'2013-11-29','2013-11-29 10:27:31',0) ,(684,134,'2013-11-29','2013-11-29 10:27:36',0) ,(685,134,'2013-11-29','2013-11-29 10:46:45',0) ,(686,131,'2013-11-29','2013-11-29 19:31:32',0) ,(687,1,'2013-11-29','2013-11-29 21:20:49',0) ,(688,129,'2013-11-30','2013-11-30 05:24:03',0) ,(689,1,'2013-11-30','2013-11-30 09:56:26',0) ,(690,1,'2013-11-30','2013-11-30 12:49:30',0) ,(691,1,'2013-11-30','2013-11-30 14:33:48',0) ,(692,1,'2013-11-30','2013-11-30 14:34:49',0) ,(693,130,'2013-11-30','2013-11-30 21:33:36',0) ,(694,1,'2013-12-01','2013-12-01 00:12:47',0) ,(695,128,'2013-12-01','2013-12-01 00:12:50',0) ,(696,131,'2013-12-01','2013-12-01 00:12:51',0) ,(697,1,'2013-12-01','2013-12-01 17:39:55',0) ,(698,128,'2013-12-01','2013-12-01 17:40:00',0) ,(699,128,'2013-12-01','2013-12-01 17:40:06',0) ,(700,1,'2013-12-01','2013-12-01 23:40:55',0) ,(701,1,'2013-12-01','2013-12-01 23:46:20',0) ,(702,128,'2013-12-01','2013-12-01 23:46:22',0) ,(703,131,'2013-12-02','2013-12-02 07:36:15',0) ,(704,131,'2013-12-02','2013-12-02 07:36:17',0) ,(705,131,'2013-12-02','2013-12-02 07:36:18',0) ,(706,131,'2013-12-02','2013-12-02 07:36:19',0) ,(707,131,'2013-12-02','2013-12-02 07:36:21',0) ,(708,128,'2013-12-02','2013-12-02 07:54:33',0) ,(709,1,'2013-12-02','2013-12-02 08:08:59',0) ,(710,1,'2013-12-02','2013-12-02 13:04:52',0) ,(711,1,'2013-12-03','2013-12-03 05:04:54',0) ,(712,1,'2013-12-03','2013-12-03 15:14:36',0) ,(713,131,'2013-12-04','2013-12-04 01:53:52',0) ,(714,131,'2013-12-04','2013-12-04 01:53:53',0) ,(715,131,'2013-12-04','2013-12-04 01:53:56',0) ,(716,131,'2013-12-04','2013-12-04 01:53:57',0) ,(717,1,'2013-12-04','2013-12-04 03:08:24',0) ,(718,131,'2013-12-04','2013-12-04 03:08:33',0) ,(719,131,'2013-12-04','2013-12-04 03:08:37',0) ,(720,131,'2013-12-04','2013-12-04 03:08:42',0) ,(721,131,'2013-12-04','2013-12-04 03:08:48',0) ,(722,132,'2013-12-04','2013-12-04 12:42:38',0) ,(723,1,'2013-12-04','2013-12-04 18:45:29',0) ,(724,131,'2013-12-05','2013-12-05 05:00:33',0) ,(725,131,'2013-12-05','2013-12-05 05:00:34',0) ,(726,131,'2013-12-05','2013-12-05 07:54:33',0) ,(727,131,'2013-12-05','2013-12-05 07:54:36',0) ,(728,131,'2013-12-05','2013-12-05 07:54:37',0) ,(729,131,'2013-12-05','2013-12-05 07:54:37',0) ,(730,131,'2013-12-05','2013-12-05 07:54:38',0) ,(731,131,'2013-12-05','2013-12-05 09:24:48',0) ,(732,131,'2013-12-05','2013-12-05 09:24:51',0) ,(733,131,'2013-12-05','2013-12-05 09:24:52',0) ,(734,131,'2013-12-05','2013-12-05 09:24:53',0) ,(735,131,'2013-12-05','2013-12-05 09:24:55',0) ,(736,131,'2013-12-05','2013-12-05 12:24:00',0) ,(737,131,'2013-12-05','2013-12-05 20:54:33',0) ,(738,131,'2013-12-05','2013-12-05 20:54:37',0) ,(739,131,'2013-12-05','2013-12-05 20:54:38',0) ,(740,131,'2013-12-05','2013-12-05 20:54:39',0) ,(741,131,'2013-12-05','2013-12-05 20:54:40',0) ,(742,131,'2013-12-05','2013-12-05 21:02:30',0) ,(743,131,'2013-12-05','2013-12-05 21:02:31',0) ,(744,131,'2013-12-05','2013-12-05 21:02:32',0) ,(745,131,'2013-12-05','2013-12-05 21:02:33',0) ,(746,131,'2013-12-05','2013-12-05 21:02:34',0) ,(747,131,'2013-12-05','2013-12-05 22:49:47',0) ,(748,131,'2013-12-05','2013-12-05 22:49:49',0) ,(749,131,'2013-12-05','2013-12-05 22:49:54',0) ,(750,131,'2013-12-05','2013-12-05 22:49:58',0) ,(751,131,'2013-12-05','2013-12-05 22:50:00',0) ,(752,1,'2013-12-06','2013-12-06 03:28:40',0) ,(753,131,'2013-12-06','2013-12-06 05:55:26',0) ,(754,131,'2013-12-06','2013-12-06 05:55:29',0) ,(755,131,'2013-12-06','2013-12-06 05:55:30',0) ,(756,131,'2013-12-06','2013-12-06 05:55:31',0) ,(757,131,'2013-12-06','2013-12-06 05:55:32',0) ,(758,1,'2013-12-06','2013-12-06 21:31:38',0) ,(759,130,'2013-12-06','2013-12-06 21:37:35',0) ,(760,133,'2013-12-06','2013-12-06 21:46:46',0) ,(761,131,'2013-12-06','2013-12-06 23:41:07',0) ,(762,131,'2013-12-06','2013-12-06 23:41:08',0) ,(763,131,'2013-12-06','2013-12-06 23:41:08',0) ,(764,131,'2013-12-06','2013-12-06 23:41:09',0) ,(765,131,'2013-12-06','2013-12-06 23:41:10',0) ,(766,128,'2013-12-07','2013-12-07 00:13:58',0) ,(767,110,'2013-12-07','2013-12-07 01:22:06',0) ,(768,131,'2013-12-07','2013-12-07 01:27:43',0) ,(769,1,'2013-12-07','2013-12-07 01:27:43',0) ,(770,131,'2013-12-07','2013-12-07 01:27:44',0) ,(771,131,'2013-12-07','2013-12-07 01:27:46',0) ,(772,129,'2013-12-07','2013-12-07 02:27:40',0) ,(773,132,'2013-12-07','2013-12-07 03:33:29',0) ,(774,1,'2013-12-07','2013-12-07 06:16:26',0) ,(775,1,'2013-12-07','2013-12-07 06:16:27',0) ,(776,1,'2013-12-07','2013-12-07 10:05:56',0) ,(777,131,'2013-12-07','2013-12-07 12:19:36',0) ,(778,1,'2013-12-07','2013-12-07 12:19:37',0) ,(779,131,'2013-12-07','2013-12-07 12:19:37',0) ,(780,131,'2013-12-07','2013-12-07 12:19:38',0) ,(781,131,'2013-12-07','2013-12-07 15:23:05',0) ,(782,1,'2013-12-07','2013-12-07 15:23:06',0) ,(783,131,'2013-12-07','2013-12-07 15:23:07',0) ,(784,131,'2013-12-07','2013-12-07 15:23:08',0) ,(785,131,'2013-12-07','2013-12-07 20:29:09',0) ,(786,131,'2013-12-07','2013-12-07 20:29:10',0) ,(787,134,'2013-12-07','2013-12-07 20:49:36',0) ,(788,131,'2013-12-08','2013-12-08 02:17:04',0) ,(789,1,'2013-12-08','2013-12-08 02:17:05',0) ,(790,131,'2013-12-08','2013-12-08 02:17:06',0) ,(791,131,'2013-12-08','2013-12-08 02:17:06',0) ,(792,1,'2013-12-08','2013-12-08 08:04:46',0) ,(793,131,'2013-12-08','2013-12-08 12:51:01',0) ,(794,131,'2013-12-08','2013-12-08 12:51:02',0) ,(795,131,'2013-12-08','2013-12-08 12:51:03',0) ,(796,131,'2013-12-08','2013-12-08 12:51:05',0) ,(797,131,'2013-12-08','2013-12-08 12:51:06',0) ,(798,131,'2013-12-08','2013-12-08 23:20:23',0) ,(799,131,'2013-12-08','2013-12-08 23:20:27',0) ,(800,131,'2013-12-08','2013-12-08 23:20:28',0) ,(801,131,'2013-12-08','2013-12-08 23:20:30',0) ,(802,131,'2013-12-08','2013-12-08 23:20:36',0) ,(803,128,'2013-12-09','2013-12-09 22:00:16',0) ,(804,133,'2013-12-10','2013-12-10 01:41:55',0) ,(805,110,'2013-12-10','2013-12-10 01:41:56',0) ,(806,130,'2013-12-10','2013-12-10 15:59:34',0) ,(807,1,'2013-12-10','2013-12-10 17:51:29',0) ,(808,1,'2013-12-12','2013-12-12 05:10:07',0) ,(809,133,'2013-12-12','2013-12-12 12:18:37',0) ,(810,133,'2013-12-14','2013-12-14 00:38:10',0) ,(811,1,'2013-12-14','2013-12-14 00:38:11',0) ,(812,131,'2013-12-14','2013-12-14 00:38:14',0) ,(813,131,'2013-12-14','2013-12-14 00:38:15',0) ,(814,131,'2013-12-14','2013-12-14 00:38:16',0) ,(815,131,'2013-12-14','2013-12-14 00:38:18',0) ,(816,1,'2013-12-14','2013-12-14 22:23:14',0) ,(817,134,'2013-12-14','2013-12-14 23:48:28',0) ,(818,131,'2013-12-15','2013-12-15 01:29:58',0) ,(819,1,'2013-12-15','2013-12-15 06:21:12',0) ,(820,134,'2013-12-15','2013-12-15 13:28:01',0) ,(821,131,'2013-12-15','2013-12-15 13:47:49',0) ,(822,131,'2013-12-15','2013-12-15 13:47:50',0) ,(823,131,'2013-12-15','2013-12-15 13:47:51',0) ,(824,131,'2013-12-15','2013-12-15 13:47:52',0) ,(825,131,'2013-12-15','2013-12-15 13:47:53',0) ,(826,133,'2013-12-15','2013-12-15 14:22:55',0) ,(827,1,'2013-12-15','2013-12-15 21:49:13',0) ,(828,131,'2013-12-15','2013-12-15 22:52:12',0) ,(829,131,'2013-12-15','2013-12-15 22:52:13',0) ,(830,1,'2013-12-15','2013-12-15 23:54:25',0) ,(831,134,'2013-12-16','2013-12-16 08:23:44',0) ,(832,129,'2013-12-16','2013-12-16 10:28:05',0) ,(833,1,'2013-12-16','2013-12-16 10:54:00',0) ,(834,129,'2013-12-16','2013-12-16 10:54:01',0) ,(835,131,'2013-12-16','2013-12-16 10:54:02',0) ,(836,128,'2013-12-16','2013-12-16 10:54:04',0) ,(837,110,'2013-12-16','2013-12-16 10:54:04',0) ,(838,132,'2013-12-16','2013-12-16 10:54:05',0) ,(839,133,'2013-12-16','2013-12-16 10:54:06',0) ,(840,130,'2013-12-16','2013-12-16 10:54:07',0) ,(841,1,'2013-12-16','2013-12-16 11:23:30',0) ,(842,110,'2013-12-16','2013-12-16 16:45:20',0) ,(843,1,'2013-12-16','2013-12-16 18:48:26',0) ,(844,1,'2013-12-16','2013-12-16 18:48:28',0) ,(845,128,'2013-12-16','2013-12-16 18:48:30',0) ,(846,132,'2013-12-16','2013-12-16 18:48:32',0) ,(847,130,'2013-12-16','2013-12-16 18:48:33',0) ,(848,131,'2013-12-16','2013-12-16 18:48:36',0) ,(849,129,'2013-12-16','2013-12-16 18:48:38',0) ,(850,133,'2013-12-16','2013-12-16 18:48:39',0) ,(851,110,'2013-12-16','2013-12-16 18:48:41',0) ,(852,134,'2013-12-16','2013-12-16 18:48:44',0) ,(853,134,'2013-12-16','2013-12-16 18:48:45',0) ,(854,1,'2013-12-17','2013-12-17 02:23:40',0) ,(855,131,'2013-12-17','2013-12-17 05:19:24',0) ,(856,110,'2013-12-17','2013-12-17 05:19:27',0) ,(857,130,'2013-12-17','2013-12-17 07:47:02',0) ,(858,1,'2013-12-17','2013-12-17 12:59:40',0) ,(859,1,'2013-12-18','2013-12-18 00:17:55',0) ,(860,130,'2013-12-18','2013-12-18 00:46:28',0) ,(861,1,'2013-12-18','2013-12-18 22:26:11',0) ,(862,1,'2013-12-19','2013-12-19 08:09:25',0) ,(863,1,'2013-12-19','2013-12-19 14:11:36',0) ,(864,131,'2013-12-20','2013-12-20 10:23:47',0) ,(865,110,'2013-12-20','2013-12-20 10:23:49',0) ,(866,131,'2013-12-20','2013-12-20 20:19:04',0) ,(867,132,'2013-12-20','2013-12-20 22:36:01',0) ,(868,131,'2013-12-21','2013-12-21 03:54:06',0) ,(869,1,'2013-12-21','2013-12-21 10:06:16',0) ,(870,1,'2013-12-21','2013-12-21 10:29:00',0) ,(871,1,'2013-12-21','2013-12-21 18:13:30',0) ,(872,131,'2013-12-23','2013-12-23 04:23:30',0) ,(873,131,'2013-12-23','2013-12-23 04:23:31',0) ,(874,1,'2013-12-23','2013-12-23 05:59:15',0) ,(875,110,'2013-12-23','2013-12-23 06:00:57',0) ,(876,110,'2013-12-23','2013-12-23 06:01:01',0) ,(877,1,'2013-12-23','2013-12-23 06:01:02',1) ,(878,106,'2013-12-23','2013-12-23 06:01:05',1) ,(879,1,'2013-12-23','2013-12-23 06:01:26',1) ,(880,1,'2013-12-23','2013-12-23 16:49:35',1) ,(881,1,'2013-12-24','2013-12-24 00:14:39',0) ,(882,1,'2013-12-24','2013-12-24 04:37:01',1) ,(883,1,'2013-12-24','2013-12-24 08:49:05',0) ,(884,131,'2013-12-25','2013-12-25 06:32:25',0) ,(885,1,'2013-12-26','2013-12-26 03:27:21',0) ,(886,1,'2013-12-26','2013-12-26 15:22:39',1) ,(887,106,'2013-12-26','2013-12-26 15:22:42',1) ,(888,128,'2013-12-26','2013-12-26 16:25:52',0) ,(889,1,'2013-12-27','2013-12-27 02:05:32',0) ,(890,1,'2013-12-27','2013-12-27 04:01:57',1) ,(891,1,'2013-12-28','2013-12-28 03:00:39',0) ,(892,128,'2013-12-28','2013-12-28 03:00:41',0) ,(893,131,'2013-12-28','2013-12-28 03:00:42',0) ,(894,1,'2013-12-28','2013-12-28 04:43:54',1) ,(895,106,'2013-12-28','2013-12-28 04:43:57',1) ,(896,1,'2013-12-28','2013-12-28 16:06:07',0) ,(897,1,'2013-12-29','2013-12-29 05:51:51',0) ,(898,1,'2013-12-29','2013-12-29 11:48:50',0) ,(899,1,'2013-12-29','2013-12-29 12:58:48',1) ,(900,106,'2013-12-29','2013-12-29 12:58:50',1) ,(901,131,'2013-12-30','2013-12-30 20:43:55',0) ,(902,1,'2013-12-31','2013-12-31 16:16:43',1) ,(903,106,'2013-12-31','2013-12-31 16:16:45',1) ,(904,134,'2013-12-31','2013-12-31 19:31:49',0) ,(905,1,'2014-01-01','2014-01-01 05:27:13',1) ,(906,1,'2014-01-01','2014-01-01 14:07:23',0) ,(907,134,'2014-01-01','2014-01-01 16:39:09',0) ,(908,133,'2014-01-01','2014-01-01 17:02:54',0) ,(909,1,'2014-01-02','2014-01-02 00:18:18',0) ,(910,1,'2014-01-02','2014-01-02 02:10:23',0) ,(911,1,'2014-01-02','2014-01-02 06:42:34',0) ,(912,131,'2014-01-02','2014-01-02 11:28:54',0) ,(913,131,'2014-01-02','2014-01-02 11:28:56',0) ,(914,131,'2014-01-02','2014-01-02 11:28:56',0) ,(915,129,'2014-01-02','2014-01-02 17:02:41',0) ,(916,110,'2014-01-02','2014-01-02 19:22:42',0) ,(917,130,'2014-01-03','2014-01-03 08:54:28',0) ,(918,1,'2014-01-03','2014-01-03 22:01:03',0) ,(919,1,'2014-01-04','2014-01-04 05:49:34',1) ,(920,106,'2014-01-04','2014-01-04 05:49:37',1) ,(921,1,'2014-01-05','2014-01-05 10:17:26',0) ,(922,1,'2014-01-06','2014-01-06 02:58:10',1) ,(923,106,'2014-01-06','2014-01-06 02:58:12',1) ,(924,132,'2014-01-06','2014-01-06 16:07:29',0) ,(925,131,'2014-01-06','2014-01-06 23:56:47',0) ,(926,131,'2014-01-07','2014-01-07 17:57:39',0) ,(927,131,'2014-01-07','2014-01-07 17:57:41',0) ,(928,131,'2014-01-07','2014-01-07 17:57:41',0) ,(929,1,'2014-01-08','2014-01-08 05:14:25',0) ,(930,1,'2014-01-08','2014-01-08 12:56:01',0) ,(931,1,'2014-01-08','2014-01-08 12:58:13',0) ,(932,1,'2014-01-08','2014-01-08 19:48:47',0) ,(933,1,'2014-01-08','2014-01-08 23:23:15',0) ,(934,1,'2014-01-09','2014-01-09 05:04:16',0) ,(935,130,'2014-01-09','2014-01-09 08:56:50',0) ,(936,131,'2014-01-10','2014-01-10 14:15:45',0) ,(937,131,'2014-01-10','2014-01-10 14:15:47',0) ,(938,131,'2014-01-10','2014-01-10 14:15:48',0) ,(939,131,'2014-01-10','2014-01-10 14:15:49',0) ,(940,131,'2014-01-10','2014-01-10 14:15:49',0) ,(941,1,'2014-01-10','2014-01-10 15:05:12',0) ,(942,1,'2014-01-10','2014-01-10 17:04:30',0) ,(943,134,'2014-01-11','2014-01-11 01:50:29',0) ,(944,131,'2014-01-11','2014-01-11 17:21:44',0) ,(945,131,'2014-01-11','2014-01-11 17:21:45',0) ,(946,131,'2014-01-11','2014-01-11 23:29:35',0) ,(947,131,'2014-01-11','2014-01-11 23:29:45',0) ,(948,1,'2014-01-12','2014-01-12 00:27:34',0) ,(949,1,'2014-01-12','2014-01-12 02:03:42',0) ,(950,1,'2014-01-12','2014-01-12 05:11:26',0) ,(951,1,'2014-01-12','2014-01-12 07:09:45',0) ,(952,128,'2014-01-12','2014-01-12 09:32:39',0) ,(953,1,'2014-01-12','2014-01-12 10:46:36',0) ,(954,1,'2014-01-12','2014-01-12 10:58:39',0) ,(955,131,'2014-01-12','2014-01-12 11:15:57',0) ,(956,131,'2014-01-12','2014-01-12 11:15:59',0) ,(957,131,'2014-01-12','2014-01-12 11:15:59',0) ,(958,128,'2014-01-12','2014-01-12 12:36:06',0) ,(959,132,'2014-01-12','2014-01-12 13:18:28',0) ,(960,131,'2014-01-12','2014-01-12 13:45:22',0) ,(961,1,'2014-01-12','2014-01-12 20:56:39',0) ,(962,1,'2014-01-13','2014-01-13 03:46:58',0) ,(963,129,'2014-01-13','2014-01-13 14:13:25',0) ,(964,131,'2014-01-13','2014-01-13 22:08:11',0) ,(965,131,'2014-01-13','2014-01-13 22:08:12',0) ,(966,131,'2014-01-13','2014-01-13 22:08:13',0) ,(967,131,'2014-01-14','2014-01-14 08:27:41',0) ,(968,131,'2014-01-14','2014-01-14 10:55:28',0) ,(969,131,'2014-01-14','2014-01-14 10:56:01',0) ,(970,131,'2014-01-14','2014-01-14 10:56:34',0) ,(971,1,'2014-01-14','2014-01-14 12:37:09',0) ,(972,131,'2014-01-14','2014-01-14 12:37:12',0) ,(973,131,'2014-01-14','2014-01-14 12:37:14',0) ,(974,131,'2014-01-14','2014-01-14 12:37:15',0) ,(975,131,'2014-01-14','2014-01-14 12:37:16',0) ,(976,1,'2014-01-14','2014-01-14 14:53:27',0) ,(977,128,'2014-01-15','2014-01-15 01:14:27',0) ,(978,110,'2014-01-15','2014-01-15 01:58:09',0) ,(979,132,'2014-01-15','2014-01-15 03:14:15',0) ,(980,131,'2014-01-15','2014-01-15 04:47:33',0) ,(981,131,'2014-01-15','2014-01-15 04:47:34',0) ,(982,131,'2014-01-15','2014-01-15 04:47:35',0) ,(983,130,'2014-01-15','2014-01-15 07:02:37',0) ,(984,1,'2014-01-16','2014-01-16 01:44:04',0) ,(985,128,'2014-01-16','2014-01-16 12:24:40',0) ,(986,132,'2014-01-16','2014-01-16 12:29:04',0) ,(987,131,'2014-01-16','2014-01-16 12:31:45',0) ,(988,130,'2014-01-16','2014-01-16 12:35:24',0) ,(989,133,'2014-01-16','2014-01-16 12:38:27',0) ,(990,110,'2014-01-16','2014-01-16 12:47:10',0) ,(991,129,'2014-01-16','2014-01-16 12:50:39',0) ,(992,1,'2014-01-16','2014-01-16 19:04:21',0) ,(993,129,'2014-01-16','2014-01-16 19:04:23',0) ,(994,131,'2014-01-16','2014-01-16 19:04:23',0) ,(995,128,'2014-01-16','2014-01-16 19:04:24',0) ,(996,110,'2014-01-16','2014-01-16 19:04:25',0) ,(997,132,'2014-01-16','2014-01-16 19:04:26',0) ,(998,133,'2014-01-16','2014-01-16 19:04:27',0) ,(999,130,'2014-01-16','2014-01-16 19:04:28',0) ,(1000,1,'2014-01-16','2014-01-16 19:09:47',0) ,(1001,1,'2014-01-17','2014-01-17 20:50:34',0) ,(1002,1,'2014-01-17','2014-01-17 20:50:37',0) ,(1003,128,'2014-01-17','2014-01-17 20:50:39',0) ,(1004,132,'2014-01-17','2014-01-17 20:50:41',0) ,(1005,130,'2014-01-17','2014-01-17 20:50:43',0) ,(1006,131,'2014-01-17','2014-01-17 20:50:46',0) ,(1007,129,'2014-01-17','2014-01-17 20:50:48',0) ,(1008,133,'2014-01-17','2014-01-17 20:50:49',0) ,(1009,110,'2014-01-17','2014-01-17 20:50:51',0) ,(1010,134,'2014-01-17','2014-01-17 20:50:54',0) ,(1011,134,'2014-01-17','2014-01-17 20:50:56',0) ,(1012,1,'2014-01-18','2014-01-18 00:04:28',0) ,(1013,1,'2014-01-18','2014-01-18 03:22:40',0) ,(1014,132,'2014-01-18','2014-01-18 03:22:42',0) ,(1015,133,'2014-01-18','2014-01-18 17:19:28',0) ,(1016,1,'2014-01-19','2014-01-19 02:48:28',0) ,(1017,110,'2014-01-19','2014-01-19 06:38:51',0) ,(1018,130,'2014-01-19','2014-01-19 19:09:37',0) ,(1019,133,'2014-01-19','2014-01-19 19:34:13',0) ,(1020,1,'2014-01-19','2014-01-19 20:41:36',0) ,(1021,110,'2014-01-19','2014-01-19 22:32:03',0) ,(1022,132,'2014-01-19','2014-01-19 23:57:21',0) ,(1023,134,'2014-01-20','2014-01-20 03:37:07',0) ,(1024,131,'2014-01-20','2014-01-20 09:20:42',0) ,(1025,131,'2014-01-20','2014-01-20 09:21:17',0) ,(1026,131,'2014-01-20','2014-01-20 09:21:49',0) ,(1027,131,'2014-01-20','2014-01-20 23:39:42',0) ,(1028,131,'2014-01-20','2014-01-20 23:39:43',0) ,(1029,131,'2014-01-20','2014-01-20 23:39:44',0) ,(1030,1,'2014-01-21','2014-01-21 06:17:14',0) ,(1031,132,'2014-01-21','2014-01-21 06:17:16',0) ,(1032,1,'2014-01-21','2014-01-21 06:24:36',0) ,(1033,1,'2014-01-21','2014-01-21 09:28:36',0) ,(1034,1,'2014-01-21','2014-01-21 11:33:27',0) ,(1035,131,'2014-01-21','2014-01-21 16:34:36',0) ,(1036,131,'2014-01-21','2014-01-21 16:34:38',0) ,(1037,131,'2014-01-21','2014-01-21 16:34:42',0) ,(1038,1,'2014-01-22','2014-01-22 01:33:54',0) ,(1039,1,'2014-01-22','2014-01-22 08:15:38',0) ,(1040,132,'2014-01-23','2014-01-23 03:12:53',0) ,(1041,1,'2014-01-23','2014-01-23 07:01:16',0) ,(1042,131,'2014-01-23','2014-01-23 07:01:18',0) ,(1043,131,'2014-01-23','2014-01-23 07:01:30',0) ,(1044,131,'2014-01-23','2014-01-23 07:01:32',0) ,(1045,131,'2014-01-23','2014-01-23 07:01:35',0) ,(1046,131,'2014-01-23','2014-01-23 14:13:15',0) ,(1047,131,'2014-01-23','2014-01-23 16:17:55',0) ,(1048,131,'2014-01-23','2014-01-23 16:17:56',0) ,(1049,131,'2014-01-24','2014-01-24 12:10:21',0) ,(1050,131,'2014-01-24','2014-01-24 21:10:01',0) ,(1051,1,'2014-01-24','2014-01-24 21:10:03',0) ,(1052,131,'2014-01-24','2014-01-24 21:10:16',0) ,(1053,131,'2014-01-24','2014-01-24 21:10:23',0) ,(1054,131,'2014-01-24','2014-01-24 21:10:26',0) ,(1055,131,'2014-01-24','2014-01-24 21:10:29',0) ,(1056,131,'2014-01-24','2014-01-24 21:29:27',0) ,(1057,1,'2014-01-24','2014-01-24 21:29:28',0) ,(1058,131,'2014-01-24','2014-01-24 21:29:31',0) ,(1059,131,'2014-01-24','2014-01-24 21:29:32',0) ,(1060,131,'2014-01-24','2014-01-24 21:29:34',0) ,(1061,131,'2014-01-24','2014-01-24 21:29:37',0) ,(1062,1,'2014-01-25','2014-01-25 01:13:08',0) ,(1063,1,'2014-01-26','2014-01-26 11:01:04',0) ,(1064,131,'2014-01-27','2014-01-27 10:16:11',0) ,(1065,131,'2014-01-27','2014-01-27 10:43:21',0) ,(1066,1,'2014-01-27','2014-01-27 12:45:56',0) ,(1067,1,'2014-01-27','2014-01-27 19:20:30',0) ,(1068,132,'2014-01-27','2014-01-27 19:21:13',0) ,(1069,1,'2014-01-27','2014-01-27 23:00:20',0) ,(1070,131,'2014-01-28','2014-01-28 05:25:40',0) ,(1071,1,'2014-01-28','2014-01-28 19:57:12',0) ,(1072,1,'2014-01-29','2014-01-29 01:00:30',0) ,(1073,131,'2014-01-29','2014-01-29 05:07:57',0) ,(1074,1,'2014-01-29','2014-01-29 05:07:59',0) ,(1075,131,'2014-01-29','2014-01-29 05:08:04',0) ,(1076,131,'2014-01-29','2014-01-29 05:08:06',0) ,(1077,131,'2014-01-29','2014-01-29 12:14:11',0) ,(1078,1,'2014-01-29','2014-01-29 19:06:28',0) ,(1079,128,'2014-01-29','2014-01-29 19:06:29',0) ,(1080,131,'2014-01-29','2014-01-29 19:06:33',0) ,(1081,132,'2014-01-29','2014-01-29 19:06:35',0) ,(1082,129,'2014-01-29','2014-01-29 19:06:36',0) ,(1083,1,'2014-01-29','2014-01-29 21:28:38',0) ,(1084,1,'2014-01-30','2014-01-30 00:26:55',0) ,(1085,128,'2014-01-30','2014-01-30 00:27:16',0) ,(1086,131,'2014-01-30','2014-01-30 00:27:16',0) ,(1087,129,'2014-01-30','2014-01-30 00:27:16',0) ,(1088,132,'2014-01-30','2014-01-30 00:27:16',0) ,(1089,130,'2014-01-30','2014-01-30 00:27:16',0) ,(1090,133,'2014-01-30','2014-01-30 00:27:17',0) ,(1091,110,'2014-01-30','2014-01-30 00:27:17',0) ,(1092,131,'2014-01-30','2014-01-30 00:27:44',0) ,(1093,134,'2014-01-30','2014-01-30 00:27:44',0) ,(1094,134,'2014-01-30','2014-01-30 00:27:45',0) ,(1095,134,'2014-01-30','2014-01-30 00:27:45',0) ,(1096,134,'2014-01-30','2014-01-30 00:27:45',0) ,(1097,134,'2014-01-30','2014-01-30 00:27:45',0) ,(1098,134,'2014-01-30','2014-01-30 00:27:45',0) ,(1099,134,'2014-01-30','2014-01-30 00:28:10',0) ,(1100,134,'2014-01-30','2014-01-30 00:28:10',0) ,(1101,1,'2014-01-30','2014-01-30 00:49:19',0) ,(1102,128,'2014-01-30','2014-01-30 00:49:21',0) ,(1103,133,'2014-01-30','2014-01-30 00:49:21',0) ,(1104,130,'2014-01-30','2014-01-30 00:49:21',0) ,(1105,129,'2014-01-30','2014-01-30 00:49:21',0) ,(1106,131,'2014-01-30','2014-01-30 00:49:21',0) ,(1107,110,'2014-01-30','2014-01-30 00:49:21',0) ,(1108,132,'2014-01-30','2014-01-30 00:49:21',0) ,(1109,134,'2014-01-30','2014-01-30 00:49:22',0) ,(1110,134,'2014-01-30','2014-01-30 00:49:22',0) ,(1111,134,'2014-01-30','2014-01-30 00:49:22',0) ,(1112,134,'2014-01-30','2014-01-30 00:49:22',0) ,(1113,134,'2014-01-30','2014-01-30 00:49:23',0) ,(1114,134,'2014-01-30','2014-01-30 00:49:23',0) ,(1115,134,'2014-01-30','2014-01-30 00:49:23',0) ,(1116,134,'2014-01-30','2014-01-30 00:49:23',0) ,(1117,131,'2014-01-30','2014-01-30 22:12:19',0) ,(1118,1,'2014-01-31','2014-01-31 15:43:25',0) ,(1119,1,'2014-02-01','2014-02-01 05:23:38',0) ,(1120,1,'2014-02-01','2014-02-01 10:28:05',0) ,(1121,1,'2014-02-01','2014-02-01 19:54:54',0) ,(1122,1,'2014-02-01','2014-02-01 22:38:32',0) ,(1123,131,'2014-02-02','2014-02-02 16:37:58',0) ,(1124,131,'2014-02-02','2014-02-02 16:38:00',0) ,(1125,131,'2014-02-02','2014-02-02 16:38:01',0) ,(1126,131,'2014-02-02','2014-02-02 16:38:03',0) ,(1127,131,'2014-02-02','2014-02-02 16:38:04',0) ,(1128,131,'2014-02-04','2014-02-04 03:35:58',0) ,(1129,131,'2014-02-04','2014-02-04 03:36:04',0) ,(1130,131,'2014-02-04','2014-02-04 03:36:05',0) ,(1131,131,'2014-02-04','2014-02-04 03:36:09',0) ,(1132,1,'2014-02-04','2014-02-04 04:41:42',0) ,(1133,133,'2014-02-04','2014-02-04 08:54:49',0) ,(1134,1,'2014-02-04','2014-02-04 14:11:59',0) ,(1135,132,'2014-02-04','2014-02-04 14:12:00',0) ,(1136,110,'2014-02-05','2014-02-05 02:38:02',0) ,(1137,129,'2014-02-05','2014-02-05 03:46:40',0) ,(1138,1,'2014-02-05','2014-02-05 09:41:37',0) ,(1139,130,'2014-02-05','2014-02-05 12:15:15',0) ,(1140,1,'2014-02-05','2014-02-05 16:16:09',0) ,(1141,1,'2014-02-05','2014-02-05 17:37:59',0) ,(1142,134,'2014-02-06','2014-02-06 13:57:39',0) ,(1143,1,'2014-02-06','2014-02-06 20:48:26',0) ,(1144,1,'2014-02-06','2014-02-06 21:14:21',0) ,(1145,1,'2014-02-06','2014-02-06 21:14:27',0) ,(1146,128,'2014-02-06','2014-02-06 21:14:29',0) ,(1147,1,'2014-02-07','2014-02-07 08:14:33',0) ,(1148,131,'2014-02-07','2014-02-07 08:14:34',0) ,(1149,131,'2014-02-07','2014-02-07 08:14:36',0) ,(1150,1,'2014-02-07','2014-02-07 11:01:12',0) ,(1151,1,'2014-02-07','2014-02-07 18:18:20',0) ,(1152,1,'2014-02-08','2014-02-08 16:07:48',0) ,(1153,132,'2014-02-09','2014-02-09 10:04:13',0) ,(1154,1,'2014-02-09','2014-02-09 11:41:26',0) ,(1155,1,'2014-02-09','2014-02-09 21:42:08',0) ,(1156,131,'2014-02-09','2014-02-09 21:55:16',0) ,(1157,1,'2014-02-10','2014-02-10 23:04:03',0) ,(1158,132,'2014-02-10','2014-02-10 23:04:05',0) ,(1159,131,'2014-02-11','2014-02-11 04:53:53',0) ,(1160,131,'2014-02-11','2014-02-11 04:53:55',0) ,(1161,131,'2014-02-11','2014-02-11 16:56:08',0) ,(1162,1,'2014-02-13','2014-02-13 12:31:02',0) ,(1163,129,'2014-02-13','2014-02-13 12:31:02',0) ,(1164,131,'2014-02-13','2014-02-13 12:31:04',0) ,(1165,128,'2014-02-13','2014-02-13 12:31:05',0) ,(1166,110,'2014-02-13','2014-02-13 12:31:06',0) ,(1167,132,'2014-02-13','2014-02-13 12:31:06',0) ,(1168,133,'2014-02-13','2014-02-13 12:31:07',0) ,(1169,130,'2014-02-13','2014-02-13 12:31:08',0) ,(1170,1,'2014-02-13','2014-02-13 19:51:13',0) ,(1171,131,'2014-02-14','2014-02-14 12:28:16',0) ,(1172,131,'2014-02-14','2014-02-14 15:12:23',0) ,(1173,131,'2014-02-14','2014-02-14 15:12:24',0) ,(1174,131,'2014-02-14','2014-02-14 15:12:25',0) ,(1175,131,'2014-02-14','2014-02-14 15:12:26',0) ,(1176,129,'2014-02-14','2014-02-14 19:35:48',0) ,(1177,131,'2014-02-14','2014-02-14 20:26:28',0) ,(1178,1,'2014-02-15','2014-02-15 01:42:26',0) ,(1179,131,'2014-02-15','2014-02-15 14:37:56',0) ,(1180,1,'2014-02-15','2014-02-15 16:40:24',0) ,(1181,129,'2014-02-15','2014-02-15 17:07:58',0) ,(1182,131,'2014-02-15','2014-02-15 23:35:46',0) ,(1183,1,'2014-02-16','2014-02-16 05:08:25',0) ,(1184,1,'2014-02-16','2014-02-16 05:08:27',0) ,(1185,128,'2014-02-16','2014-02-16 05:08:28',0) ,(1186,132,'2014-02-16','2014-02-16 05:08:30',0) ,(1187,130,'2014-02-16','2014-02-16 05:08:31',0) ,(1188,131,'2014-02-16','2014-02-16 05:08:33',0) ,(1189,129,'2014-02-16','2014-02-16 05:08:35',0) ,(1190,133,'2014-02-16','2014-02-16 05:08:36',0) ,(1191,110,'2014-02-16','2014-02-16 05:08:38',0) ,(1192,134,'2014-02-16','2014-02-16 05:08:41',0) ,(1193,134,'2014-02-16','2014-02-16 05:08:43',0) ,(1194,128,'2014-02-16','2014-02-16 06:16:19',0) ,(1195,129,'2014-02-16','2014-02-16 06:38:32',0) ,(1196,131,'2014-02-16','2014-02-16 08:59:57',0) ,(1197,131,'2014-02-16','2014-02-16 12:53:51',0) ,(1198,130,'2014-02-16','2014-02-16 13:13:14',0) ,(1199,131,'2014-02-16','2014-02-16 19:07:32',0) ,(1200,134,'2014-02-16','2014-02-16 19:39:07',0) ,(1201,1,'2014-02-16','2014-02-16 22:01:39',0) ,(1202,1,'2014-02-17','2014-02-17 04:33:45',0) ,(1203,110,'2014-02-17','2014-02-17 05:03:10',0) ,(1204,110,'2014-02-17','2014-02-17 05:03:14',0) ,(1205,1,'2014-02-17','2014-02-17 05:03:16',1) ,(1206,106,'2014-02-17','2014-02-17 05:03:19',1) ,(1207,1,'2014-02-17','2014-02-17 05:03:46',1) ,(1208,129,'2014-02-17','2014-02-17 05:04:33',1) ,(1209,1,'2014-02-17','2014-02-17 05:04:36',1) ,(1210,128,'2014-02-17','2014-02-17 05:04:39',1) ,(1211,129,'2014-02-17','2014-02-17 05:06:22',1) ,(1212,129,'2014-02-17','2014-02-17 05:06:26',1) ,(1213,130,'2014-02-17','2014-02-17 05:06:43',1) ,(1214,1,'2014-02-17','2014-02-17 05:06:57',1) ,(1215,128,'2014-02-17','2014-02-17 05:07:04',1) ,(1216,1,'2014-02-17','2014-02-17 05:07:11',1) ,(1217,1,'2014-02-17','2014-02-17 05:07:30',1) ,(1218,1,'2014-02-17','2014-02-17 05:08:49',1) ,(1219,1,'2014-02-17','2014-02-17 05:10:57',1) ,(1220,1,'2014-02-17','2014-02-17 05:10:58',1) ,(1221,1,'2014-02-17','2014-02-17 05:13:02',1) ,(1222,1,'2014-02-17','2014-02-17 05:13:03',1) ,(1223,1,'2014-02-17','2014-02-17 05:13:29',1) ,(1224,1,'2014-02-17','2014-02-17 05:13:30',1) ,(1225,1,'2014-02-17','2014-02-17 05:14:01',1) ,(1226,1,'2014-02-17','2014-02-17 05:14:02',1) ,(1227,1,'2014-02-17','2014-02-17 05:14:42',1) ,(1228,1,'2014-02-17','2014-02-17 05:14:43',1) ,(1229,1,'2014-02-17','2014-02-17 05:15:47',1) ,(1230,1,'2014-02-17','2014-02-17 05:15:48',1) ,(1231,1,'2014-02-17','2014-02-17 05:18:00',1) ,(1232,128,'2014-02-17','2014-02-17 05:34:00',1) ,(1233,128,'2014-02-17','2014-02-17 05:34:09',1) ,(1234,1,'2014-02-17','2014-02-17 05:34:35',1) ,(1235,1,'2014-02-17','2014-02-17 05:34:44',1) ,(1236,51,'2014-02-17','2014-02-17 05:35:39',1) ,(1237,1,'2014-02-17','2014-02-17 14:44:17',0) ,(1238,1,'2014-02-17','2014-02-17 17:48:20',0) ,(1239,1,'2014-02-18','2014-02-18 00:18:31',0) ,(1240,1,'2014-02-18','2014-02-18 01:16:23',0) ,(1241,131,'2014-02-18','2014-02-18 05:40:37',0) ,(1242,130,'2014-02-18','2014-02-18 09:04:20',0) ,(1243,1,'2014-02-18','2014-02-18 16:54:51',0) ,(1244,1,'2014-02-19','2014-02-19 06:01:15',0) ,(1245,1,'2014-02-19','2014-02-19 06:36:45',0) ,(1246,129,'2014-02-19','2014-02-19 08:49:11',0) ,(1247,110,'2014-02-19','2014-02-19 08:57:55',0) ,(1248,131,'2014-02-19','2014-02-19 10:45:50',0) ,(1249,129,'2014-02-19','2014-02-19 11:48:48',0) ,(1250,131,'2014-02-19','2014-02-19 12:26:45',0) ,(1251,131,'2014-02-19','2014-02-19 12:38:29',0) ,(1252,131,'2014-02-19','2014-02-19 12:38:30',0) ,(1253,131,'2014-02-19','2014-02-19 12:38:31',0) ,(1254,131,'2014-02-19','2014-02-19 12:38:31',0) ,(1255,131,'2014-02-19','2014-02-19 12:38:32',0) ,(1256,1,'2014-02-19','2014-02-19 13:39:53',0) ,(1257,133,'2014-02-19','2014-02-19 14:36:56',0) ,(1258,110,'2014-02-19','2014-02-19 23:31:05',0) ,(1259,131,'2014-02-20','2014-02-20 02:10:16',0) ,(1260,129,'2014-02-20','2014-02-20 09:37:15',0) ,(1261,132,'2014-02-20','2014-02-20 09:45:33',0) ,(1262,131,'2014-02-20','2014-02-20 13:51:55',0) ,(1263,131,'2014-02-20','2014-02-20 21:31:19',0) ,(1264,131,'2014-02-20','2014-02-20 21:31:21',0) ,(1265,131,'2014-02-20','2014-02-20 21:31:23',0) ,(1266,131,'2014-02-20','2014-02-20 21:31:26',0) ,(1267,131,'2014-02-20','2014-02-20 21:31:27',0) ,(1268,131,'2014-02-20','2014-02-20 21:31:29',0) ,(1269,131,'2014-02-20','2014-02-20 21:31:30',0) ,(1270,131,'2014-02-20','2014-02-20 21:31:31',0) ,(1271,131,'2014-02-20','2014-02-20 21:31:32',0) ,(1272,131,'2014-02-20','2014-02-20 21:31:33',0) ,(1273,131,'2014-02-20','2014-02-20 21:31:34',0) ,(1274,128,'2014-02-21','2014-02-21 01:16:04',0) ,(1275,1,'2014-02-21','2014-02-21 06:19:10',0) ,(1276,131,'2014-02-21','2014-02-21 07:54:38',0) ,(1277,131,'2014-02-21','2014-02-21 07:54:39',0) ,(1278,131,'2014-02-21','2014-02-21 07:54:40',0) ,(1279,1,'2014-02-21','2014-02-21 16:09:56',0) ,(1280,1,'2014-02-22','2014-02-22 12:45:07',0) ,(1281,128,'2014-02-23','2014-02-23 08:44:45',0) ,(1282,133,'2014-02-23','2014-02-23 09:11:27',0) ,(1283,132,'2014-02-23','2014-02-23 10:50:33',0) ,(1284,130,'2014-02-23','2014-02-23 11:04:10',0) ,(1285,131,'2014-02-24','2014-02-24 14:44:57',0) ,(1286,110,'2014-02-24','2014-02-24 14:45:02',0) ,(1287,131,'2014-02-24','2014-02-24 16:31:36',0) ,(1288,110,'2014-02-24','2014-02-24 16:31:37',0) ,(1289,130,'2014-02-24','2014-02-24 17:46:58',0) ,(1290,1,'2014-02-24','2014-02-24 18:10:48',0) ,(1291,1,'2014-02-24','2014-02-24 18:29:58',0) ,(1292,110,'2014-02-24','2014-02-24 23:37:13',0) ,(1293,133,'2014-02-25','2014-02-25 03:14:04',0) ,(1294,110,'2014-02-25','2014-02-25 03:14:06',0) ,(1295,1,'2014-02-25','2014-02-25 13:16:52',0) ,(1296,131,'2014-02-25','2014-02-25 14:28:22',0) ,(1297,1,'2014-02-25','2014-02-25 19:48:22',0) ,(1298,134,'2014-02-25','2014-02-25 20:05:18',0) ,(1299,134,'2014-02-25','2014-02-25 23:05:38',0) ,(1300,131,'2014-02-26','2014-02-26 03:20:04',0) ,(1301,133,'2014-02-26','2014-02-26 07:29:14',0) ,(1302,134,'2014-02-26','2014-02-26 08:03:48',0) ,(1303,134,'2014-02-26','2014-02-26 20:04:31',0) ,(1304,1,'2014-02-26','2014-02-26 21:30:24',0) ,(1305,132,'2014-02-26','2014-02-26 21:30:26',0) ,(1306,132,'2014-02-26','2014-02-26 22:22:25',0) ,(1307,132,'2014-02-26','2014-02-26 22:26:43',0) ,(1308,131,'2014-02-27','2014-02-27 01:20:22',0) ,(1309,129,'2014-02-27','2014-02-27 01:46:23',0) ,(1310,131,'2014-02-27','2014-02-27 06:09:13',0) ,(1311,131,'2014-02-27','2014-02-27 07:33:43',0) ,(1312,131,'2014-02-27','2014-02-27 07:33:44',0) ,(1313,1,'2014-02-27','2014-02-27 08:51:29',0) ,(1314,129,'2014-02-27','2014-02-27 18:52:46',0) ,(1315,131,'2014-02-27','2014-02-27 21:17:30',0) ,(1316,131,'2014-02-27','2014-02-27 21:17:32',0) ,(1317,131,'2014-02-27','2014-02-27 21:17:33',0) ,(1318,131,'2014-02-27','2014-02-27 21:17:34',0) ,(1319,1,'2014-02-28','2014-02-28 01:22:56',0) ,(1320,130,'2014-02-28','2014-02-28 04:27:18',0) ,(1321,134,'2014-02-28','2014-02-28 04:49:39',0) ,(1322,131,'2014-02-28','2014-02-28 06:27:59',0) ,(1323,131,'2014-02-28','2014-02-28 06:28:01',0) ,(1324,131,'2014-02-28','2014-02-28 14:33:48',0) ,(1325,110,'2014-02-28','2014-02-28 14:33:51',0) ,(1326,133,'2014-02-28','2014-02-28 15:10:38',0) ,(1327,1,'2014-02-28','2014-02-28 15:10:38',0) ,(1328,110,'2014-02-28','2014-02-28 15:10:46',0) ,(1329,110,'2014-02-28','2014-02-28 15:10:46',0) ,(1330,131,'2014-02-28','2014-02-28 17:52:20',0) ,(1331,131,'2014-02-28','2014-02-28 17:52:22',0) ,(1332,1,'2014-03-01','2014-03-01 02:33:36',0) ,(1333,1,'2014-03-01','2014-03-01 06:59:49',0) ,(1334,110,'2014-03-01','2014-03-01 21:17:27',0) ,(1335,134,'2014-03-02','2014-03-02 04:08:00',0) ,(1336,134,'2014-03-02','2014-03-02 05:22:22',0) ,(1337,129,'2014-03-02','2014-03-02 07:53:43',0) ,(1338,132,'2014-03-02','2014-03-02 08:07:43',0) ,(1339,132,'2014-03-02','2014-03-02 11:57:43',0) ,(1340,1,'2014-03-03','2014-03-03 08:04:01',0) ,(1341,1,'2014-03-03','2014-03-03 08:55:58',0) ,(1342,134,'2014-03-03','2014-03-03 09:43:50',0) ,(1343,131,'2014-03-03','2014-03-03 12:16:34',0) ,(1344,131,'2014-03-03','2014-03-03 12:16:36',0) ,(1345,1,'2014-03-03','2014-03-03 17:53:53',0) ,(1346,132,'2014-03-04','2014-03-04 02:17:34',0) ,(1347,1,'2014-03-04','2014-03-04 06:28:35',0) ,(1348,129,'2014-03-04','2014-03-04 11:03:17',0) ,(1349,131,'2014-03-04','2014-03-04 14:16:26',0) ,(1350,131,'2014-03-04','2014-03-04 14:16:28',0) ,(1351,131,'2014-03-04','2014-03-04 14:16:29',0) ,(1352,1,'2014-03-04','2014-03-04 15:53:14',0) ,(1353,134,'2014-03-04','2014-03-04 19:53:51',0) ,(1354,130,'2014-03-05','2014-03-05 03:43:40',0) ,(1355,1,'2014-03-05','2014-03-05 06:19:06',0) ,(1356,131,'2014-03-05','2014-03-05 07:09:16',0) ,(1357,134,'2014-03-05','2014-03-05 08:13:24',0) ,(1358,134,'2014-03-05','2014-03-05 09:04:03',0) ,(1359,110,'2014-03-05','2014-03-05 10:49:33',0) ,(1360,1,'2014-03-05','2014-03-05 13:54:19',0) ,(1361,131,'2014-03-05','2014-03-05 23:00:55',0) ,(1362,131,'2014-03-05','2014-03-05 23:00:57',0) ,(1363,131,'2014-03-05','2014-03-05 23:01:01',0) ,(1364,131,'2014-03-06','2014-03-06 02:10:50',0) ,(1365,131,'2014-03-06','2014-03-06 02:10:52',0) ,(1366,131,'2014-03-06','2014-03-06 02:10:53',0) ,(1367,134,'2014-03-06','2014-03-06 09:57:13',0) ,(1368,131,'2014-03-07','2014-03-07 07:12:20',0) ,(1369,131,'2014-03-07','2014-03-07 07:14:27',0) ,(1370,131,'2014-03-07','2014-03-07 07:14:28',0) ,(1371,131,'2014-03-07','2014-03-07 10:16:54',0) ,(1372,110,'2014-03-07','2014-03-07 10:16:56',0) ,(1373,1,'2014-03-07','2014-03-07 13:11:57',0) ,(1374,110,'2014-03-07','2014-03-07 13:22:21',0) ,(1375,132,'2014-03-08','2014-03-08 01:50:50',0) ,(1376,1,'2014-03-08','2014-03-08 04:05:45',0) ,(1377,1,'2014-03-08','2014-03-08 14:33:42',0) ,(1378,131,'2014-03-08','2014-03-08 17:08:58',0) ,(1379,128,'2014-03-08','2014-03-08 23:47:08',0) ,(1380,1,'2014-03-09','2014-03-09 17:45:16',0) ,(1381,134,'2014-03-09','2014-03-09 19:59:55',0) ,(1382,131,'2014-03-09','2014-03-09 23:50:42',0) ,(1383,131,'2014-03-09','2014-03-09 23:50:43',0) ,(1384,129,'2014-03-10','2014-03-10 08:02:10',0) ,(1385,128,'2014-03-10','2014-03-10 14:53:47',0) ,(1386,131,'2014-03-10','2014-03-10 21:32:29',0) ,(1387,1,'2014-03-11','2014-03-11 04:52:37',0) ,(1388,132,'2014-03-11','2014-03-11 04:52:40',0) ,(1389,110,'2014-03-11','2014-03-11 04:52:42',0) ,(1390,1,'2014-03-11','2014-03-11 04:52:44',0) ,(1391,128,'2014-03-11','2014-03-11 04:52:45',0) ,(1392,129,'2014-03-11','2014-03-11 04:52:47',0) ,(1393,132,'2014-03-11','2014-03-11 04:52:50',0) ,(1394,131,'2014-03-11','2014-03-11 04:52:52',0) ,(1395,1,'2014-03-11','2014-03-11 04:52:54',0) ,(1396,128,'2014-03-11','2014-03-11 04:52:55',0) ,(1397,1,'2014-03-11','2014-03-11 07:49:12',0) ,(1398,134,'2014-03-11','2014-03-11 12:44:34',0) ,(1399,133,'2014-03-11','2014-03-11 13:16:12',0) ,(1400,110,'2014-03-11','2014-03-11 14:31:41',0) ,(1401,1,'2014-03-11','2014-03-11 15:45:00',0) ,(1402,131,'2014-03-11','2014-03-11 18:13:30',0) ,(1403,131,'2014-03-11','2014-03-11 18:13:31',0) ,(1404,131,'2014-03-11','2014-03-11 18:13:32',0) ,(1405,131,'2014-03-11','2014-03-11 18:13:33',0) ,(1406,134,'2014-03-11','2014-03-11 21:52:01',0) ,(1407,134,'2014-03-11','2014-03-11 23:16:38',0) ,(1408,133,'2014-03-11','2014-03-11 23:53:51',0) ,(1409,1,'2014-03-12','2014-03-12 02:33:10',0) ,(1410,131,'2014-03-12','2014-03-12 07:01:50',0) ,(1411,129,'2014-03-12','2014-03-12 09:13:41',0) ,(1412,131,'2014-03-12','2014-03-12 09:22:29',0) ,(1413,131,'2014-03-12','2014-03-12 09:23:02',0) ,(1414,131,'2014-03-12','2014-03-12 09:23:03',0) ,(1415,134,'2014-03-12','2014-03-12 11:39:20',0) ,(1416,130,'2014-03-12','2014-03-12 13:33:27',0) ,(1417,131,'2014-03-12','2014-03-12 20:54:10',0) ,(1418,131,'2014-03-12','2014-03-12 20:54:30',0) ,(1419,131,'2014-03-12','2014-03-12 20:54:31',0) ,(1420,134,'2014-03-12','2014-03-12 21:06:45',0) ,(1421,131,'2014-03-12','2014-03-12 22:24:34',0) ,(1422,134,'2014-03-13','2014-03-13 01:07:48',0) ,(1423,129,'2014-03-13','2014-03-13 03:20:29',0) ,(1424,1,'2014-03-13','2014-03-13 11:53:07',0) ,(1425,131,'2014-03-13','2014-03-13 12:30:34',0) ,(1426,1,'2014-03-13','2014-03-13 13:14:49',0) ,(1427,131,'2014-03-13','2014-03-13 18:15:15',0) ,(1428,128,'2014-03-13','2014-03-13 23:43:36',0) ,(1429,130,'2014-03-14','2014-03-14 06:43:18',0) ,(1430,133,'2014-03-14','2014-03-14 09:15:00',0) ,(1431,134,'2014-03-14','2014-03-14 18:59:03',0) ,(1432,134,'2014-03-14','2014-03-14 22:34:07',0) ,(1433,131,'2014-03-15','2014-03-15 03:35:53',0) ,(1434,131,'2014-03-15','2014-03-15 03:35:54',0) ,(1435,131,'2014-03-15','2014-03-15 03:35:56',0) ,(1436,131,'2014-03-15','2014-03-15 06:03:52',0) ,(1437,131,'2014-03-15','2014-03-15 06:03:54',0) ,(1438,132,'2014-03-15','2014-03-15 12:33:13',0) ,(1439,131,'2014-03-15','2014-03-15 17:59:49',0) ,(1440,131,'2014-03-15','2014-03-15 17:59:53',0) ,(1441,131,'2014-03-15','2014-03-15 17:59:54',0) ,(1442,131,'2014-03-15','2014-03-15 17:59:55',0) ,(1443,131,'2014-03-15','2014-03-15 18:01:34',0) ,(1444,131,'2014-03-15','2014-03-15 18:01:39',0) ,(1445,131,'2014-03-15','2014-03-15 18:01:40',0) ,(1446,131,'2014-03-15','2014-03-15 18:01:41',0) ,(1447,1,'2014-03-15','2014-03-15 18:08:44',0) ,(1448,1,'2014-03-15','2014-03-15 18:08:46',0) ,(1449,128,'2014-03-15','2014-03-15 18:08:47',0) ,(1450,132,'2014-03-15','2014-03-15 18:08:50',0) ,(1451,130,'2014-03-15','2014-03-15 18:08:52',0) ,(1452,131,'2014-03-15','2014-03-15 18:08:54',0) ,(1453,129,'2014-03-15','2014-03-15 18:08:55',0) ,(1454,133,'2014-03-15','2014-03-15 18:08:57',0) ,(1455,110,'2014-03-15','2014-03-15 18:08:59',0) ,(1456,134,'2014-03-15','2014-03-15 18:09:02',0) ,(1457,134,'2014-03-15','2014-03-15 18:09:04',0) ,(1458,131,'2014-03-15','2014-03-15 19:11:17',0) ,(1459,131,'2014-03-15','2014-03-15 19:11:26',0) ,(1460,131,'2014-03-15','2014-03-15 19:11:27',0) ,(1461,131,'2014-03-15','2014-03-15 19:11:28',0) ,(1462,1,'2014-03-15','2014-03-15 23:24:10',0) ,(1463,131,'2014-03-16','2014-03-16 01:18:16',0) ,(1464,131,'2014-03-16','2014-03-16 01:18:27',0) ,(1465,131,'2014-03-16','2014-03-16 01:18:28',0) ,(1466,131,'2014-03-16','2014-03-16 01:18:29',0) ,(1467,131,'2014-03-16','2014-03-16 05:55:21',0) ,(1468,131,'2014-03-16','2014-03-16 05:55:29',0) ,(1469,131,'2014-03-16','2014-03-16 05:55:30',0) ,(1470,131,'2014-03-16','2014-03-16 05:55:31',0) ,(1471,131,'2014-03-16','2014-03-16 07:44:38',0) ,(1472,131,'2014-03-16','2014-03-16 07:44:41',0) ,(1473,131,'2014-03-16','2014-03-16 07:44:42',0) ,(1474,131,'2014-03-16','2014-03-16 07:44:43',0) ,(1475,131,'2014-03-16','2014-03-16 09:10:25',0) ,(1476,131,'2014-03-16','2014-03-16 09:10:29',0) ,(1477,131,'2014-03-16','2014-03-16 09:10:30',0) ,(1478,131,'2014-03-16','2014-03-16 09:10:31',0) ,(1479,131,'2014-03-16','2014-03-16 09:15:47',0) ,(1480,131,'2014-03-16','2014-03-16 10:10:49',0) ,(1481,131,'2014-03-16','2014-03-16 10:10:58',0) ,(1482,131,'2014-03-16','2014-03-16 10:11:00',0) ,(1483,131,'2014-03-16','2014-03-16 10:11:01',0) ,(1484,131,'2014-03-16','2014-03-16 10:55:05',0) ,(1485,131,'2014-03-16','2014-03-16 10:55:09',0) ,(1486,131,'2014-03-16','2014-03-16 10:55:10',0) ,(1487,131,'2014-03-16','2014-03-16 10:57:51',0) ,(1488,131,'2014-03-16','2014-03-16 10:58:54',0) ,(1489,131,'2014-03-16','2014-03-16 10:58:55',0) ,(1490,134,'2014-03-16','2014-03-16 18:10:58',0) ,(1491,131,'2014-03-16','2014-03-16 19:36:09',0) ,(1492,131,'2014-03-16','2014-03-16 19:36:14',0) ,(1493,131,'2014-03-16','2014-03-16 19:36:15',0) ,(1494,131,'2014-03-16','2014-03-16 19:36:16',0) ,(1495,131,'2014-03-16','2014-03-16 19:45:54',0) ,(1496,131,'2014-03-16','2014-03-16 19:45:56',0) ,(1497,131,'2014-03-16','2014-03-16 19:45:57',0) ,(1498,131,'2014-03-16','2014-03-16 19:45:58',0) ,(1499,134,'2014-03-16','2014-03-16 20:57:02',0) ,(1500,132,'2014-03-16','2014-03-16 23:41:30',0) ,(1501,131,'2014-03-16','2014-03-16 23:42:32',0) ,(1502,131,'2014-03-16','2014-03-16 23:42:35',0) ,(1503,131,'2014-03-16','2014-03-16 23:42:36',0) ,(1504,131,'2014-03-16','2014-03-16 23:42:37',0) ,(1505,131,'2014-03-17','2014-03-17 00:38:38',0) ,(1506,131,'2014-03-17','2014-03-17 00:38:40',0) ,(1507,131,'2014-03-17','2014-03-17 00:38:42',0) ,(1508,131,'2014-03-17','2014-03-17 00:38:43',0) ,(1509,131,'2014-03-17','2014-03-17 02:02:36',0) ,(1510,131,'2014-03-17','2014-03-17 02:02:43',0) ,(1511,131,'2014-03-17','2014-03-17 02:02:44',0) ,(1512,131,'2014-03-17','2014-03-17 02:02:46',0) ,(1513,131,'2014-03-17','2014-03-17 02:19:10',0) ,(1514,131,'2014-03-17','2014-03-17 02:19:12',0) ,(1515,131,'2014-03-17','2014-03-17 02:19:13',0) ,(1516,131,'2014-03-17','2014-03-17 02:19:14',0) ,(1517,131,'2014-03-17','2014-03-17 02:21:01',0) ,(1518,131,'2014-03-17','2014-03-17 02:21:03',0) ,(1519,131,'2014-03-17','2014-03-17 02:21:04',0) ,(1520,131,'2014-03-17','2014-03-17 02:21:05',0) ,(1521,131,'2014-03-17','2014-03-17 06:42:04',0) ,(1522,131,'2014-03-17','2014-03-17 06:47:50',0) ,(1523,131,'2014-03-17','2014-03-17 06:55:03',0) ,(1524,131,'2014-03-17','2014-03-17 07:11:50',0) ,(1525,131,'2014-03-17','2014-03-17 07:12:54',0) ,(1526,131,'2014-03-17','2014-03-17 07:14:08',0) ,(1527,131,'2014-03-17','2014-03-17 07:22:46',0) ,(1528,131,'2014-03-17','2014-03-17 07:45:40',0) ,(1529,131,'2014-03-17','2014-03-17 07:53:52',0) ,(1530,131,'2014-03-17','2014-03-17 07:56:28',0) ,(1531,131,'2014-03-17','2014-03-17 07:58:21',0) ,(1532,131,'2014-03-17','2014-03-17 08:05:06',0) ,(1533,131,'2014-03-17','2014-03-17 08:27:59',0) ,(1534,131,'2014-03-17','2014-03-17 08:29:47',0) ,(1535,131,'2014-03-17','2014-03-17 10:17:09',0) ,(1536,131,'2014-03-17','2014-03-17 10:17:11',0) ,(1537,131,'2014-03-17','2014-03-17 14:18:56',0) ,(1538,131,'2014-03-17','2014-03-17 14:18:58',0) ,(1539,1,'2014-03-17','2014-03-17 17:19:03',0) ,(1540,134,'2014-03-17','2014-03-17 19:31:32',0) ,(1541,1,'2014-03-18','2014-03-18 00:52:07',0) ,(1542,1,'2014-03-18','2014-03-18 01:44:00',0) ,(1543,131,'2014-03-18','2014-03-18 04:53:19',0) ,(1544,131,'2014-03-18','2014-03-18 04:53:20',0) ,(1545,131,'2014-03-18','2014-03-18 04:53:20',0) ,(1546,131,'2014-03-18','2014-03-18 04:53:21',0) ,(1547,131,'2014-03-18','2014-03-18 09:14:15',0) ,(1548,131,'2014-03-18','2014-03-18 09:14:17',0) ,(1549,134,'2014-03-18','2014-03-18 12:34:00',0) ,(1550,131,'2014-03-19','2014-03-19 02:41:12',0) ,(1551,131,'2014-03-19','2014-03-19 02:41:14',0) ,(1552,131,'2014-03-19','2014-03-19 08:49:07',0) ,(1553,131,'2014-03-19','2014-03-19 08:49:09',0) ,(1554,131,'2014-03-19','2014-03-19 10:11:33',0) ,(1555,131,'2014-03-19','2014-03-19 10:11:41',0) ,(1556,131,'2014-03-19','2014-03-19 10:11:42',0) ,(1557,1,'2014-03-19','2014-03-19 13:54:24',0) ,(1558,131,'2014-03-19','2014-03-19 14:12:47',0) ,(1559,131,'2014-03-19','2014-03-19 14:12:48',0) ,(1560,1,'2014-03-19','2014-03-19 20:30:21',0) ,(1561,131,'2014-03-19','2014-03-19 20:32:05',0) ,(1562,131,'2014-03-19','2014-03-19 20:32:07',0) ,(1563,131,'2014-03-20','2014-03-20 13:00:50',0) ,(1564,131,'2014-03-20','2014-03-20 13:00:55',0) ,(1565,1,'2014-03-20','2014-03-20 15:12:35',0) ,(1566,134,'2014-03-20','2014-03-20 16:56:57',0) ,(1567,1,'2014-03-20','2014-03-20 20:31:10',0) ,(1568,131,'2014-03-20','2014-03-20 22:56:34',0) ,(1569,131,'2014-03-20','2014-03-20 22:56:35',0) ,(1570,1,'2014-03-20','2014-03-20 23:01:11',0) ,(1571,1,'2014-03-21','2014-03-21 01:05:24',0) ,(1572,131,'2014-03-21','2014-03-21 05:09:29',0) ,(1573,131,'2014-03-21','2014-03-21 05:09:30',0) ,(1574,131,'2014-03-21','2014-03-21 05:09:32',0) ,(1575,131,'2014-03-21','2014-03-21 05:57:58',0) ,(1576,1,'2014-03-21','2014-03-21 06:03:53',0) ,(1577,134,'2014-03-21','2014-03-21 06:39:12',0) ,(1578,1,'2014-03-21','2014-03-21 08:16:48',0) ,(1579,1,'2014-03-21','2014-03-21 11:36:28',0) ,(1580,131,'2014-03-21','2014-03-21 21:32:50',0) ,(1581,131,'2014-03-21','2014-03-21 21:32:52',0) ,(1582,134,'2014-03-21','2014-03-21 21:57:34',0) ,(1583,131,'2014-03-22','2014-03-22 10:19:04',0) ,(1584,131,'2014-03-22','2014-03-22 10:19:06',0) ,(1585,131,'2014-03-22','2014-03-22 10:19:11',0) ,(1586,131,'2014-03-22','2014-03-22 10:19:12',0) ,(1587,131,'2014-03-22','2014-03-22 10:19:18',0) ,(1588,131,'2014-03-22','2014-03-22 10:19:19',0) ,(1589,131,'2014-03-22','2014-03-22 10:19:21',0) ,(1590,131,'2014-03-22','2014-03-22 10:19:22',0) ,(1591,131,'2014-03-22','2014-03-22 10:19:23',0) ,(1592,131,'2014-03-22','2014-03-22 10:19:24',0) ,(1593,131,'2014-03-22','2014-03-22 10:19:26',0) ,(1594,131,'2014-03-22','2014-03-22 10:19:40',0) ,(1595,131,'2014-03-22','2014-03-22 10:19:51',0) ,(1596,131,'2014-03-22','2014-03-22 10:19:52',0) ,(1597,131,'2014-03-22','2014-03-22 10:19:53',0) ,(1598,131,'2014-03-22','2014-03-22 10:19:53',0) ,(1599,131,'2014-03-22','2014-03-22 10:19:54',0) ,(1600,1,'2014-03-22','2014-03-22 10:19:55',0) ,(1601,131,'2014-03-22','2014-03-22 10:20:00',0) ,(1602,131,'2014-03-22','2014-03-22 10:20:02',0) ,(1603,131,'2014-03-22','2014-03-22 10:20:05',0) ,(1604,131,'2014-03-22','2014-03-22 10:20:07',0) ,(1605,128,'2014-03-22','2014-03-22 11:31:40',0) ,(1606,133,'2014-03-22','2014-03-22 11:39:40',0) ,(1607,110,'2014-03-22','2014-03-22 11:39:42',0) ,(1608,131,'2014-03-22','2014-03-22 12:51:55',0) ,(1609,131,'2014-03-22','2014-03-22 12:51:56',0) ,(1610,131,'2014-03-22','2014-03-22 12:51:57',0) ,(1611,131,'2014-03-22','2014-03-22 12:51:57',0) ,(1612,131,'2014-03-22','2014-03-22 12:51:58',0) ,(1613,131,'2014-03-22','2014-03-22 13:27:03',0) ,(1614,131,'2014-03-22','2014-03-22 13:27:07',0) ,(1615,131,'2014-03-22','2014-03-22 13:27:07',0) ,(1616,131,'2014-03-22','2014-03-22 13:27:10',0) ,(1617,134,'2014-03-22','2014-03-22 15:57:30',0) ,(1618,134,'2014-03-22','2014-03-22 19:24:36',0) ,(1619,131,'2014-03-22','2014-03-22 22:36:00',0) ,(1620,131,'2014-03-22','2014-03-22 22:36:01',0) ,(1621,131,'2014-03-22','2014-03-22 22:36:02',0) ,(1622,131,'2014-03-22','2014-03-22 22:36:22',0) ,(1623,131,'2014-03-22','2014-03-22 22:36:37',0) ,(1624,131,'2014-03-23','2014-03-23 01:22:00',0) ,(1625,131,'2014-03-23','2014-03-23 01:22:02',0) ,(1626,131,'2014-03-23','2014-03-23 01:22:03',0) ,(1627,131,'2014-03-23','2014-03-23 01:22:04',0) ,(1628,131,'2014-03-23','2014-03-23 04:20:20',0) ,(1629,131,'2014-03-23','2014-03-23 05:59:40',0) ,(1630,110,'2014-03-23','2014-03-23 05:59:43',0) ,(1631,131,'2014-03-23','2014-03-23 07:24:44',0) ,(1632,131,'2014-03-23','2014-03-23 07:24:47',0) ,(1633,131,'2014-03-23','2014-03-23 09:24:49',0) ,(1634,130,'2014-03-23','2014-03-23 13:27:21',0) ,(1635,1,'2014-03-23','2014-03-23 13:32:56',0) ,(1636,134,'2014-03-23','2014-03-23 18:36:19',0) ,(1637,132,'2014-03-23','2014-03-23 18:58:59',0) ,(1638,129,'2014-03-23','2014-03-23 21:25:37',0) ,(1639,131,'2014-03-23','2014-03-23 21:32:12',0) ,(1640,133,'2014-03-23','2014-03-23 22:49:41',0) ,(1641,110,'2014-03-23','2014-03-23 22:49:42',0) ,(1642,131,'2014-03-24','2014-03-24 00:57:07',0) ,(1643,131,'2014-03-24','2014-03-24 00:57:08',0) ,(1644,131,'2014-03-24','2014-03-24 00:57:08',0) ,(1645,131,'2014-03-24','2014-03-24 00:57:09',0) ,(1646,131,'2014-03-24','2014-03-24 00:57:09',0) ,(1647,1,'2014-03-24','2014-03-24 02:33:22',0) ,(1648,131,'2014-03-24','2014-03-24 02:53:00',0) ,(1649,131,'2014-03-24','2014-03-24 02:53:27',0) ,(1650,134,'2014-03-24','2014-03-24 11:21:32',0) ,(1651,134,'2014-03-24','2014-03-24 12:58:54',0) ,(1652,128,'2014-03-24','2014-03-24 13:53:51',0) ,(1653,131,'2014-03-24','2014-03-24 14:41:25',0) ,(1654,131,'2014-03-24','2014-03-24 21:25:56',0) ,(1655,131,'2014-03-24','2014-03-24 21:25:57',0) ,(1656,131,'2014-03-25','2014-03-25 01:02:26',0) ,(1657,131,'2014-03-25','2014-03-25 01:04:12',0) ,(1658,131,'2014-03-25','2014-03-25 01:04:14',0) ,(1659,1,'2014-03-25','2014-03-25 01:17:30',0) ,(1660,133,'2014-03-25','2014-03-25 01:56:51',0) ,(1661,1,'2014-03-25','2014-03-25 11:11:49',0) ,(1662,131,'2014-03-25','2014-03-25 15:03:12',0) ,(1663,131,'2014-03-25','2014-03-25 15:04:06',0) ,(1664,131,'2014-03-25','2014-03-25 15:04:08',0) ,(1665,131,'2014-03-25','2014-03-25 17:50:05',0) ,(1666,131,'2014-03-25','2014-03-25 17:51:21',0) ,(1667,131,'2014-03-25','2014-03-25 17:51:24',0) ,(1668,131,'2014-03-26','2014-03-26 11:22:42',0) ,(1669,131,'2014-03-26','2014-03-26 11:24:13',0) ,(1670,131,'2014-03-26','2014-03-26 11:24:14',0) ,(1671,1,'2014-03-26','2014-03-26 16:20:12',0) ,(1672,1,'2014-03-26','2014-03-26 19:04:09',0) ,(1673,131,'2014-03-27','2014-03-27 00:52:08',0) ,(1674,131,'2014-03-27','2014-03-27 00:52:20',0) ,(1675,131,'2014-03-27','2014-03-27 00:52:27',0) ,(1676,130,'2014-03-27','2014-03-27 05:07:20',0) ,(1677,1,'2014-03-27','2014-03-27 12:19:07',0) ,(1678,1,'2014-03-27','2014-03-27 18:46:00',0) ,(1679,133,'2014-03-27','2014-03-27 18:46:03',0) ,(1680,131,'2014-03-27','2014-03-27 20:06:58',0) ,(1681,131,'2014-03-27','2014-03-27 20:07:02',0) ,(1682,131,'2014-03-27','2014-03-27 21:44:55',0) ,(1683,131,'2014-03-27','2014-03-27 21:45:25',0) ,(1684,131,'2014-03-27','2014-03-27 21:55:54',0) ,(1685,131,'2014-03-27','2014-03-27 21:56:04',0) ,(1686,131,'2014-03-27','2014-03-27 21:56:04',0) ,(1687,131,'2014-03-27','2014-03-27 21:56:12',0) ,(1688,131,'2014-03-27','2014-03-27 21:56:20',0) ,(1689,131,'2014-03-27','2014-03-27 21:56:20',0) ,(1690,131,'2014-03-27','2014-03-27 21:56:28',0) ,(1691,131,'2014-03-27','2014-03-27 21:56:39',0) ,(1692,131,'2014-03-27','2014-03-27 21:56:41',0) ,(1693,131,'2014-03-27','2014-03-27 21:57:30',0) ,(1694,131,'2014-03-27','2014-03-27 21:57:38',0) ,(1695,131,'2014-03-27','2014-03-27 21:57:39',0) ,(1696,131,'2014-03-27','2014-03-27 22:22:42',0) ,(1697,131,'2014-03-27','2014-03-27 22:22:58',0) ,(1698,131,'2014-03-27','2014-03-27 22:22:59',0) ,(1699,129,'2014-03-27','2014-03-27 23:14:00',0) ,(1700,131,'2014-03-28','2014-03-28 02:37:34',0) ,(1701,131,'2014-03-28','2014-03-28 02:37:53',0) ,(1702,131,'2014-03-28','2014-03-28 02:37:56',0) ,(1703,134,'2014-03-28','2014-03-28 03:52:19',0) ,(1704,131,'2014-03-28','2014-03-28 07:16:31',0) ,(1705,131,'2014-03-28','2014-03-28 09:18:05',0) ,(1706,131,'2014-03-28','2014-03-28 09:18:13',0) ,(1707,131,'2014-03-28','2014-03-28 09:18:15',0) ,(1708,131,'2014-03-28','2014-03-28 10:56:32',0) ,(1709,131,'2014-03-28','2014-03-28 10:56:39',0) ,(1710,131,'2014-03-28','2014-03-28 10:56:40',0) ,(1711,131,'2014-03-28','2014-03-28 14:39:28',0) ,(1712,131,'2014-03-28','2014-03-28 14:39:36',0) ,(1713,131,'2014-03-28','2014-03-28 14:39:37',0) ,(1714,131,'2014-03-28','2014-03-28 18:18:42',0) ,(1715,131,'2014-03-28','2014-03-28 22:55:02',0) ,(1716,131,'2014-03-28','2014-03-28 22:55:15',0) ,(1717,131,'2014-03-28','2014-03-28 22:55:20',0) ,(1718,131,'2014-03-28','2014-03-28 23:34:14',0) ,(1719,131,'2014-03-28','2014-03-28 23:34:15',0) ,(1720,131,'2014-03-28','2014-03-28 23:34:16',0) ,(1721,131,'2014-03-28','2014-03-28 23:34:16',0) ,(1722,131,'2014-03-28','2014-03-28 23:34:17',0) ,(1723,131,'2014-03-28','2014-03-28 23:34:18',0) ,(1724,131,'2014-03-28','2014-03-28 23:35:50',0) ,(1725,131,'2014-03-28','2014-03-28 23:35:51',0) ,(1726,131,'2014-03-28','2014-03-28 23:35:51',0) ,(1727,131,'2014-03-28','2014-03-28 23:36:05',0) ,(1728,131,'2014-03-28','2014-03-28 23:36:06',0) ,(1729,131,'2014-03-28','2014-03-28 23:36:06',0) ,(1730,131,'2014-03-28','2014-03-28 23:38:13',0) ,(1731,131,'2014-03-28','2014-03-28 23:38:22',0) ,(1732,131,'2014-03-28','2014-03-28 23:38:24',0) ,(1733,131,'2014-03-29','2014-03-29 00:55:35',0) ,(1734,131,'2014-03-29','2014-03-29 00:55:37',0) ,(1735,131,'2014-03-29','2014-03-29 00:55:37',0) ,(1736,134,'2014-03-29','2014-03-29 02:01:04',0) ,(1737,1,'2014-03-29','2014-03-29 06:21:18',0) ,(1738,1,'2014-03-29','2014-03-29 09:05:09',0) ,(1739,131,'2014-03-29','2014-03-29 09:10:39',0) ,(1740,131,'2014-03-29','2014-03-29 09:11:45',0) ,(1741,131,'2014-03-29','2014-03-29 09:11:46',0) ,(1742,110,'2014-03-29','2014-03-29 10:26:32',0) ,(1743,110,'2014-03-29','2014-03-29 10:26:48',0) ,(1744,1,'2014-03-29','2014-03-29 10:26:49',1) ,(1745,106,'2014-03-29','2014-03-29 10:26:52',1) ,(1746,1,'2014-03-29','2014-03-29 10:34:01',1) ,(1747,1,'2014-03-29','2014-03-29 10:35:33',1) ,(1748,1,'2014-03-29','2014-03-29 10:35:50',1) ,(1749,2,'2014-03-29','2014-03-29 10:35:57',1) ,(1750,1,'2014-03-29','2014-03-29 10:37:42',1) ,(1751,1,'2014-03-29','2014-03-29 10:38:24',0) ,(1752,1,'2014-03-29','2014-03-29 10:38:39',1) ,(1753,1,'2014-03-29','2014-03-29 10:40:08',1) ,(1754,1,'2014-03-29','2014-03-29 10:40:16',1) ,(1755,1,'2014-03-29','2014-03-29 10:42:29',1) ,(1756,128,'2014-03-29','2014-03-29 10:42:44',1) ,(1757,1,'2014-03-29','2014-03-29 10:42:50',1) ,(1758,128,'2014-03-29','2014-03-29 10:42:56',1) ,(1759,1,'2014-03-29','2014-03-29 10:43:03',1) ,(1760,128,'2014-03-29','2014-03-29 10:43:11',1) ,(1761,128,'2014-03-29','2014-03-29 10:43:11',1) ,(1762,128,'2014-03-29','2014-03-29 10:43:15',1) ,(1763,128,'2014-03-29','2014-03-29 10:43:27',1) ,(1764,128,'2014-03-29','2014-03-29 10:47:04',1) ,(1765,128,'2014-03-29','2014-03-29 10:47:18',1) ,(1766,128,'2014-03-29','2014-03-29 10:47:49',1) ,(1767,128,'2014-03-29','2014-03-29 10:48:25',1) ,(1768,40,'2014-03-29','2014-03-29 10:48:59',1) ,(1769,1,'2014-03-29','2014-03-29 10:49:07',1) ,(1770,128,'2014-03-29','2014-03-29 10:49:11',1) ,(1771,128,'2014-03-29','2014-03-29 10:50:04',1) ,(1772,130,'2014-03-29','2014-03-29 11:59:20',0) ,(1773,128,'2014-03-29','2014-03-29 12:42:46',1) ,(1774,1,'2014-03-29','2014-03-29 12:42:52',0) ,(1775,131,'2014-03-29','2014-03-29 13:18:07',0) ,(1776,131,'2014-03-29','2014-03-29 13:18:09',0) ,(1777,131,'2014-03-29','2014-03-29 13:18:09',0) ,(1778,131,'2014-03-29','2014-03-29 13:26:34',0) ,(1779,131,'2014-03-29','2014-03-29 13:26:36',0) ,(1780,131,'2014-03-29','2014-03-29 13:26:37',0) ,(1781,131,'2014-03-29','2014-03-29 13:42:24',0) ,(1782,131,'2014-03-29','2014-03-29 13:42:25',0) ,(1783,131,'2014-03-29','2014-03-29 13:42:25',0) ,(1784,131,'2014-03-29','2014-03-29 13:43:11',0) ,(1785,131,'2014-03-29','2014-03-29 13:43:11',0) ,(1786,131,'2014-03-29','2014-03-29 13:43:12',0) ,(1787,1,'2014-03-29','2014-03-29 18:10:45',0) ,(1788,131,'2014-03-29','2014-03-29 18:15:33',0) ,(1789,131,'2014-03-29','2014-03-29 18:15:35',0) ,(1790,131,'2014-03-29','2014-03-29 19:21:22',0) ,(1791,131,'2014-03-29','2014-03-29 19:21:24',0) ,(1792,131,'2014-03-29','2014-03-29 19:21:24',0) ,(1793,131,'2014-03-29','2014-03-29 19:32:45',0) ,(1794,131,'2014-03-29','2014-03-29 19:32:46',0) ,(1795,131,'2014-03-29','2014-03-29 19:32:47',0) ,(1796,131,'2014-03-29','2014-03-29 20:00:40',0) ,(1797,131,'2014-03-29','2014-03-29 20:00:41',0) ,(1798,131,'2014-03-29','2014-03-29 20:00:42',0) ,(1799,131,'2014-03-29','2014-03-29 20:01:31',0) ,(1800,131,'2014-03-29','2014-03-29 20:01:31',0) ,(1801,131,'2014-03-29','2014-03-29 20:01:32',0) ,(1802,131,'2014-03-29','2014-03-29 23:11:44',0) ,(1803,134,'2014-03-29','2014-03-29 23:44:13',0) ,(1804,131,'2014-03-30','2014-03-30 01:33:03',0) ,(1805,131,'2014-03-30','2014-03-30 01:33:04',0) ,(1806,131,'2014-03-30','2014-03-30 01:33:05',0) ,(1807,129,'2014-03-30','2014-03-30 03:27:24',0) ,(1808,128,'2014-03-30','2014-03-30 03:38:50',1) ,(1809,131,'2014-03-30','2014-03-30 06:49:07',0) ,(1810,131,'2014-03-30','2014-03-30 06:49:55',0) ,(1811,131,'2014-03-30','2014-03-30 06:49:58',0) ,(1812,131,'2014-03-30','2014-03-30 08:49:55',0) ,(1813,131,'2014-03-30','2014-03-30 08:49:56',0) ,(1814,131,'2014-03-30','2014-03-30 08:49:57',0) ,(1815,128,'2014-03-30','2014-03-30 08:52:29',1) ,(1816,131,'2014-03-30','2014-03-30 09:03:37',0) ,(1817,131,'2014-03-30','2014-03-30 09:03:38',0) ,(1818,131,'2014-03-30','2014-03-30 09:03:38',0) ,(1819,131,'2014-03-30','2014-03-30 09:45:59',0) ,(1820,131,'2014-03-30','2014-03-30 09:46:01',0) ,(1821,131,'2014-03-30','2014-03-30 09:46:01',0) ,(1822,131,'2014-03-30','2014-03-30 09:46:33',0) ,(1823,131,'2014-03-30','2014-03-30 09:46:34',0) ,(1824,131,'2014-03-30','2014-03-30 09:46:34',0) ,(1825,131,'2014-03-30','2014-03-30 12:37:22',0) ,(1826,131,'2014-03-30','2014-03-30 12:37:24',0) ,(1827,131,'2014-03-30','2014-03-30 12:37:25',0) ,(1828,131,'2014-03-30','2014-03-30 14:52:43',0) ,(1829,131,'2014-03-30','2014-03-30 14:53:04',0) ,(1830,131,'2014-03-30','2014-03-30 14:53:10',0) ,(1831,131,'2014-03-30','2014-03-30 15:11:11',0) ,(1832,131,'2014-03-30','2014-03-30 15:11:14',0) ,(1833,131,'2014-03-30','2014-03-30 15:11:17',0) ,(1834,131,'2014-03-30','2014-03-30 16:03:47',0) ,(1835,131,'2014-03-30','2014-03-30 16:03:48',0) ,(1836,131,'2014-03-30','2014-03-30 16:03:50',0) ,(1837,131,'2014-03-30','2014-03-30 16:05:05',0) ,(1838,131,'2014-03-30','2014-03-30 16:05:06',0) ,(1839,131,'2014-03-30','2014-03-30 16:05:07',0) ,(1840,134,'2014-03-30','2014-03-30 20:42:35',0) ,(1841,134,'2014-03-31','2014-03-31 00:22:41',0) ,(1842,131,'2014-03-31','2014-03-31 01:07:14',0) ,(1843,131,'2014-03-31','2014-03-31 01:07:23',0) ,(1844,131,'2014-03-31','2014-03-31 01:07:26',0) ,(1845,131,'2014-03-31','2014-03-31 04:17:19',0) ,(1846,131,'2014-03-31','2014-03-31 04:17:20',0) ,(1847,131,'2014-03-31','2014-03-31 04:17:21',0) ,(1848,131,'2014-03-31','2014-03-31 04:22:58',0) ,(1849,131,'2014-03-31','2014-03-31 04:22:59',0) ,(1850,131,'2014-03-31','2014-03-31 04:22:59',0) ,(1851,131,'2014-03-31','2014-03-31 04:22:59',0) ,(1852,131,'2014-03-31','2014-03-31 04:22:59',0) ,(1853,131,'2014-03-31','2014-03-31 04:23:00',0) ,(1854,131,'2014-03-31','2014-03-31 04:25:20',0) ,(1855,131,'2014-03-31','2014-03-31 04:25:21',0) ,(1856,131,'2014-03-31','2014-03-31 04:25:22',0) ,(1857,131,'2014-03-31','2014-03-31 04:43:56',0) ,(1858,131,'2014-03-31','2014-03-31 04:44:28',0) ,(1859,131,'2014-03-31','2014-03-31 04:44:31',0) ,(1860,131,'2014-03-31','2014-03-31 04:53:53',0) ,(1861,131,'2014-03-31','2014-03-31 04:54:10',0) ,(1862,131,'2014-03-31','2014-03-31 04:54:12',0) ,(1863,131,'2014-03-31','2014-03-31 05:29:46',0) ,(1864,131,'2014-03-31','2014-03-31 05:29:49',0) ,(1865,131,'2014-03-31','2014-03-31 05:29:50',0) ,(1866,1,'2014-03-31','2014-03-31 05:38:59',0) ,(1867,1,'2014-03-31','2014-03-31 05:39:41',0) ,(1868,1,'2014-03-31','2014-03-31 05:40:00',0) ,(1869,131,'2014-03-31','2014-03-31 06:29:29',0) ,(1870,131,'2014-03-31','2014-03-31 06:29:37',0) ,(1871,131,'2014-03-31','2014-03-31 06:29:40',0) ,(1872,131,'2014-03-31','2014-03-31 12:42:31',0) ,(1873,131,'2014-03-31','2014-03-31 12:42:37',0) ,(1874,131,'2014-03-31','2014-03-31 12:42:38',0) ,(1875,131,'2014-03-31','2014-03-31 18:56:53',0) ,(1876,131,'2014-03-31','2014-03-31 18:56:55',0) ,(1877,131,'2014-03-31','2014-03-31 18:56:56',0) ,(1878,131,'2014-03-31','2014-03-31 19:39:15',0) ,(1879,131,'2014-03-31','2014-03-31 19:39:17',0) ,(1880,131,'2014-03-31','2014-03-31 19:39:18',0) ,(1881,131,'2014-03-31','2014-03-31 19:40:26',0) ,(1882,131,'2014-03-31','2014-03-31 19:40:26',0) ,(1883,131,'2014-03-31','2014-03-31 19:40:27',0) ,(1884,131,'2014-03-31','2014-03-31 19:45:07',0) ,(1885,131,'2014-03-31','2014-03-31 19:45:08',0) ,(1886,131,'2014-03-31','2014-03-31 19:45:09',0) ,(1887,1,'2014-04-01','2014-04-01 00:48:07',0) ,(1888,128,'2014-04-01','2014-04-01 00:49:34',0) ,(1889,131,'2014-04-01','2014-04-01 00:50:33',0) ,(1890,128,'2014-04-01','2014-04-01 00:54:05',0) ,(1891,132,'2014-04-01','2014-04-01 00:54:10',0) ,(1892,128,'2014-04-01','2014-04-01 00:55:11',0) ,(1893,132,'2014-04-01','2014-04-01 00:55:21',0) ,(1894,110,'2014-04-01','2014-04-01 00:55:45',0) ,(1895,129,'2014-04-01','2014-04-01 00:56:40',0) ,(1896,130,'2014-04-01','2014-04-01 00:56:59',0) ,(1897,134,'2014-04-01','2014-04-01 00:57:21',0) ,(1898,130,'2014-04-01','2014-04-01 00:57:38',0) ,(1899,129,'2014-04-01','2014-04-01 00:57:41',0) ,(1900,134,'2014-04-01','2014-04-01 01:00:18',0) ,(1901,131,'2014-04-01','2014-04-01 01:22:02',0) ,(1902,131,'2014-04-01','2014-04-01 01:22:03',0) ,(1903,131,'2014-04-01','2014-04-01 01:22:03',0) ,(1904,131,'2014-04-01','2014-04-01 02:24:57',0) ,(1905,131,'2014-04-01','2014-04-01 02:24:58',0) ,(1906,131,'2014-04-01','2014-04-01 02:24:58',0) ,(1907,131,'2014-04-01','2014-04-01 02:26:49',0) ,(1908,131,'2014-04-01','2014-04-01 02:26:50',0) ,(1909,131,'2014-04-01','2014-04-01 02:26:51',0) ,(1910,131,'2014-04-01','2014-04-01 02:33:07',0) ,(1911,131,'2014-04-01','2014-04-01 02:33:08',0) ,(1912,131,'2014-04-01','2014-04-01 02:33:09',0) ,(1913,131,'2014-04-01','2014-04-01 05:50:02',0) ,(1914,131,'2014-04-01','2014-04-01 05:50:04',0) ,(1915,131,'2014-04-01','2014-04-01 05:50:07',0) ,(1916,1,'2014-04-01','2014-04-01 14:01:55',0) ,(1917,131,'2014-04-01','2014-04-01 15:15:58',0) ,(1918,131,'2014-04-01','2014-04-01 15:15:59',0) ,(1919,131,'2014-04-01','2014-04-01 15:16:00',0) ,(1920,131,'2014-04-01','2014-04-01 16:45:02',0) ,(1921,131,'2014-04-01','2014-04-01 16:45:05',0) ,(1922,131,'2014-04-01','2014-04-01 16:45:06',0) ,(1923,131,'2014-04-01','2014-04-01 16:48:43',0) ,(1924,131,'2014-04-01','2014-04-01 16:48:44',0) ,(1925,131,'2014-04-01','2014-04-01 16:48:45',0) ,(1926,131,'2014-04-01','2014-04-01 16:48:47',0) ,(1927,131,'2014-04-01','2014-04-01 16:48:47',0) ,(1928,131,'2014-04-01','2014-04-01 16:48:48',0) ,(1929,131,'2014-04-01','2014-04-01 16:59:39',0) ,(1930,131,'2014-04-01','2014-04-01 16:59:40',0) ,(1931,131,'2014-04-01','2014-04-01 16:59:42',0) ,(1932,131,'2014-04-01','2014-04-01 21:09:57',0) ,(1933,131,'2014-04-01','2014-04-01 21:09:58',0) ,(1934,131,'2014-04-01','2014-04-01 21:09:58',0) ,(1935,131,'2014-04-01','2014-04-01 23:10:17',0) ,(1936,131,'2014-04-01','2014-04-01 23:10:18',0) ,(1937,131,'2014-04-01','2014-04-01 23:10:19',0) ,(1938,131,'2014-04-01','2014-04-01 23:10:19',0) ,(1939,131,'2014-04-01','2014-04-01 23:10:20',0) ,(1940,131,'2014-04-01','2014-04-01 23:10:20',0) ,(1941,131,'2014-04-01','2014-04-01 23:25:34',0) ,(1942,131,'2014-04-01','2014-04-01 23:25:35',0) ,(1943,131,'2014-04-01','2014-04-01 23:25:36',0) ,(1944,1,'2014-04-02','2014-04-02 01:33:40',0) ,(1945,132,'2014-04-02','2014-04-02 03:29:35',0) ,(1946,1,'2014-04-02','2014-04-02 03:35:03',0) ,(1947,1,'2014-04-02','2014-04-02 07:53:29',0) ,(1948,1,'2014-04-02','2014-04-02 08:16:02',0) ,(1949,131,'2014-04-02','2014-04-02 11:03:43',0) ,(1950,131,'2014-04-02','2014-04-02 11:03:44',0) ,(1951,131,'2014-04-02','2014-04-02 11:03:44',0) ,(1952,1,'2014-04-02','2014-04-02 11:27:45',0) ,(1953,1,'2014-04-02','2014-04-02 12:59:05',0) ,(1954,131,'2014-04-02','2014-04-02 13:23:25',0) ,(1955,131,'2014-04-02','2014-04-02 13:23:26',0) ,(1956,131,'2014-04-02','2014-04-02 13:23:27',0) ,(1957,131,'2014-04-02','2014-04-02 13:24:59',0) ,(1958,131,'2014-04-02','2014-04-02 13:25:00',0) ,(1959,131,'2014-04-02','2014-04-02 13:25:00',0) ,(1960,1,'2014-04-02','2014-04-02 13:36:24',0) ,(1961,131,'2014-04-02','2014-04-02 13:45:18',0) ,(1962,131,'2014-04-02','2014-04-02 13:45:19',0) ,(1963,131,'2014-04-02','2014-04-02 13:45:20',0) ,(1964,131,'2014-04-02','2014-04-02 16:02:38',0) ,(1965,131,'2014-04-02','2014-04-02 16:02:40',0) ,(1966,131,'2014-04-02','2014-04-02 16:02:41',0) ,(1967,1,'2014-04-02','2014-04-02 16:19:53',0) ,(1968,131,'2014-04-02','2014-04-02 16:50:24',0) ,(1969,131,'2014-04-02','2014-04-02 16:50:28',0) ,(1970,131,'2014-04-02','2014-04-02 16:50:30',0) ,(1971,131,'2014-04-02','2014-04-02 19:44:04',0) ,(1972,131,'2014-04-02','2014-04-02 19:44:06',0) ,(1973,131,'2014-04-02','2014-04-02 19:44:07',0) ,(1974,131,'2014-04-02','2014-04-02 19:45:49',0) ,(1975,131,'2014-04-02','2014-04-02 19:45:52',0) ,(1976,131,'2014-04-02','2014-04-02 19:45:52',0) ,(1977,131,'2014-04-02','2014-04-02 20:10:05',0) ,(1978,131,'2014-04-02','2014-04-02 20:10:06',0) ,(1979,131,'2014-04-02','2014-04-02 20:10:06',0) ,(1980,131,'2014-04-03','2014-04-03 02:30:45',0) ,(1981,131,'2014-04-03','2014-04-03 02:30:48',0) ,(1982,131,'2014-04-03','2014-04-03 02:30:49',0) ,(1983,1,'2014-04-03','2014-04-03 03:00:46',0) ,(1984,131,'2014-04-03','2014-04-03 05:10:32',0) ,(1985,131,'2014-04-03','2014-04-03 06:19:39',0) ,(1986,131,'2014-04-03','2014-04-03 06:19:40',0) ,(1987,131,'2014-04-03','2014-04-03 06:19:41',0) ,(1988,1,'2014-04-03','2014-04-03 06:31:36',0) ,(1989,1,'2014-04-03','2014-04-03 07:03:37',0) ,(1990,131,'2014-04-03','2014-04-03 09:02:18',0) ,(1991,131,'2014-04-03','2014-04-03 09:02:20',0) ,(1992,131,'2014-04-03','2014-04-03 09:02:21',0) ,(1993,131,'2014-04-03','2014-04-03 09:04:52',0) ,(1994,131,'2014-04-03','2014-04-03 09:04:53',0) ,(1995,131,'2014-04-03','2014-04-03 09:04:54',0) ,(1996,131,'2014-04-03','2014-04-03 09:14:11',0) ,(1997,131,'2014-04-03','2014-04-03 09:14:12',0) ,(1998,131,'2014-04-03','2014-04-03 09:14:13',0) ,(1999,131,'2014-04-03','2014-04-03 09:14:13',0) ,(2000,1,'2014-04-03','2014-04-03 09:21:27',0) ,(2001,131,'2014-04-03','2014-04-03 09:28:36',0) ,(2002,131,'2014-04-03','2014-04-03 09:28:37',0) ,(2003,131,'2014-04-03','2014-04-03 09:28:37',0) ,(2004,134,'2014-04-03','2014-04-03 10:52:01',0) ,(2005,131,'2014-04-03','2014-04-03 11:57:11',0) ,(2006,131,'2014-04-03','2014-04-03 11:57:12',0) ,(2007,131,'2014-04-03','2014-04-03 11:57:13',0) ,(2008,1,'2014-04-03','2014-04-03 14:40:57',0) ,(2009,131,'2014-04-03','2014-04-03 15:00:41',0) ,(2010,131,'2014-04-03','2014-04-03 15:00:44',0) ,(2011,131,'2014-04-03','2014-04-03 15:00:46',0) ,(2012,131,'2014-04-03','2014-04-03 15:03:51',0) ,(2013,131,'2014-04-03','2014-04-03 15:03:52',0) ,(2014,131,'2014-04-03','2014-04-03 15:03:53',0) ,(2015,131,'2014-04-03','2014-04-03 15:29:28',0) ,(2016,131,'2014-04-03','2014-04-03 15:29:29',0) ,(2017,131,'2014-04-03','2014-04-03 15:29:29',0) ,(2018,1,'2014-04-03','2014-04-03 21:08:08',0) ,(2019,1,'2014-04-03','2014-04-03 21:40:02',0) ,(2020,134,'2014-04-04','2014-04-04 00:28:46',0) ,(2021,131,'2014-04-04','2014-04-04 01:00:35',0) ,(2022,131,'2014-04-04','2014-04-04 01:00:37',0) ,(2023,131,'2014-04-04','2014-04-04 01:00:38',0) ,(2024,131,'2014-04-04','2014-04-04 01:02:09',0) ,(2025,131,'2014-04-04','2014-04-04 01:02:10',0) ,(2026,131,'2014-04-04','2014-04-04 01:02:15',0) ,(2027,131,'2014-04-04','2014-04-04 04:03:24',0) ,(2028,131,'2014-04-04','2014-04-04 04:03:25',0) ,(2029,131,'2014-04-04','2014-04-04 04:03:26',0) ,(2030,131,'2014-04-04','2014-04-04 04:03:36',0) ,(2031,131,'2014-04-04','2014-04-04 04:03:37',0) ,(2032,131,'2014-04-04','2014-04-04 04:03:37',0) ,(2033,131,'2014-04-04','2014-04-04 04:32:10',0) ,(2034,131,'2014-04-04','2014-04-04 04:32:11',0) ,(2035,131,'2014-04-04','2014-04-04 04:32:11',0) ,(2036,131,'2014-04-04','2014-04-04 04:54:03',0) ,(2037,131,'2014-04-04','2014-04-04 04:54:05',0) ,(2038,131,'2014-04-04','2014-04-04 06:40:37',0) ,(2039,131,'2014-04-04','2014-04-04 06:40:39',0) ,(2040,131,'2014-04-04','2014-04-04 06:40:40',0) ,(2041,1,'2014-04-04','2014-04-04 09:33:46',0) ,(2042,131,'2014-04-04','2014-04-04 10:07:19',0) ,(2043,131,'2014-04-04','2014-04-04 10:07:21',0) ,(2044,131,'2014-04-04','2014-04-04 10:07:22',0) ,(2045,131,'2014-04-04','2014-04-04 10:07:39',0) ,(2046,131,'2014-04-04','2014-04-04 10:07:39',0) ,(2047,131,'2014-04-04','2014-04-04 10:07:40',0) ,(2048,131,'2014-04-04','2014-04-04 10:08:37',0) ,(2049,131,'2014-04-04','2014-04-04 10:08:46',0) ,(2050,131,'2014-04-04','2014-04-04 10:08:47',0) ,(2051,1,'2014-04-04','2014-04-04 10:28:27',0) ,(2052,131,'2014-04-04','2014-04-04 10:42:32',0) ,(2053,131,'2014-04-04','2014-04-04 10:42:33',0) ,(2054,131,'2014-04-04','2014-04-04 10:42:33',0) ,(2055,134,'2014-04-04','2014-04-04 10:52:51',0) ,(2056,131,'2014-04-04','2014-04-04 11:38:15',0) ,(2057,131,'2014-04-04','2014-04-04 11:38:16',0) ,(2058,131,'2014-04-04','2014-04-04 11:38:17',0) ,(2059,131,'2014-04-04','2014-04-04 11:50:55',0) ,(2060,131,'2014-04-04','2014-04-04 11:51:02',0) ,(2061,131,'2014-04-04','2014-04-04 11:51:03',0) ,(2062,1,'2014-04-04','2014-04-04 14:48:13',0) ,(2063,1,'2014-04-04','2014-04-04 15:14:16',0) ,(2064,1,'2014-04-04','2014-04-04 15:27:00',0) ,(2065,134,'2014-04-04','2014-04-04 19:40:21',0) ,(2066,131,'2014-04-04','2014-04-04 20:09:59',0) ,(2067,131,'2014-04-04','2014-04-04 20:10:08',0) ,(2068,131,'2014-04-04','2014-04-04 20:10:09',0) ,(2069,131,'2014-04-04','2014-04-04 20:10:56',0) ,(2070,131,'2014-04-04','2014-04-04 20:10:57',0) ,(2071,131,'2014-04-04','2014-04-04 20:10:57',0) ,(2072,1,'2014-04-04','2014-04-04 21:28:37',0) ,(2073,131,'2014-04-04','2014-04-04 23:33:44',0) ,(2074,131,'2014-04-04','2014-04-04 23:33:46',0) ,(2075,131,'2014-04-04','2014-04-04 23:33:48',0) ,(2076,131,'2014-04-04','2014-04-04 23:33:56',0) ,(2077,131,'2014-04-04','2014-04-04 23:33:56',0) ,(2078,131,'2014-04-04','2014-04-04 23:33:57',0) ,(2079,131,'2014-04-05','2014-04-05 00:10:05',0) ,(2080,131,'2014-04-05','2014-04-05 00:10:06',0) ,(2081,131,'2014-04-05','2014-04-05 00:10:07',0) ,(2082,131,'2014-04-05','2014-04-05 02:03:37',0) ,(2083,131,'2014-04-05','2014-04-05 02:03:38',0) ,(2084,131,'2014-04-05','2014-04-05 02:03:40',0) ,(2085,131,'2014-04-05','2014-04-05 04:09:42',0) ,(2086,131,'2014-04-05','2014-04-05 04:09:43',0) ,(2087,131,'2014-04-05','2014-04-05 04:09:43',0) ,(2088,131,'2014-04-05','2014-04-05 04:09:53',0) ,(2089,131,'2014-04-05','2014-04-05 04:09:53',0) ,(2090,131,'2014-04-05','2014-04-05 04:09:54',0) ,(2091,131,'2014-04-05','2014-04-05 04:10:45',0) ,(2092,131,'2014-04-05','2014-04-05 04:10:46',0) ,(2093,131,'2014-04-05','2014-04-05 04:10:46',0) ,(2094,131,'2014-04-05','2014-04-05 04:13:10',0) ,(2095,131,'2014-04-05','2014-04-05 04:13:10',0) ,(2096,131,'2014-04-05','2014-04-05 04:13:11',0) ,(2097,131,'2014-04-05','2014-04-05 04:42:32',0) ,(2098,131,'2014-04-05','2014-04-05 04:42:42',0) ,(2099,131,'2014-04-05','2014-04-05 04:42:43',0) ,(2100,131,'2014-04-05','2014-04-05 04:47:34',0) ,(2101,131,'2014-04-05','2014-04-05 04:47:35',0) ,(2102,131,'2014-04-05','2014-04-05 04:47:36',0) ,(2103,131,'2014-04-05','2014-04-05 07:15:56',0) ,(2104,131,'2014-04-05','2014-04-05 07:16:05',0) ,(2105,131,'2014-04-05','2014-04-05 07:16:06',0) ,(2106,131,'2014-04-05','2014-04-05 10:11:55',0) ,(2107,131,'2014-04-05','2014-04-05 10:12:13',0) ,(2108,131,'2014-04-05','2014-04-05 10:12:14',0) ,(2109,129,'2014-04-05','2014-04-05 10:26:42',0) ,(2110,110,'2014-04-05','2014-04-05 10:47:28',0) ,(2111,131,'2014-04-05','2014-04-05 11:07:14',0) ,(2112,1,'2014-04-05','2014-04-05 13:18:28',0) ,(2113,131,'2014-04-05','2014-04-05 17:21:52',0) ,(2114,131,'2014-04-05','2014-04-05 17:21:53',0) ,(2115,131,'2014-04-05','2014-04-05 17:21:53',0) ,(2116,131,'2014-04-05','2014-04-05 17:22:10',0) ,(2117,131,'2014-04-05','2014-04-05 17:22:11',0) ,(2118,131,'2014-04-05','2014-04-05 17:22:11',0) ,(2119,131,'2014-04-05','2014-04-05 17:41:52',0) ,(2120,131,'2014-04-05','2014-04-05 17:41:53',0) ,(2121,131,'2014-04-05','2014-04-05 17:41:53',0) ,(2122,131,'2014-04-05','2014-04-05 18:03:28',0) ,(2123,131,'2014-04-05','2014-04-05 18:03:29',0) ,(2124,131,'2014-04-05','2014-04-05 18:03:30',0) ,(2125,131,'2014-04-05','2014-04-05 19:31:35',0) ,(2126,131,'2014-04-05','2014-04-05 19:31:43',0) ,(2127,131,'2014-04-05','2014-04-05 19:31:44',0) ,(2128,131,'2014-04-05','2014-04-05 21:54:42',0) ,(2129,131,'2014-04-05','2014-04-05 21:54:47',0) ,(2130,131,'2014-04-05','2014-04-05 21:54:49',0) ,(2131,131,'2014-04-05','2014-04-05 21:59:06',0) ,(2132,131,'2014-04-05','2014-04-05 21:59:16',0) ,(2133,131,'2014-04-05','2014-04-05 21:59:19',0) ,(2134,131,'2014-04-05','2014-04-05 22:08:44',0) ,(2135,131,'2014-04-05','2014-04-05 22:08:46',0) ,(2136,131,'2014-04-05','2014-04-05 22:32:34',0) ,(2137,131,'2014-04-05','2014-04-05 22:32:47',0) ,(2138,131,'2014-04-05','2014-04-05 22:32:48',0) ,(2139,131,'2014-04-05','2014-04-05 22:33:12',0) ,(2140,131,'2014-04-05','2014-04-05 22:33:14',0) ,(2141,131,'2014-04-05','2014-04-05 22:33:16',0) ,(2142,131,'2014-04-05','2014-04-05 23:09:40',0) ,(2143,131,'2014-04-05','2014-04-05 23:09:47',0) ,(2144,131,'2014-04-05','2014-04-05 23:09:50',0) ,(2145,131,'2014-04-05','2014-04-05 23:46:01',0) ,(2146,131,'2014-04-05','2014-04-05 23:46:06',0) ,(2147,131,'2014-04-05','2014-04-05 23:46:12',0) ,(2148,131,'2014-04-06','2014-04-06 02:47:59',0) ,(2149,131,'2014-04-06','2014-04-06 02:48:05',0) ,(2150,131,'2014-04-06','2014-04-06 02:48:09',0) ,(2151,133,'2014-04-06','2014-04-06 04:37:18',0) ,(2152,131,'2014-04-06','2014-04-06 04:52:09',0) ,(2153,131,'2014-04-06','2014-04-06 04:52:16',0) ,(2154,131,'2014-04-06','2014-04-06 04:52:19',0) ,(2155,1,'2014-04-06','2014-04-06 06:59:08',0) ,(2156,1,'2014-04-06','2014-04-06 08:55:39',0) ,(2157,110,'2014-04-06','2014-04-06 12:26:32',0) ,(2158,110,'2014-04-06','2014-04-06 12:26:45',0) ,(2159,1,'2014-04-06','2014-04-06 12:26:46',1) ,(2160,106,'2014-04-06','2014-04-06 12:26:49',1) ,(2161,1,'2014-04-06','2014-04-06 12:27:04',1) ,(2162,2,'2014-04-06','2014-04-06 12:27:38',1) ,(2163,7,'2014-04-06','2014-04-06 12:27:59',1) ,(2164,6,'2014-04-06','2014-04-06 12:29:23',1) ,(2165,7,'2014-04-06','2014-04-06 12:29:23',1) ,(2166,135,'2014-04-06','2014-04-06 12:29:30',1) ,(2167,135,'2014-04-06','2014-04-06 12:29:37',1) ,(2168,2,'2014-04-06','2014-04-06 12:30:16',1) ,(2169,7,'2014-04-06','2014-04-06 12:30:20',1) ,(2170,1,'2014-04-06','2014-04-06 12:31:41',0) ,(2171,135,'2014-04-06','2014-04-06 12:55:48',0) ,(2172,1,'2014-04-06','2014-04-06 12:55:52',0) ,(2173,128,'2014-04-06','2014-04-06 12:55:56',0) ,(2174,130,'2014-04-06','2014-04-06 12:56:03',0) ,(2175,128,'2014-04-06','2014-04-06 12:56:08',0) ,(2176,1,'2014-04-06','2014-04-06 12:59:51',0) ,(2177,128,'2014-04-06','2014-04-06 13:06:59',0) ,(2178,1,'2014-04-06','2014-04-06 13:07:15',1) ,(2179,135,'2014-04-06','2014-04-06 13:07:39',1) ,(2180,135,'2014-04-06','2014-04-06 13:07:43',1) ,(2181,1,'2014-04-06','2014-04-06 13:13:19',0) ,(2182,135,'2014-04-06','2014-04-06 13:13:34',0) ,(2183,1,'2014-04-06','2014-04-06 13:13:41',0) ,(2184,1,'2014-04-06','2014-04-06 13:13:45',0) ,(2185,135,'2014-04-06','2014-04-06 13:14:19',1) ,(2186,135,'2014-04-06','2014-04-06 13:15:30',1) ,(2187,2,'2014-04-06','2014-04-06 13:18:46',1) ,(2188,2,'2014-04-06','2014-04-06 13:18:48',1) ,(2189,4,'2014-04-06','2014-04-06 13:18:53',1) ,(2190,4,'2014-04-06','2014-04-06 13:18:53',1) ,(2191,4,'2014-04-06','2014-04-06 13:18:54',1) ,(2192,4,'2014-04-06','2014-04-06 13:19:05',1) ,(2193,2,'2014-04-06','2014-04-06 13:19:10',1) ,(2194,7,'2014-04-06','2014-04-06 13:19:23',1) ,(2195,2,'2014-04-06','2014-04-06 13:20:57',1) ,(2196,4,'2014-04-06','2014-04-06 13:21:03',1) ,(2197,4,'2014-04-06','2014-04-06 13:21:04',1) ,(2198,4,'2014-04-06','2014-04-06 13:21:04',1) ,(2199,4,'2014-04-06','2014-04-06 13:21:13',1) ,(2200,4,'2014-04-06','2014-04-06 13:21:20',1) ,(2201,4,'2014-04-06','2014-04-06 13:21:27',1) ,(2202,4,'2014-04-06','2014-04-06 13:21:34',1) ,(2203,4,'2014-04-06','2014-04-06 13:21:41',1) ,(2204,4,'2014-04-06','2014-04-06 13:21:48',1) ,(2205,4,'2014-04-06','2014-04-06 13:21:49',1) ,(2206,4,'2014-04-06','2014-04-06 13:21:56',1) ,(2207,4,'2014-04-06','2014-04-06 13:22:02',1) ,(2208,135,'2014-04-06','2014-04-06 13:22:08',0) ,(2209,4,'2014-04-06','2014-04-06 13:22:09',1) ,(2210,135,'2014-04-06','2014-04-06 13:22:13',0) ,(2211,135,'2014-04-06','2014-04-06 13:22:16',0) ,(2212,4,'2014-04-06','2014-04-06 13:22:16',1) ,(2213,1,'2014-04-06','2014-04-06 13:22:21',0) ,(2214,4,'2014-04-06','2014-04-06 13:22:23',1) ,(2215,135,'2014-04-06','2014-04-06 13:22:24',0) ,(2216,4,'2014-04-06','2014-04-06 13:22:30',1) ,(2217,4,'2014-04-06','2014-04-06 13:22:37',1) ,(2218,4,'2014-04-06','2014-04-06 13:22:44',1) ,(2219,4,'2014-04-06','2014-04-06 13:22:51',1) ,(2220,4,'2014-04-06','2014-04-06 13:22:58',1) ,(2221,4,'2014-04-06','2014-04-06 13:23:05',1) ,(2222,4,'2014-04-06','2014-04-06 13:23:12',1) ,(2223,4,'2014-04-06','2014-04-06 13:23:19',1) ,(2224,4,'2014-04-06','2014-04-06 13:23:26',1) ,(2225,4,'2014-04-06','2014-04-06 13:23:28',1) ,(2226,4,'2014-04-06','2014-04-06 13:23:29',1) ,(2227,1,'2014-04-06','2014-04-06 13:23:36',0) ,(2228,135,'2014-04-06','2014-04-06 13:23:38',0) ,(2229,4,'2014-04-06','2014-04-06 13:23:39',1) ,(2230,4,'2014-04-06','2014-04-06 13:23:46',1) ,(2231,4,'2014-04-06','2014-04-06 13:23:52',1) ,(2232,4,'2014-04-06','2014-04-06 13:23:54',1) ,(2233,4,'2014-04-06','2014-04-06 13:24:00',1) ,(2234,4,'2014-04-06','2014-04-06 13:24:07',1) ,(2235,4,'2014-04-06','2014-04-06 13:24:14',1) ,(2236,4,'2014-04-06','2014-04-06 13:24:21',1) ,(2237,4,'2014-04-06','2014-04-06 13:24:28',1) ,(2238,4,'2014-04-06','2014-04-06 13:24:35',1) ,(2239,4,'2014-04-06','2014-04-06 13:24:42',1) ,(2240,4,'2014-04-06','2014-04-06 13:24:49',1) ,(2241,1,'2014-04-06','2014-04-06 13:24:50',0) ,(2242,4,'2014-04-06','2014-04-06 13:24:56',1) ,(2243,4,'2014-04-06','2014-04-06 13:25:03',1) ,(2244,4,'2014-04-06','2014-04-06 13:25:10',1) ,(2245,4,'2014-04-06','2014-04-06 13:25:17',1) ,(2246,4,'2014-04-06','2014-04-06 13:25:24',1) ,(2247,4,'2014-04-06','2014-04-06 13:25:31',1) ,(2248,4,'2014-04-06','2014-04-06 13:25:38',1) ,(2249,4,'2014-04-06','2014-04-06 13:25:43',1) ,(2250,4,'2014-04-06','2014-04-06 13:25:44',1) ,(2251,4,'2014-04-06','2014-04-06 13:25:45',1) ,(2252,4,'2014-04-06','2014-04-06 13:25:46',1) ,(2253,4,'2014-04-06','2014-04-06 13:25:55',1) ,(2254,4,'2014-04-06','2014-04-06 13:26:02',1) ,(2255,4,'2014-04-06','2014-04-06 13:26:09',1) ,(2256,1,'2014-04-06','2014-04-06 13:26:12',1) ,(2257,135,'2014-04-06','2014-04-06 13:26:17',1) ,(2258,135,'2014-04-06','2014-04-06 13:26:21',1) ,(2259,4,'2014-04-06','2014-04-06 13:31:14',1) ,(2260,4,'2014-04-06','2014-04-06 13:31:14',1) ,(2261,4,'2014-04-06','2014-04-06 13:31:15',1) ,(2262,4,'2014-04-06','2014-04-06 13:31:24',1) ,(2263,4,'2014-04-06','2014-04-06 13:31:31',1) ,(2264,4,'2014-04-06','2014-04-06 13:31:38',1) ,(2265,4,'2014-04-06','2014-04-06 13:31:45',1) ,(2266,4,'2014-04-06','2014-04-06 13:31:52',1) ,(2267,4,'2014-04-06','2014-04-06 13:31:59',1) ,(2268,4,'2014-04-06','2014-04-06 13:32:06',1) ,(2269,4,'2014-04-06','2014-04-06 13:32:13',1) ,(2270,4,'2014-04-06','2014-04-06 13:32:20',1) ,(2271,4,'2014-04-06','2014-04-06 13:32:27',1) ,(2272,4,'2014-04-06','2014-04-06 13:32:34',1) ,(2273,4,'2014-04-06','2014-04-06 13:32:41',1) ,(2274,4,'2014-04-06','2014-04-06 13:32:48',1) ,(2275,4,'2014-04-06','2014-04-06 13:32:55',1) ,(2276,4,'2014-04-06','2014-04-06 13:33:02',1) ,(2277,4,'2014-04-06','2014-04-06 13:33:09',1) ,(2278,4,'2014-04-06','2014-04-06 13:33:16',1) ,(2279,4,'2014-04-06','2014-04-06 13:33:23',1) ,(2280,4,'2014-04-06','2014-04-06 13:33:30',1) ,(2281,4,'2014-04-06','2014-04-06 13:33:37',1) ,(2282,4,'2014-04-06','2014-04-06 13:33:45',1) ,(2283,4,'2014-04-06','2014-04-06 13:33:51',1) ,(2284,4,'2014-04-06','2014-04-06 13:33:58',1) ,(2285,4,'2014-04-06','2014-04-06 13:34:05',1) ,(2286,4,'2014-04-06','2014-04-06 13:34:12',1) ,(2287,4,'2014-04-06','2014-04-06 13:34:19',1) ,(2288,4,'2014-04-06','2014-04-06 13:34:26',1) ,(2289,4,'2014-04-06','2014-04-06 13:34:33',1) ,(2290,4,'2014-04-06','2014-04-06 13:34:40',1) ,(2291,4,'2014-04-06','2014-04-06 13:34:47',1) ,(2292,4,'2014-04-06','2014-04-06 13:34:54',1) ,(2293,4,'2014-04-06','2014-04-06 13:35:01',1) ,(2294,4,'2014-04-06','2014-04-06 13:35:08',1) ,(2295,4,'2014-04-06','2014-04-06 13:35:15',1) ,(2296,4,'2014-04-06','2014-04-06 13:35:22',1) ,(2297,4,'2014-04-06','2014-04-06 13:35:29',1) ,(2298,4,'2014-04-06','2014-04-06 13:35:36',1) ,(2299,4,'2014-04-06','2014-04-06 13:35:43',1) ,(2300,4,'2014-04-06','2014-04-06 13:35:50',1) ,(2301,4,'2014-04-06','2014-04-06 13:35:57',1) ,(2302,4,'2014-04-06','2014-04-06 13:36:04',1) ,(2303,4,'2014-04-06','2014-04-06 13:36:11',1) ,(2304,4,'2014-04-06','2014-04-06 13:36:18',1) ,(2305,4,'2014-04-06','2014-04-06 13:36:25',1) ,(2306,4,'2014-04-06','2014-04-06 13:36:32',1) ,(2307,4,'2014-04-06','2014-04-06 13:36:39',1) ,(2308,4,'2014-04-06','2014-04-06 13:36:46',1) ,(2309,4,'2014-04-06','2014-04-06 13:36:53',1) ,(2310,4,'2014-04-06','2014-04-06 13:37:00',1) ,(2311,4,'2014-04-06','2014-04-06 13:37:07',1) ,(2312,4,'2014-04-06','2014-04-06 13:37:14',1) ,(2313,4,'2014-04-06','2014-04-06 13:37:21',1) ,(2314,4,'2014-04-06','2014-04-06 13:37:28',1) ,(2315,4,'2014-04-06','2014-04-06 13:37:35',1) ,(2316,4,'2014-04-06','2014-04-06 13:37:42',1) ,(2317,4,'2014-04-06','2014-04-06 13:37:49',1) ,(2318,4,'2014-04-06','2014-04-06 13:37:56',1) ,(2319,4,'2014-04-06','2014-04-06 13:38:03',1) ,(2320,4,'2014-04-06','2014-04-06 13:38:10',1) ,(2321,4,'2014-04-06','2014-04-06 13:38:17',1) ,(2322,4,'2014-04-06','2014-04-06 13:38:24',1) ,(2323,4,'2014-04-06','2014-04-06 13:38:31',1) ,(2324,4,'2014-04-06','2014-04-06 13:38:38',1) ,(2325,4,'2014-04-06','2014-04-06 13:38:45',1) ,(2326,4,'2014-04-06','2014-04-06 13:38:52',1) ,(2327,4,'2014-04-06','2014-04-06 13:38:59',1) ,(2328,4,'2014-04-06','2014-04-06 13:39:06',1) ,(2329,4,'2014-04-06','2014-04-06 13:39:13',1) ,(2330,4,'2014-04-06','2014-04-06 13:39:20',1) ,(2331,4,'2014-04-06','2014-04-06 13:39:27',1) ,(2332,4,'2014-04-06','2014-04-06 13:39:34',1) ,(2333,4,'2014-04-06','2014-04-06 13:39:41',1) ,(2334,4,'2014-04-06','2014-04-06 13:39:48',1) ,(2335,4,'2014-04-06','2014-04-06 13:39:55',1) ,(2336,4,'2014-04-06','2014-04-06 13:40:02',1) ,(2337,4,'2014-04-06','2014-04-06 13:40:09',1) ,(2338,4,'2014-04-06','2014-04-06 13:40:16',1) ,(2339,4,'2014-04-06','2014-04-06 13:40:23',1) ,(2340,4,'2014-04-06','2014-04-06 13:40:30',1) ,(2341,4,'2014-04-06','2014-04-06 13:40:37',1) ,(2342,4,'2014-04-06','2014-04-06 13:40:44',1) ,(2343,4,'2014-04-06','2014-04-06 13:40:51',1) ,(2344,4,'2014-04-06','2014-04-06 13:40:58',1) ,(2345,4,'2014-04-06','2014-04-06 13:41:05',1) ,(2346,4,'2014-04-06','2014-04-06 13:41:12',1) ,(2347,4,'2014-04-06','2014-04-06 13:41:19',1) ,(2348,4,'2014-04-06','2014-04-06 13:41:26',1) ,(2349,4,'2014-04-06','2014-04-06 13:41:33',1) ,(2350,4,'2014-04-06','2014-04-06 13:41:40',1) ,(2351,4,'2014-04-06','2014-04-06 13:41:47',1) ,(2352,4,'2014-04-06','2014-04-06 13:41:54',1) ,(2353,4,'2014-04-06','2014-04-06 13:42:01',1) ,(2354,4,'2014-04-06','2014-04-06 13:42:08',1) ,(2355,4,'2014-04-06','2014-04-06 13:42:15',1) ,(2356,4,'2014-04-06','2014-04-06 13:42:22',1) ,(2357,4,'2014-04-06','2014-04-06 13:42:29',1) ,(2358,4,'2014-04-06','2014-04-06 13:42:36',1) ,(2359,4,'2014-04-06','2014-04-06 13:42:43',1) ,(2360,4,'2014-04-06','2014-04-06 13:42:50',1) ,(2361,4,'2014-04-06','2014-04-06 13:42:57',1) ,(2362,4,'2014-04-06','2014-04-06 13:43:04',1) ,(2363,129,'2014-04-06','2014-04-06 13:43:10',0) ,(2364,4,'2014-04-06','2014-04-06 13:43:11',1) ,(2365,4,'2014-04-06','2014-04-06 13:43:18',1) ,(2366,4,'2014-04-06','2014-04-06 13:43:25',1) ,(2367,4,'2014-04-06','2014-04-06 13:43:32',1) ,(2368,4,'2014-04-06','2014-04-06 13:43:39',1) ,(2369,4,'2014-04-06','2014-04-06 13:43:46',1) ,(2370,4,'2014-04-06','2014-04-06 13:43:53',1) ,(2371,4,'2014-04-06','2014-04-06 13:44:00',1) ,(2372,4,'2014-04-06','2014-04-06 13:44:07',1) ,(2373,4,'2014-04-06','2014-04-06 13:44:14',1) ,(2374,4,'2014-04-06','2014-04-06 13:44:21',1) ,(2375,4,'2014-04-06','2014-04-06 13:44:28',1) ,(2376,4,'2014-04-06','2014-04-06 13:44:35',1) ,(2377,4,'2014-04-06','2014-04-06 13:44:42',1) ,(2378,4,'2014-04-06','2014-04-06 13:44:49',1) ,(2379,4,'2014-04-06','2014-04-06 13:44:56',1) ,(2380,4,'2014-04-06','2014-04-06 13:45:03',1) ,(2381,4,'2014-04-06','2014-04-06 13:45:10',1) ,(2382,4,'2014-04-06','2014-04-06 13:45:18',1) ,(2383,4,'2014-04-06','2014-04-06 13:45:24',1) ,(2384,4,'2014-04-06','2014-04-06 13:45:31',1) ,(2385,4,'2014-04-06','2014-04-06 13:45:38',1) ,(2386,4,'2014-04-06','2014-04-06 13:45:45',1) ,(2387,4,'2014-04-06','2014-04-06 13:45:52',1) ,(2388,4,'2014-04-06','2014-04-06 13:45:59',1) ,(2389,4,'2014-04-06','2014-04-06 13:46:06',1) ,(2390,4,'2014-04-06','2014-04-06 13:46:13',1) ,(2391,4,'2014-04-06','2014-04-06 13:46:20',1) ,(2392,4,'2014-04-06','2014-04-06 13:46:27',1) ,(2393,4,'2014-04-06','2014-04-06 13:46:34',1) ,(2394,4,'2014-04-06','2014-04-06 13:46:41',1) ,(2395,4,'2014-04-06','2014-04-06 13:46:48',1) ,(2396,4,'2014-04-06','2014-04-06 13:46:55',1) ,(2397,4,'2014-04-06','2014-04-06 13:47:02',1) ,(2398,4,'2014-04-06','2014-04-06 13:47:09',1) ,(2399,4,'2014-04-06','2014-04-06 13:47:16',1) ,(2400,4,'2014-04-06','2014-04-06 13:47:23',1) ,(2401,4,'2014-04-06','2014-04-06 13:47:30',1) ,(2402,4,'2014-04-06','2014-04-06 13:47:37',1) ,(2403,4,'2014-04-06','2014-04-06 13:47:44',1) ,(2404,4,'2014-04-06','2014-04-06 13:47:51',1) ,(2405,4,'2014-04-06','2014-04-06 13:47:58',1) ,(2406,4,'2014-04-06','2014-04-06 13:48:05',1) ,(2407,4,'2014-04-06','2014-04-06 13:48:12',1) ,(2408,4,'2014-04-06','2014-04-06 13:48:19',1) ,(2409,4,'2014-04-06','2014-04-06 13:48:26',1) ,(2410,4,'2014-04-06','2014-04-06 13:48:33',1) ,(2411,4,'2014-04-06','2014-04-06 13:48:40',1) ,(2412,4,'2014-04-06','2014-04-06 13:48:47',1) ,(2413,4,'2014-04-06','2014-04-06 13:48:54',1) ,(2414,4,'2014-04-06','2014-04-06 13:49:01',1) ,(2415,4,'2014-04-06','2014-04-06 13:49:08',1) ,(2416,4,'2014-04-06','2014-04-06 13:49:15',1) ,(2417,4,'2014-04-06','2014-04-06 13:49:22',1) ,(2418,4,'2014-04-06','2014-04-06 13:49:29',1) ,(2419,4,'2014-04-06','2014-04-06 13:49:36',1) ,(2420,4,'2014-04-06','2014-04-06 13:49:43',1) ,(2421,4,'2014-04-06','2014-04-06 13:49:50',1) ,(2422,4,'2014-04-06','2014-04-06 13:49:57',1) ,(2423,4,'2014-04-06','2014-04-06 13:50:04',1) ,(2424,4,'2014-04-06','2014-04-06 13:50:11',1) ,(2425,4,'2014-04-06','2014-04-06 13:50:18',1) ,(2426,4,'2014-04-06','2014-04-06 13:50:25',1) ,(2427,4,'2014-04-06','2014-04-06 13:50:32',1) ,(2428,4,'2014-04-06','2014-04-06 13:50:39',1) ,(2429,4,'2014-04-06','2014-04-06 13:50:46',1) ,(2430,4,'2014-04-06','2014-04-06 13:50:53',1) ,(2431,4,'2014-04-06','2014-04-06 13:51:00',1) ,(2432,4,'2014-04-06','2014-04-06 13:51:07',1) ,(2433,4,'2014-04-06','2014-04-06 13:51:14',1) ,(2434,4,'2014-04-06','2014-04-06 13:51:21',1) ,(2435,4,'2014-04-06','2014-04-06 13:51:28',1) ,(2436,4,'2014-04-06','2014-04-06 13:51:35',1) ,(2437,4,'2014-04-06','2014-04-06 13:51:42',1) ,(2438,4,'2014-04-06','2014-04-06 13:52:08',1) ,(2439,4,'2014-04-06','2014-04-06 13:52:11',1) ,(2440,4,'2014-04-06','2014-04-06 13:52:11',1) ,(2441,4,'2014-04-06','2014-04-06 13:52:11',1) ,(2442,4,'2014-04-06','2014-04-06 13:52:17',1) ,(2443,4,'2014-04-06','2014-04-06 13:52:24',1) ,(2444,4,'2014-04-06','2014-04-06 13:52:31',1) ,(2445,4,'2014-04-06','2014-04-06 13:52:38',1) ,(2446,4,'2014-04-06','2014-04-06 13:52:45',1) ,(2447,4,'2014-04-06','2014-04-06 13:52:52',1) ,(2448,4,'2014-04-06','2014-04-06 13:52:59',1) ,(2449,4,'2014-04-06','2014-04-06 13:53:06',1) ,(2450,4,'2014-04-06','2014-04-06 13:53:13',1) ,(2451,4,'2014-04-06','2014-04-06 13:53:20',1) ,(2452,4,'2014-04-06','2014-04-06 13:53:27',1) ,(2453,4,'2014-04-06','2014-04-06 13:53:34',1) ,(2454,4,'2014-04-06','2014-04-06 13:53:41',1) ,(2455,4,'2014-04-06','2014-04-06 13:53:48',1) ,(2456,4,'2014-04-06','2014-04-06 13:53:55',1) ,(2457,4,'2014-04-06','2014-04-06 13:54:02',1) ,(2458,4,'2014-04-06','2014-04-06 13:54:09',1) ,(2459,4,'2014-04-06','2014-04-06 13:54:16',1) ,(2460,4,'2014-04-06','2014-04-06 13:54:23',1) ,(2461,4,'2014-04-06','2014-04-06 13:54:30',1) ,(2462,4,'2014-04-06','2014-04-06 13:54:37',1) ,(2463,4,'2014-04-06','2014-04-06 13:54:44',1) ,(2464,4,'2014-04-06','2014-04-06 13:54:51',1) ,(2465,4,'2014-04-06','2014-04-06 13:54:58',1) ,(2466,4,'2014-04-06','2014-04-06 13:55:05',1) ,(2467,4,'2014-04-06','2014-04-06 13:55:12',1) ,(2468,4,'2014-04-06','2014-04-06 13:55:19',1) ,(2469,4,'2014-04-06','2014-04-06 13:55:26',1) ,(2470,4,'2014-04-06','2014-04-06 13:55:33',1) ,(2471,4,'2014-04-06','2014-04-06 13:55:40',1) ,(2472,4,'2014-04-06','2014-04-06 13:55:47',1) ,(2473,4,'2014-04-06','2014-04-06 13:55:54',1) ,(2474,130,'2014-04-06','2014-04-06 13:56:00',1) ,(2475,4,'2014-04-06','2014-04-06 13:56:01',1) ,(2476,4,'2014-04-06','2014-04-06 13:56:08',1) ,(2477,4,'2014-04-06','2014-04-06 13:56:15',1) ,(2478,4,'2014-04-06','2014-04-06 13:56:22',1) ,(2479,4,'2014-04-06','2014-04-06 13:56:29',1) ,(2480,4,'2014-04-06','2014-04-06 13:56:36',1) ,(2481,4,'2014-04-06','2014-04-06 13:56:43',1) ,(2482,4,'2014-04-06','2014-04-06 13:56:50',1) ,(2483,4,'2014-04-06','2014-04-06 13:56:57',1) ,(2484,4,'2014-04-06','2014-04-06 13:57:04',1) ,(2485,4,'2014-04-06','2014-04-06 13:57:11',1) ,(2486,4,'2014-04-06','2014-04-06 13:57:18',1) ,(2487,4,'2014-04-06','2014-04-06 13:57:25',1) ,(2488,4,'2014-04-06','2014-04-06 13:57:32',1) ,(2489,4,'2014-04-06','2014-04-06 13:57:39',1) ,(2490,4,'2014-04-06','2014-04-06 13:57:46',1) ,(2491,4,'2014-04-06','2014-04-06 13:57:53',1) ,(2492,4,'2014-04-06','2014-04-06 13:58:18',1) ,(2493,4,'2014-04-06','2014-04-06 13:58:18',1) ,(2494,1,'2014-04-06','2014-04-06 13:58:19',1) ,(2495,135,'2014-04-06','2014-04-06 13:58:26',1) ,(2496,135,'2014-04-06','2014-04-06 13:58:53',1) ,(2497,135,'2014-04-06','2014-04-06 13:59:10',1) ,(2498,135,'2014-04-06','2014-04-06 14:02:48',1) ,(2499,135,'2014-04-06','2014-04-06 14:03:19',1) ,(2500,135,'2014-04-06','2014-04-06 14:03:22',1) ,(2501,4,'2014-04-06','2014-04-06 14:03:35',1) ,(2502,4,'2014-04-06','2014-04-06 14:03:35',1) ,(2503,4,'2014-04-06','2014-04-06 14:03:36',1) ,(2504,5,'2014-04-06','2014-04-06 14:03:44',1) ,(2505,4,'2014-04-06','2014-04-06 14:03:45',1) ,(2506,4,'2014-04-06','2014-04-06 14:03:51',1) ,(2507,4,'2014-04-06','2014-04-06 14:03:59',1) ,(2508,4,'2014-04-06','2014-04-06 14:04:06',1) ,(2509,2,'2014-04-06','2014-04-06 14:04:10',1) ,(2510,2,'2014-04-06','2014-04-06 14:04:11',1) ,(2511,11,'2014-04-06','2014-04-06 14:06:35',1) ,(2512,135,'2014-04-06','2014-04-06 14:07:01',1) ,(2513,135,'2014-04-06','2014-04-06 14:07:38',0) ,(2514,135,'2014-04-06','2014-04-06 14:11:57',1) ,(2515,135,'2014-04-06','2014-04-06 14:12:05',1) ,(2516,129,'2014-04-06','2014-04-06 14:14:54',0) ,(2517,1,'2014-04-06','2014-04-06 14:14:58',0) ,(2518,135,'2014-04-06','2014-04-06 14:15:01',0) ,(2519,128,'2014-04-06','2014-04-06 14:15:16',0) ,(2520,7,'2014-04-06','2014-04-06 14:15:54',1) ,(2521,128,'2014-04-06','2014-04-06 14:16:05',1) ,(2522,1,'2014-04-06','2014-04-06 14:17:16',1) ,(2523,7,'2014-04-06','2014-04-06 14:18:41',1) ,(2524,2,'2014-04-06','2014-04-06 14:18:45',1) ,(2525,7,'2014-04-06','2014-04-06 14:18:51',1) ,(2526,2,'2014-04-06','2014-04-06 14:19:02',1) ,(2527,8,'2014-04-06','2014-04-06 14:19:10',1) ,(2528,7,'2014-04-06','2014-04-06 14:19:18',1) ,(2529,2,'2014-04-06','2014-04-06 14:19:34',1) ,(2530,37,'2014-04-06','2014-04-06 14:19:42',1) ,(2531,2,'2014-04-06','2014-04-06 14:19:49',1) ,(2532,2,'2014-04-06','2014-04-06 14:19:49',1) ,(2533,7,'2014-04-06','2014-04-06 14:19:58',1) ,(2534,7,'2014-04-06','2014-04-06 14:20:06',1) ,(2535,7,'2014-04-06','2014-04-06 14:20:14',1) ,(2536,7,'2014-04-06','2014-04-06 14:20:23',1) ,(2537,2,'2014-04-06','2014-04-06 14:20:30',1) ,(2538,7,'2014-04-06','2014-04-06 14:20:42',1) ,(2539,1,'2014-04-06','2014-04-06 14:21:04',0) ,(2540,135,'2014-04-06','2014-04-06 14:21:06',0) ,(2541,128,'2014-04-06','2014-04-06 14:21:08',0) ,(2542,129,'2014-04-06','2014-04-06 14:21:11',0) ,(2543,128,'2014-04-06','2014-04-06 14:21:16',0) ,(2544,128,'2014-04-06','2014-04-06 14:21:21',0) ,(2545,1,'2014-04-06','2014-04-06 14:21:28',1) ,(2546,135,'2014-04-06','2014-04-06 14:21:35',1) ,(2547,2,'2014-04-06','2014-04-06 14:21:50',1) ,(2548,1,'2014-04-06','2014-04-06 14:21:58',1) ,(2549,135,'2014-04-06','2014-04-06 14:22:01',1) ,(2550,128,'2014-04-06','2014-04-06 14:22:05',1) ,(2551,128,'2014-04-06','2014-04-06 14:22:13',1) ,(2552,128,'2014-04-06','2014-04-06 14:24:25',1) ,(2553,2,'2014-04-06','2014-04-06 14:32:45',1) ,(2554,2,'2014-04-06','2014-04-06 14:32:46',1) ,(2555,7,'2014-04-06','2014-04-06 14:32:54',1) ,(2556,1,'2014-04-06','2014-04-06 14:33:41',1) ,(2557,7,'2014-04-06','2014-04-06 14:33:50',1) ,(2558,6,'2014-04-06','2014-04-06 14:34:50',1) ,(2559,7,'2014-04-06','2014-04-06 14:34:50',1) ,(2560,141,'2014-04-06','2014-04-06 14:35:21',1) ,(2561,141,'2014-04-06','2014-04-06 14:35:29',1) ,(2562,7,'2014-04-06','2014-04-06 14:57:38',1) ,(2563,6,'2014-04-06','2014-04-06 14:58:06',1) ,(2564,7,'2014-04-06','2014-04-06 14:58:06',1) ,(2565,142,'2014-04-06','2014-04-06 14:58:52',1) ,(2566,142,'2014-04-06','2014-04-06 14:58:59',1) ,(2567,142,'2014-04-06','2014-04-06 15:07:37',1) ,(2568,141,'2014-04-06','2014-04-06 15:07:45',1) ,(2569,135,'2014-04-06','2014-04-06 15:07:51',1) ,(2570,141,'2014-04-06','2014-04-06 15:08:05',1) ,(2571,141,'2014-04-06','2014-04-06 15:08:14',1) ,(2572,141,'2014-04-06','2014-04-06 15:08:57',1) ,(2573,135,'2014-04-06','2014-04-06 15:09:05',1) ,(2574,142,'2014-04-06','2014-04-06 15:09:11',1) ,(2575,142,'2014-04-06','2014-04-06 15:09:17',1) ,(2576,142,'2014-04-06','2014-04-06 15:11:13',1) ,(2577,7,'2014-04-06','2014-04-06 15:12:04',1) ,(2578,6,'2014-04-06','2014-04-06 15:12:34',1) ,(2579,7,'2014-04-06','2014-04-06 15:12:34',1) ,(2580,143,'2014-04-06','2014-04-06 15:13:10',1) ,(2581,143,'2014-04-06','2014-04-06 15:13:18',1) ,(2582,143,'2014-04-06','2014-04-06 15:14:05',1) ,(2583,7,'2014-04-06','2014-04-06 15:14:10',1) ,(2584,1,'2014-04-06','2014-04-06 15:15:32',1) ,(2585,128,'2014-04-06','2014-04-06 15:15:35',1) ,(2586,128,'2014-04-06','2014-04-06 15:15:45',1) ,(2587,128,'2014-04-06','2014-04-06 15:16:14',1) ,(2588,128,'2014-04-06','2014-04-06 15:16:30',1) ,(2589,135,'2014-04-06','2014-04-06 15:16:35',1) ,(2590,141,'2014-04-06','2014-04-06 15:16:38',1) ,(2591,142,'2014-04-06','2014-04-06 15:16:43',1) ,(2592,128,'2014-04-06','2014-04-06 15:16:49',1) ,(2593,131,'2014-04-06','2014-04-06 15:16:53',1) ,(2594,128,'2014-04-06','2014-04-06 15:16:59',1) ,(2595,135,'2014-04-06','2014-04-06 15:17:02',1) ,(2596,135,'2014-04-06','2014-04-06 15:17:08',1) ,(2597,135,'2014-04-06','2014-04-06 15:19:08',1) ,(2598,135,'2014-04-06','2014-04-06 15:19:12',1) ,(2599,141,'2014-04-06','2014-04-06 15:19:13',1) ,(2600,142,'2014-04-06','2014-04-06 15:19:16',1) ,(2601,143,'2014-04-06','2014-04-06 15:19:19',1) ,(2602,143,'2014-04-06','2014-04-06 15:19:23',1) ,(2603,128,'2014-04-06','2014-04-06 15:19:24',1) ,(2604,128,'2014-04-06','2014-04-06 15:19:34',1) ,(2605,128,'2014-04-06','2014-04-06 15:21:17',1) ,(2606,135,'2014-04-06','2014-04-06 15:21:26',1) ,(2607,135,'2014-04-06','2014-04-06 15:21:30',1) ,(2608,135,'2014-04-06','2014-04-06 15:21:47',1) ,(2609,135,'2014-04-06','2014-04-06 15:21:51',1) ,(2610,128,'2014-04-06','2014-04-06 15:21:54',1) ,(2611,2,'2014-04-06','2014-04-06 15:21:58',1) ,(2612,7,'2014-04-06','2014-04-06 15:22:02',1) ,(2613,143,'2014-04-06','2014-04-06 15:22:19',1) ,(2614,143,'2014-04-06','2014-04-06 15:23:14',1) ,(2615,143,'2014-04-06','2014-04-06 15:23:16',1) ,(2616,143,'2014-04-06','2014-04-06 15:26:39',1) ,(2617,143,'2014-04-06','2014-04-06 15:28:30',1) ,(2618,143,'2014-04-06','2014-04-06 15:29:16',1) ,(2619,7,'2014-04-06','2014-04-06 15:30:11',1) ,(2620,6,'2014-04-06','2014-04-06 15:30:40',1) ,(2621,7,'2014-04-06','2014-04-06 15:30:40',1) ,(2622,1,'2014-04-06','2014-04-06 15:30:57',1) ,(2623,141,'2014-04-06','2014-04-06 15:31:02',1) ,(2624,142,'2014-04-06','2014-04-06 15:31:15',1) ,(2625,143,'2014-04-06','2014-04-06 15:31:35',1) ,(2626,144,'2014-04-06','2014-04-06 15:31:45',1) ,(2627,144,'2014-04-06','2014-04-06 15:31:54',1) ,(2628,144,'2014-04-06','2014-04-06 15:33:37',1) ,(2629,141,'2014-04-06','2014-04-06 15:33:40',1) ,(2630,142,'2014-04-06','2014-04-06 15:33:43',1) ,(2631,142,'2014-04-06','2014-04-06 15:33:50',1) ,(2632,142,'2014-04-06','2014-04-06 15:34:19',1) ,(2633,144,'2014-04-06','2014-04-06 15:34:23',1) ,(2634,144,'2014-04-06','2014-04-06 15:34:30',1) ,(2635,144,'2014-04-06','2014-04-06 15:42:43',1) ,(2636,144,'2014-04-06','2014-04-06 15:43:00',1) ,(2637,144,'2014-04-06','2014-04-06 15:44:20',1) ,(2638,144,'2014-04-06','2014-04-06 15:44:26',1) ,(2639,143,'2014-04-06','2014-04-06 15:44:28',1) ,(2640,143,'2014-04-06','2014-04-06 15:44:38',1) ,(2641,143,'2014-04-06','2014-04-06 15:46:01',1) ,(2642,7,'2014-04-06','2014-04-06 15:46:20',1) ,(2643,132,'2014-04-06','2014-04-06 15:46:28',1) ,(2644,7,'2014-04-06','2014-04-06 15:46:40',1) ,(2645,1,'2014-04-06','2014-04-06 15:46:44',1) ,(2646,128,'2014-04-06','2014-04-06 15:46:47',1) ,(2647,132,'2014-04-06','2014-04-06 15:46:55',1) ,(2648,132,'2014-04-06','2014-04-06 15:47:04',1) ,(2649,132,'2014-04-06','2014-04-06 15:47:10',1) ,(2650,128,'2014-04-06','2014-04-06 15:47:26',1) ,(2651,128,'2014-04-06','2014-04-06 15:47:37',1) ,(2652,128,'2014-04-06','2014-04-06 15:53:51',1) ,(2653,128,'2014-04-06','2014-04-06 15:54:10',1) ,(2654,128,'2014-04-06','2014-04-06 15:54:58',1) ,(2655,128,'2014-04-06','2014-04-06 15:55:11',1) ,(2656,128,'2014-04-06','2014-04-06 15:55:45',1) ,(2657,2,'2014-04-06','2014-04-06 15:56:01',1) ,(2658,7,'2014-04-06','2014-04-06 15:56:06',1) ,(2659,6,'2014-04-06','2014-04-06 15:56:36',1) ,(2660,7,'2014-04-06','2014-04-06 15:56:36',1) ,(2661,145,'2014-04-06','2014-04-06 15:56:52',1) ,(2662,145,'2014-04-06','2014-04-06 15:56:57',1) ,(2663,145,'2014-04-06','2014-04-06 16:04:42',1) ,(2664,145,'2014-04-06','2014-04-06 16:04:47',1) ,(2665,7,'2014-04-06','2014-04-06 16:04:59',1) ,(2666,7,'2014-04-06','2014-04-06 16:05:17',1) ,(2667,2,'2014-04-06','2014-04-06 16:05:28',1) ,(2668,7,'2014-04-06','2014-04-06 16:05:33',1) ,(2669,7,'2014-04-06','2014-04-06 16:05:39',1) ,(2670,1,'2014-04-06','2014-04-06 16:05:46',1) ,(2671,141,'2014-04-06','2014-04-06 16:07:20',1) ,(2672,142,'2014-04-06','2014-04-06 16:07:25',1) ,(2673,143,'2014-04-06','2014-04-06 16:07:29',1) ,(2674,144,'2014-04-06','2014-04-06 16:07:32',1) ,(2675,145,'2014-04-06','2014-04-06 16:07:36',1) ,(2676,130,'2014-04-06','2014-04-06 16:07:43',1) ,(2677,145,'2014-04-06','2014-04-06 16:07:49',1) ,(2678,128,'2014-04-06','2014-04-06 16:07:54',1) ,(2679,128,'2014-04-06','2014-04-06 16:08:01',1) ,(2680,128,'2014-04-06','2014-04-06 16:08:26',1) ,(2681,142,'2014-04-06','2014-04-06 16:08:33',1) ,(2682,143,'2014-04-06','2014-04-06 16:08:37',1) ,(2683,143,'2014-04-06','2014-04-06 16:08:46',1) ,(2684,143,'2014-04-06','2014-04-06 16:16:47',1) ,(2685,143,'2014-04-06','2014-04-06 16:17:33',1) ,(2686,143,'2014-04-06','2014-04-06 16:18:26',1) ,(2687,1,'2014-04-06','2014-04-06 16:18:43',1) ,(2688,1,'2014-04-06','2014-04-06 16:18:59',1) ,(2689,1,'2014-04-06','2014-04-06 16:20:24',1) ,(2690,142,'2014-04-06','2014-04-06 16:20:28',1) ,(2691,142,'2014-04-06','2014-04-06 16:20:34',1) ,(2692,142,'2014-04-06','2014-04-06 16:28:45',1) ,(2693,142,'2014-04-06','2014-04-06 16:29:05',1) ,(2694,142,'2014-04-06','2014-04-06 16:29:51',1) ,(2695,1,'2014-04-06','2014-04-06 16:29:56',1) ,(2696,1,'2014-04-06','2014-04-06 16:30:07',1) ,(2697,1,'2014-04-06','2014-04-06 16:30:35',1) ,(2698,143,'2014-04-06','2014-04-06 16:30:41',1) ,(2699,143,'2014-04-06','2014-04-06 16:30:52',1) ,(2700,143,'2014-04-06','2014-04-06 16:33:58',1) ,(2701,143,'2014-04-06','2014-04-06 16:34:07',1) ,(2702,143,'2014-04-06','2014-04-06 16:34:59',1) ,(2703,128,'2014-04-06','2014-04-06 16:35:32',1) ,(2704,1,'2014-04-06','2014-04-06 16:35:38',1) ,(2705,1,'2014-04-06','2014-04-06 16:37:48',0) ,(2706,141,'2014-04-06','2014-04-06 16:37:52',0) ,(2707,142,'2014-04-06','2014-04-06 16:37:54',0) ,(2708,143,'2014-04-06','2014-04-06 16:37:56',0) ,(2709,144,'2014-04-06','2014-04-06 16:37:59',0) ,(2710,145,'2014-04-06','2014-04-06 16:38:01',0) ,(2711,1,'2014-04-06','2014-04-06 19:13:41',0) ,(2712,128,'2014-04-06','2014-04-06 19:16:35',0) ,(2713,132,'2014-04-06','2014-04-06 19:20:02',0) ,(2714,131,'2014-04-06','2014-04-06 19:20:29',0) ,(2715,132,'2014-04-06','2014-04-06 19:20:40',0) ,(2716,132,'2014-04-06','2014-04-06 19:20:44',0) ,(2717,110,'2014-04-06','2014-04-06 19:21:07',0) ,(2718,110,'2014-04-06','2014-04-06 19:21:30',0) ,(2719,1,'2014-04-06','2014-04-06 20:29:29',0) ,(2720,1,'2014-04-06','2014-04-06 23:32:00',0) ,(2721,131,'2014-04-07','2014-04-07 02:15:57',0) ,(2722,1,'2014-04-07','2014-04-07 08:26:12',0) ,(2723,131,'2014-04-07','2014-04-07 13:41:58',0) ,(2724,131,'2014-04-07','2014-04-07 13:42:04',0) ,(2725,131,'2014-04-07','2014-04-07 13:42:05',0) ,(2726,131,'2014-04-07','2014-04-07 21:00:29',0) ,(2727,131,'2014-04-07','2014-04-07 21:00:30',0) ,(2728,131,'2014-04-07','2014-04-07 21:00:31',0) ,(2729,131,'2014-04-07','2014-04-07 21:02:04',0) ,(2730,131,'2014-04-07','2014-04-07 21:02:04',0) ,(2731,131,'2014-04-07','2014-04-07 21:02:05',0) ,(2732,131,'2014-04-07','2014-04-07 21:02:28',0) ,(2733,131,'2014-04-07','2014-04-07 21:02:29',0) ,(2734,131,'2014-04-07','2014-04-07 21:02:29',0) ,(2735,131,'2014-04-07','2014-04-07 21:04:40',0) ,(2736,131,'2014-04-07','2014-04-07 21:04:41',0) ,(2737,131,'2014-04-07','2014-04-07 21:04:41',0) ,(2738,131,'2014-04-07','2014-04-07 21:41:29',0) ,(2739,131,'2014-04-07','2014-04-07 21:41:30',0) ,(2740,131,'2014-04-07','2014-04-07 21:41:31',0) ,(2741,134,'2014-04-08','2014-04-08 00:11:09',0) ,(2742,131,'2014-04-08','2014-04-08 01:07:35',0) ,(2743,131,'2014-04-08','2014-04-08 01:10:48',0) ,(2744,131,'2014-04-08','2014-04-08 01:10:58',0) ,(2745,1,'2014-04-08','2014-04-08 07:41:07',0) ,(2746,131,'2014-04-08','2014-04-08 09:50:59',0) ,(2747,131,'2014-04-08','2014-04-08 09:51:01',0) ,(2748,131,'2014-04-08','2014-04-08 09:51:01',0) ,(2749,131,'2014-04-08','2014-04-08 10:14:20',0) ,(2750,131,'2014-04-08','2014-04-08 10:14:21',0) ,(2751,131,'2014-04-08','2014-04-08 10:14:21',0) ,(2752,131,'2014-04-08','2014-04-08 10:20:51',0) ,(2753,131,'2014-04-08','2014-04-08 10:20:51',0) ,(2754,131,'2014-04-08','2014-04-08 10:20:52',0) ,(2755,131,'2014-04-08','2014-04-08 10:34:36',0) ,(2756,131,'2014-04-08','2014-04-08 10:34:37',0) ,(2757,131,'2014-04-08','2014-04-08 10:34:39',0) ,(2758,131,'2014-04-08','2014-04-08 15:43:35',0) ,(2759,131,'2014-04-08','2014-04-08 15:43:37',0) ,(2760,131,'2014-04-08','2014-04-08 15:43:38',0) ,(2761,131,'2014-04-08','2014-04-08 15:56:59',0) ,(2762,131,'2014-04-08','2014-04-08 15:57:00',0) ,(2763,131,'2014-04-08','2014-04-08 15:57:00',0) ,(2764,131,'2014-04-08','2014-04-08 16:19:16',0) ,(2765,131,'2014-04-08','2014-04-08 16:19:18',0) ,(2766,131,'2014-04-08','2014-04-08 16:19:19',0) ,(2767,131,'2014-04-08','2014-04-08 16:25:49',0) ,(2768,131,'2014-04-08','2014-04-08 16:25:50',0) ,(2769,131,'2014-04-08','2014-04-08 16:25:50',0) ,(2770,1,'2014-04-08','2014-04-08 16:46:19',0) ,(2771,131,'2014-04-08','2014-04-08 16:46:26',0) ,(2772,131,'2014-04-08','2014-04-08 16:46:27',0) ,(2773,131,'2014-04-08','2014-04-08 16:46:27',0) ,(2774,131,'2014-04-08','2014-04-08 19:02:53',0) ,(2775,1,'2014-04-08','2014-04-08 21:15:30',0) ,(2776,144,'2014-04-08','2014-04-08 21:15:32',0) ,(2777,143,'2014-04-08','2014-04-08 21:15:33',0) ,(2778,141,'2014-04-08','2014-04-08 21:15:34',0) ,(2779,145,'2014-04-08','2014-04-08 21:15:35',0) ,(2780,130,'2014-04-08','2014-04-08 21:15:36',0) ,(2781,128,'2014-04-08','2014-04-08 21:15:37',0) ,(2782,131,'2014-04-09','2014-04-09 00:22:19',0) ,(2783,131,'2014-04-09','2014-04-09 00:22:20',0) ,(2784,131,'2014-04-09','2014-04-09 00:22:21',0) ,(2785,131,'2014-04-09','2014-04-09 04:49:03',0) ,(2786,131,'2014-04-09','2014-04-09 04:49:04',0) ,(2787,131,'2014-04-09','2014-04-09 04:49:05',0) ,(2788,131,'2014-04-09','2014-04-09 05:41:40',0) ,(2789,131,'2014-04-09','2014-04-09 05:41:41',0) ,(2790,131,'2014-04-09','2014-04-09 05:41:41',0) ,(2791,131,'2014-04-09','2014-04-09 05:57:03',0) ,(2792,131,'2014-04-09','2014-04-09 05:57:04',0) ,(2793,131,'2014-04-09','2014-04-09 05:57:04',0) ,(2794,131,'2014-04-09','2014-04-09 06:29:59',0) ,(2795,131,'2014-04-09','2014-04-09 06:30:00',0) ,(2796,131,'2014-04-09','2014-04-09 06:30:01',0) ,(2797,1,'2014-04-09','2014-04-09 08:22:24',0) ,(2798,131,'2014-04-09','2014-04-09 08:31:22',0) ,(2799,131,'2014-04-09','2014-04-09 08:31:30',0) ,(2800,131,'2014-04-09','2014-04-09 08:31:34',0) ,(2801,131,'2014-04-09','2014-04-09 09:40:35',0) ,(2802,131,'2014-04-09','2014-04-09 09:40:48',0) ,(2803,131,'2014-04-09','2014-04-09 09:40:59',0) ,(2804,131,'2014-04-09','2014-04-09 10:39:55',0) ,(2805,131,'2014-04-09','2014-04-09 10:39:56',0) ,(2806,131,'2014-04-09','2014-04-09 10:39:56',0) ,(2807,131,'2014-04-09','2014-04-09 11:50:44',0) ,(2808,131,'2014-04-09','2014-04-09 11:50:46',0) ,(2809,131,'2014-04-09','2014-04-09 11:50:47',0) ,(2810,131,'2014-04-09','2014-04-09 12:09:04',0) ,(2811,131,'2014-04-09','2014-04-09 12:09:07',0) ,(2812,131,'2014-04-09','2014-04-09 12:09:08',0) ,(2813,131,'2014-04-09','2014-04-09 12:49:22',0) ,(2814,131,'2014-04-09','2014-04-09 12:49:24',0) ,(2815,131,'2014-04-09','2014-04-09 12:49:24',0) ,(2816,131,'2014-04-09','2014-04-09 13:28:21',0) ,(2817,131,'2014-04-09','2014-04-09 13:28:24',0) ,(2818,131,'2014-04-09','2014-04-09 13:28:25',0) ,(2819,131,'2014-04-09','2014-04-09 14:25:05',0) ,(2820,131,'2014-04-09','2014-04-09 14:25:07',0) ,(2821,131,'2014-04-09','2014-04-09 14:25:08',0) ,(2822,134,'2014-04-09','2014-04-09 17:09:01',0) ,(2823,131,'2014-04-09','2014-04-09 18:49:17',0) ,(2824,131,'2014-04-09','2014-04-09 18:49:18',0) ,(2825,131,'2014-04-09','2014-04-09 18:49:19',0) ,(2826,131,'2014-04-09','2014-04-09 19:07:03',0) ,(2827,134,'2014-04-09','2014-04-09 19:08:39',0) ,(2828,1,'2014-04-09','2014-04-09 21:22:29',0) ,(2829,1,'2014-04-09','2014-04-09 21:22:31',0) ,(2830,1,'2014-04-09','2014-04-09 21:22:32',0) ,(2831,1,'2014-04-09','2014-04-09 21:22:33',0) ,(2832,131,'2014-04-09','2014-04-09 23:25:58',0) ,(2833,131,'2014-04-09','2014-04-09 23:25:59',0) ,(2834,131,'2014-04-09','2014-04-09 23:26:00',0) ,(2835,131,'2014-04-10','2014-04-10 00:49:36',0) ,(2836,131,'2014-04-10','2014-04-10 00:49:37',0) ,(2837,131,'2014-04-10','2014-04-10 00:49:37',0) ,(2838,131,'2014-04-10','2014-04-10 01:01:57',0) ,(2839,131,'2014-04-10','2014-04-10 01:01:58',0) ,(2840,131,'2014-04-10','2014-04-10 01:01:59',0) ,(2841,131,'2014-04-10','2014-04-10 01:02:00',0) ,(2842,131,'2014-04-10','2014-04-10 01:15:27',0) ,(2843,131,'2014-04-10','2014-04-10 01:15:28',0) ,(2844,131,'2014-04-10','2014-04-10 01:15:28',0) ,(2845,131,'2014-04-10','2014-04-10 02:06:59',0) ,(2846,131,'2014-04-10','2014-04-10 02:07:00',0) ,(2847,131,'2014-04-10','2014-04-10 02:07:00',0) ,(2848,131,'2014-04-10','2014-04-10 03:02:46',0) ,(2849,131,'2014-04-10','2014-04-10 03:02:47',0) ,(2850,131,'2014-04-10','2014-04-10 03:02:48',0) ,(2851,131,'2014-04-10','2014-04-10 03:42:21',0) ,(2852,131,'2014-04-10','2014-04-10 03:42:23',0) ,(2853,131,'2014-04-10','2014-04-10 05:08:42',0) ,(2854,131,'2014-04-10','2014-04-10 05:08:43',0) ,(2855,131,'2014-04-10','2014-04-10 05:08:43',0) ,(2856,131,'2014-04-10','2014-04-10 06:50:22',0) ,(2857,131,'2014-04-10','2014-04-10 06:50:23',0) ,(2858,131,'2014-04-10','2014-04-10 06:50:23',0) ,(2859,131,'2014-04-10','2014-04-10 07:22:10',0) ,(2860,131,'2014-04-10','2014-04-10 07:22:13',0) ,(2861,131,'2014-04-10','2014-04-10 07:22:14',0) ,(2862,131,'2014-04-10','2014-04-10 08:10:31',0) ,(2863,131,'2014-04-10','2014-04-10 08:10:35',0) ,(2864,131,'2014-04-10','2014-04-10 08:10:44',0) ,(2865,131,'2014-04-10','2014-04-10 08:20:13',0) ,(2866,131,'2014-04-10','2014-04-10 08:20:14',0) ,(2867,131,'2014-04-10','2014-04-10 08:20:17',0) ,(2868,1,'2014-04-10','2014-04-10 08:31:39',0) ,(2869,131,'2014-04-10','2014-04-10 18:03:17',0) ,(2870,131,'2014-04-10','2014-04-10 18:03:18',0) ,(2871,131,'2014-04-10','2014-04-10 18:03:18',0) ,(2872,1,'2014-04-10','2014-04-10 19:03:06',0) ,(2873,131,'2014-04-10','2014-04-10 19:53:39',0) ,(2874,131,'2014-04-10','2014-04-10 19:53:40',0) ,(2875,131,'2014-04-10','2014-04-10 19:53:40',0) ,(2876,131,'2014-04-10','2014-04-10 20:31:25',0) ,(2877,131,'2014-04-10','2014-04-10 20:31:26',0) ,(2878,131,'2014-04-10','2014-04-10 20:31:27',0) ,(2879,131,'2014-04-10','2014-04-10 20:40:17',0) ,(2880,131,'2014-04-10','2014-04-10 20:40:18',0) ,(2881,131,'2014-04-10','2014-04-10 20:40:19',0) ,(2882,1,'2014-04-10','2014-04-10 21:02:32',0) ,(2883,131,'2014-04-10','2014-04-10 21:38:03',0) ,(2884,131,'2014-04-10','2014-04-10 21:38:04',0) ,(2885,131,'2014-04-10','2014-04-10 21:38:04',0) ,(2886,131,'2014-04-10','2014-04-10 23:37:19',0) ,(2887,131,'2014-04-10','2014-04-10 23:37:20',0) ,(2888,131,'2014-04-10','2014-04-10 23:37:21',0) ,(2889,131,'2014-04-11','2014-04-11 01:55:43',0) ,(2890,131,'2014-04-11','2014-04-11 01:55:44',0) ,(2891,131,'2014-04-11','2014-04-11 01:55:45',0) ,(2892,1,'2014-04-11','2014-04-11 02:14:12',0) ,(2893,131,'2014-04-11','2014-04-11 02:41:05',0) ,(2894,131,'2014-04-11','2014-04-11 02:41:07',0) ,(2895,131,'2014-04-11','2014-04-11 02:41:07',0) ,(2896,131,'2014-04-11','2014-04-11 03:59:03',0) ,(2897,131,'2014-04-11','2014-04-11 03:59:04',0) ,(2898,131,'2014-04-11','2014-04-11 03:59:05',0) ,(2899,131,'2014-04-11','2014-04-11 05:12:58',0) ,(2900,131,'2014-04-11','2014-04-11 05:12:59',0) ,(2901,131,'2014-04-11','2014-04-11 05:13:00',0) ,(2902,131,'2014-04-11','2014-04-11 07:50:16',0) ,(2903,131,'2014-04-11','2014-04-11 07:50:20',0) ,(2904,131,'2014-04-11','2014-04-11 07:50:21',0) ,(2905,1,'2014-04-11','2014-04-11 10:46:02',0) ,(2906,131,'2014-04-11','2014-04-11 12:49:30',0) ,(2907,131,'2014-04-11','2014-04-11 12:49:31',0) ,(2908,131,'2014-04-11','2014-04-11 12:49:31',0) ,(2909,131,'2014-04-11','2014-04-11 13:29:17',0) ,(2910,131,'2014-04-11','2014-04-11 13:29:23',0) ,(2911,131,'2014-04-11','2014-04-11 13:29:24',0) ,(2912,131,'2014-04-11','2014-04-11 14:44:29',0) ,(2913,131,'2014-04-11','2014-04-11 14:44:34',0) ,(2914,131,'2014-04-11','2014-04-11 14:44:36',0) ,(2915,131,'2014-04-11','2014-04-11 15:17:30',0) ,(2916,131,'2014-04-11','2014-04-11 15:17:31',0) ,(2917,131,'2014-04-11','2014-04-11 15:17:31',0) ,(2918,1,'2014-04-11','2014-04-11 16:03:32',0) ,(2919,145,'2014-04-11','2014-04-11 16:03:36',0) ,(2920,131,'2014-04-11','2014-04-11 16:09:43',0) ,(2921,131,'2014-04-11','2014-04-11 16:09:44',0) ,(2922,131,'2014-04-11','2014-04-11 16:09:45',0) ,(2923,131,'2014-04-11','2014-04-11 17:39:41',0) ,(2924,131,'2014-04-11','2014-04-11 17:39:42',0) ,(2925,131,'2014-04-11','2014-04-11 17:39:43',0) ,(2926,1,'2014-04-11','2014-04-11 18:12:17',0) ,(2927,141,'2014-04-11','2014-04-11 18:15:54',0) ,(2928,142,'2014-04-11','2014-04-11 18:16:27',0) ,(2929,143,'2014-04-11','2014-04-11 18:18:11',0) ,(2930,144,'2014-04-11','2014-04-11 18:21:12',0) ,(2931,145,'2014-04-11','2014-04-11 18:22:42',0) ,(2932,131,'2014-04-11','2014-04-11 18:23:24',0) ,(2933,131,'2014-04-11','2014-04-11 18:23:25',0) ,(2934,131,'2014-04-11','2014-04-11 18:23:26',0) ,(2935,145,'2014-04-11','2014-04-11 18:24:15',0) ,(2936,128,'2014-04-11','2014-04-11 18:24:26',0) ,(2937,128,'2014-04-11','2014-04-11 18:24:33',0) ,(2938,131,'2014-04-11','2014-04-11 18:26:06',0) ,(2939,128,'2014-04-11','2014-04-11 18:26:50',0) ,(2940,132,'2014-04-11','2014-04-11 18:26:59',0) ,(2941,128,'2014-04-11','2014-04-11 18:27:54',0) ,(2942,145,'2014-04-11','2014-04-11 18:28:07',0) ,(2943,131,'2014-04-11','2014-04-11 20:05:48',0) ,(2944,131,'2014-04-11','2014-04-11 20:05:51',0) ,(2945,128,'2014-04-11','2014-04-11 20:35:18',0) ,(2946,131,'2014-04-11','2014-04-11 21:11:02',0) ,(2947,131,'2014-04-11','2014-04-11 21:11:04',0) ,(2948,131,'2014-04-11','2014-04-11 21:11:04',0) ,(2949,131,'2014-04-11','2014-04-11 21:32:08',0) ,(2950,131,'2014-04-11','2014-04-11 21:32:09',0) ,(2951,131,'2014-04-11','2014-04-11 22:11:19',0) ,(2952,131,'2014-04-11','2014-04-11 22:11:20',0) ,(2953,131,'2014-04-11','2014-04-11 22:11:21',0) ,(2954,131,'2014-04-11','2014-04-11 23:01:40',0) ,(2955,131,'2014-04-11','2014-04-11 23:01:41',0) ,(2956,131,'2014-04-11','2014-04-11 23:01:42',0) ,(2957,131,'2014-04-11','2014-04-11 23:47:33',0) ,(2958,131,'2014-04-11','2014-04-11 23:47:34',0) ,(2959,131,'2014-04-11','2014-04-11 23:47:35',0) ,(2960,134,'2014-04-12','2014-04-12 04:36:09',0) ,(2961,1,'2014-04-12','2014-04-12 06:15:07',0) ,(2962,141,'2014-04-12','2014-04-12 06:39:14',0) ,(2963,142,'2014-04-12','2014-04-12 06:39:18',0) ,(2964,143,'2014-04-12','2014-04-12 06:39:22',0) ,(2965,1,'2014-04-12','2014-04-12 06:39:35',0) ,(2966,130,'2014-04-12','2014-04-12 06:39:36',0) ,(2967,131,'2014-04-12','2014-04-12 07:19:14',0) ,(2968,131,'2014-04-12','2014-04-12 07:19:16',0) ,(2969,131,'2014-04-12','2014-04-12 07:19:16',0) ,(2970,131,'2014-04-12','2014-04-12 07:26:14',0) ,(2971,131,'2014-04-12','2014-04-12 07:26:15',0) ,(2972,131,'2014-04-12','2014-04-12 07:26:16',0) ,(2973,131,'2014-04-12','2014-04-12 10:22:20',0) ,(2974,131,'2014-04-12','2014-04-12 10:22:21',0) ,(2975,131,'2014-04-12','2014-04-12 10:22:22',0) ,(2976,131,'2014-04-12','2014-04-12 11:31:49',0) ,(2977,131,'2014-04-12','2014-04-12 11:31:51',0) ,(2978,131,'2014-04-12','2014-04-12 11:31:52',0) ,(2979,131,'2014-04-12','2014-04-12 12:52:26',0) ,(2980,131,'2014-04-12','2014-04-12 12:52:27',0) ,(2981,131,'2014-04-12','2014-04-12 12:52:27',0) ,(2982,131,'2014-04-12','2014-04-12 13:26:29',0) ,(2983,131,'2014-04-12','2014-04-12 13:26:31',0) ,(2984,131,'2014-04-12','2014-04-12 13:26:31',0) ,(2985,1,'2014-04-12','2014-04-12 14:07:02',0) ,(2986,131,'2014-04-12','2014-04-12 16:16:00',0) ,(2987,131,'2014-04-12','2014-04-12 16:16:02',0) ,(2988,131,'2014-04-12','2014-04-12 16:16:02',0) ,(2989,1,'2014-04-12','2014-04-12 16:16:58',0) ,(2990,145,'2014-04-12','2014-04-12 16:16:59',0) ,(2991,141,'2014-04-12','2014-04-12 17:23:38',0) ,(2992,131,'2014-04-12','2014-04-12 17:32:53',0) ,(2993,131,'2014-04-12','2014-04-12 17:32:54',0) ,(2994,131,'2014-04-12','2014-04-12 17:32:55',0) ,(2995,131,'2014-04-12','2014-04-12 19:38:43',0) ,(2996,131,'2014-04-12','2014-04-12 19:38:45',0) ,(2997,131,'2014-04-12','2014-04-12 19:38:46',0) ,(2998,131,'2014-04-12','2014-04-12 23:25:03',0) ,(2999,131,'2014-04-12','2014-04-12 23:25:04',0) ,(3000,131,'2014-04-12','2014-04-12 23:25:04',0) ,(3001,131,'2014-04-13','2014-04-13 01:23:01',0) ,(3002,131,'2014-04-13','2014-04-13 01:23:02',0) ,(3003,131,'2014-04-13','2014-04-13 01:23:03',0) ,(3004,131,'2014-04-13','2014-04-13 01:45:58',0) ,(3005,131,'2014-04-13','2014-04-13 01:45:59',0) ,(3006,131,'2014-04-13','2014-04-13 01:46:00',0) ,(3007,131,'2014-04-13','2014-04-13 05:26:12',0) ,(3008,131,'2014-04-13','2014-04-13 05:26:13',0) ,(3009,131,'2014-04-13','2014-04-13 05:26:13',0) ,(3010,1,'2014-04-13','2014-04-13 05:48:59',0) ,(3011,1,'2014-04-13','2014-04-13 06:15:37',0) ,(3012,141,'2014-04-13','2014-04-13 06:15:43',0) ,(3013,142,'2014-04-13','2014-04-13 06:15:45',0) ,(3014,143,'2014-04-13','2014-04-13 06:15:48',0) ,(3015,144,'2014-04-13','2014-04-13 06:15:51',0) ,(3016,145,'2014-04-13','2014-04-13 06:15:54',0) ,(3017,128,'2014-04-13','2014-04-13 06:15:57',0) ,(3018,1,'2014-04-13','2014-04-13 06:16:22',0) ,(3019,110,'2014-04-13','2014-04-13 06:17:03',0) ,(3020,110,'2014-04-13','2014-04-13 06:17:12',0) ,(3021,1,'2014-04-13','2014-04-13 06:17:13',1) ,(3022,106,'2014-04-13','2014-04-13 06:17:15',1) ,(3023,1,'2014-04-13','2014-04-13 06:17:26',1) ,(3024,1,'2014-04-13','2014-04-13 06:24:48',1) ,(3025,131,'2014-04-13','2014-04-13 06:46:28',0) ,(3026,131,'2014-04-13','2014-04-13 06:46:29',0) ,(3027,131,'2014-04-13','2014-04-13 06:46:29',0) ,(3028,131,'2014-04-13','2014-04-13 07:20:55',0) ,(3029,131,'2014-04-13','2014-04-13 07:20:57',0) ,(3030,131,'2014-04-13','2014-04-13 07:20:57',0) ,(3031,131,'2014-04-13','2014-04-13 08:58:33',0) ,(3032,131,'2014-04-13','2014-04-13 08:58:34',0) ,(3033,131,'2014-04-13','2014-04-13 08:58:35',0) ,(3034,131,'2014-04-13','2014-04-13 09:38:29',0) ,(3035,131,'2014-04-13','2014-04-13 09:38:30',0) ,(3036,131,'2014-04-13','2014-04-13 09:38:31',0) ,(3037,131,'2014-04-13','2014-04-13 11:17:18',0) ,(3038,131,'2014-04-13','2014-04-13 11:17:20',0) ,(3039,131,'2014-04-13','2014-04-13 11:17:21',0) ,(3040,131,'2014-04-13','2014-04-13 11:17:21',0) ,(3041,131,'2014-04-13','2014-04-13 11:17:28',0) ,(3042,131,'2014-04-13','2014-04-13 11:17:29',0) ,(3043,131,'2014-04-13','2014-04-13 11:17:30',0) ,(3044,131,'2014-04-13','2014-04-13 11:17:31',0) ,(3045,131,'2014-04-13','2014-04-13 11:19:42',0) ,(3046,131,'2014-04-13','2014-04-13 11:19:43',0) ,(3047,131,'2014-04-13','2014-04-13 11:19:43',0) ,(3048,1,'2014-04-13','2014-04-13 12:09:57',0) ,(3049,143,'2014-04-13','2014-04-13 12:43:05',0) ,(3050,131,'2014-04-13','2014-04-13 12:50:09',0) ,(3051,131,'2014-04-13','2014-04-13 12:50:13',0) ,(3052,131,'2014-04-13','2014-04-13 12:50:14',0) ,(3053,131,'2014-04-13','2014-04-13 13:38:24',0) ,(3054,131,'2014-04-13','2014-04-13 13:38:26',0) ,(3055,131,'2014-04-13','2014-04-13 13:38:27',0) ,(3056,131,'2014-04-13','2014-04-13 13:38:28',0) ,(3057,134,'2014-04-13','2014-04-13 14:46:21',0) ,(3058,131,'2014-04-13','2014-04-13 15:10:40',0) ,(3059,131,'2014-04-13','2014-04-13 15:10:41',0) ,(3060,131,'2014-04-13','2014-04-13 15:10:41',0) ,(3061,131,'2014-04-13','2014-04-13 20:14:14',0) ,(3062,131,'2014-04-13','2014-04-13 20:14:15',0) ,(3063,131,'2014-04-13','2014-04-13 20:14:16',0) ,(3064,110,'2014-04-14','2014-04-14 00:02:30',0) ,(3065,131,'2014-04-14','2014-04-14 00:30:13',0) ,(3066,131,'2014-04-14','2014-04-14 00:30:14',0) ,(3067,131,'2014-04-14','2014-04-14 00:30:15',0) ,(3068,131,'2014-04-14','2014-04-14 01:09:27',0) ,(3069,131,'2014-04-14','2014-04-14 01:09:29',0) ,(3070,131,'2014-04-14','2014-04-14 01:09:30',0) ,(3071,131,'2014-04-14','2014-04-14 01:09:31',0) ,(3072,131,'2014-04-14','2014-04-14 01:40:29',0) ,(3073,131,'2014-04-14','2014-04-14 01:40:31',0) ,(3074,131,'2014-04-14','2014-04-14 01:40:32',0) ,(3075,131,'2014-04-14','2014-04-14 01:40:33',0) ,(3076,131,'2014-04-14','2014-04-14 01:45:15',0) ,(3077,131,'2014-04-14','2014-04-14 01:45:16',0) ,(3078,131,'2014-04-14','2014-04-14 01:45:16',0) ,(3079,131,'2014-04-14','2014-04-14 01:57:33',0) ,(3080,131,'2014-04-14','2014-04-14 01:57:33',0) ,(3081,131,'2014-04-14','2014-04-14 01:57:34',0) ,(3082,131,'2014-04-14','2014-04-14 03:08:03',0) ,(3083,131,'2014-04-14','2014-04-14 03:08:04',0) ,(3084,131,'2014-04-14','2014-04-14 03:08:05',0) ,(3085,131,'2014-04-14','2014-04-14 03:43:23',0) ,(3086,131,'2014-04-14','2014-04-14 03:43:25',0) ,(3087,131,'2014-04-14','2014-04-14 03:43:26',0) ,(3088,131,'2014-04-14','2014-04-14 03:43:27',0) ,(3089,131,'2014-04-14','2014-04-14 04:15:21',0) ,(3090,131,'2014-04-14','2014-04-14 04:15:23',0) ,(3091,131,'2014-04-14','2014-04-14 04:15:23',0) ,(3092,133,'2014-04-14','2014-04-14 04:42:51',0) ,(3093,1,'2014-04-14','2014-04-14 05:17:18',1) ,(3094,131,'2014-04-14','2014-04-14 06:12:21',0) ,(3095,131,'2014-04-14','2014-04-14 06:12:23',0) ,(3096,131,'2014-04-14','2014-04-14 06:12:23',0) ,(3097,134,'2014-04-14','2014-04-14 06:13:07',0) ,(3098,131,'2014-04-14','2014-04-14 07:48:27',0) ,(3099,131,'2014-04-14','2014-04-14 07:48:28',0) ,(3100,131,'2014-04-14','2014-04-14 07:48:28',0) ,(3101,131,'2014-04-14','2014-04-14 07:55:16',0) ,(3102,131,'2014-04-14','2014-04-14 07:55:18',0) ,(3103,131,'2014-04-14','2014-04-14 08:03:22',0) ,(3104,131,'2014-04-14','2014-04-14 08:03:23',0) ,(3105,131,'2014-04-14','2014-04-14 08:12:17',0) ,(3106,131,'2014-04-14','2014-04-14 08:12:18',0) ,(3107,131,'2014-04-14','2014-04-14 08:13:03',0) ,(3108,131,'2014-04-14','2014-04-14 08:13:04',0) ,(3109,131,'2014-04-14','2014-04-14 08:13:22',0) ,(3110,131,'2014-04-14','2014-04-14 08:13:23',0) ,(3111,131,'2014-04-14','2014-04-14 08:17:36',0) ,(3112,131,'2014-04-14','2014-04-14 08:17:37',0) ,(3113,131,'2014-04-14','2014-04-14 09:48:47',0) ,(3114,131,'2014-04-14','2014-04-14 09:48:53',0) ,(3115,131,'2014-04-14','2014-04-14 09:48:55',0) ,(3116,1,'2014-04-14','2014-04-14 09:58:00',0) ,(3117,131,'2014-04-14','2014-04-14 10:22:19',0) ,(3118,131,'2014-04-14','2014-04-14 10:22:20',0) ,(3119,131,'2014-04-14','2014-04-14 10:22:21',0) ,(3120,145,'2014-04-14','2014-04-14 11:29:10',0) ,(3121,131,'2014-04-14','2014-04-14 11:29:47',0) ,(3122,131,'2014-04-14','2014-04-14 11:29:49',0) ,(3123,131,'2014-04-14','2014-04-14 11:29:50',0) ,(3124,1,'2014-04-14','2014-04-14 12:40:45',0) ,(3125,1,'2014-04-14','2014-04-14 12:43:43',0) ,(3126,131,'2014-04-14','2014-04-14 14:17:38',0) ,(3127,131,'2014-04-14','2014-04-14 14:17:39',0) ,(3128,131,'2014-04-14','2014-04-14 14:17:40',0) ,(3129,131,'2014-04-14','2014-04-14 15:28:12',0) ,(3130,131,'2014-04-14','2014-04-14 15:28:17',0) ,(3131,131,'2014-04-14','2014-04-14 15:28:19',0) ,(3132,131,'2014-04-14','2014-04-14 19:15:35',0) ,(3133,131,'2014-04-14','2014-04-14 19:15:36',0) ,(3134,131,'2014-04-14','2014-04-14 19:15:37',0) ,(3135,131,'2014-04-14','2014-04-14 19:51:51',0) ,(3136,131,'2014-04-14','2014-04-14 19:51:52',0) ,(3137,131,'2014-04-14','2014-04-14 19:51:53',0) ,(3138,131,'2014-04-14','2014-04-14 23:38:02',0) ,(3139,131,'2014-04-14','2014-04-14 23:38:03',0) ,(3140,131,'2014-04-14','2014-04-14 23:38:04',0) ,(3141,131,'2014-04-15','2014-04-15 01:02:55',0) ,(3142,131,'2014-04-15','2014-04-15 01:02:57',0) ,(3143,131,'2014-04-15','2014-04-15 01:02:57',0) ,(3144,134,'2014-04-15','2014-04-15 02:09:45',0) ,(3145,131,'2014-04-15','2014-04-15 02:44:09',0) ,(3146,131,'2014-04-15','2014-04-15 02:44:10',0) ,(3147,131,'2014-04-15','2014-04-15 02:44:10',0) ,(3148,131,'2014-04-15','2014-04-15 04:15:43',0) ,(3149,131,'2014-04-15','2014-04-15 04:15:48',0) ,(3150,131,'2014-04-15','2014-04-15 04:15:48',0) ,(3151,131,'2014-04-15','2014-04-15 04:50:14',0) ,(3152,131,'2014-04-15','2014-04-15 04:50:15',0) ,(3153,131,'2014-04-15','2014-04-15 04:50:16',0) ,(3154,131,'2014-04-15','2014-04-15 05:36:39',0) ,(3155,131,'2014-04-15','2014-04-15 05:36:40',0) ,(3156,131,'2014-04-15','2014-04-15 05:36:41',0) ,(3157,1,'2014-04-15','2014-04-15 06:39:02',0) ,(3158,131,'2014-04-15','2014-04-15 08:22:20',0) ,(3159,131,'2014-04-15','2014-04-15 08:22:21',0) ,(3160,131,'2014-04-15','2014-04-15 08:22:22',0) ,(3161,131,'2014-04-15','2014-04-15 09:04:02',0) ,(3162,131,'2014-04-15','2014-04-15 09:04:32',0) ,(3163,130,'2014-04-15','2014-04-15 11:04:50',0) ,(3164,134,'2014-04-15','2014-04-15 12:22:35',0) ,(3165,131,'2014-04-15','2014-04-15 12:49:32',0) ,(3166,131,'2014-04-15','2014-04-15 12:49:33',0) ,(3167,131,'2014-04-15','2014-04-15 12:49:34',0) ,(3168,131,'2014-04-15','2014-04-15 13:55:26',0) ,(3169,131,'2014-04-15','2014-04-15 13:55:27',0) ,(3170,131,'2014-04-15','2014-04-15 13:55:28',0) ,(3171,131,'2014-04-15','2014-04-15 13:59:59',0) ,(3172,131,'2014-04-15','2014-04-15 14:00:00',0) ,(3173,131,'2014-04-15','2014-04-15 14:00:00',0) ,(3174,1,'2014-04-15','2014-04-15 15:30:43',0) ,(3175,1,'2014-04-15','2014-04-15 15:30:46',0) ,(3176,128,'2014-04-15','2014-04-15 15:30:48',0) ,(3177,130,'2014-04-15','2014-04-15 15:30:50',0) ,(3178,132,'2014-04-15','2014-04-15 15:30:52',0) ,(3179,141,'2014-04-15','2014-04-15 15:30:54',0) ,(3180,142,'2014-04-15','2014-04-15 15:30:56',0) ,(3181,143,'2014-04-15','2014-04-15 15:30:58',0) ,(3182,144,'2014-04-15','2014-04-15 15:31:00',0) ,(3183,145,'2014-04-15','2014-04-15 15:31:02',0) ,(3184,131,'2014-04-15','2014-04-15 15:31:03',0) ,(3185,133,'2014-04-15','2014-04-15 15:31:05',0) ,(3186,141,'2014-04-15','2014-04-15 15:35:07',0) ,(3187,131,'2014-04-15','2014-04-15 15:42:34',0) ,(3188,131,'2014-04-15','2014-04-15 15:42:36',0) ,(3189,131,'2014-04-15','2014-04-15 15:42:36',0) ,(3190,133,'2014-04-15','2014-04-15 17:27:49',0) ,(3191,134,'2014-04-15','2014-04-15 18:03:07',0) ,(3192,131,'2014-04-15','2014-04-15 18:53:26',0) ,(3193,131,'2014-04-15','2014-04-15 18:53:27',0) ,(3194,131,'2014-04-15','2014-04-15 18:53:28',0) ,(3195,131,'2014-04-15','2014-04-15 19:43:05',0) ,(3196,131,'2014-04-15','2014-04-15 19:43:07',0) ,(3197,131,'2014-04-15','2014-04-15 19:43:07',0) ,(3198,131,'2014-04-15','2014-04-15 21:41:34',0) ,(3199,131,'2014-04-15','2014-04-15 21:41:35',0) ,(3200,131,'2014-04-15','2014-04-15 21:41:35',0) ,(3201,144,'2014-04-16','2014-04-16 00:24:32',0) ,(3202,131,'2014-04-16','2014-04-16 00:59:05',0) ,(3203,131,'2014-04-16','2014-04-16 00:59:06',0) ,(3204,131,'2014-04-16','2014-04-16 00:59:07',0) ,(3205,1,'2014-04-16','2014-04-16 01:47:26',0) ,(3206,142,'2014-04-16','2014-04-16 01:49:08',0) ,(3207,1,'2014-04-16','2014-04-16 01:49:49',0) ,(3208,1,'2014-04-16','2014-04-16 02:10:36',0) ,(3209,131,'2014-04-16','2014-04-16 02:30:49',0) ,(3210,131,'2014-04-16','2014-04-16 02:30:51',0) ,(3211,131,'2014-04-16','2014-04-16 02:30:51',0) ,(3212,134,'2014-04-16','2014-04-16 03:29:43',0) ,(3213,131,'2014-04-16','2014-04-16 06:42:43',0) ,(3214,131,'2014-04-16','2014-04-16 06:42:46',0) ,(3215,131,'2014-04-16','2014-04-16 06:42:47',0) ,(3216,143,'2014-04-16','2014-04-16 07:20:55',0) ,(3217,131,'2014-04-16','2014-04-16 08:00:29',0) ,(3218,131,'2014-04-16','2014-04-16 08:00:31',0) ,(3219,131,'2014-04-16','2014-04-16 08:00:31',0) ,(3220,131,'2014-04-16','2014-04-16 08:36:05',0) ,(3221,131,'2014-04-16','2014-04-16 08:36:07',0) ,(3222,131,'2014-04-16','2014-04-16 08:36:08',0) ,(3223,1,'2014-04-16','2014-04-16 08:47:34',0) ,(3224,131,'2014-04-16','2014-04-16 10:35:25',0) ,(3225,131,'2014-04-16','2014-04-16 10:35:27',0) ,(3226,131,'2014-04-16','2014-04-16 10:35:27',0) ,(3227,131,'2014-04-16','2014-04-16 14:04:08',0) ,(3228,131,'2014-04-16','2014-04-16 14:04:09',0) ,(3229,131,'2014-04-16','2014-04-16 14:04:10',0) ,(3230,131,'2014-04-16','2014-04-16 14:29:45',0) ,(3231,131,'2014-04-16','2014-04-16 14:29:46',0) ,(3232,131,'2014-04-16','2014-04-16 14:29:46',0) ,(3233,131,'2014-04-16','2014-04-16 16:22:58',0) ,(3234,131,'2014-04-16','2014-04-16 16:22:59',0) ,(3235,131,'2014-04-16','2014-04-16 16:22:59',0) ,(3236,142,'2014-04-16','2014-04-16 18:10:13',0) ,(3237,142,'2014-04-16','2014-04-16 18:21:16',0) ,(3238,1,'2014-04-16','2014-04-16 18:27:31',0) ,(3239,131,'2014-04-16','2014-04-16 19:54:55',0) ,(3240,131,'2014-04-16','2014-04-16 19:54:56',0) ,(3241,131,'2014-04-16','2014-04-16 19:54:57',0) ,(3242,131,'2014-04-16','2014-04-16 20:15:08',0) ,(3243,131,'2014-04-16','2014-04-16 20:15:08',0) ,(3244,131,'2014-04-16','2014-04-16 20:15:09',0) ,(3245,141,'2014-04-16','2014-04-16 22:01:23',0) ,(3246,131,'2014-04-17','2014-04-17 01:40:42',0) ,(3247,131,'2014-04-17','2014-04-17 01:40:44',0) ,(3248,131,'2014-04-17','2014-04-17 01:40:45',0) ,(3249,131,'2014-04-17','2014-04-17 01:40:46',0) ,(3250,131,'2014-04-17','2014-04-17 01:52:44',0) ,(3251,131,'2014-04-17','2014-04-17 01:52:45',0) ,(3252,131,'2014-04-17','2014-04-17 01:52:45',0) ,(3253,131,'2014-04-17','2014-04-17 02:56:40',0) ,(3254,131,'2014-04-17','2014-04-17 02:56:41',0) ,(3255,131,'2014-04-17','2014-04-17 02:56:41',0) ,(3256,131,'2014-04-17','2014-04-17 03:57:03',0) ,(3257,131,'2014-04-17','2014-04-17 03:57:05',0) ,(3258,131,'2014-04-17','2014-04-17 04:43:35',0) ,(3259,131,'2014-04-17','2014-04-17 04:43:37',0) ,(3260,131,'2014-04-17','2014-04-17 05:04:11',0) ,(3261,131,'2014-04-17','2014-04-17 05:04:11',0) ,(3262,131,'2014-04-17','2014-04-17 05:04:12',0) ,(3263,145,'2014-04-17','2014-04-17 05:22:45',0) ,(3264,131,'2014-04-17','2014-04-17 07:17:16',0) ,(3265,131,'2014-04-17','2014-04-17 07:17:17',0) ,(3266,131,'2014-04-17','2014-04-17 07:17:17',0) ,(3267,131,'2014-04-17','2014-04-17 08:03:56',0) ,(3268,131,'2014-04-17','2014-04-17 08:03:57',0) ,(3269,131,'2014-04-17','2014-04-17 08:03:57',0) ,(3270,1,'2014-04-17','2014-04-17 08:16:29',0) ,(3271,131,'2014-04-17','2014-04-17 08:21:16',0) ,(3272,131,'2014-04-17','2014-04-17 08:21:18',0) ,(3273,131,'2014-04-17','2014-04-17 08:21:19',0) ,(3274,131,'2014-04-17','2014-04-17 10:13:48',0) ,(3275,131,'2014-04-17','2014-04-17 10:13:49',0) ,(3276,131,'2014-04-17','2014-04-17 10:13:50',0) ,(3277,131,'2014-04-17','2014-04-17 13:30:51',0) ,(3278,131,'2014-04-17','2014-04-17 13:30:52',0) ,(3279,131,'2014-04-17','2014-04-17 13:30:53',0) ,(3280,131,'2014-04-17','2014-04-17 13:31:25',0) ,(3281,131,'2014-04-17','2014-04-17 13:31:26',0) ,(3282,131,'2014-04-17','2014-04-17 13:31:27',0) ,(3283,1,'2014-04-17','2014-04-17 13:41:52',0) ,(3284,131,'2014-04-17','2014-04-17 14:31:37',0) ,(3285,131,'2014-04-17','2014-04-17 14:31:40',0) ,(3286,131,'2014-04-17','2014-04-17 14:31:41',0) ,(3287,1,'2014-04-17','2014-04-17 16:25:56',0) ,(3288,131,'2014-04-17','2014-04-17 18:49:00',0) ,(3289,131,'2014-04-17','2014-04-17 18:49:01',0) ,(3290,131,'2014-04-17','2014-04-17 18:49:02',0) ,(3291,131,'2014-04-17','2014-04-17 19:51:45',0) ,(3292,131,'2014-04-17','2014-04-17 19:51:48',0) ,(3293,131,'2014-04-17','2014-04-17 19:51:48',0) ,(3294,131,'2014-04-17','2014-04-17 21:52:06',0) ,(3295,131,'2014-04-17','2014-04-17 21:52:08',0) ,(3296,131,'2014-04-17','2014-04-17 21:52:08',0) ,(3297,132,'2014-04-18','2014-04-18 00:57:56',0) ,(3298,131,'2014-04-18','2014-04-18 00:58:40',0) ,(3299,131,'2014-04-18','2014-04-18 00:58:41',0) ,(3300,131,'2014-04-18','2014-04-18 00:58:42',0) ,(3301,131,'2014-04-18','2014-04-18 01:20:27',0) ,(3302,131,'2014-04-18','2014-04-18 01:20:27',0) ,(3303,131,'2014-04-18','2014-04-18 01:20:28',0) ,(3304,130,'2014-04-18','2014-04-18 01:26:52',0) ,(3305,131,'2014-04-18','2014-04-18 03:04:09',0) ,(3306,131,'2014-04-18','2014-04-18 03:04:13',0) ,(3307,131,'2014-04-18','2014-04-18 03:04:14',0) ,(3308,131,'2014-04-18','2014-04-18 06:16:01',0) ,(3309,131,'2014-04-18','2014-04-18 06:16:03',0) ,(3310,131,'2014-04-18','2014-04-18 06:16:03',0) ,(3311,131,'2014-04-18','2014-04-18 06:28:37',0) ,(3312,131,'2014-04-18','2014-04-18 06:28:38',0) ,(3313,131,'2014-04-18','2014-04-18 06:28:38',0) ,(3314,131,'2014-04-18','2014-04-18 06:29:10',0) ,(3315,131,'2014-04-18','2014-04-18 06:29:11',0) ,(3316,131,'2014-04-18','2014-04-18 06:29:12',0) ,(3317,1,'2014-04-18','2014-04-18 09:57:32',0) ,(3318,131,'2014-04-18','2014-04-18 09:57:58',0) ,(3319,131,'2014-04-18','2014-04-18 09:57:59',0) ,(3320,131,'2014-04-18','2014-04-18 09:58:00',0) ,(3321,131,'2014-04-18','2014-04-18 09:58:01',0) ,(3322,131,'2014-04-18','2014-04-18 09:58:02',0) ,(3323,131,'2014-04-18','2014-04-18 09:58:02',0) ,(3324,131,'2014-04-18','2014-04-18 09:58:03',0) ,(3325,131,'2014-04-18','2014-04-18 09:58:04',0) ,(3326,131,'2014-04-18','2014-04-18 09:58:05',0) ,(3327,131,'2014-04-18','2014-04-18 09:58:05',0) ,(3328,131,'2014-04-18','2014-04-18 09:58:06',0) ,(3329,141,'2014-04-18','2014-04-18 11:15:12',0) ,(3330,131,'2014-04-18','2014-04-18 11:37:20',0) ,(3331,131,'2014-04-18','2014-04-18 11:37:21',0) ,(3332,131,'2014-04-18','2014-04-18 11:37:22',0) ,(3333,131,'2014-04-18','2014-04-18 12:46:43',0) ,(3334,131,'2014-04-18','2014-04-18 12:46:45',0) ,(3335,131,'2014-04-18','2014-04-18 12:46:45',0) ,(3336,144,'2014-04-18','2014-04-18 13:22:05',0) ,(3337,131,'2014-04-18','2014-04-18 13:56:14',0) ,(3338,131,'2014-04-18','2014-04-18 13:56:16',0) ,(3339,131,'2014-04-18','2014-04-18 13:56:17',0) ,(3340,131,'2014-04-18','2014-04-18 14:40:57',0) ,(3341,131,'2014-04-18','2014-04-18 14:40:58',0) ,(3342,131,'2014-04-18','2014-04-18 14:40:58',0) ,(3343,131,'2014-04-18','2014-04-18 17:49:59',0) ,(3344,131,'2014-04-18','2014-04-18 17:50:00',0) ,(3345,131,'2014-04-18','2014-04-18 17:50:01',0) ,(3346,131,'2014-04-18','2014-04-18 18:15:03',0) ,(3347,131,'2014-04-18','2014-04-18 18:15:04',0) ,(3348,131,'2014-04-18','2014-04-18 18:15:05',0) ,(3349,1,'2014-04-18','2014-04-18 18:23:18',0) ,(3350,131,'2014-04-18','2014-04-18 19:53:29',0) ,(3351,131,'2014-04-18','2014-04-18 19:53:31',0) ,(3352,131,'2014-04-18','2014-04-18 19:53:32',0) ,(3353,1,'2014-04-18','2014-04-18 21:33:03',0) ,(3354,131,'2014-04-18','2014-04-18 23:14:00',0) ,(3355,131,'2014-04-18','2014-04-18 23:14:01',0) ,(3356,131,'2014-04-18','2014-04-18 23:14:01',0) ,(3357,131,'2014-04-18','2014-04-18 23:29:13',0) ,(3358,131,'2014-04-18','2014-04-18 23:29:14',0) ,(3359,131,'2014-04-18','2014-04-18 23:29:15',0) ,(3360,131,'2014-04-19','2014-04-19 02:02:19',0) ,(3361,134,'2014-04-19','2014-04-19 02:31:18',0) ,(3362,131,'2014-04-19','2014-04-19 04:24:48',0) ,(3363,131,'2014-04-19','2014-04-19 04:24:49',0) ,(3364,131,'2014-04-19','2014-04-19 04:24:49',0) ,(3365,131,'2014-04-19','2014-04-19 05:22:39',0) ,(3366,131,'2014-04-19','2014-04-19 05:22:41',0) ,(3367,131,'2014-04-19','2014-04-19 05:22:41',0) ,(3368,131,'2014-04-19','2014-04-19 05:36:51',0) ,(3369,131,'2014-04-19','2014-04-19 05:37:12',0) ,(3370,131,'2014-04-19','2014-04-19 05:37:31',0) ,(3371,131,'2014-04-19','2014-04-19 07:10:33',0) ,(3372,131,'2014-04-19','2014-04-19 07:10:34',0) ,(3373,131,'2014-04-19','2014-04-19 07:10:34',0) ,(3374,131,'2014-04-19','2014-04-19 10:22:15',0) ,(3375,131,'2014-04-19','2014-04-19 10:22:16',0) ,(3376,131,'2014-04-19','2014-04-19 10:22:17',0) ,(3377,131,'2014-04-19','2014-04-19 10:55:47',0) ,(3378,131,'2014-04-19','2014-04-19 10:55:49',0) ,(3379,131,'2014-04-19','2014-04-19 10:55:50',0) ,(3380,1,'2014-04-19','2014-04-19 12:02:12',0) ,(3381,131,'2014-04-19','2014-04-19 12:19:03',0) ,(3382,131,'2014-04-19','2014-04-19 12:19:04',0) ,(3383,131,'2014-04-19','2014-04-19 12:19:05',0) ,(3384,131,'2014-04-19','2014-04-19 12:57:09',0) ,(3385,131,'2014-04-19','2014-04-19 12:57:10',0) ,(3386,131,'2014-04-19','2014-04-19 12:57:11',0) ,(3387,1,'2014-04-19','2014-04-19 12:59:01',0) ,(3388,131,'2014-04-19','2014-04-19 15:46:44',0) ,(3389,131,'2014-04-19','2014-04-19 15:46:45',0) ,(3390,131,'2014-04-19','2014-04-19 15:46:46',0) ,(3391,131,'2014-04-19','2014-04-19 16:01:44',0) ,(3392,131,'2014-04-19','2014-04-19 16:01:46',0) ,(3393,131,'2014-04-19','2014-04-19 16:01:46',0) ,(3394,131,'2014-04-19','2014-04-19 21:01:37',0) ,(3395,131,'2014-04-19','2014-04-19 21:01:38',0) ,(3396,131,'2014-04-19','2014-04-19 21:01:39',0) ,(3397,1,'2014-04-19','2014-04-19 21:41:46',0) ,(3398,131,'2014-04-19','2014-04-19 22:02:37',0) ,(3399,131,'2014-04-19','2014-04-19 22:02:39',0) ,(3400,131,'2014-04-19','2014-04-19 22:02:39',0) ,(3401,1,'2014-04-19','2014-04-19 23:40:10',0) ,(3402,131,'2014-04-19','2014-04-19 23:48:37',0) ,(3403,131,'2014-04-19','2014-04-19 23:48:38',0) ,(3404,131,'2014-04-19','2014-04-19 23:48:38',0) ,(3405,131,'2014-04-20','2014-04-20 03:05:18',0) ,(3406,131,'2014-04-20','2014-04-20 03:05:19',0) ,(3407,131,'2014-04-20','2014-04-20 03:05:19',0) ,(3408,131,'2014-04-20','2014-04-20 03:24:08',0) ,(3409,131,'2014-04-20','2014-04-20 03:24:09',0) ,(3410,131,'2014-04-20','2014-04-20 03:24:09',0) ,(3411,134,'2014-04-20','2014-04-20 04:02:37',0) ,(3412,131,'2014-04-20','2014-04-20 04:39:25',0) ,(3413,131,'2014-04-20','2014-04-20 04:39:27',0) ,(3414,131,'2014-04-20','2014-04-20 04:39:27',0) ,(3415,131,'2014-04-20','2014-04-20 04:54:43',0) ,(3416,131,'2014-04-20','2014-04-20 04:54:44',0) ,(3417,131,'2014-04-20','2014-04-20 04:54:45',0) ,(3418,131,'2014-04-20','2014-04-20 08:23:30',0) ,(3419,131,'2014-04-20','2014-04-20 08:23:32',0) ,(3420,131,'2014-04-20','2014-04-20 08:23:32',0) ,(3421,131,'2014-04-20','2014-04-20 08:30:16',0) ,(3422,131,'2014-04-20','2014-04-20 08:30:17',0) ,(3423,131,'2014-04-20','2014-04-20 08:30:17',0) ,(3424,1,'2014-04-20','2014-04-20 11:26:45',0) ,(3425,131,'2014-04-20','2014-04-20 12:30:16',0) ,(3426,131,'2014-04-20','2014-04-20 12:30:17',0) ,(3427,131,'2014-04-20','2014-04-20 12:30:17',0) ,(3428,130,'2014-04-20','2014-04-20 12:35:32',0) ,(3429,134,'2014-04-20','2014-04-20 12:53:17',0) ,(3430,134,'2014-04-20','2014-04-20 12:56:54',0) ,(3431,133,'2014-04-20','2014-04-20 13:17:12',0) ,(3432,131,'2014-04-20','2014-04-20 13:36:59',0) ,(3433,131,'2014-04-20','2014-04-20 13:36:59',0) ,(3434,131,'2014-04-20','2014-04-20 13:37:00',0) ,(3435,132,'2014-04-20','2014-04-20 14:00:07',0) ,(3436,128,'2014-04-20','2014-04-20 14:37:58',0) ,(3437,131,'2014-04-20','2014-04-20 14:40:10',0) ,(3438,131,'2014-04-20','2014-04-20 14:40:11',0) ,(3439,131,'2014-04-20','2014-04-20 14:40:12',0) ,(3440,1,'2014-04-20','2014-04-20 15:39:19',0) ,(3441,131,'2014-04-20','2014-04-20 16:19:17',0) ,(3442,131,'2014-04-20','2014-04-20 16:19:18',0) ,(3443,131,'2014-04-20','2014-04-20 16:19:19',0) ,(3444,131,'2014-04-20','2014-04-20 19:41:57',0) ,(3445,131,'2014-04-20','2014-04-20 19:41:58',0) ,(3446,131,'2014-04-20','2014-04-20 19:41:59',0) ,(3447,131,'2014-04-20','2014-04-20 20:03:06',0) ,(3448,131,'2014-04-20','2014-04-20 20:03:07',0) ,(3449,131,'2014-04-20','2014-04-20 20:03:08',0) ,(3450,131,'2014-04-20','2014-04-20 21:27:05',0) ,(3451,131,'2014-04-20','2014-04-20 21:27:06',0) ,(3452,131,'2014-04-20','2014-04-20 21:27:07',0) ,(3453,1,'2014-04-21','2014-04-21 00:08:50',0) ,(3454,1,'2014-04-21','2014-04-21 00:18:56',0) ,(3455,141,'2014-04-21','2014-04-21 00:20:45',0) ,(3456,142,'2014-04-21','2014-04-21 00:21:23',0) ,(3457,143,'2014-04-21','2014-04-21 00:22:44',0) ,(3458,144,'2014-04-21','2014-04-21 00:23:47',0) ,(3459,145,'2014-04-21','2014-04-21 00:25:33',0) ,(3460,145,'2014-04-21','2014-04-21 00:25:34',0) ,(3461,128,'2014-04-21','2014-04-21 00:30:15',0) ,(3462,145,'2014-04-21','2014-04-21 00:39:35',0) ,(3463,144,'2014-04-21','2014-04-21 00:39:36',0) ,(3464,143,'2014-04-21','2014-04-21 00:39:39',0) ,(3465,142,'2014-04-21','2014-04-21 00:39:42',0) ,(3466,141,'2014-04-21','2014-04-21 00:39:44',0) ,(3467,1,'2014-04-21','2014-04-21 00:39:47',0) ,(3468,110,'2014-04-21','2014-04-21 00:41:47',0) ,(3469,110,'2014-04-21','2014-04-21 00:42:00',0) ,(3470,1,'2014-04-21','2014-04-21 00:42:01',1) ,(3471,106,'2014-04-21','2014-04-21 00:42:06',1) ,(3472,110,'2014-04-21','2014-04-21 00:42:40',1) ,(3473,1,'2014-04-21','2014-04-21 00:43:02',1) ,(3474,131,'2014-04-21','2014-04-21 01:03:07',0) ,(3475,131,'2014-04-21','2014-04-21 01:03:08',0) ,(3476,131,'2014-04-21','2014-04-21 01:03:08',0) ,(3477,131,'2014-04-21','2014-04-21 01:10:26',0) ,(3478,131,'2014-04-21','2014-04-21 01:10:26',0) ,(3479,131,'2014-04-21','2014-04-21 01:10:27',0) ,(3480,131,'2014-04-21','2014-04-21 03:54:08',0) ,(3481,131,'2014-04-21','2014-04-21 03:54:10',0) ,(3482,131,'2014-04-21','2014-04-21 03:54:11',0) ,(3483,1,'2014-04-21','2014-04-21 05:27:52',1) ,(3484,110,'2014-04-21','2014-04-21 05:59:22',1) ,(3485,110,'2014-04-21','2014-04-21 05:59:26',1) ,(3486,1,'2014-04-21','2014-04-21 05:59:28',1) ,(3487,2,'2014-04-21','2014-04-21 05:59:35',1) ,(3488,11,'2014-04-21','2014-04-21 05:59:47',1) ,(3489,134,'2014-04-21','2014-04-21 06:06:14',0) ,(3490,131,'2014-04-21','2014-04-21 06:08:36',0) ,(3491,131,'2014-04-21','2014-04-21 06:08:37',0) ,(3492,131,'2014-04-21','2014-04-21 06:08:38',0) ,(3493,1,'2014-04-21','2014-04-21 06:13:43',0) ,(3494,1,'2014-04-21','2014-04-21 06:13:51',1) ,(3495,1,'2014-04-21','2014-04-21 06:16:29',1) ,(3496,145,'2014-04-21','2014-04-21 06:16:35',1) ,(3497,145,'2014-04-21','2014-04-21 06:16:51',1) ,(3498,2,'2014-04-21','2014-04-21 06:16:56',1) ,(3499,7,'2014-04-21','2014-04-21 06:17:06',1) ,(3500,1,'2014-04-21','2014-04-21 06:17:45',1) ,(3501,1,'2014-04-21','2014-04-21 06:18:04',1) ,(3502,1,'2014-04-21','2014-04-21 06:19:20',1) ,(3503,131,'2014-04-21','2014-04-21 07:04:06',0) ,(3504,131,'2014-04-21','2014-04-21 07:04:07',0) ,(3505,131,'2014-04-21','2014-04-21 07:04:08',0) ,(3506,141,'2014-04-21','2014-04-21 07:05:19',1) ,(3507,142,'2014-04-21','2014-04-21 07:05:23',1) ,(3508,143,'2014-04-21','2014-04-21 07:05:25',1) ,(3509,144,'2014-04-21','2014-04-21 07:05:29',1) ,(3510,1,'2014-04-21','2014-04-21 07:05:34',1) ,(3511,141,'2014-04-21','2014-04-21 07:05:37',1) ,(3512,141,'2014-04-21','2014-04-21 07:06:14',1) ,(3513,142,'2014-04-21','2014-04-21 07:06:21',1) ,(3514,143,'2014-04-21','2014-04-21 07:06:31',1) ,(3515,144,'2014-04-21','2014-04-21 07:06:39',1) ,(3516,142,'2014-04-21','2014-04-21 07:06:41',1) ,(3517,130,'2014-04-21','2014-04-21 07:07:38',1) ,(3518,142,'2014-04-21','2014-04-21 07:07:44',1) ,(3519,128,'2014-04-21','2014-04-21 07:07:46',1) ,(3520,128,'2014-04-21','2014-04-21 07:08:10',1) ,(3521,134,'2014-04-21','2014-04-21 07:16:44',0) ,(3522,134,'2014-04-21','2014-04-21 08:35:51',0) ,(3523,131,'2014-04-21','2014-04-21 08:40:47',0) ,(3524,131,'2014-04-21','2014-04-21 08:40:48',0) ,(3525,131,'2014-04-21','2014-04-21 08:40:48',0) ,(3526,134,'2014-04-21','2014-04-21 09:24:03',0) ,(3527,131,'2014-04-21','2014-04-21 11:00:14',0) ,(3528,131,'2014-04-21','2014-04-21 11:00:15',0) ,(3529,131,'2014-04-21','2014-04-21 11:00:16',0) ,(3530,131,'2014-04-21','2014-04-21 12:01:32',0) ,(3531,131,'2014-04-21','2014-04-21 12:01:33',0) ,(3532,131,'2014-04-21','2014-04-21 12:01:34',0) ,(3533,131,'2014-04-21','2014-04-21 12:28:28',0) ,(3534,131,'2014-04-21','2014-04-21 12:28:29',0) ,(3535,131,'2014-04-21','2014-04-21 12:28:29',0) ,(3536,131,'2014-04-21','2014-04-21 13:43:49',0) ,(3537,131,'2014-04-21','2014-04-21 13:43:50',0) ,(3538,131,'2014-04-21','2014-04-21 13:43:51',0) ,(3539,128,'2014-04-21','2014-04-21 14:08:30',1) ,(3540,128,'2014-04-21','2014-04-21 14:09:19',1) ,(3541,1,'2014-04-21','2014-04-21 14:36:05',0) ,(3542,128,'2014-04-21','2014-04-21 14:45:34',1) ,(3543,1,'2014-04-21','2014-04-21 14:45:39',1) ,(3544,1,'2014-04-21','2014-04-21 14:45:47',1) ,(3545,1,'2014-04-21','2014-04-21 14:48:30',1) ,(3546,1,'2014-04-21','2014-04-21 14:48:46',1) ,(3547,1,'2014-04-21','2014-04-21 14:50:53',1) ,(3548,1,'2014-04-21','2014-04-21 14:51:09',1) ,(3549,1,'2014-04-21','2014-04-21 14:51:18',1) ,(3550,1,'2014-04-21','2014-04-21 15:08:33',1) ,(3551,1,'2014-04-21','2014-04-21 15:09:04',1) ,(3552,1,'2014-04-21','2014-04-21 15:10:33',1) ,(3553,1,'2014-04-21','2014-04-21 15:10:40',1) ,(3554,1,'2014-04-21','2014-04-21 15:22:01',0) ,(3555,1,'2014-04-21','2014-04-21 15:27:53',1) ,(3556,1,'2014-04-21','2014-04-21 15:28:44',1) ,(3557,1,'2014-04-21','2014-04-21 15:29:27',1) ,(3558,1,'2014-04-21','2014-04-21 15:29:33',1) ,(3559,1,'2014-04-21','2014-04-21 15:29:34',1) ,(3560,1,'2014-04-21','2014-04-21 15:31:40',1) ,(3561,1,'2014-04-21','2014-04-21 15:32:11',1) ,(3562,1,'2014-04-21','2014-04-21 15:33:34',1) ,(3563,1,'2014-04-21','2014-04-21 15:33:51',1) ,(3564,1,'2014-04-21','2014-04-21 15:34:33',1) ,(3565,1,'2014-04-21','2014-04-21 15:35:23',1) ,(3566,1,'2014-04-21','2014-04-21 15:35:42',1) ,(3567,1,'2014-04-21','2014-04-21 15:36:19',1) ,(3568,1,'2014-04-21','2014-04-21 15:43:54',1) ,(3569,1,'2014-04-21','2014-04-21 15:44:18',1) ,(3570,1,'2014-04-21','2014-04-21 15:44:39',1) ,(3571,1,'2014-04-21','2014-04-21 15:47:58',1) ,(3572,1,'2014-04-21','2014-04-21 15:48:30',1) ,(3573,1,'2014-04-21','2014-04-21 15:48:36',1) ,(3574,128,'2014-04-21','2014-04-21 15:59:35',1) ,(3575,131,'2014-04-21','2014-04-21 17:32:22',0) ,(3576,131,'2014-04-21','2014-04-21 17:32:25',0) ,(3577,131,'2014-04-21','2014-04-21 17:32:25',0) ,(3578,132,'2014-04-21','2014-04-21 18:16:09',1) ,(3579,132,'2014-04-21','2014-04-21 18:16:15',1) ,(3580,132,'2014-04-21','2014-04-21 18:16:26',1) ,(3581,132,'2014-04-21','2014-04-21 18:16:47',1) ,(3582,131,'2014-04-21','2014-04-21 18:16:59',1) ,(3583,131,'2014-04-21','2014-04-21 18:17:07',1) ,(3584,131,'2014-04-21','2014-04-21 18:17:08',1) ,(3585,131,'2014-04-21','2014-04-21 18:17:19',1) ,(3586,131,'2014-04-21','2014-04-21 18:17:35',1) ,(3587,132,'2014-04-21','2014-04-21 18:17:47',1) ,(3588,131,'2014-04-21','2014-04-21 18:17:57',1) ,(3589,131,'2014-04-21','2014-04-21 18:18:11',1) ,(3590,131,'2014-04-21','2014-04-21 18:18:49',1) ,(3591,132,'2014-04-21','2014-04-21 18:18:54',1) ,(3592,132,'2014-04-21','2014-04-21 18:19:07',1) ,(3593,132,'2014-04-21','2014-04-21 18:21:51',1) ,(3594,128,'2014-04-21','2014-04-21 18:21:56',1) ,(3595,141,'2014-04-21','2014-04-21 18:22:04',1) ,(3596,142,'2014-04-21','2014-04-21 18:22:08',1) ,(3597,128,'2014-04-21','2014-04-21 18:22:10',1) ,(3598,2,'2014-04-21','2014-04-21 18:22:25',1) ,(3599,7,'2014-04-21','2014-04-21 18:22:29',1) ,(3600,7,'2014-04-21','2014-04-21 18:23:47',1) ,(3601,111,'2014-04-21','2014-04-21 18:24:18',1) ,(3602,112,'2014-04-21','2014-04-21 18:24:41',1) ,(3603,7,'2014-04-21','2014-04-21 18:24:47',1) ,(3604,7,'2014-04-21','2014-04-21 18:24:51',1) ,(3605,7,'2014-04-21','2014-04-21 18:25:00',1) ,(3606,2,'2014-04-21','2014-04-21 18:25:06',1) ,(3607,1,'2014-04-21','2014-04-21 18:25:26',1) ,(3608,128,'2014-04-21','2014-04-21 18:25:30',1) ,(3609,128,'2014-04-21','2014-04-21 18:25:37',1) ,(3610,128,'2014-04-21','2014-04-21 18:26:30',1) ,(3611,128,'2014-04-21','2014-04-21 18:26:47',1) ,(3612,128,'2014-04-21','2014-04-21 18:29:39',1) ,(3613,128,'2014-04-21','2014-04-21 18:31:54',1) ,(3614,1,'2014-04-21','2014-04-21 18:32:20',1) ,(3615,128,'2014-04-21','2014-04-21 18:32:25',1) ,(3616,128,'2014-04-21','2014-04-21 18:32:31',1) ,(3617,128,'2014-04-21','2014-04-21 18:32:43',1) ,(3618,128,'2014-04-21','2014-04-21 18:34:23',1) ,(3619,128,'2014-04-21','2014-04-21 18:43:56',1) ,(3620,128,'2014-04-21','2014-04-21 18:46:34',1) ,(3621,128,'2014-04-21','2014-04-21 18:47:25',1) ,(3622,128,'2014-04-21','2014-04-21 18:49:00',1) ,(3623,128,'2014-04-21','2014-04-21 18:50:59',1) ,(3624,128,'2014-04-21','2014-04-21 18:51:46',1) ,(3625,128,'2014-04-21','2014-04-21 18:52:27',1) ,(3626,128,'2014-04-21','2014-04-21 18:53:07',1) ,(3627,128,'2014-04-21','2014-04-21 18:53:31',1) ,(3628,128,'2014-04-21','2014-04-21 18:54:37',1) ,(3629,128,'2014-04-21','2014-04-21 18:56:37',1) ,(3630,128,'2014-04-21','2014-04-21 18:58:28',1) ,(3631,128,'2014-04-21','2014-04-21 19:01:28',1) ,(3632,128,'2014-04-21','2014-04-21 19:02:56',1) ,(3633,128,'2014-04-21','2014-04-21 19:03:46',1) ,(3634,128,'2014-04-21','2014-04-21 19:05:27',1) ,(3635,128,'2014-04-21','2014-04-21 19:06:33',1) ,(3636,128,'2014-04-21','2014-04-21 19:06:51',1) ,(3637,128,'2014-04-21','2014-04-21 19:07:20',1) ,(3638,1,'2014-04-21','2014-04-21 19:07:52',1) ,(3639,128,'2014-04-21','2014-04-21 19:08:33',1) ,(3640,128,'2014-04-21','2014-04-21 19:08:52',1) ,(3641,128,'2014-04-21','2014-04-21 20:02:11',1) ,(3642,128,'2014-04-21','2014-04-21 20:03:07',1) ,(3643,1,'2014-04-21','2014-04-21 20:03:26',1) ,(3644,134,'2014-04-21','2014-04-21 20:53:13',0) ,(3645,1,'2014-04-21','2014-04-21 22:12:39',0) ,(3646,1,'2014-04-21','2014-04-21 22:15:58',0) ,(3647,141,'2014-04-21','2014-04-21 22:16:52',0) ,(3648,142,'2014-04-21','2014-04-21 22:17:14',0) ,(3649,143,'2014-04-21','2014-04-21 22:18:10',0) ,(3650,144,'2014-04-21','2014-04-21 22:19:00',0) ,(3651,128,'2014-04-21','2014-04-21 22:19:18',0) ,(3652,130,'2014-04-21','2014-04-21 22:20:27',0) ,(3653,128,'2014-04-21','2014-04-21 22:21:38',0) ,(3654,131,'2014-04-21','2014-04-21 22:43:18',0) ,(3655,131,'2014-04-21','2014-04-21 22:43:20',0) ,(3656,131,'2014-04-21','2014-04-21 22:43:21',0) ,(3657,131,'2014-04-21','2014-04-21 23:28:42',0) ,(3658,131,'2014-04-21','2014-04-21 23:28:43',0) ,(3659,131,'2014-04-21','2014-04-21 23:28:43',0) ,(3660,131,'2014-04-22','2014-04-22 01:04:15',0) ,(3661,131,'2014-04-22','2014-04-22 01:04:16',0) ,(3662,131,'2014-04-22','2014-04-22 01:04:16',0) ,(3663,131,'2014-04-22','2014-04-22 02:27:10',0) ,(3664,131,'2014-04-22','2014-04-22 02:27:15',0) ,(3665,131,'2014-04-22','2014-04-22 02:27:17',0) ,(3666,131,'2014-04-22','2014-04-22 02:27:18',0) ,(3667,131,'2014-04-22','2014-04-22 02:27:20',0) ,(3668,134,'2014-04-22','2014-04-22 02:45:15',0) ,(3669,131,'2014-04-22','2014-04-22 02:53:59',0) ,(3670,131,'2014-04-22','2014-04-22 02:54:00',0) ,(3671,131,'2014-04-22','2014-04-22 02:54:00',0) ,(3672,1,'2014-04-22','2014-04-22 03:15:40',1) ,(3673,106,'2014-04-22','2014-04-22 03:15:42',1) ,(3674,131,'2014-04-22','2014-04-22 04:20:40',0) ,(3675,131,'2014-04-22','2014-04-22 04:20:41',0) ,(3676,131,'2014-04-22','2014-04-22 04:20:41',0) ,(3677,131,'2014-04-22','2014-04-22 04:50:01',0) ,(3678,131,'2014-04-22','2014-04-22 04:50:03',0) ,(3679,131,'2014-04-22','2014-04-22 04:50:03',0) ,(3680,1,'2014-04-22','2014-04-22 05:08:42',0) ,(3681,128,'2014-04-22','2014-04-22 05:54:24',0) ,(3682,131,'2014-04-22','2014-04-22 05:54:42',0) ,(3683,132,'2014-04-22','2014-04-22 05:55:05',0) ,(3684,1,'2014-04-22','2014-04-22 05:55:49',0) ,(3685,141,'2014-04-22','2014-04-22 05:57:16',0) ,(3686,142,'2014-04-22','2014-04-22 05:57:28',0) ,(3687,143,'2014-04-22','2014-04-22 05:57:38',0) ,(3688,144,'2014-04-22','2014-04-22 05:57:45',0) ,(3689,128,'2014-04-22','2014-04-22 05:57:51',0) ,(3690,130,'2014-04-22','2014-04-22 05:58:14',0) ,(3691,128,'2014-04-22','2014-04-22 05:58:28',0) ,(3692,131,'2014-04-22','2014-04-22 09:55:11',0) ,(3693,131,'2014-04-22','2014-04-22 09:55:13',0) ,(3694,131,'2014-04-22','2014-04-22 09:55:13',0) ,(3695,131,'2014-04-22','2014-04-22 09:55:55',0) ,(3696,131,'2014-04-22','2014-04-22 09:55:56',0) ,(3697,131,'2014-04-22','2014-04-22 09:55:56',0) ,(3698,131,'2014-04-22','2014-04-22 10:00:12',0) ,(3699,131,'2014-04-22','2014-04-22 10:00:13',0) ,(3700,131,'2014-04-22','2014-04-22 10:00:14',0) ,(3701,1,'2014-04-22','2014-04-22 13:42:12',0) ,(3702,1,'2014-04-22','2014-04-22 13:44:04',0) ,(3703,141,'2014-04-22','2014-04-22 13:44:14',0) ,(3704,142,'2014-04-22','2014-04-22 13:44:32',0) ,(3705,128,'2014-04-22','2014-04-22 13:44:39',0) ,(3706,131,'2014-04-22','2014-04-22 13:46:19',0) ,(3707,131,'2014-04-22','2014-04-22 13:47:24',0) ,(3708,131,'2014-04-22','2014-04-22 13:47:40',0) ,(3709,131,'2014-04-22','2014-04-22 15:06:25',0) ,(3710,131,'2014-04-22','2014-04-22 15:06:26',0) ,(3711,131,'2014-04-22','2014-04-22 15:06:27',0) ,(3712,131,'2014-04-22','2014-04-22 15:47:13',0) ,(3713,131,'2014-04-22','2014-04-22 15:47:14',0) ,(3714,131,'2014-04-22','2014-04-22 15:47:15',0) ,(3715,131,'2014-04-22','2014-04-22 17:22:45',0) ,(3716,131,'2014-04-22','2014-04-22 17:22:46',0) ,(3717,131,'2014-04-22','2014-04-22 17:22:47',0) ,(3718,1,'2014-04-22','2014-04-22 18:35:18',1) ,(3719,1,'2014-04-22','2014-04-22 18:40:59',1) ,(3720,128,'2014-04-22','2014-04-22 18:41:05',1) ,(3721,128,'2014-04-22','2014-04-22 18:41:10',1) ,(3722,128,'2014-04-22','2014-04-22 18:42:46',1) ,(3723,131,'2014-04-22','2014-04-22 20:46:10',0) ,(3724,131,'2014-04-22','2014-04-22 20:46:11',0) ,(3725,131,'2014-04-22','2014-04-22 20:46:12',0) ,(3726,131,'2014-04-22','2014-04-22 21:23:33',0) ,(3727,131,'2014-04-22','2014-04-22 21:23:34',0) ,(3728,131,'2014-04-22','2014-04-22 21:23:35',0) ,(3729,134,'2014-04-22','2014-04-22 21:49:32',0) ,(3730,134,'2014-04-22','2014-04-22 21:55:21',0) ,(3731,131,'2014-04-22','2014-04-22 22:24:24',0) ,(3732,131,'2014-04-22','2014-04-22 22:24:25',0) ,(3733,131,'2014-04-22','2014-04-22 22:24:26',0) ,(3734,128,'2014-04-22','2014-04-22 23:03:18',0) ,(3735,131,'2014-04-23','2014-04-23 01:16:30',0) ,(3736,131,'2014-04-23','2014-04-23 01:16:31',0) ,(3737,131,'2014-04-23','2014-04-23 01:16:32',0) ,(3738,131,'2014-04-23','2014-04-23 02:16:04',0) ,(3739,131,'2014-04-23','2014-04-23 02:16:05',0) ,(3740,131,'2014-04-23','2014-04-23 02:16:06',0) ,(3741,131,'2014-04-23','2014-04-23 02:20:20',0) ,(3742,131,'2014-04-23','2014-04-23 02:20:21',0) ,(3743,131,'2014-04-23','2014-04-23 02:20:21',0) ,(3744,134,'2014-04-23','2014-04-23 03:26:15',0) ,(3745,1,'2014-04-23','2014-04-23 05:09:43',0) ,(3746,131,'2014-04-23','2014-04-23 07:26:50',0) ,(3747,131,'2014-04-23','2014-04-23 07:26:51',0) ,(3748,131,'2014-04-23','2014-04-23 07:26:52',0) ,(3749,131,'2014-04-23','2014-04-23 08:04:26',0) ,(3750,131,'2014-04-23','2014-04-23 08:04:27',0) ,(3751,131,'2014-04-23','2014-04-23 08:04:27',0) ,(3752,131,'2014-04-23','2014-04-23 08:21:52',0) ,(3753,131,'2014-04-23','2014-04-23 08:21:54',0) ,(3754,131,'2014-04-23','2014-04-23 08:21:54',0) ,(3755,131,'2014-04-23','2014-04-23 09:34:08',0) ,(3756,131,'2014-04-23','2014-04-23 09:34:09',0) ,(3757,131,'2014-04-23','2014-04-23 09:34:10',0) ,(3758,131,'2014-04-23','2014-04-23 13:02:59',0) ,(3759,131,'2014-04-23','2014-04-23 13:03:00',0) ,(3760,131,'2014-04-23','2014-04-23 13:03:01',0) ,(3761,131,'2014-04-23','2014-04-23 13:44:44',0) ,(3762,131,'2014-04-23','2014-04-23 13:44:45',0) ,(3763,131,'2014-04-23','2014-04-23 13:44:45',0) ,(3764,131,'2014-04-23','2014-04-23 14:35:10',0) ,(3765,131,'2014-04-23','2014-04-23 14:35:13',0) ,(3766,131,'2014-04-23','2014-04-23 14:35:14',0) ,(3767,131,'2014-04-23','2014-04-23 18:45:59',0) ,(3768,131,'2014-04-23','2014-04-23 18:46:00',0) ,(3769,131,'2014-04-23','2014-04-23 18:46:01',0) ,(3770,131,'2014-04-23','2014-04-23 18:46:26',0) ,(3771,131,'2014-04-23','2014-04-23 18:46:27',0) ,(3772,131,'2014-04-23','2014-04-23 18:46:28',0) ,(3773,1,'2014-04-23','2014-04-23 23:12:42',0) ,(3774,131,'2014-04-23','2014-04-23 23:42:21',0) ,(3775,131,'2014-04-23','2014-04-23 23:42:22',0) ,(3776,131,'2014-04-23','2014-04-23 23:42:23',0) ,(3777,130,'2014-04-23','2014-04-23 23:56:10',0) ,(3778,130,'2014-04-23','2014-04-23 23:56:12',0) ,(3779,110,'2014-04-23','2014-04-23 23:56:13',0) ,(3780,131,'2014-04-24','2014-04-24 00:01:51',0) ,(3781,131,'2014-04-24','2014-04-24 00:01:53',0) ,(3782,131,'2014-04-24','2014-04-24 00:01:54',0) ,(3783,131,'2014-04-24','2014-04-24 00:01:55',0) ,(3784,131,'2014-04-24','2014-04-24 00:01:56',0) ,(3785,131,'2014-04-24','2014-04-24 00:13:05',0) ,(3786,131,'2014-04-24','2014-04-24 00:13:06',0) ,(3787,131,'2014-04-24','2014-04-24 00:13:07',0) ,(3788,1,'2014-04-24','2014-04-24 01:29:05',0) ,(3789,131,'2014-04-24','2014-04-24 01:43:36',0) ,(3790,131,'2014-04-24','2014-04-24 01:43:38',0) ,(3791,131,'2014-04-24','2014-04-24 01:43:39',0) ,(3792,1,'2014-04-24','2014-04-24 03:26:56',0) ,(3793,1,'2014-04-24','2014-04-24 03:47:39',0) ,(3794,131,'2014-04-24','2014-04-24 05:14:25',0) ,(3795,131,'2014-04-24','2014-04-24 05:14:26',0) ,(3796,131,'2014-04-24','2014-04-24 05:14:27',0) ,(3797,131,'2014-04-24','2014-04-24 05:58:36',0) ,(3798,131,'2014-04-24','2014-04-24 05:58:37',0) ,(3799,131,'2014-04-24','2014-04-24 05:58:38',0) ,(3800,131,'2014-04-24','2014-04-24 06:44:04',0) ,(3801,131,'2014-04-24','2014-04-24 06:44:05',0) ,(3802,131,'2014-04-24','2014-04-24 06:44:06',0) ,(3803,131,'2014-04-24','2014-04-24 06:50:07',0) ,(3804,131,'2014-04-24','2014-04-24 06:50:08',0) ,(3805,131,'2014-04-24','2014-04-24 06:50:09',0) ,(3806,1,'2014-04-24','2014-04-24 07:22:58',0) ,(3807,131,'2014-04-24','2014-04-24 11:01:26',0) ,(3808,131,'2014-04-24','2014-04-24 11:01:27',0) ,(3809,131,'2014-04-24','2014-04-24 11:01:27',0) ,(3810,131,'2014-04-24','2014-04-24 11:04:23',0) ,(3811,131,'2014-04-24','2014-04-24 11:04:23',0) ,(3812,131,'2014-04-24','2014-04-24 11:04:24',0) ,(3813,131,'2014-04-24','2014-04-24 16:12:40',0) ,(3814,131,'2014-04-24','2014-04-24 16:12:41',0) ,(3815,131,'2014-04-24','2014-04-24 16:12:42',0) ,(3816,131,'2014-04-24','2014-04-24 16:34:01',0) ,(3817,131,'2014-04-24','2014-04-24 16:34:02',0) ,(3818,131,'2014-04-24','2014-04-24 16:34:03',0) ,(3819,131,'2014-04-24','2014-04-24 18:02:17',0) ,(3820,131,'2014-04-24','2014-04-24 18:02:18',0) ,(3821,131,'2014-04-24','2014-04-24 18:02:19',0) ,(3822,128,'2014-04-24','2014-04-24 19:54:38',0) ,(3823,131,'2014-04-24','2014-04-24 19:54:49',0) ,(3824,128,'2014-04-24','2014-04-24 19:55:01',0) ,(3825,1,'2014-04-24','2014-04-24 19:55:42',0) ,(3826,1,'2014-04-24','2014-04-24 19:57:56',0) ,(3827,1,'2014-04-24','2014-04-24 19:59:36',0) ,(3828,141,'2014-04-24','2014-04-24 19:59:47',0) ,(3829,142,'2014-04-24','2014-04-24 20:00:00',0) ,(3830,143,'2014-04-24','2014-04-24 20:00:30',0) ,(3831,144,'2014-04-24','2014-04-24 20:00:39',0) ,(3832,128,'2014-04-24','2014-04-24 20:01:03',0) ,(3833,128,'2014-04-24','2014-04-24 20:01:47',0) ,(3834,130,'2014-04-24','2014-04-24 20:01:58',0) ,(3835,128,'2014-04-24','2014-04-24 20:02:12',0) ,(3836,131,'2014-04-24','2014-04-24 21:25:16',0) ,(3837,131,'2014-04-24','2014-04-24 21:25:18',0) ,(3838,131,'2014-04-24','2014-04-24 21:25:19',0) ,(3839,131,'2014-04-24','2014-04-24 22:06:51',0) ,(3840,131,'2014-04-24','2014-04-24 22:06:53',0) ,(3841,131,'2014-04-24','2014-04-24 22:06:54',0) ,(3842,131,'2014-04-24','2014-04-24 22:11:18',0) ,(3843,131,'2014-04-24','2014-04-24 22:11:19',0) ,(3844,131,'2014-04-24','2014-04-24 22:11:20',0) ,(3845,131,'2014-04-24','2014-04-24 22:48:48',0) ,(3846,131,'2014-04-24','2014-04-24 22:48:49',0) ,(3847,131,'2014-04-24','2014-04-24 22:48:50',0) ,(3848,144,'2014-04-25','2014-04-25 02:23:38',0) ,(3849,1,'2014-04-25','2014-04-25 02:38:30',0) ,(3850,131,'2014-04-25','2014-04-25 03:09:28',0) ,(3851,131,'2014-04-25','2014-04-25 03:09:29',0) ,(3852,131,'2014-04-25','2014-04-25 03:09:30',0) ,(3853,131,'2014-04-25','2014-04-25 03:17:51',0) ,(3854,131,'2014-04-25','2014-04-25 03:17:52',0) ,(3855,131,'2014-04-25','2014-04-25 03:17:53',0) ,(3856,1,'2014-04-25','2014-04-25 03:47:59',0) ,(3857,128,'2014-04-25','2014-04-25 04:17:46',0) ,(3858,141,'2014-04-25','2014-04-25 04:18:19',0) ,(3859,142,'2014-04-25','2014-04-25 04:18:33',0) ,(3860,143,'2014-04-25','2014-04-25 04:18:41',0) ,(3861,144,'2014-04-25','2014-04-25 04:18:51',0) ,(3862,128,'2014-04-25','2014-04-25 04:19:12',0) ,(3863,130,'2014-04-25','2014-04-25 04:19:29',0) ,(3864,134,'2014-04-25','2014-04-25 04:46:38',0) ,(3865,131,'2014-04-25','2014-04-25 05:07:05',0) ,(3866,131,'2014-04-25','2014-04-25 05:07:07',0) ,(3867,131,'2014-04-25','2014-04-25 05:07:07',0) ,(3868,130,'2014-04-25','2014-04-25 05:23:20',0) ,(3869,130,'2014-04-25','2014-04-25 05:23:21',0) ,(3870,110,'2014-04-25','2014-04-25 05:23:22',0) ,(3871,131,'2014-04-25','2014-04-25 08:17:15',0) ,(3872,131,'2014-04-25','2014-04-25 08:17:16',0) ,(3873,131,'2014-04-25','2014-04-25 08:17:17',0) ,(3874,1,'2014-04-25','2014-04-25 08:18:08',0) ,(3875,131,'2014-04-25','2014-04-25 08:30:30',0) ,(3876,131,'2014-04-25','2014-04-25 08:30:31',0) ,(3877,131,'2014-04-25','2014-04-25 08:30:32',0) ,(3878,1,'2014-04-25','2014-04-25 09:02:35',0) ,(3879,143,'2014-04-25','2014-04-25 09:32:55',0) ,(3880,131,'2014-04-25','2014-04-25 09:55:36',0) ,(3881,131,'2014-04-25','2014-04-25 09:55:37',0) ,(3882,131,'2014-04-25','2014-04-25 09:55:38',0) ,(3883,1,'2014-04-25','2014-04-25 10:32:02',0) ,(3884,142,'2014-04-25','2014-04-25 12:39:37',0) ,(3885,131,'2014-04-25','2014-04-25 13:29:21',0) ,(3886,131,'2014-04-25','2014-04-25 13:29:23',0) ,(3887,131,'2014-04-25','2014-04-25 13:29:23',0) ,(3888,131,'2014-04-25','2014-04-25 14:23:57',0) ,(3889,131,'2014-04-25','2014-04-25 14:23:58',0) ,(3890,131,'2014-04-25','2014-04-25 14:23:59',0) ,(3891,128,'2014-04-25','2014-04-25 14:25:03',0) ,(3892,134,'2014-04-25','2014-04-25 14:50:19',0) ,(3893,131,'2014-04-25','2014-04-25 14:56:05',0) ,(3894,131,'2014-04-25','2014-04-25 14:56:06',0) ,(3895,131,'2014-04-25','2014-04-25 14:56:06',0) ,(3896,131,'2014-04-25','2014-04-25 19:22:49',0) ,(3897,131,'2014-04-25','2014-04-25 19:22:52',0) ,(3898,131,'2014-04-25','2014-04-25 19:22:52',0) ,(3899,131,'2014-04-25','2014-04-25 19:24:30',0) ,(3900,131,'2014-04-25','2014-04-25 19:24:30',0) ,(3901,131,'2014-04-25','2014-04-25 19:24:31',0) ,(3902,131,'2014-04-25','2014-04-25 20:31:42',0) ,(3903,131,'2014-04-25','2014-04-25 20:31:44',0) ,(3904,131,'2014-04-25','2014-04-25 20:31:45',0) ,(3905,134,'2014-04-25','2014-04-25 22:20:20',0) ,(3906,131,'2014-04-26','2014-04-26 00:35:07',0) ,(3907,131,'2014-04-26','2014-04-26 00:35:08',0) ,(3908,131,'2014-04-26','2014-04-26 00:35:08',0) ,(3909,131,'2014-04-26','2014-04-26 01:57:39',0) ,(3910,131,'2014-04-26','2014-04-26 01:57:41',0) ,(3911,131,'2014-04-26','2014-04-26 01:57:41',0) ,(3912,131,'2014-04-26','2014-04-26 03:31:41',0) ,(3913,131,'2014-04-26','2014-04-26 03:31:42',0) ,(3914,131,'2014-04-26','2014-04-26 03:31:43',0) ,(3915,131,'2014-04-26','2014-04-26 05:32:46',0) ,(3916,131,'2014-04-26','2014-04-26 05:32:47',0) ,(3917,131,'2014-04-26','2014-04-26 05:32:47',0) ,(3918,131,'2014-04-26','2014-04-26 06:27:05',0) ,(3919,131,'2014-04-26','2014-04-26 06:27:06',0) ,(3920,131,'2014-04-26','2014-04-26 06:27:06',0) ,(3921,131,'2014-04-26','2014-04-26 06:55:45',0) ,(3922,131,'2014-04-26','2014-04-26 06:55:46',0) ,(3923,131,'2014-04-26','2014-04-26 06:55:47',0) ,(3924,1,'2014-04-26','2014-04-26 07:12:53',0) ,(3925,131,'2014-04-26','2014-04-26 11:30:55',0) ,(3926,131,'2014-04-26','2014-04-26 11:30:56',0) ,(3927,131,'2014-04-26','2014-04-26 11:30:56',0) ,(3928,141,'2014-04-26','2014-04-26 11:37:59',0) ,(3929,131,'2014-04-26','2014-04-26 11:38:42',0) ,(3930,131,'2014-04-26','2014-04-26 11:38:42',0) ,(3931,131,'2014-04-26','2014-04-26 11:38:43',0) ,(3932,134,'2014-04-26','2014-04-26 16:21:16',0) ,(3933,131,'2014-04-26','2014-04-26 16:41:27',0) ,(3934,131,'2014-04-26','2014-04-26 16:41:28',0) ,(3935,131,'2014-04-26','2014-04-26 16:41:28',0) ,(3936,131,'2014-04-26','2014-04-26 16:48:48',0) ,(3937,131,'2014-04-26','2014-04-26 16:48:49',0) ,(3938,131,'2014-04-26','2014-04-26 16:48:50',0) ,(3939,128,'2014-04-26','2014-04-26 16:57:11',1) ,(3940,106,'2014-04-26','2014-04-26 16:57:13',1) ,(3941,23,'2014-04-26','2014-04-26 17:45:11',1) ,(3942,1,'2014-04-26','2014-04-26 17:45:22',1) ,(3943,1,'2014-04-26','2014-04-26 17:46:15',1) ,(3944,1,'2014-04-26','2014-04-26 17:46:43',1) ,(3945,131,'2014-04-26','2014-04-26 17:59:37',0) ,(3946,131,'2014-04-26','2014-04-26 17:59:38',0) ,(3947,131,'2014-04-26','2014-04-26 17:59:38',0) ,(3948,1,'2014-04-26','2014-04-26 18:03:01',1) ,(3949,1,'2014-04-26','2014-04-26 18:14:50',0) ,(3950,1,'2014-04-26','2014-04-26 18:27:17',1) ,(3951,1,'2014-04-26','2014-04-26 18:27:18',1) ,(3952,2,'2014-04-26','2014-04-26 18:27:40',1) ,(3953,32,'2014-04-26','2014-04-26 18:27:55',1) ,(3954,1,'2014-04-26','2014-04-26 18:28:12',1) ,(3955,2,'2014-04-26','2014-04-26 18:28:22',1) ,(3956,28,'2014-04-26','2014-04-26 18:28:25',1) ,(3957,110,'2014-04-26','2014-04-26 18:28:52',1) ,(3958,1,'2014-04-26','2014-04-26 18:28:52',0) ,(3959,110,'2014-04-26','2014-04-26 18:29:26',0) ,(3960,110,'2014-04-26','2014-04-26 18:29:30',0) ,(3961,1,'2014-04-26','2014-04-26 18:29:31',1) ,(3962,2,'2014-04-26','2014-04-26 18:29:38',1) ,(3963,28,'2014-04-26','2014-04-26 18:29:51',1) ,(3964,28,'2014-04-26','2014-04-26 18:30:05',1) ,(3965,1,'2014-04-26','2014-04-26 18:30:14',1) ,(3966,2,'2014-04-26','2014-04-26 18:30:17',1) ,(3967,46,'2014-04-26','2014-04-26 18:30:24',1) ,(3968,46,'2014-04-26','2014-04-26 18:30:33',1) ,(3969,46,'2014-04-26','2014-04-26 18:30:39',1) ,(3970,46,'2014-04-26','2014-04-26 18:30:46',1) ,(3971,46,'2014-04-26','2014-04-26 18:30:46',1) ,(3972,46,'2014-04-26','2014-04-26 18:30:51',1) ,(3973,46,'2014-04-26','2014-04-26 18:30:51',1) ,(3974,1,'2014-04-26','2014-04-26 18:30:58',1) ,(3975,1,'2014-04-26','2014-04-26 18:31:18',1) ,(3976,1,'2014-04-26','2014-04-26 18:31:32',1) ,(3977,1,'2014-04-26','2014-04-26 18:31:48',1) ,(3978,1,'2014-04-26','2014-04-26 18:32:23',1) ,(3979,1,'2014-04-26','2014-04-26 18:32:26',1) ,(3980,1,'2014-04-26','2014-04-26 18:32:27',1) ,(3981,1,'2014-04-26','2014-04-26 18:32:32',1) ,(3982,1,'2014-04-26','2014-04-26 18:32:42',1) ,(3983,1,'2014-04-26','2014-04-26 18:32:43',1) ,(3984,131,'2014-04-26','2014-04-26 18:37:32',0) ,(3985,131,'2014-04-26','2014-04-26 18:37:33',0) ,(3986,131,'2014-04-26','2014-04-26 18:37:33',0) ,(3987,131,'2014-04-26','2014-04-26 21:43:30',0) ,(3988,131,'2014-04-26','2014-04-26 21:43:31',0) ,(3989,131,'2014-04-26','2014-04-26 21:43:32',0) ,(3990,131,'2014-04-26','2014-04-26 22:39:25',0) ,(3991,131,'2014-04-26','2014-04-26 22:39:26',0) ,(3992,131,'2014-04-26','2014-04-26 22:39:27',0) ,(3993,131,'2014-04-26','2014-04-26 22:59:13',0) ,(3994,131,'2014-04-26','2014-04-26 22:59:14',0) ,(3995,131,'2014-04-26','2014-04-26 22:59:14',0) ,(3996,1,'2014-04-27','2014-04-27 00:11:51',0) ,(3997,131,'2014-04-27','2014-04-27 01:36:19',0) ,(3998,131,'2014-04-27','2014-04-27 01:36:21',0) ,(3999,131,'2014-04-27','2014-04-27 01:36:22',0) ,(4000,131,'2014-04-27','2014-04-27 03:43:37',0) ,(4001,131,'2014-04-27','2014-04-27 03:43:38',0) ,(4002,131,'2014-04-27','2014-04-27 03:43:39',0) ,(4003,131,'2014-04-27','2014-04-27 03:56:29',0) ,(4004,131,'2014-04-27','2014-04-27 03:56:29',0) ,(4005,131,'2014-04-27','2014-04-27 03:56:30',0) ,(4006,1,'2014-04-27','2014-04-27 07:21:15',1) ,(4007,1,'2014-04-27','2014-04-27 07:21:21',1) ,(4008,128,'2014-04-27','2014-04-27 07:22:02',0) ,(4009,1,'2014-04-27','2014-04-27 07:22:19',0) ,(4010,2,'2014-04-27','2014-04-27 08:11:35',1) ,(4011,11,'2014-04-27','2014-04-27 08:11:43',1) ,(4012,2,'2014-04-27','2014-04-27 08:11:53',1) ,(4013,2,'2014-04-27','2014-04-27 08:12:25',1) ,(4014,1,'2014-04-27','2014-04-27 08:16:10',1) ,(4015,1,'2014-04-27','2014-04-27 08:18:10',1) ,(4016,1,'2014-04-27','2014-04-27 08:18:26',1) ,(4017,1,'2014-04-27','2014-04-27 08:21:37',1) ,(4018,1,'2014-04-27','2014-04-27 08:24:00',1) ,(4019,1,'2014-04-27','2014-04-27 08:30:23',1) ,(4020,130,'2014-04-27','2014-04-27 08:31:01',1) ,(4021,130,'2014-04-27','2014-04-27 08:31:18',1) ,(4022,130,'2014-04-27','2014-04-27 08:31:38',1) ,(4023,1,'2014-04-27','2014-04-27 08:31:42',1) ,(4024,130,'2014-04-27','2014-04-27 08:31:49',1) ,(4025,1,'2014-04-27','2014-04-27 08:31:54',1) ,(4026,1,'2014-04-27','2014-04-27 08:31:58',1) ,(4027,1,'2014-04-27','2014-04-27 08:31:58',1) ,(4028,1,'2014-04-27','2014-04-27 08:32:03',1) ,(4029,130,'2014-04-27','2014-04-27 08:32:09',1) ,(4030,1,'2014-04-27','2014-04-27 08:32:16',1) ,(4031,2,'2014-04-27','2014-04-27 08:32:36',1) ,(4032,32,'2014-04-27','2014-04-27 08:32:45',1) ,(4033,32,'2014-04-27','2014-04-27 08:32:56',1) ,(4034,32,'2014-04-27','2014-04-27 08:33:34',1) ,(4035,32,'2014-04-27','2014-04-27 08:33:45',1) ,(4036,124,'2014-04-27','2014-04-27 08:33:45',1) ,(4037,124,'2014-04-27','2014-04-27 08:34:04',1) ,(4038,124,'2014-04-27','2014-04-27 08:34:12',1) ,(4039,32,'2014-04-27','2014-04-27 08:34:18',1) ,(4040,1,'2014-04-27','2014-04-27 08:34:21',1) ,(4041,130,'2014-04-27','2014-04-27 08:34:25',1) ,(4042,134,'2014-04-27','2014-04-27 08:34:32',1) ,(4043,134,'2014-04-27','2014-04-27 08:34:57',1) ,(4044,134,'2014-04-27','2014-04-27 08:35:32',1) ,(4045,130,'2014-04-27','2014-04-27 08:35:41',1) ,(4046,1,'2014-04-27','2014-04-27 08:35:50',1) ,(4047,134,'2014-04-27','2014-04-27 08:36:11',1) ,(4048,130,'2014-04-27','2014-04-27 08:36:18',1) ,(4049,134,'2014-04-27','2014-04-27 08:36:27',1) ,(4050,2,'2014-04-27','2014-04-27 08:36:31',1) ,(4051,1,'2014-04-27','2014-04-27 08:37:14',0) ,(4052,1,'2014-04-27','2014-04-27 08:37:29',0) ,(4053,35,'2014-04-27','2014-04-27 08:42:24',1) ,(4054,90,'2014-04-27','2014-04-27 08:43:30',1) ,(4055,35,'2014-04-27','2014-04-27 08:43:34',1) ,(4056,32,'2014-04-27','2014-04-27 08:44:41',1) ,(4057,32,'2014-04-27','2014-04-27 08:44:47',1) ,(4058,32,'2014-04-27','2014-04-27 08:45:08',1) ,(4059,28,'2014-04-27','2014-04-27 08:45:26',1) ,(4060,31,'2014-04-27','2014-04-27 08:45:37',1) ,(4061,28,'2014-04-27','2014-04-27 08:45:41',1) ,(4062,131,'2014-04-27','2014-04-27 08:59:50',0) ,(4063,131,'2014-04-27','2014-04-27 08:59:51',0) ,(4064,131,'2014-04-27','2014-04-27 08:59:52',0) ,(4065,131,'2014-04-27','2014-04-27 08:59:53',0) ,(4066,131,'2014-04-27','2014-04-27 08:59:54',0) ,(4067,131,'2014-04-27','2014-04-27 08:59:54',0) ,(4068,1,'2014-04-27','2014-04-27 09:03:33',0) ,(4069,1,'2014-04-27','2014-04-27 09:04:17',0) ,(4070,1,'2014-04-27','2014-04-27 09:05:13',0) ,(4071,141,'2014-04-27','2014-04-27 09:06:07',0) ,(4072,142,'2014-04-27','2014-04-27 09:06:16',0) ,(4073,143,'2014-04-27','2014-04-27 09:06:20',0) ,(4074,144,'2014-04-27','2014-04-27 09:06:30',0) ,(4075,128,'2014-04-27','2014-04-27 09:06:38',0) ,(4076,132,'2014-04-27','2014-04-27 09:07:29',0) ,(4077,132,'2014-04-27','2014-04-27 09:07:30',0) ,(4078,132,'2014-04-27','2014-04-27 09:08:02',0) ,(4079,131,'2014-04-27','2014-04-27 09:08:35',0) ,(4080,132,'2014-04-27','2014-04-27 09:12:00',0) ,(4081,132,'2014-04-27','2014-04-27 09:12:03',0) ,(4082,134,'2014-04-27','2014-04-27 10:10:44',0) ,(4083,131,'2014-04-27','2014-04-27 10:15:09',0) ,(4084,131,'2014-04-27','2014-04-27 10:15:11',0) ,(4085,131,'2014-04-27','2014-04-27 10:15:14',0) ,(4086,134,'2014-04-27','2014-04-27 12:05:23',0) ,(4087,1,'2014-04-27','2014-04-27 12:11:57',0) ,(4088,131,'2014-04-27','2014-04-27 13:53:06',0) ,(4089,131,'2014-04-27','2014-04-27 13:53:07',0) ,(4090,131,'2014-04-27','2014-04-27 13:53:07',0) ,(4091,30,'2014-04-27','2014-04-27 13:56:57',1) ,(4092,130,'2014-04-27','2014-04-27 13:57:10',1) ,(4093,1,'2014-04-27','2014-04-27 13:57:17',1) ,(4094,1,'2014-04-27','2014-04-27 13:57:23',1) ,(4095,2,'2014-04-27','2014-04-27 13:57:38',1) ,(4096,7,'2014-04-27','2014-04-27 13:57:43',1) ,(4097,130,'2014-04-27','2014-04-27 13:58:38',1) ,(4098,130,'2014-04-27','2014-04-27 13:58:56',1) ,(4099,130,'2014-04-27','2014-04-27 14:01:07',1) ,(4100,130,'2014-04-27','2014-04-27 14:01:26',1) ,(4101,134,'2014-04-27','2014-04-27 14:01:32',1) ,(4102,134,'2014-04-27','2014-04-27 14:01:45',1) ,(4103,134,'2014-04-27','2014-04-27 14:02:08',1) ,(4104,134,'2014-04-27','2014-04-27 14:02:25',1) ,(4105,134,'2014-04-27','2014-04-27 14:03:23',1) ,(4106,134,'2014-04-27','2014-04-27 14:03:33',1) ,(4107,134,'2014-04-27','2014-04-27 14:03:39',1) ,(4108,134,'2014-04-27','2014-04-27 14:03:59',1) ,(4109,134,'2014-04-27','2014-04-27 14:04:04',1) ,(4110,134,'2014-04-27','2014-04-27 14:04:12',1) ,(4111,134,'2014-04-27','2014-04-27 14:04:15',1) ,(4112,134,'2014-04-27','2014-04-27 14:04:16',1) ,(4113,130,'2014-04-27','2014-04-27 14:04:18',1) ,(4114,2,'2014-04-27','2014-04-27 14:04:32',1) ,(4115,7,'2014-04-27','2014-04-27 14:04:36',1) ,(4116,130,'2014-04-27','2014-04-27 14:05:38',1) ,(4117,130,'2014-04-27','2014-04-27 14:05:56',1) ,(4118,130,'2014-04-27','2014-04-27 14:05:57',1) ,(4119,130,'2014-04-27','2014-04-27 14:05:58',1) ,(4120,130,'2014-04-27','2014-04-27 14:06:11',1) ,(4121,130,'2014-04-27','2014-04-27 14:06:38',1) ,(4122,134,'2014-04-27','2014-04-27 14:06:51',1) ,(4123,134,'2014-04-27','2014-04-27 14:07:48',1) ,(4124,134,'2014-04-27','2014-04-27 14:08:03',1) ,(4125,134,'2014-04-27','2014-04-27 14:08:45',1) ,(4126,134,'2014-04-27','2014-04-27 14:08:52',1) ,(4127,134,'2014-04-27','2014-04-27 14:10:52',1) ,(4128,134,'2014-04-27','2014-04-27 14:10:53',1) ,(4129,134,'2014-04-27','2014-04-27 14:11:41',1) ,(4130,134,'2014-04-27','2014-04-27 14:11:47',1) ,(4131,134,'2014-04-27','2014-04-27 14:11:56',1) ,(4132,134,'2014-04-27','2014-04-27 14:12:08',1) ,(4133,134,'2014-04-27','2014-04-27 14:12:27',1) ,(4134,134,'2014-04-27','2014-04-27 14:12:42',1) ,(4135,1,'2014-04-27','2014-04-27 14:12:47',1) ,(4136,130,'2014-04-27','2014-04-27 14:12:51',1) ,(4137,130,'2014-04-27','2014-04-27 14:13:01',1) ,(4138,130,'2014-04-27','2014-04-27 14:13:07',1) ,(4139,130,'2014-04-27','2014-04-27 14:13:12',1) ,(4140,130,'2014-04-27','2014-04-27 14:14:11',1) ,(4141,130,'2014-04-27','2014-04-27 14:14:12',1) ,(4142,130,'2014-04-27','2014-04-27 14:14:40',1) ,(4143,130,'2014-04-27','2014-04-27 14:14:41',1) ,(4144,130,'2014-04-27','2014-04-27 14:14:55',1) ,(4145,130,'2014-04-27','2014-04-27 14:14:55',1) ,(4146,130,'2014-04-27','2014-04-27 14:15:10',1) ,(4147,130,'2014-04-27','2014-04-27 14:15:11',1) ,(4148,130,'2014-04-27','2014-04-27 14:15:24',1) ,(4149,130,'2014-04-27','2014-04-27 14:15:24',1) ,(4150,130,'2014-04-27','2014-04-27 14:15:41',1) ,(4151,130,'2014-04-27','2014-04-27 14:15:42',1) ,(4152,130,'2014-04-27','2014-04-27 14:16:11',1) ,(4153,130,'2014-04-27','2014-04-27 14:16:12',1) ,(4154,130,'2014-04-27','2014-04-27 14:16:23',1) ,(4155,134,'2014-04-27','2014-04-27 14:16:28',1) ,(4156,134,'2014-04-27','2014-04-27 14:16:31',1) ,(4157,134,'2014-04-27','2014-04-27 14:16:34',1) ,(4158,134,'2014-04-27','2014-04-27 14:16:37',1) ,(4159,130,'2014-04-27','2014-04-27 14:50:53',1) ,(4160,1,'2014-04-27','2014-04-27 14:51:07',1) ,(4161,1,'2014-04-27','2014-04-27 14:51:12',1) ,(4162,131,'2014-04-27','2014-04-27 14:54:53',0) ,(4163,131,'2014-04-27','2014-04-27 14:54:54',0) ,(4164,131,'2014-04-27','2014-04-27 14:54:54',0) ,(4165,1,'2014-04-27','2014-04-27 14:56:31',1) ,(4166,1,'2014-04-27','2014-04-27 15:04:20',1) ,(4167,131,'2014-04-27','2014-04-27 15:05:08',0) ,(4168,131,'2014-04-27','2014-04-27 15:05:09',0) ,(4169,131,'2014-04-27','2014-04-27 15:05:10',0) ,(4170,1,'2014-04-27','2014-04-27 15:09:10',1) ,(4171,1,'2014-04-27','2014-04-27 15:09:16',1) ,(4172,1,'2014-04-27','2014-04-27 15:18:43',1) ,(4173,1,'2014-04-27','2014-04-27 15:18:51',1) ,(4174,1,'2014-04-27','2014-04-27 15:19:46',1) ,(4175,1,'2014-04-27','2014-04-27 15:20:40',1) ,(4176,1,'2014-04-27','2014-04-27 15:20:46',1) ,(4177,1,'2014-04-27','2014-04-27 15:26:42',1) ,(4178,128,'2014-04-27','2014-04-27 15:26:46',1) ,(4179,128,'2014-04-27','2014-04-27 15:26:54',1) ,(4180,128,'2014-04-27','2014-04-27 15:27:46',1) ,(4181,128,'2014-04-27','2014-04-27 15:27:55',1) ,(4182,128,'2014-04-27','2014-04-27 15:28:01',1) ,(4183,128,'2014-04-27','2014-04-27 15:31:10',1) ,(4184,128,'2014-04-27','2014-04-27 15:31:59',1) ,(4185,128,'2014-04-27','2014-04-27 15:32:20',1) ,(4186,128,'2014-04-27','2014-04-27 15:33:07',1) ,(4187,128,'2014-04-27','2014-04-27 15:33:50',1) ,(4188,128,'2014-04-27','2014-04-27 15:34:28',1) ,(4189,128,'2014-04-27','2014-04-27 15:34:32',1) ,(4190,128,'2014-04-27','2014-04-27 15:34:43',1) ,(4191,1,'2014-04-27','2014-04-27 15:34:48',1) ,(4192,1,'2014-04-27','2014-04-27 15:34:53',1) ,(4193,1,'2014-04-27','2014-04-27 15:37:05',1) ,(4194,1,'2014-04-27','2014-04-27 15:37:46',1) ,(4195,2,'2014-04-27','2014-04-27 15:38:18',1) ,(4196,35,'2014-04-27','2014-04-27 15:38:23',1) ,(4197,9,'2014-04-27','2014-04-27 15:38:56',1) ,(4198,1,'2014-04-27','2014-04-27 15:39:26',1) ,(4199,2,'2014-04-27','2014-04-27 15:39:41',1) ,(4200,32,'2014-04-27','2014-04-27 15:39:45',1) ,(4201,2,'2014-04-27','2014-04-27 15:39:49',1) ,(4202,131,'2014-04-27','2014-04-27 16:41:43',0) ,(4203,131,'2014-04-27','2014-04-27 16:41:44',0) ,(4204,131,'2014-04-27','2014-04-27 16:41:45',0) ,(4205,1,'2014-04-27','2014-04-27 18:23:14',1) ,(4206,106,'2014-04-27','2014-04-27 18:23:17',1) ,(4207,131,'2014-04-27','2014-04-27 19:43:12',0) ,(4208,131,'2014-04-27','2014-04-27 19:43:13',0) ,(4209,131,'2014-04-27','2014-04-27 19:43:14',0) ,(4210,130,'2014-04-27','2014-04-27 19:53:33',0) ,(4211,131,'2014-04-27','2014-04-27 20:01:10',0) ,(4212,131,'2014-04-27','2014-04-27 20:01:11',0) ,(4213,131,'2014-04-27','2014-04-27 20:01:12',0) ,(4214,131,'2014-04-27','2014-04-27 23:34:30',0) ,(4215,131,'2014-04-27','2014-04-27 23:34:31',0) ,(4216,131,'2014-04-27','2014-04-27 23:34:32',0) ,(4217,131,'2014-04-28','2014-04-28 00:40:10',0) ,(4218,131,'2014-04-28','2014-04-28 00:40:11',0) ,(4219,131,'2014-04-28','2014-04-28 00:40:12',0) ,(4220,131,'2014-04-28','2014-04-28 00:54:55',0) ,(4221,131,'2014-04-28','2014-04-28 00:55:04',0) ,(4222,131,'2014-04-28','2014-04-28 00:55:14',0) ,(4223,1,'2014-04-28','2014-04-28 01:41:39',0) ,(4224,131,'2014-04-28','2014-04-28 01:51:33',0) ,(4225,131,'2014-04-28','2014-04-28 01:51:34',0) ,(4226,131,'2014-04-28','2014-04-28 01:51:34',0) ,(4227,131,'2014-04-28','2014-04-28 05:31:52',0) ,(4228,131,'2014-04-28','2014-04-28 05:31:53',0) ,(4229,131,'2014-04-28','2014-04-28 05:31:53',0) ,(4230,131,'2014-04-28','2014-04-28 06:43:03',0) ,(4231,131,'2014-04-28','2014-04-28 06:43:05',0) ,(4232,131,'2014-04-28','2014-04-28 06:43:05',0) ,(4233,131,'2014-04-28','2014-04-28 06:44:41',0) ,(4234,131,'2014-04-28','2014-04-28 06:44:42',0) ,(4235,131,'2014-04-28','2014-04-28 06:44:42',0) ,(4236,131,'2014-04-28','2014-04-28 11:46:52',0) ,(4237,131,'2014-04-28','2014-04-28 11:46:53',0) ,(4238,131,'2014-04-28','2014-04-28 11:46:54',0) ,(4239,131,'2014-04-28','2014-04-28 12:15:24',0) ,(4240,131,'2014-04-28','2014-04-28 12:15:25',0) ,(4241,131,'2014-04-28','2014-04-28 12:15:26',0) ,(4242,131,'2014-04-28','2014-04-28 14:43:40',0) ,(4243,131,'2014-04-28','2014-04-28 14:43:41',0) ,(4244,131,'2014-04-28','2014-04-28 14:43:42',0) ,(4245,1,'2014-04-28','2014-04-28 15:52:25',0) ,(4246,131,'2014-04-28','2014-04-28 16:36:39',0) ,(4247,131,'2014-04-28','2014-04-28 16:36:40',0) ,(4248,131,'2014-04-28','2014-04-28 16:36:41',0) ,(4249,131,'2014-04-28','2014-04-28 17:03:28',0) ,(4250,131,'2014-04-28','2014-04-28 17:03:29',0) ,(4251,131,'2014-04-28','2014-04-28 17:03:30',0) ,(4252,131,'2014-04-28','2014-04-28 17:43:10',0) ,(4253,131,'2014-04-28','2014-04-28 17:43:11',0) ,(4254,131,'2014-04-28','2014-04-28 17:43:12',0) ,(4255,128,'2014-04-28','2014-04-28 19:55:43',0) ,(4256,128,'2014-04-28','2014-04-28 20:13:04',0) ,(4257,128,'2014-04-28','2014-04-28 20:13:09',0) ,(4258,134,'2014-04-28','2014-04-28 20:54:40',0) ,(4259,131,'2014-04-28','2014-04-28 21:30:55',0) ,(4260,131,'2014-04-28','2014-04-28 21:30:57',0) ,(4261,131,'2014-04-28','2014-04-28 21:30:58',0) ,(4262,131,'2014-04-28','2014-04-28 21:33:40',0) ,(4263,131,'2014-04-28','2014-04-28 21:33:41',0) ,(4264,131,'2014-04-28','2014-04-28 21:33:42',0) ,(4265,130,'2014-04-28','2014-04-28 22:32:52',0) ,(4266,131,'2014-04-28','2014-04-28 22:41:11',0) ,(4267,131,'2014-04-28','2014-04-28 22:41:12',0) ,(4268,131,'2014-04-28','2014-04-28 22:41:12',0) ,(4269,131,'2014-04-28','2014-04-28 22:47:03',0) ,(4270,131,'2014-04-28','2014-04-28 22:47:03',0) ,(4271,131,'2014-04-28','2014-04-28 22:47:04',0) ,(4272,1,'2014-04-29','2014-04-29 03:11:57',0) ,(4273,1,'2014-04-29','2014-04-29 04:49:11',0) ,(4274,1,'2014-04-29','2014-04-29 21:35:54',0) ,(4275,1,'2014-04-29','2014-04-29 22:45:39',0) ,(4276,1,'2014-04-29','2014-04-29 23:30:45',0) ,(4277,131,'2014-04-30','2014-04-30 06:38:09',0) ,(4278,131,'2014-04-30','2014-04-30 06:38:12',0) ,(4279,134,'2014-04-30','2014-04-30 07:06:40',0) ,(4280,141,'2014-04-30','2014-04-30 07:39:52',0) ,(4281,1,'2014-04-30','2014-04-30 10:35:49',0) ,(4282,1,'2014-04-30','2014-04-30 11:36:44',0) ,(4283,131,'2014-04-30','2014-04-30 12:51:27',0) ,(4284,131,'2014-04-30','2014-04-30 15:06:05',0) ,(4285,1,'2014-04-30','2014-04-30 20:05:56',0) ,(4286,1,'2014-05-01','2014-05-01 00:26:49',0) ,(4287,1,'2014-05-01','2014-05-01 08:02:52',0) ,(4288,1,'2014-05-01','2014-05-01 08:29:35',0) ,(4289,130,'2014-05-01','2014-05-01 09:53:34',0) ,(4290,1,'2014-05-01','2014-05-01 12:22:05',0) ,(4291,134,'2014-05-01','2014-05-01 13:16:35',0) ,(4292,128,'2014-05-01','2014-05-01 14:19:35',0) ,(4293,133,'2014-05-01','2014-05-01 16:48:04',0) ,(4294,1,'2014-05-01','2014-05-01 21:08:57',0) ,(4295,1,'2014-05-02','2014-05-02 08:27:55',0) ,(4296,1,'2014-05-02','2014-05-02 08:46:46',0) ,(4297,130,'2014-05-02','2014-05-02 14:35:22',0) ,(4298,134,'2014-05-03','2014-05-03 00:15:23',0) ,(4299,1,'2014-05-03','2014-05-03 08:49:02',0) ,(4300,131,'2014-05-03','2014-05-03 09:51:07',0) ,(4301,131,'2014-05-03','2014-05-03 09:51:08',0) ,(4302,134,'2014-05-03','2014-05-03 15:42:16',0) ,(4303,134,'2014-05-04','2014-05-04 01:07:25',0) ,(4304,131,'2014-05-04','2014-05-04 10:18:26',0) ,(4305,131,'2014-05-04','2014-05-04 10:21:54',0) ,(4306,131,'2014-05-04','2014-05-04 10:21:57',0) ,(4307,1,'2014-05-04','2014-05-04 17:31:06',0) ,(4308,1,'2014-05-04','2014-05-04 17:31:07',0) ,(4309,1,'2014-05-04','2014-05-04 17:31:07',0) ,(4310,143,'2014-05-04','2014-05-04 17:31:08',0) ,(4311,1,'2014-05-04','2014-05-04 17:31:14',0) ,(4312,132,'2014-05-04','2014-05-04 18:35:53',0) ,(4313,134,'2014-05-05','2014-05-05 00:05:55',0) ,(4314,132,'2014-05-05','2014-05-05 00:34:23',0) ,(4315,1,'2014-05-05','2014-05-05 01:33:01',0) ,(4316,1,'2014-05-05','2014-05-05 04:23:08',0) ,(4317,1,'2014-05-05','2014-05-05 06:41:47',0) ,(4318,141,'2014-05-05','2014-05-05 07:54:41',0) ,(4319,1,'2014-05-05','2014-05-05 13:53:16',0) ,(4320,1,'2014-05-05','2014-05-05 17:38:59',0) ,(4321,1,'2014-05-05','2014-05-05 20:13:51',0) ,(4322,1,'2014-05-05','2014-05-05 23:13:27',0) ,(4323,131,'2014-05-06','2014-05-06 00:49:44',0) ,(4324,131,'2014-05-06','2014-05-06 00:49:46',0) ,(4325,1,'2014-05-06','2014-05-06 01:32:18',0) ,(4326,1,'2014-05-06','2014-05-06 02:20:25',0) ,(4327,1,'2014-05-06','2014-05-06 08:27:51',0) ,(4328,1,'2014-05-06','2014-05-06 17:51:01',0) ,(4329,110,'2014-05-06','2014-05-06 21:33:46',0) ,(4330,1,'2014-05-07','2014-05-07 00:32:28',0) ,(4331,143,'2014-05-07','2014-05-07 01:25:39',0) ,(4332,1,'2014-05-07','2014-05-07 01:41:25',0) ,(4333,141,'2014-05-07','2014-05-07 01:41:27',0) ,(4334,1,'2014-05-07','2014-05-07 08:27:17',0) ,(4335,134,'2014-05-07','2014-05-07 09:54:12',0) ,(4336,141,'2014-05-07','2014-05-07 13:49:08',0) ,(4337,134,'2014-05-07','2014-05-07 17:11:44',0) ,(4338,131,'2014-05-07','2014-05-07 21:33:09',0) ,(4339,1,'2014-05-07','2014-05-07 21:44:52',0) ,(4340,131,'2014-05-07','2014-05-07 22:30:36',0) ,(4341,131,'2014-05-07','2014-05-07 22:30:38',0) ,(4342,1,'2014-05-08','2014-05-08 03:33:14',0) ,(4343,1,'2014-05-08','2014-05-08 19:17:52',0) ,(4344,131,'2014-05-09','2014-05-09 01:33:48',0) ,(4345,131,'2014-05-09','2014-05-09 01:33:51',0) ,(4346,134,'2014-05-09','2014-05-09 03:15:51',0) ,(4347,1,'2014-05-09','2014-05-09 07:13:12',0) ,(4348,1,'2014-05-09','2014-05-09 18:18:39',0) ,(4349,142,'2014-05-10','2014-05-10 09:55:31',0) ,(4350,1,'2014-05-10','2014-05-10 10:13:04',0) ,(4351,128,'2014-05-10','2014-05-10 13:50:03',0) ,(4352,144,'2014-05-10','2014-05-10 17:44:53',0) ,(4353,130,'2014-05-10','2014-05-10 19:26:49',0) ,(4354,141,'2014-05-10','2014-05-10 22:06:13',0) ,(4355,1,'2014-05-11','2014-05-11 03:23:34',0) ,(4356,134,'2014-05-11','2014-05-11 08:41:29',0) ,(4357,144,'2014-05-11','2014-05-11 10:49:14',0) ,(4358,131,'2014-05-11','2014-05-11 11:19:33',0) ,(4359,131,'2014-05-11','2014-05-11 11:19:40',0) ,(4360,128,'2014-05-11','2014-05-11 11:54:43',0) ,(4361,134,'2014-05-11','2014-05-11 14:47:03',0) ,(4362,134,'2014-05-11','2014-05-11 15:03:15',0) ,(4363,1,'2014-05-12','2014-05-12 00:32:40',0) ,(4364,128,'2014-05-12','2014-05-12 01:37:29',0) ,(4365,1,'2014-05-12','2014-05-12 01:54:39',0) ,(4366,143,'2014-05-12','2014-05-12 07:13:42',0) ,(4367,1,'2014-05-12','2014-05-12 07:19:37',0) ,(4368,134,'2014-05-12','2014-05-12 08:39:34',0) ,(4369,1,'2014-05-12','2014-05-12 10:30:18',0) ,(4370,1,'2014-05-12','2014-05-12 13:19:30',0) ,(4371,1,'2014-05-12','2014-05-12 15:32:54',0) ,(4372,1,'2014-05-12','2014-05-12 17:56:53',0) ,(4373,128,'2014-05-13','2014-05-13 04:39:08',0) ,(4374,142,'2014-05-13','2014-05-13 07:25:15',0) ,(4375,1,'2014-05-13','2014-05-13 07:27:23',0) ,(4376,131,'2014-05-13','2014-05-13 08:05:56',0) ,(4377,131,'2014-05-13','2014-05-13 08:05:58',0) ,(4378,1,'2014-05-13','2014-05-13 15:44:34',0) ,(4379,1,'2014-05-13','2014-05-13 17:02:17',0) ,(4380,134,'2014-05-13','2014-05-13 18:23:23',0) ,(4381,1,'2014-05-14','2014-05-14 01:56:30',0) ,(4382,134,'2014-05-14','2014-05-14 02:20:12',0) ,(4383,1,'2014-05-14','2014-05-14 02:53:59',0) ,(4384,134,'2014-05-14','2014-05-14 03:04:20',0) ,(4385,133,'2014-05-14','2014-05-14 07:00:52',0) ,(4386,1,'2014-05-14','2014-05-14 08:40:52',0) ,(4387,142,'2014-05-14','2014-05-14 10:09:46',0) ,(4388,141,'2014-05-14','2014-05-14 11:11:37',0) ,(4389,1,'2014-05-14','2014-05-14 15:31:04',0) ,(4390,1,'2014-05-14','2014-05-14 17:37:23',0) ,(4391,1,'2014-05-15','2014-05-15 02:19:55',0) ,(4392,1,'2014-05-15','2014-05-15 02:19:58',0) ,(4393,128,'2014-05-15','2014-05-15 02:19:59',0) ,(4394,130,'2014-05-15','2014-05-15 02:20:01',0) ,(4395,132,'2014-05-15','2014-05-15 02:20:05',0) ,(4396,141,'2014-05-15','2014-05-15 02:20:07',0) ,(4397,142,'2014-05-15','2014-05-15 02:20:08',0) ,(4398,143,'2014-05-15','2014-05-15 02:20:10',0) ,(4399,144,'2014-05-15','2014-05-15 02:20:12',0) ,(4400,131,'2014-05-15','2014-05-15 02:20:16',0) ,(4401,134,'2014-05-15','2014-05-15 02:20:18',0) ,(4402,134,'2014-05-15','2014-05-15 02:20:20',0) ,(4403,1,'2014-05-15','2014-05-15 06:47:58',0) ,(4404,1,'2014-05-15','2014-05-15 10:35:02',0) ,(4405,1,'2014-05-15','2014-05-15 11:15:42',0) ,(4406,134,'2014-05-15','2014-05-15 13:05:22',0) ,(4407,134,'2014-05-15','2014-05-15 13:26:13',0) ,(4408,133,'2014-05-15','2014-05-15 13:41:13',0) ,(4409,131,'2014-05-15','2014-05-15 20:35:52',0) ,(4410,131,'2014-05-15','2014-05-15 20:35:58',0) ,(4411,1,'2014-05-15','2014-05-15 21:43:46',0) ,(4412,144,'2014-05-15','2014-05-15 21:43:47',0) ,(4413,141,'2014-05-15','2014-05-15 21:43:50',0) ,(4414,142,'2014-05-15','2014-05-15 21:43:52',0) ,(4415,128,'2014-05-15','2014-05-15 21:43:53',0) ,(4416,130,'2014-05-15','2014-05-15 21:43:55',0) ,(4417,1,'2014-05-15','2014-05-15 22:16:15',0) ,(4418,1,'2014-05-15','2014-05-15 23:41:59',0) ,(4419,141,'2014-05-16','2014-05-16 01:36:47',0) ,(4420,132,'2014-05-16','2014-05-16 02:58:58',0) ,(4421,131,'2014-05-16','2014-05-16 04:34:13',0) ,(4422,144,'2014-05-16','2014-05-16 07:58:51',0) ,(4423,1,'2014-05-16','2014-05-16 08:55:23',0) ,(4424,130,'2014-05-16','2014-05-16 09:52:49',0) ,(4425,134,'2014-05-16','2014-05-16 10:33:35',0) ,(4426,134,'2014-05-16','2014-05-16 16:12:05',0) ,(4427,134,'2014-05-16','2014-05-16 21:52:28',0) ,(4428,1,'2014-05-16','2014-05-16 22:12:25',0) ,(4429,1,'2014-05-16','2014-05-16 22:28:47',0) ,(4430,141,'2014-05-16','2014-05-16 22:38:18',0) ,(4431,134,'2014-05-17','2014-05-17 05:27:50',0) ,(4432,134,'2014-05-17','2014-05-17 06:05:43',0) ,(4433,1,'2014-05-17','2014-05-17 08:03:47',0) ,(4434,1,'2014-05-17','2014-05-17 08:51:18',0) ,(4435,134,'2014-05-17','2014-05-17 13:11:16',0) ,(4436,134,'2014-05-17','2014-05-17 16:37:56',0) ,(4437,134,'2014-05-17','2014-05-17 17:49:28',0) ,(4438,1,'2014-05-17','2014-05-17 19:06:24',0) ,(4439,134,'2014-05-17','2014-05-17 20:27:51',0) ,(4440,142,'2014-05-17','2014-05-17 21:07:37',0) ,(4441,134,'2014-05-18','2014-05-18 02:45:00',0) ,(4442,1,'2014-05-18','2014-05-18 08:51:20',0) ,(4443,134,'2014-05-18','2014-05-18 10:00:00',0) ,(4444,134,'2014-05-18','2014-05-18 19:29:27',0) ,(4445,134,'2014-05-18','2014-05-18 21:44:58',0) ,(4446,134,'2014-05-18','2014-05-18 22:44:32',0) ,(4447,134,'2014-05-19','2014-05-19 00:28:23',0) ,(4448,134,'2014-05-19','2014-05-19 02:33:52',0) ,(4449,133,'2014-05-19','2014-05-19 04:04:46',0) ,(4450,1,'2014-05-19','2014-05-19 04:41:05',0) ,(4451,134,'2014-05-19','2014-05-19 08:29:12',0) ,(4452,1,'2014-05-19','2014-05-19 08:53:00',0) ,(4453,1,'2014-05-19','2014-05-19 09:13:32',0) ,(4454,1,'2014-05-19','2014-05-19 13:12:46',0) ,(4455,1,'2014-05-19','2014-05-19 14:14:58',0) ,(4456,130,'2014-05-20','2014-05-20 01:13:14',0) ,(4457,1,'2014-05-20','2014-05-20 01:50:38',0) ,(4458,1,'2014-05-20','2014-05-20 01:50:40',0) ,(4459,1,'2014-05-20','2014-05-20 01:50:41',0) ,(4460,1,'2014-05-20','2014-05-20 02:38:20',0) ,(4461,1,'2014-05-20','2014-05-20 02:41:44',0) ,(4462,134,'2014-05-20','2014-05-20 04:25:11',0) ,(4463,134,'2014-05-20','2014-05-20 05:28:07',0) ,(4464,1,'2014-05-20','2014-05-20 05:41:07',0) ,(4465,1,'2014-05-20','2014-05-20 06:56:39',0) ,(4466,1,'2014-05-20','2014-05-20 08:14:12',0) ,(4467,1,'2014-05-20','2014-05-20 08:52:23',0) ,(4468,141,'2014-05-20','2014-05-20 11:12:59',0) ,(4469,134,'2014-05-20','2014-05-20 12:58:30',0) ,(4470,1,'2014-05-20','2014-05-20 13:14:35',0) ,(4471,1,'2014-05-20','2014-05-20 13:59:50',0) ,(4472,130,'2014-05-20','2014-05-20 14:04:51',0) ,(4473,1,'2014-05-20','2014-05-20 17:48:33',0) ,(4474,131,'2014-05-20','2014-05-20 18:17:53',0) ,(4475,131,'2014-05-20','2014-05-20 18:18:16',0) ,(4476,1,'2014-05-21','2014-05-21 09:18:07',0) ,(4477,1,'2014-05-21','2014-05-21 09:32:59',0) ,(4478,134,'2014-05-21','2014-05-21 22:27:47',0) ,(4479,143,'2014-05-22','2014-05-22 01:07:55',0) ,(4480,1,'2014-05-22','2014-05-22 01:30:10',0) ,(4481,1,'2014-05-22','2014-05-22 03:54:13',0) ,(4482,134,'2014-05-22','2014-05-22 04:44:37',0) ,(4483,128,'2014-05-22','2014-05-22 07:35:14',0) ,(4484,141,'2014-05-22','2014-05-22 07:36:38',0) ,(4485,142,'2014-05-22','2014-05-22 07:36:44',0) ,(4486,143,'2014-05-22','2014-05-22 07:36:48',0) ,(4487,144,'2014-05-22','2014-05-22 07:36:53',0) ,(4488,128,'2014-05-22','2014-05-22 07:36:57',0) ,(4489,130,'2014-05-22','2014-05-22 07:37:04',0) ,(4490,128,'2014-05-22','2014-05-22 07:37:27',0) ,(4491,144,'2014-05-22','2014-05-22 07:37:31',0) ,(4492,143,'2014-05-22','2014-05-22 07:37:35',0) ,(4493,142,'2014-05-22','2014-05-22 07:37:38',0) ,(4494,141,'2014-05-22','2014-05-22 07:37:41',0) ,(4495,128,'2014-05-22','2014-05-22 07:37:44',0) ,(4496,1,'2014-05-22','2014-05-22 08:52:19',0) ,(4497,1,'2014-05-22','2014-05-22 09:04:25',0) ,(4498,1,'2014-05-22','2014-05-22 12:31:12',0) ,(4499,134,'2014-05-22','2014-05-22 15:42:49',0) ,(4500,141,'2014-05-22','2014-05-22 21:12:40',0) ,(4501,1,'2014-05-23','2014-05-23 03:22:41',0) ,(4502,1,'2014-05-23','2014-05-23 08:51:38',0) ,(4503,134,'2014-05-23','2014-05-23 10:41:55',0) ,(4504,1,'2014-05-23','2014-05-23 10:52:09',0) ,(4505,1,'2014-05-23','2014-05-23 10:56:54',0) ,(4506,1,'2014-05-23','2014-05-23 11:07:32',0) ,(4507,1,'2014-05-23','2014-05-23 11:07:32',0) ,(4508,1,'2014-05-23','2014-05-23 11:07:32',0) ,(4509,1,'2014-05-23','2014-05-23 11:07:32',0) ,(4510,1,'2014-05-23','2014-05-23 11:07:32',0) ,(4511,134,'2014-05-23','2014-05-23 17:53:59',0) ,(4512,134,'2014-05-24','2014-05-24 00:21:18',0) ,(4513,1,'2014-05-24','2014-05-24 03:45:04',0) ,(4514,1,'2014-05-24','2014-05-24 05:33:04',0) ,(4515,1,'2014-05-24','2014-05-24 05:56:35',0) ,(4516,128,'2014-05-24','2014-05-24 05:56:37',0) ,(4517,1,'2014-05-24','2014-05-24 08:52:45',0) ,(4518,1,'2014-05-24','2014-05-24 10:37:35',0) ,(4519,1,'2014-05-24','2014-05-24 15:10:42',0) ,(4520,130,'2014-05-24','2014-05-24 20:00:57',0) ,(4521,1,'2014-05-25','2014-05-25 02:07:56',0) ,(4522,1,'2014-05-25','2014-05-25 08:50:48',0) ,(4523,134,'2014-05-25','2014-05-25 13:46:08',0) ,(4524,1,'2014-05-26','2014-05-26 04:31:44',0) ,(4525,1,'2014-05-26','2014-05-26 08:51:30',0) ,(4526,134,'2014-05-26','2014-05-26 09:37:08',0) ,(4527,1,'2014-05-26','2014-05-26 12:33:00',0) ,(4528,1,'2014-05-26','2014-05-26 12:33:00',0) ,(4529,141,'2014-05-26','2014-05-26 14:39:11',0) ,(4530,1,'2014-05-26','2014-05-26 15:37:52',0) ,(4531,131,'2014-05-26','2014-05-26 16:15:57',0) ,(4532,134,'2014-05-26','2014-05-26 19:28:00',0) ,(4533,130,'2014-05-26','2014-05-26 20:11:58',0) ,(4534,1,'2014-05-27','2014-05-27 00:17:29',0) ,(4535,1,'2014-05-27','2014-05-27 08:51:35',0) ,(4536,1,'2014-05-27','2014-05-27 13:46:47',0) ,(4537,1,'2014-05-27','2014-05-27 14:24:07',0) ,(4538,1,'2014-05-27','2014-05-27 15:34:33',0) ,(4539,1,'2014-05-27','2014-05-27 16:04:12',0) ,(4540,1,'2014-05-27','2014-05-27 16:05:27',0) ,(4541,1,'2014-05-27','2014-05-27 16:12:40',0) ,(4542,1,'2014-05-27','2014-05-27 16:24:48',0) ,(4543,1,'2014-05-27','2014-05-27 17:09:49',0) ,(4544,142,'2014-05-27','2014-05-27 17:41:05',0) ,(4545,1,'2014-05-27','2014-05-27 17:51:00',0) ,(4546,1,'2014-05-27','2014-05-27 17:51:00',0) ,(4547,1,'2014-05-27','2014-05-27 17:51:39',0) ,(4548,1,'2014-05-27','2014-05-27 17:51:40',0) ,(4549,1,'2014-05-27','2014-05-27 17:51:41',0) ,(4550,1,'2014-05-27','2014-05-27 18:32:11',0) ,(4551,142,'2014-05-27','2014-05-27 18:32:47',0) ,(4552,143,'2014-05-27','2014-05-27 18:32:52',0) ,(4553,1,'2014-05-27','2014-05-27 19:09:11',0) ,(4554,1,'2014-05-27','2014-05-27 19:20:35',0) ,(4555,1,'2014-05-27','2014-05-27 19:20:50',0) ,(4556,1,'2014-05-27','2014-05-27 19:32:06',0) ,(4557,1,'2014-05-27','2014-05-27 22:03:14',0) ,(4558,1,'2014-05-27','2014-05-27 22:03:18',0) ,(4559,1,'2014-05-27','2014-05-27 22:14:11',0) ,(4560,141,'2014-05-27','2014-05-27 22:14:37',0) ,(4561,142,'2014-05-27','2014-05-27 22:14:40',0) ,(4562,143,'2014-05-27','2014-05-27 22:14:50',0) ,(4563,144,'2014-05-27','2014-05-27 22:14:55',0) ,(4564,128,'2014-05-27','2014-05-27 22:15:17',0) ,(4565,130,'2014-05-27','2014-05-27 22:15:30',0) ,(4566,128,'2014-05-27','2014-05-27 22:15:36',0) ,(4567,1,'2014-05-27','2014-05-27 22:15:38',0) ,(4568,1,'2014-05-27','2014-05-27 22:37:09',0) ,(4569,1,'2014-05-28','2014-05-28 00:06:54',0) ,(4570,141,'2014-05-28','2014-05-28 00:07:13',0) ,(4571,1,'2014-05-28','2014-05-28 00:07:16',0) ,(4572,142,'2014-05-28','2014-05-28 00:07:18',0) ,(4573,143,'2014-05-28','2014-05-28 00:07:27',0) ,(4574,1,'2014-05-28','2014-05-28 00:23:12',0) ,(4575,1,'2014-05-28','2014-05-28 00:28:43',0) ,(4576,1,'2014-05-28','2014-05-28 00:35:21',0) ,(4577,1,'2014-05-28','2014-05-28 00:40:35',0) ,(4578,1,'2014-05-28','2014-05-28 00:40:35',0) ,(4579,1,'2014-05-28','2014-05-28 00:40:38',0) ,(4580,141,'2014-05-28','2014-05-28 02:45:27',0) ,(4581,1,'2014-05-28','2014-05-28 03:50:56',0) ,(4582,1,'2014-05-28','2014-05-28 05:03:43',0) ,(4583,141,'2014-05-28','2014-05-28 05:04:31',0) ,(4584,142,'2014-05-28','2014-05-28 05:04:43',0) ,(4585,143,'2014-05-28','2014-05-28 05:05:23',0) ,(4586,128,'2014-05-28','2014-05-28 05:06:01',0) ,(4587,144,'2014-05-28','2014-05-28 05:06:47',0) ,(4588,130,'2014-05-28','2014-05-28 05:07:15',0) ,(4589,1,'2014-05-28','2014-05-28 05:13:06',0) ,(4590,1,'2014-05-28','2014-05-28 05:25:11',0) ,(4591,1,'2014-05-28','2014-05-28 05:25:25',0) ,(4592,1,'2014-05-28','2014-05-28 08:18:58',0) ,(4593,1,'2014-05-28','2014-05-28 08:40:15',0) ,(4594,1,'2014-05-28','2014-05-28 08:51:20',0) ,(4595,134,'2014-05-28','2014-05-28 08:52:01',0) ,(4596,1,'2014-05-28','2014-05-28 11:55:17',0) ,(4597,1,'2014-05-28','2014-05-28 14:14:12',0) ,(4598,1,'2014-05-29','2014-05-29 08:10:22',0) ,(4599,1,'2014-05-29','2014-05-29 08:52:33',0) ,(4600,1,'2014-05-29','2014-05-29 10:34:51',0) ,(4601,132,'2014-05-29','2014-05-29 10:44:56',0) ,(4602,128,'2014-05-29','2014-05-29 13:40:41',0) ,(4603,1,'2014-05-29','2014-05-29 23:55:48',0) ,(4604,128,'2014-05-29','2014-05-29 23:55:50',0) ,(4605,1,'2014-05-30','2014-05-30 08:52:17',0) ,(4606,1,'2014-05-30','2014-05-30 19:28:02',0) ,(4607,1,'2014-05-31','2014-05-31 00:00:46',0) ,(4608,1,'2014-05-31','2014-05-31 00:09:24',0) ,(4609,1,'2014-05-31','2014-05-31 00:20:45',0) ,(4610,130,'2014-05-31','2014-05-31 04:15:18',0) ,(4611,132,'2014-05-31','2014-05-31 04:30:18',0) ,(4612,1,'2014-05-31','2014-05-31 08:16:59',0) ,(4613,1,'2014-05-31','2014-05-31 08:51:30',0) ,(4614,1,'2014-05-31','2014-05-31 09:12:09',0) ,(4615,130,'2014-05-31','2014-05-31 12:40:37',0) ,(4616,134,'2014-05-31','2014-05-31 12:48:35',0) ,(4617,1,'2014-05-31','2014-05-31 12:55:09',0) ,(4618,1,'2014-05-31','2014-05-31 12:55:09',0) ,(4619,1,'2014-05-31','2014-05-31 12:55:09',0) ,(4620,128,'2014-05-31','2014-05-31 14:18:09',0) ,(4621,1,'2014-05-31','2014-05-31 14:49:39',0) ,(4622,131,'2014-05-31','2014-05-31 18:38:50',0) ,(4623,1,'2014-05-31','2014-05-31 18:54:22',0) ,(4624,1,'2014-05-31','2014-05-31 18:54:23',0) ,(4625,134,'2014-06-01','2014-06-01 02:53:01',0) ,(4626,134,'2014-06-01','2014-06-01 03:05:26',0) ,(4627,1,'2014-06-01','2014-06-01 08:51:02',0) ,(4628,141,'2014-06-01','2014-06-01 10:21:18',0) ,(4629,134,'2014-06-01','2014-06-01 13:35:18',0) ,(4630,144,'2014-06-01','2014-06-01 18:31:36',0) ,(4631,1,'2014-06-01','2014-06-01 20:09:43',0) ,(4632,1,'2014-06-01','2014-06-01 20:09:46',0) ,(4633,141,'2014-06-02','2014-06-02 02:42:19',0) ,(4634,142,'2014-06-02','2014-06-02 04:08:06',0) ,(4635,1,'2014-06-02','2014-06-02 08:51:40',0) ,(4636,128,'2014-06-02','2014-06-02 11:08:30',0) ,(4637,144,'2014-06-02','2014-06-02 23:22:50',0) ,(4638,1,'2014-06-03','2014-06-03 03:46:47',0) ,(4639,1,'2014-06-03','2014-06-03 04:29:19',0) ,(4640,128,'2014-06-03','2014-06-03 06:26:40',0) ,(4641,132,'2014-06-03','2014-06-03 06:28:54',0) ,(4642,128,'2014-06-03','2014-06-03 06:29:17',0) ,(4643,1,'2014-06-03','2014-06-03 08:48:42',0) ,(4644,143,'2014-06-03','2014-06-03 10:29:15',0) ,(4645,1,'2014-06-03','2014-06-03 14:39:06',0) ,(4646,1,'2014-06-03','2014-06-03 17:48:36',0) ,(4647,134,'2014-06-03','2014-06-03 18:08:16',0) ,(4648,1,'2014-06-03','2014-06-03 19:30:57',0) ,(4649,141,'2014-06-03','2014-06-03 23:01:44',0) ,(4650,1,'2014-06-03','2014-06-03 23:23:26',0) ,(4651,130,'2014-06-04','2014-06-04 02:59:49',0) ,(4652,1,'2014-06-04','2014-06-04 08:18:36',0) ,(4653,128,'2014-06-04','2014-06-04 08:19:05',0) ,(4654,1,'2014-06-04','2014-06-04 08:19:11',0) ,(4655,141,'2014-06-04','2014-06-04 08:19:12',0) ,(4656,143,'2014-06-04','2014-06-04 08:19:20',0) ,(4657,144,'2014-06-04','2014-06-04 08:19:21',0) ,(4658,128,'2014-06-04','2014-06-04 08:19:22',0) ,(4659,130,'2014-06-04','2014-06-04 08:19:23',0) ,(4660,128,'2014-06-04','2014-06-04 08:19:25',0) ,(4661,1,'2014-06-04','2014-06-04 08:19:26',0) ,(4662,1,'2014-06-04','2014-06-04 08:49:23',0) ,(4663,143,'2014-06-04','2014-06-04 09:50:13',0) ,(4664,1,'2014-06-04','2014-06-04 10:15:22',0) ,(4665,1,'2014-06-04','2014-06-04 13:10:44',0) ,(4666,133,'2014-06-04','2014-06-04 13:51:17',0) ,(4667,1,'2014-06-04','2014-06-04 13:55:40',0) ,(4668,1,'2014-06-04','2014-06-04 21:50:54',0) ,(4669,142,'2014-06-04','2014-06-04 23:33:23',0) ,(4670,134,'2014-06-05','2014-06-05 02:39:13',0) ,(4671,1,'2014-06-05','2014-06-05 08:11:55',0) ,(4672,1,'2014-06-05','2014-06-05 08:48:26',0) ,(4673,134,'2014-06-05','2014-06-05 09:29:30',0) ,(4674,1,'2014-06-05','2014-06-05 11:36:09',0) ,(4675,130,'2014-06-05','2014-06-05 11:48:42',0) ,(4676,144,'2014-06-05','2014-06-05 13:33:02',0) ,(4677,141,'2014-06-05','2014-06-05 19:18:43',0) ,(4678,133,'2014-06-05','2014-06-05 20:45:45',0) ,(4679,1,'2014-06-06','2014-06-06 08:07:10',0) ,(4680,134,'2014-06-06','2014-06-06 13:29:25',0) ,(4681,1,'2014-06-06','2014-06-06 15:21:11',0) ,(4682,1,'2014-06-06','2014-06-06 15:41:12',0) ,(4683,131,'2014-06-06','2014-06-06 18:47:51',0) ,(4684,1,'2014-06-06','2014-06-06 22:47:57',0) ,(4685,131,'2014-06-07','2014-06-07 00:26:02',0) ,(4686,1,'2014-06-07','2014-06-07 00:33:03',0) ,(4687,134,'2014-06-07','2014-06-07 02:20:38',0) ,(4688,128,'2014-06-07','2014-06-07 02:39:21',0) ,(4689,134,'2014-06-07','2014-06-07 05:50:02',0) ,(4690,1,'2014-06-07','2014-06-07 06:56:25',0) ,(4691,132,'2014-06-07','2014-06-07 07:51:18',0) ,(4692,1,'2014-06-07','2014-06-07 08:06:35',0) ,(4693,143,'2014-06-07','2014-06-07 12:25:28',0) ,(4694,1,'2014-06-07','2014-06-07 12:50:16',0) ,(4695,130,'2014-06-07','2014-06-07 21:37:43',0) ,(4696,144,'2014-06-07','2014-06-07 23:25:45',0) ,(4697,1,'2014-06-08','2014-06-08 08:06:29',0) ,(4698,1,'2014-06-08','2014-06-08 09:11:14',0) ,(4699,141,'2014-06-08','2014-06-08 13:24:08',0) ,(4700,141,'2014-06-08','2014-06-08 13:59:35',0) ,(4701,141,'2014-06-08','2014-06-08 14:39:37',0) ,(4702,143,'2014-06-08','2014-06-08 14:46:04',0) ,(4703,141,'2014-06-08','2014-06-08 15:36:58',0) ,(4704,134,'2014-06-08','2014-06-08 15:59:31',0) ,(4705,141,'2014-06-08','2014-06-08 16:20:29',0) ,(4706,141,'2014-06-08','2014-06-08 16:30:33',0) ,(4707,134,'2014-06-08','2014-06-08 17:49:54',0) ,(4708,144,'2014-06-08','2014-06-08 18:40:42',0) ,(4709,1,'2014-06-09','2014-06-09 01:26:02',0) ,(4710,1,'2014-06-09','2014-06-09 08:06:58',0) ,(4711,134,'2014-06-09','2014-06-09 15:20:09',0) ,(4712,134,'2014-06-09','2014-06-09 20:05:18',0) ,(4713,141,'2014-06-09','2014-06-09 20:16:36',0) ,(4714,134,'2014-06-09','2014-06-09 21:21:57',0) ,(4715,1,'2014-06-09','2014-06-09 21:57:39',0) ,(4716,130,'2014-06-09','2014-06-09 23:03:00',0) ,(4717,1,'2014-06-10','2014-06-10 04:56:23',0) ,(4718,130,'2014-06-10','2014-06-10 06:21:36',0) ,(4719,1,'2014-06-10','2014-06-10 07:59:09',0) ,(4720,1,'2014-06-10','2014-06-10 08:06:48',0) ,(4721,142,'2014-06-10','2014-06-10 09:34:27',0) ,(4722,1,'2014-06-10','2014-06-10 18:46:39',0) ,(4723,1,'2014-06-10','2014-06-10 18:46:41',0) ,(4724,1,'2014-06-10','2014-06-10 18:46:42',0) ,(4725,1,'2014-06-11','2014-06-11 01:00:39',0) ,(4726,1,'2014-06-11','2014-06-11 01:01:34',0) ,(4727,134,'2014-06-11','2014-06-11 02:27:49',0) ,(4728,1,'2014-06-11','2014-06-11 08:06:41',0) ,(4729,141,'2014-06-11','2014-06-11 08:12:19',0) ,(4730,141,'2014-06-11','2014-06-11 10:41:51',0) ,(4731,1,'2014-06-11','2014-06-11 10:54:10',0) ,(4732,141,'2014-06-11','2014-06-11 11:10:24',0) ,(4733,141,'2014-06-11','2014-06-11 11:37:22',0) ,(4734,134,'2014-06-11','2014-06-11 12:44:28',0) ,(4735,141,'2014-06-11','2014-06-11 15:40:44',0) ,(4736,134,'2014-06-11','2014-06-11 15:42:55',0) ,(4737,1,'2014-06-11','2014-06-11 16:33:42',0) ,(4738,134,'2014-06-11','2014-06-11 16:58:36',0) ,(4739,134,'2014-06-11','2014-06-11 18:51:17',0) ,(4740,1,'2014-06-11','2014-06-11 23:18:01',0) ,(4741,128,'2014-06-12','2014-06-12 02:59:53',0) ,(4742,131,'2014-06-12','2014-06-12 04:39:31',0) ,(4743,1,'2014-06-12','2014-06-12 08:06:34',0) ,(4744,1,'2014-06-12','2014-06-12 09:34:20',0) ,(4745,1,'2014-06-12','2014-06-12 14:31:55',0) ,(4746,1,'2014-06-12','2014-06-12 15:10:06',0) ,(4747,1,'2014-06-12','2014-06-12 15:42:29',0) ,(4748,144,'2014-06-12','2014-06-12 15:43:23',0) ,(4749,1,'2014-06-12','2014-06-12 16:41:41',0) ,(4750,1,'2014-06-12','2014-06-12 20:41:38',0) ,(4751,130,'2014-06-13','2014-06-13 04:21:48',0) ,(4752,134,'2014-06-13','2014-06-13 08:15:20',0) ,(4753,134,'2014-06-13','2014-06-13 08:54:54',0) ,(4754,1,'2014-06-13','2014-06-13 14:16:50',0) ,(4755,1,'2014-06-13','2014-06-13 18:05:21',0) ,(4756,1,'2014-06-13','2014-06-13 19:18:00',0) ,(4757,134,'2014-06-13','2014-06-13 19:37:35',0) ,(4758,134,'2014-06-13','2014-06-13 21:24:49',0) ,(4759,1,'2014-06-13','2014-06-13 21:35:28',0) ,(4760,1,'2014-06-14','2014-06-14 01:38:47',0) ,(4761,141,'2014-06-14','2014-06-14 04:38:07',0) ,(4762,1,'2014-06-14','2014-06-14 08:06:43',0) ,(4763,1,'2014-06-14','2014-06-14 10:00:59',0) ,(4764,1,'2014-06-14','2014-06-14 10:00:59',0) ,(4765,110,'2014-06-14','2014-06-14 13:42:00',0) ,(4766,1,'2014-06-14','2014-06-14 23:40:42',0) ,(4767,128,'2014-06-15','2014-06-15 00:54:23',0) ,(4768,128,'2014-06-15','2014-06-15 01:37:31',0) ,(4769,134,'2014-06-15','2014-06-15 01:40:28',0) ,(4770,1,'2014-06-15','2014-06-15 03:24:37',0) ,(4771,1,'2014-06-15','2014-06-15 05:43:53',0) ,(4772,1,'2014-06-15','2014-06-15 05:43:55',0) ,(4773,128,'2014-06-15','2014-06-15 05:43:57',0) ,(4774,130,'2014-06-15','2014-06-15 05:43:59',0) ,(4775,132,'2014-06-15','2014-06-15 05:44:01',0) ,(4776,141,'2014-06-15','2014-06-15 05:44:03',0) ,(4777,142,'2014-06-15','2014-06-15 05:44:04',0) ,(4778,143,'2014-06-15','2014-06-15 05:44:06',0) ,(4779,144,'2014-06-15','2014-06-15 05:44:07',0) ,(4780,131,'2014-06-15','2014-06-15 05:44:11',0) ,(4781,134,'2014-06-15','2014-06-15 05:44:13',0) ,(4782,134,'2014-06-15','2014-06-15 05:44:15',0) ,(4783,144,'2014-06-15','2014-06-15 06:44:17',0) ,(4784,1,'2014-06-15','2014-06-15 08:06:26',0) ,(4785,1,'2014-06-15','2014-06-15 08:08:39',0) ,(4786,130,'2014-06-15','2014-06-15 12:20:28',0) ,(4787,1,'2014-06-15','2014-06-15 12:51:09',0) ,(4788,134,'2014-06-15','2014-06-15 21:38:24',0) ,(4789,130,'2014-06-16','2014-06-16 01:07:43',0) ,(4790,1,'2014-06-16','2014-06-16 01:53:08',0) ,(4791,1,'2014-06-16','2014-06-16 03:14:53',0) ,(4792,1,'2014-06-16','2014-06-16 08:06:16',0) ,(4793,1,'2014-06-16','2014-06-16 10:18:14',0) ,(4794,131,'2014-06-16','2014-06-16 12:25:54',0) ,(4795,134,'2014-06-16','2014-06-16 15:26:50',0) ,(4796,1,'2014-06-16','2014-06-16 15:28:18',0) ,(4797,1,'2014-06-16','2014-06-16 17:55:12',0) ,(4798,141,'2014-06-16','2014-06-16 22:16:53',0) ,(4799,1,'2014-06-17','2014-06-17 08:06:18',0) ,(4800,130,'2014-06-17','2014-06-17 10:29:59',0) ,(4801,1,'2014-06-17','2014-06-17 13:45:27',0) ,(4802,144,'2014-06-17','2014-06-17 18:54:21',0) ,(4803,141,'2014-06-17','2014-06-17 22:29:40',0) ,(4804,1,'2014-06-18','2014-06-18 02:56:22',0) ,(4805,128,'2014-06-18','2014-06-18 02:56:24',0) ,(4806,1,'2014-06-18','2014-06-18 03:14:05',0) ,(4807,132,'2014-06-18','2014-06-18 06:41:46',0) ,(4808,1,'2014-06-18','2014-06-18 08:06:29',0) ,(4809,1,'2014-06-18','2014-06-18 09:17:13',0) ,(4810,130,'2014-06-18','2014-06-18 11:50:46',0) ,(4811,144,'2014-06-18','2014-06-18 16:27:34',0) ,(4812,134,'2014-06-18','2014-06-18 19:47:19',0) ,(4813,1,'2014-06-18','2014-06-18 20:30:47',0) ,(4814,1,'2014-06-19','2014-06-19 06:39:10',0) ,(4815,1,'2014-06-19','2014-06-19 08:06:27',0) ,(4816,1,'2014-06-19','2014-06-19 08:50:41',0) ,(4817,134,'2014-06-19','2014-06-19 09:31:26',0) ,(4818,141,'2014-06-19','2014-06-19 16:37:49',0) ,(4819,1,'2014-06-19','2014-06-19 20:21:22',0) ,(4820,130,'2014-06-19','2014-06-19 21:20:26',0) ,(4821,1,'2014-06-20','2014-06-20 02:34:34',0) ,(4822,1,'2014-06-20','2014-06-20 02:56:58',0) ,(4823,132,'2014-06-20','2014-06-20 05:33:48',0) ,(4824,1,'2014-06-20','2014-06-20 07:15:44',0) ,(4825,1,'2014-06-20','2014-06-20 08:06:39',0) ,(4826,1,'2014-06-20','2014-06-20 11:01:59',0) ,(4827,134,'2014-06-20','2014-06-20 13:29:28',0) ,(4828,1,'2014-06-20','2014-06-20 15:06:56',0) ,(4829,1,'2014-06-20','2014-06-20 17:14:36',0) ,(4830,1,'2014-06-21','2014-06-21 08:06:29',0) ,(4831,1,'2014-06-21','2014-06-21 08:49:26',0) ,(4832,144,'2014-06-21','2014-06-21 12:18:37',0) ,(4833,1,'2014-06-21','2014-06-21 16:09:32',0) ,(4834,134,'2014-06-21','2014-06-21 16:57:05',0) ,(4835,1,'2014-06-21','2014-06-21 17:39:25',0) ,(4836,1,'2014-06-21','2014-06-21 17:43:18',0) ,(4837,141,'2014-06-21','2014-06-21 17:43:18',0) ,(4838,142,'2014-06-21','2014-06-21 17:43:19',0) ,(4839,143,'2014-06-21','2014-06-21 17:43:19',0) ,(4840,144,'2014-06-21','2014-06-21 17:43:19',0) ,(4841,128,'2014-06-21','2014-06-21 17:43:20',0) ,(4842,130,'2014-06-21','2014-06-21 17:43:20',0) ,(4843,134,'2014-06-22','2014-06-22 01:08:57',0) ,(4844,1,'2014-06-22','2014-06-22 01:32:00',0) ,(4845,130,'2014-06-22','2014-06-22 01:34:04',0) ,(4846,130,'2014-06-22','2014-06-22 03:04:28',0) ,(4847,1,'2014-06-22','2014-06-22 08:06:31',0) ,(4848,134,'2014-06-22','2014-06-22 10:21:00',0) ,(4849,141,'2014-06-22','2014-06-22 10:43:23',0) ,(4850,128,'2014-06-22','2014-06-22 23:57:29',0) ,(4851,134,'2014-06-23','2014-06-23 01:28:32',0) ,(4852,1,'2014-06-23','2014-06-23 08:06:32',0) ,(4853,128,'2014-06-23','2014-06-23 08:32:47',0) ,(4854,1,'2014-06-23','2014-06-23 08:33:43',0) ,(4855,128,'2014-06-23','2014-06-23 08:34:30',0) ,(4856,1,'2014-06-23','2014-06-23 18:38:48',0) ,(4857,132,'2014-06-23','2014-06-23 20:23:13',0) ,(4858,1,'2014-06-24','2014-06-24 00:57:29',0) ,(4859,141,'2014-06-24','2014-06-24 02:03:56',0) ,(4860,128,'2014-06-24','2014-06-24 02:59:38',0) ,(4861,1,'2014-06-24','2014-06-24 03:27:56',0) ,(4862,134,'2014-06-24','2014-06-24 05:31:53',0) ,(4863,1,'2014-06-24','2014-06-24 07:35:27',0) ,(4864,1,'2014-06-24','2014-06-24 08:06:33',0) ,(4865,1,'2014-06-24','2014-06-24 09:03:24',0) ,(4866,1,'2014-06-24','2014-06-24 09:56:12',0) ,(4867,134,'2014-06-24','2014-06-24 11:14:02',0) ,(4868,1,'2014-06-24','2014-06-24 12:31:17',0) ,(4869,1,'2014-06-24','2014-06-24 12:31:20',0) ,(4870,1,'2014-06-24','2014-06-24 12:31:21',0) ,(4871,1,'2014-06-24','2014-06-24 14:06:55',0) ,(4872,1,'2014-06-24','2014-06-24 14:57:58',0) ,(4873,1,'2014-06-25','2014-06-25 08:06:29',0) ,(4874,134,'2014-06-25','2014-06-25 16:13:49',0) ,(4875,1,'2014-06-26','2014-06-26 01:06:01',0) ,(4876,1,'2014-06-26','2014-06-26 01:06:01',0) ,(4877,1,'2014-06-26','2014-06-26 01:06:01',0) ,(4878,1,'2014-06-26','2014-06-26 07:34:43',0) ,(4879,1,'2014-06-26','2014-06-26 08:06:34',0) ,(4880,144,'2014-06-26','2014-06-26 12:22:41',0) ,(4881,1,'2014-06-26','2014-06-26 14:29:09',0) ,(4882,133,'2014-06-27','2014-06-27 02:15:13',0) ,(4883,131,'2014-06-27','2014-06-27 02:17:18',0) ,(4884,141,'2014-06-27','2014-06-27 02:17:19',0) ,(4885,144,'2014-06-27','2014-06-27 05:02:35',0) ,(4886,144,'2014-06-27','2014-06-27 05:02:43',0) ,(4887,144,'2014-06-27','2014-06-27 05:03:35',0) ,(4888,144,'2014-06-27','2014-06-27 05:03:40',0) ,(4889,1,'2014-06-27','2014-06-27 08:06:32',0) ,(4890,1,'2014-06-27','2014-06-27 09:16:30',0) ,(4891,143,'2014-06-27','2014-06-27 10:50:42',0) ,(4892,134,'2014-06-27','2014-06-27 13:06:24',0) ,(4893,134,'2014-06-27','2014-06-27 13:37:09',0) ,(4894,141,'2014-06-27','2014-06-27 16:28:55',0) ,(4895,134,'2014-06-27','2014-06-27 21:39:14',0) ,(4896,141,'2014-06-27','2014-06-27 23:39:36',0) ,(4897,128,'2014-06-28','2014-06-28 03:38:29',0) ,(4898,141,'2014-06-28','2014-06-28 03:39:23',0) ,(4899,142,'2014-06-28','2014-06-28 03:39:36',0) ,(4900,143,'2014-06-28','2014-06-28 03:39:43',0) ,(4901,128,'2014-06-28','2014-06-28 03:39:50',0) ,(4902,1,'2014-06-28','2014-06-28 03:39:56',0) ,(4903,1,'2014-06-28','2014-06-28 05:43:40',0) ,(4904,134,'2014-06-28','2014-06-28 06:04:48',0) ,(4905,1,'2014-06-28','2014-06-28 08:06:29',0) ,(4906,1,'2014-06-28','2014-06-28 08:35:58',0) ,(4907,130,'2014-06-28','2014-06-28 12:21:02',0) ,(4908,1,'2014-06-28','2014-06-28 13:51:44',0) ,(4909,141,'2014-06-28','2014-06-28 14:19:23',0) ,(4910,142,'2014-06-28','2014-06-28 14:19:36',0) ,(4911,143,'2014-06-28','2014-06-28 14:19:53',0) ,(4912,144,'2014-06-28','2014-06-28 14:20:06',0) ,(4913,141,'2014-06-28','2014-06-28 14:20:48',0) ,(4914,142,'2014-06-28','2014-06-28 14:20:58',0) ,(4915,143,'2014-06-28','2014-06-28 14:21:06',0) ,(4916,141,'2014-06-28','2014-06-28 14:21:38',0) ,(4917,142,'2014-06-28','2014-06-28 14:21:47',0) ,(4918,1,'2014-06-28','2014-06-28 14:21:54',0) ,(4919,144,'2014-06-28','2014-06-28 14:22:16',0) ,(4920,1,'2014-06-28','2014-06-28 14:22:23',0) ,(4921,141,'2014-06-28','2014-06-28 16:55:22',0) ,(4922,134,'2014-06-28','2014-06-28 17:44:15',0) ,(4923,131,'2014-06-28','2014-06-28 21:06:53',0) ,(4924,134,'2014-06-28','2014-06-28 22:45:55',0) ,(4925,141,'2014-06-29','2014-06-29 03:36:01',0) ,(4926,1,'2014-06-29','2014-06-29 04:18:06',0) ,(4927,1,'2014-06-29','2014-06-29 06:58:56',1) ,(4928,106,'2014-06-29','2014-06-29 06:58:59',1) ,(4929,141,'2014-06-29','2014-06-29 07:00:19',1) ,(4930,1,'2014-06-29','2014-06-29 07:00:27',1) ,(4931,141,'2014-06-29','2014-06-29 07:04:34',1) ,(4932,142,'2014-06-29','2014-06-29 07:05:06',1) ,(4933,141,'2014-06-29','2014-06-29 07:05:17',1) ,(4934,143,'2014-06-29','2014-06-29 07:05:24',1) ,(4935,144,'2014-06-29','2014-06-29 07:05:31',1) ,(4936,141,'2014-06-29','2014-06-29 07:05:58',1) ,(4937,1,'2014-06-29','2014-06-29 07:08:58',1) ,(4938,144,'2014-06-29','2014-06-29 07:09:41',1) ,(4939,128,'2014-06-29','2014-06-29 07:09:59',1) ,(4940,142,'2014-06-29','2014-06-29 07:11:16',1) ,(4941,141,'2014-06-29','2014-06-29 07:12:08',1) ,(4942,141,'2014-06-29','2014-06-29 07:12:43',1) ,(4943,142,'2014-06-29','2014-06-29 07:15:24',1) ,(4944,141,'2014-06-29','2014-06-29 07:15:30',1) ,(4945,142,'2014-06-29','2014-06-29 07:16:13',1) ,(4946,141,'2014-06-29','2014-06-29 07:37:04',1) ,(4947,1,'2014-06-29','2014-06-29 07:41:43',0) ,(4948,1,'2014-06-29','2014-06-29 07:41:43',0) ,(4949,1,'2014-06-29','2014-06-29 07:41:43',0) ,(4950,142,'2014-06-29','2014-06-29 07:43:03',1) ,(4951,141,'2014-06-29','2014-06-29 07:43:07',1) ,(4952,1,'2014-06-29','2014-06-29 07:43:25',0) ,(4953,141,'2014-06-29','2014-06-29 07:45:39',0) ,(4954,141,'2014-06-29','2014-06-29 07:49:35',0) ,(4955,142,'2014-06-29','2014-06-29 07:49:44',0) ,(4956,1,'2014-06-29','2014-06-29 08:06:08',0) ,(4957,141,'2014-06-29','2014-06-29 08:09:15',1) ,(4958,141,'2014-06-29','2014-06-29 08:09:16',1) ,(4959,7,'2014-06-29','2014-06-29 08:11:18',1) ,(4960,1,'2014-06-29','2014-06-29 08:11:43',1) ,(4961,141,'2014-06-29','2014-06-29 08:11:53',1) ,(4962,128,'2014-06-29','2014-06-29 08:12:09',1) ,(4963,1,'2014-06-29','2014-06-29 08:12:19',1) ,(4964,128,'2014-06-29','2014-06-29 08:12:26',1) ,(4965,1,'2014-06-29','2014-06-29 08:12:31',1) ,(4966,128,'2014-06-29','2014-06-29 08:12:39',1) ,(4967,143,'2014-06-29','2014-06-29 08:12:41',1) ,(4968,144,'2014-06-29','2014-06-29 08:13:11',1) ,(4969,142,'2014-06-29','2014-06-29 08:13:15',1) ,(4970,141,'2014-06-29','2014-06-29 08:13:17',1) ,(4971,128,'2014-06-29','2014-06-29 08:50:48',0) ,(4972,142,'2014-06-29','2014-06-29 09:00:31',0) ,(4973,141,'2014-06-29','2014-06-29 09:25:35',1) ,(4974,141,'2014-06-29','2014-06-29 09:29:53',1) ,(4975,141,'2014-06-29','2014-06-29 09:31:06',1) ,(4976,141,'2014-06-29','2014-06-29 09:31:24',1) ,(4977,141,'2014-06-29','2014-06-29 09:49:49',1) ,(4978,142,'2014-06-29','2014-06-29 09:50:05',1) ,(4979,1,'2014-06-29','2014-06-29 09:50:41',1) ,(4980,141,'2014-06-29','2014-06-29 09:50:56',1) ,(4981,141,'2014-06-29','2014-06-29 09:51:06',1) ,(4982,141,'2014-06-29','2014-06-29 10:54:51',1) ,(4983,141,'2014-06-29','2014-06-29 10:55:26',1) ,(4984,141,'2014-06-29','2014-06-29 10:58:11',1) ,(4985,142,'2014-06-29','2014-06-29 10:58:24',1) ,(4986,143,'2014-06-29','2014-06-29 10:58:53',1) ,(4987,143,'2014-06-29','2014-06-29 10:59:30',1) ,(4988,143,'2014-06-29','2014-06-29 11:00:09',1) ,(4989,142,'2014-06-29','2014-06-29 11:00:14',1) ,(4990,141,'2014-06-29','2014-06-29 11:00:22',1) ,(4991,141,'2014-06-29','2014-06-29 11:00:29',1) ,(4992,141,'2014-06-29','2014-06-29 11:02:00',1) ,(4993,1,'2014-06-29','2014-06-29 11:02:20',1) ,(4994,141,'2014-06-29','2014-06-29 11:02:26',1) ,(4995,141,'2014-06-29','2014-06-29 11:02:32',1) ,(4996,141,'2014-06-29','2014-06-29 11:03:58',1) ,(4997,128,'2014-06-29','2014-06-29 11:04:14',1) ,(4998,1,'2014-06-29','2014-06-29 11:04:33',1) ,(4999,141,'2014-06-29','2014-06-29 11:04:50',1) ,(5000,142,'2014-06-29','2014-06-29 11:04:55',1) ,(5001,143,'2014-06-29','2014-06-29 11:05:10',1) ,(5002,128,'2014-06-29','2014-06-29 11:05:59',1) ,(5003,1,'2014-06-29','2014-06-29 11:06:57',1) ,(5004,128,'2014-06-29','2014-06-29 11:07:08',1) ,(5005,128,'2014-06-29','2014-06-29 11:07:13',1) ,(5006,128,'2014-06-29','2014-06-29 11:23:26',1) ,(5007,128,'2014-06-29','2014-06-29 11:24:06',1) ,(5008,128,'2014-06-29','2014-06-29 11:27:14',1) ,(5009,128,'2014-06-29','2014-06-29 11:27:36',1) ,(5010,55,'2014-06-29','2014-06-29 11:30:17',1) ,(5011,128,'2014-06-29','2014-06-29 11:31:44',1) ,(5012,128,'2014-06-29','2014-06-29 11:31:56',1) ,(5013,128,'2014-06-29','2014-06-29 11:33:20',1) ,(5014,128,'2014-06-29','2014-06-29 11:33:48',1) ,(5015,128,'2014-06-29','2014-06-29 11:35:27',1) ,(5016,128,'2014-06-29','2014-06-29 11:35:38',1) ,(5017,128,'2014-06-29','2014-06-29 11:36:30',1) ,(5018,128,'2014-06-29','2014-06-29 11:36:37',1) ,(5019,1,'2014-06-29','2014-06-29 11:36:41',1) ,(5020,141,'2014-06-29','2014-06-29 11:37:05',1) ,(5021,142,'2014-06-29','2014-06-29 11:37:22',1) ,(5022,143,'2014-06-29','2014-06-29 11:37:46',1) ,(5023,1,'2014-06-29','2014-06-29 11:39:54',1) ,(5024,141,'2014-06-29','2014-06-29 11:40:13',1) ,(5025,142,'2014-06-29','2014-06-29 11:40:18',1) ,(5026,143,'2014-06-29','2014-06-29 11:40:22',1) ,(5027,144,'2014-06-29','2014-06-29 11:40:27',1) ,(5028,1,'2014-06-29','2014-06-29 11:40:53',1) ,(5029,142,'2014-06-29','2014-06-29 11:41:14',1) ,(5030,141,'2014-06-29','2014-06-29 11:41:17',1) ,(5031,144,'2014-06-29','2014-06-29 11:41:30',1) ,(5032,143,'2014-06-29','2014-06-29 11:41:34',1) ,(5033,141,'2014-06-29','2014-06-29 11:41:43',1) ,(5034,142,'2014-06-29','2014-06-29 11:41:46',1) ,(5035,128,'2014-06-29','2014-06-29 11:41:56',1) ,(5036,144,'2014-06-29','2014-06-29 11:43:25',1) ,(5037,141,'2014-06-29','2014-06-29 11:43:52',1) ,(5038,128,'2014-06-29','2014-06-29 11:43:57',1) ,(5039,141,'2014-06-29','2014-06-29 11:44:36',1) ,(5040,128,'2014-06-29','2014-06-29 11:45:19',1) ,(5041,128,'2014-06-29','2014-06-29 11:45:51',1) ,(5042,128,'2014-06-29','2014-06-29 11:48:56',1) ,(5043,128,'2014-06-29','2014-06-29 11:48:57',1) ,(5044,128,'2014-06-29','2014-06-29 11:49:10',1) ,(5045,128,'2014-06-29','2014-06-29 11:49:11',1) ,(5046,55,'2014-06-29','2014-06-29 11:50:15',1) ,(5047,128,'2014-06-29','2014-06-29 11:50:55',1) ,(5048,128,'2014-06-29','2014-06-29 11:50:56',1) ,(5049,128,'2014-06-29','2014-06-29 11:51:06',1) ,(5050,128,'2014-06-29','2014-06-29 11:51:17',1) ,(5051,128,'2014-06-29','2014-06-29 12:00:04',1) ,(5052,1,'2014-06-29','2014-06-29 12:00:17',1) ,(5053,141,'2014-06-29','2014-06-29 12:00:28',1) ,(5054,142,'2014-06-29','2014-06-29 12:00:43',1) ,(5055,141,'2014-06-29','2014-06-29 12:00:49',1) ,(5056,142,'2014-06-29','2014-06-29 12:00:56',1) ,(5057,142,'2014-06-29','2014-06-29 12:01:13',1) ,(5058,142,'2014-06-29','2014-06-29 12:07:44',1) ,(5059,141,'2014-06-29','2014-06-29 12:08:16',1) ,(5060,142,'2014-06-29','2014-06-29 12:08:37',1) ,(5061,141,'2014-06-29','2014-06-29 12:08:46',1) ,(5062,141,'2014-06-29','2014-06-29 12:08:49',1) ,(5063,141,'2014-06-29','2014-06-29 12:09:55',1) ,(5064,142,'2014-06-29','2014-06-29 12:09:58',1) ,(5065,142,'2014-06-29','2014-06-29 12:10:12',1) ,(5066,142,'2014-06-29','2014-06-29 12:12:49',1) ,(5067,141,'2014-06-29','2014-06-29 12:12:54',1) ,(5068,141,'2014-06-29','2014-06-29 12:13:10',1) ,(5069,141,'2014-06-29','2014-06-29 12:25:35',1) ,(5070,141,'2014-06-29','2014-06-29 12:26:38',1) ,(5071,141,'2014-06-29','2014-06-29 12:27:09',1) ,(5072,142,'2014-06-29','2014-06-29 12:27:16',1) ,(5073,142,'2014-06-29','2014-06-29 12:27:24',1) ,(5074,142,'2014-06-29','2014-06-29 12:28:00',1) ,(5075,142,'2014-06-29','2014-06-29 12:28:05',1) ,(5076,142,'2014-06-29','2014-06-29 12:28:28',1) ,(5077,142,'2014-06-29','2014-06-29 12:28:37',1) ,(5078,142,'2014-06-29','2014-06-29 12:29:09',1) ,(5079,143,'2014-06-29','2014-06-29 12:29:23',1) ,(5080,144,'2014-06-29','2014-06-29 12:29:32',1) ,(5081,128,'2014-06-29','2014-06-29 12:29:34',1) ,(5082,1,'2014-06-29','2014-06-29 12:29:42',1) ,(5083,128,'2014-06-29','2014-06-29 12:30:05',1) ,(5084,141,'2014-06-29','2014-06-29 12:30:39',1) ,(5085,142,'2014-06-29','2014-06-29 12:30:51',1) ,(5086,142,'2014-06-29','2014-06-29 12:31:38',1) ,(5087,142,'2014-06-29','2014-06-29 12:31:39',1) ,(5088,142,'2014-06-29','2014-06-29 12:32:15',1) ,(5089,1,'2014-06-29','2014-06-29 12:32:50',0) ,(5090,141,'2014-06-29','2014-06-29 12:32:57',0) ,(5091,142,'2014-06-29','2014-06-29 12:33:00',0) ,(5092,141,'2014-06-29','2014-06-29 12:33:04',0) ,(5093,142,'2014-06-29','2014-06-29 12:33:05',0) ,(5094,128,'2014-06-29','2014-06-29 12:33:07',0) ,(5095,143,'2014-06-29','2014-06-29 12:33:09',0) ,(5096,141,'2014-06-29','2014-06-29 12:33:18',0) ,(5097,142,'2014-06-29','2014-06-29 12:33:20',0) ,(5098,128,'2014-06-29','2014-06-29 12:33:21',0) ,(5099,1,'2014-06-29','2014-06-29 12:33:27',0) ,(5100,1,'2014-06-29','2014-06-29 12:37:45',0) ,(5101,141,'2014-06-29','2014-06-29 12:47:46',0) ,(5102,142,'2014-06-29','2014-06-29 12:48:08',0) ,(5103,128,'2014-06-29','2014-06-29 12:49:02',0) ,(5104,130,'2014-06-29','2014-06-29 12:55:43',0) ,(5105,134,'2014-06-29','2014-06-29 12:56:14',0) ,(5106,1,'2014-06-29','2014-06-29 12:56:20',0) ,(5107,128,'2014-06-29','2014-06-29 12:57:47',0) ,(5108,131,'2014-06-29','2014-06-29 12:57:49',0) ,(5109,132,'2014-06-29','2014-06-29 12:57:57',0) ,(5110,131,'2014-06-29','2014-06-29 12:58:08',0) ,(5111,128,'2014-06-29','2014-06-29 12:58:46',1) ,(5112,128,'2014-06-29','2014-06-29 12:58:57',1) ,(5113,40,'2014-06-29','2014-06-29 13:00:39',1) ,(5114,1,'2014-06-29','2014-06-29 13:01:00',1) ,(5115,128,'2014-06-29','2014-06-29 13:01:04',1) ,(5116,40,'2014-06-29','2014-06-29 13:01:16',1) ,(5117,122,'2014-06-29','2014-06-29 13:01:38',1) ,(5118,40,'2014-06-29','2014-06-29 13:01:39',1) ,(5119,1,'2014-06-29','2014-06-29 13:01:47',1) ,(5120,128,'2014-06-29','2014-06-29 13:01:52',1) ,(5121,128,'2014-06-29','2014-06-29 13:01:57',1) ,(5122,128,'2014-06-29','2014-06-29 13:02:15',1) ,(5123,128,'2014-06-29','2014-06-29 13:02:16',1) ,(5124,128,'2014-06-29','2014-06-29 13:02:30',1) ,(5125,128,'2014-06-29','2014-06-29 13:02:31',1) ,(5126,40,'2014-06-29','2014-06-29 13:02:38',1) ,(5127,122,'2014-06-29','2014-06-29 13:03:14',1) ,(5128,40,'2014-06-29','2014-06-29 13:03:14',1) ,(5129,1,'2014-06-29','2014-06-29 13:03:19',1) ,(5130,128,'2014-06-29','2014-06-29 13:03:23',1) ,(5131,128,'2014-06-29','2014-06-29 13:03:29',1) ,(5132,128,'2014-06-29','2014-06-29 13:05:34',1) ,(5133,132,'2014-06-29','2014-06-29 13:05:42',1) ,(5134,128,'2014-06-29','2014-06-29 13:05:50',1) ,(5135,142,'2014-06-29','2014-06-29 13:10:03',1) ,(5136,141,'2014-06-29','2014-06-29 13:10:07',1) ,(5137,144,'2014-06-29','2014-06-29 13:10:10',1) ,(5138,143,'2014-06-29','2014-06-29 13:10:26',1) ,(5139,142,'2014-06-29','2014-06-29 13:10:31',1) ,(5140,141,'2014-06-29','2014-06-29 13:10:35',1) ,(5141,128,'2014-06-29','2014-06-29 13:11:10',1) ,(5142,128,'2014-06-29','2014-06-29 13:11:25',1) ,(5143,40,'2014-06-29','2014-06-29 13:12:02',1) ,(5144,40,'2014-06-29','2014-06-29 13:12:10',1) ,(5145,40,'2014-06-29','2014-06-29 13:12:14',1) ,(5146,1,'2014-06-29','2014-06-29 13:12:26',1) ,(5147,128,'2014-06-29','2014-06-29 13:12:30',1) ,(5148,128,'2014-06-29','2014-06-29 13:12:55',1) ,(5149,132,'2014-06-29','2014-06-29 13:13:07',1) ,(5150,2,'2014-06-29','2014-06-29 13:13:27',1) ,(5151,35,'2014-06-29','2014-06-29 13:13:44',1) ,(5152,35,'2014-06-29','2014-06-29 13:14:29',1) ,(5153,35,'2014-06-29','2014-06-29 13:14:29',1) ,(5154,35,'2014-06-29','2014-06-29 13:15:00',1) ,(5155,35,'2014-06-29','2014-06-29 13:15:01',1) ,(5156,25,'2014-06-29','2014-06-29 13:15:16',1) ,(5157,35,'2014-06-29','2014-06-29 13:15:21',1) ,(5158,32,'2014-06-29','2014-06-29 13:15:33',1) ,(5159,28,'2014-06-29','2014-06-29 13:15:45',1) ,(5160,134,'2014-06-29','2014-06-29 13:16:19',0) ,(5161,1,'2014-06-29','2014-06-29 16:45:34',1) ,(5162,141,'2014-06-29','2014-06-29 17:12:59',1) ,(5163,141,'2014-06-29','2014-06-29 17:14:08',1) ,(5164,141,'2014-06-29','2014-06-29 17:42:37',1) ,(5165,1,'2014-06-29','2014-06-29 17:42:41',1) ,(5166,1,'2014-06-29','2014-06-29 17:42:48',1) ,(5167,1,'2014-06-29','2014-06-29 18:19:04',1) ,(5168,1,'2014-06-29','2014-06-29 18:19:10',1) ,(5169,1,'2014-06-29','2014-06-29 18:19:45',1) ,(5170,141,'2014-06-29','2014-06-29 18:19:51',1) ,(5171,141,'2014-06-29','2014-06-29 18:19:54',1) ,(5172,141,'2014-06-29','2014-06-29 18:44:10',1) ,(5173,141,'2014-06-29','2014-06-29 18:45:12',1) ,(5174,142,'2014-06-29','2014-06-29 18:45:53',1) ,(5175,144,'2014-06-29','2014-06-29 18:46:08',1) ,(5176,144,'2014-06-29','2014-06-29 18:46:50',1) ,(5177,1,'2014-06-29','2014-06-29 19:03:08',0) ,(5178,144,'2014-06-29','2014-06-29 19:07:30',1) ,(5179,141,'2014-06-29','2014-06-29 19:07:49',1) ,(5180,141,'2014-06-29','2014-06-29 19:08:55',1) ,(5181,141,'2014-06-29','2014-06-29 19:12:28',0) ,(5182,141,'2014-06-29','2014-06-29 19:13:55',1) ,(5183,130,'2014-06-29','2014-06-29 19:14:41',1) ,(5184,130,'2014-06-29','2014-06-29 19:14:46',1) ,(5185,130,'2014-06-29','2014-06-29 19:16:25',1) ,(5186,130,'2014-06-29','2014-06-29 19:16:32',1) ,(5187,130,'2014-06-29','2014-06-29 19:16:33',1) ,(5188,130,'2014-06-29','2014-06-29 19:16:53',1) ,(5189,130,'2014-06-29','2014-06-29 19:17:06',1) ,(5190,130,'2014-06-29','2014-06-29 19:17:20',1) ,(5191,130,'2014-06-29','2014-06-29 19:17:50',1) ,(5192,142,'2014-06-29','2014-06-29 19:17:57',0) ,(5193,130,'2014-06-29','2014-06-29 19:18:04',1) ,(5194,55,'2014-06-29','2014-06-29 19:18:16',1) ,(5195,130,'2014-06-29','2014-06-29 19:19:20',1) ,(5196,130,'2014-06-29','2014-06-29 19:19:32',1) ,(5197,130,'2014-06-29','2014-06-29 19:19:54',1) ,(5198,130,'2014-06-29','2014-06-29 19:20:01',1) ,(5199,130,'2014-06-29','2014-06-29 19:21:03',1) ,(5200,130,'2014-06-29','2014-06-29 19:21:04',1) ,(5201,130,'2014-06-29','2014-06-29 19:21:34',1) ,(5202,130,'2014-06-29','2014-06-29 19:21:34',1) ,(5203,130,'2014-06-29','2014-06-29 19:21:52',1) ,(5204,130,'2014-06-29','2014-06-29 19:21:53',1) ,(5205,130,'2014-06-29','2014-06-29 19:22:10',1) ,(5206,130,'2014-06-29','2014-06-29 19:22:11',1) ,(5207,130,'2014-06-29','2014-06-29 19:22:27',1) ,(5208,130,'2014-06-29','2014-06-29 19:22:28',1) ,(5209,130,'2014-06-29','2014-06-29 19:22:39',1) ,(5210,130,'2014-06-29','2014-06-29 19:22:40',1) ,(5211,130,'2014-06-29','2014-06-29 19:22:55',1) ,(5212,130,'2014-06-29','2014-06-29 19:22:56',1) ,(5213,130,'2014-06-29','2014-06-29 19:23:15',1) ,(5214,130,'2014-06-29','2014-06-29 19:23:16',1) ,(5215,130,'2014-06-29','2014-06-29 19:23:23',1) ,(5216,130,'2014-06-29','2014-06-29 19:23:31',1) ,(5217,130,'2014-06-29','2014-06-29 19:24:09',1) ,(5218,130,'2014-06-29','2014-06-29 19:24:10',1) ,(5219,143,'2014-06-29','2014-06-29 19:24:36',0) ,(5220,130,'2014-06-29','2014-06-29 19:24:57',1) ,(5221,130,'2014-06-29','2014-06-29 19:24:58',1) ,(5222,130,'2014-06-29','2014-06-29 19:25:13',1) ,(5223,130,'2014-06-29','2014-06-29 19:25:14',1) ,(5224,130,'2014-06-29','2014-06-29 19:25:41',1) ,(5225,144,'2014-06-29','2014-06-29 19:26:49',0) ,(5226,128,'2014-06-29','2014-06-29 19:28:04',0) ,(5227,130,'2014-06-29','2014-06-29 19:30:28',0) ,(5228,134,'2014-06-29','2014-06-29 19:31:09',0) ,(5229,1,'2014-06-29','2014-06-29 19:31:38',0) ,(5230,141,'2014-06-29','2014-06-29 19:32:20',0) ,(5231,1,'2014-06-29','2014-06-29 19:51:35',0) ,(5232,141,'2014-06-29','2014-06-29 19:51:48',0) ,(5233,1,'2014-06-29','2014-06-29 19:51:53',0) ,(5234,141,'2014-06-29','2014-06-29 19:52:15',0) ,(5235,142,'2014-06-29','2014-06-29 19:52:35',0) ,(5236,130,'2014-06-29','2014-06-29 20:20:57',0) ,(5237,128,'2014-06-30','2014-06-30 01:29:57',0) ,(5238,141,'2014-06-30','2014-06-30 01:31:55',0) ,(5239,142,'2014-06-30','2014-06-30 01:36:51',0) ,(5240,143,'2014-06-30','2014-06-30 01:37:29',0) ,(5241,144,'2014-06-30','2014-06-30 01:37:43',0) ,(5242,128,'2014-06-30','2014-06-30 01:37:47',0) ,(5243,130,'2014-06-30','2014-06-30 01:37:56',0) ,(5244,1,'2014-06-30','2014-06-30 01:38:11',0) ,(5245,1,'2014-06-30','2014-06-30 02:09:14',0) ,(5246,1,'2014-06-30','2014-06-30 02:09:38',0) ,(5247,1,'2014-06-30','2014-06-30 02:09:47',0) ,(5248,1,'2014-06-30','2014-06-30 02:10:05',0) ,(5249,1,'2014-06-30','2014-06-30 02:10:21',0) ,(5250,1,'2014-06-30','2014-06-30 02:59:11',0) ,(5251,141,'2014-06-30','2014-06-30 03:02:10',0) ,(5252,128,'2014-06-30','2014-06-30 03:04:11',0) ,(5253,141,'2014-06-30','2014-06-30 03:05:57',0) ,(5254,1,'2014-06-30','2014-06-30 03:06:20',0) ,(5255,1,'2014-06-30','2014-06-30 03:06:35',0) ,(5256,1,'2014-06-30','2014-06-30 03:07:44',0) ,(5257,1,'2014-06-30','2014-06-30 03:07:44',0) ,(5258,1,'2014-06-30','2014-06-30 03:07:47',0) ,(5259,134,'2014-06-30','2014-06-30 04:29:54',0) ,(5260,134,'2014-06-30','2014-06-30 07:01:00',0) ,(5261,1,'2014-06-30','2014-06-30 08:06:33',0) ,(5262,1,'2014-06-30','2014-06-30 10:47:45',0) ,(5263,1,'2014-06-30','2014-06-30 10:47:47',0) ,(5264,1,'2014-06-30','2014-06-30 10:47:48',0) ,(5265,1,'2014-06-30','2014-06-30 22:14:58',0) ,(5266,1,'2014-07-01','2014-07-01 01:27:00',0) ,(5267,130,'2014-07-01','2014-07-01 07:00:09',0) ,(5268,1,'2014-07-01','2014-07-01 07:01:44',0) ,(5269,1,'2014-07-01','2014-07-01 07:56:49',0) ,(5270,141,'2014-07-01','2014-07-01 08:00:55',0) ,(5271,142,'2014-07-01','2014-07-01 08:02:53',0) ,(5272,143,'2014-07-01','2014-07-01 08:04:42',0) ,(5273,143,'2014-07-01','2014-07-01 08:04:44',0) ,(5274,143,'2014-07-01','2014-07-01 08:04:46',0) ,(5275,144,'2014-07-01','2014-07-01 08:05:33',0) ,(5276,144,'2014-07-01','2014-07-01 08:05:33',0) ,(5277,144,'2014-07-01','2014-07-01 08:05:34',0) ,(5278,144,'2014-07-01','2014-07-01 08:05:34',0) ,(5279,144,'2014-07-01','2014-07-01 08:05:34',0) ,(5280,1,'2014-07-01','2014-07-01 08:06:16',0) ,(5281,128,'2014-07-01','2014-07-01 08:13:54',0) ,(5282,130,'2014-07-01','2014-07-01 08:15:48',0) ,(5283,1,'2014-07-01','2014-07-01 08:16:12',0) ,(5284,1,'2014-07-01','2014-07-01 08:16:13',0) ,(5285,1,'2014-07-01','2014-07-01 08:16:14',0) ,(5286,1,'2014-07-01','2014-07-01 08:16:14',0) ,(5287,1,'2014-07-01','2014-07-01 08:16:15',0) ,(5288,1,'2014-07-01','2014-07-01 08:16:15',0) ,(5289,1,'2014-07-01','2014-07-01 08:16:15',0) ,(5290,1,'2014-07-01','2014-07-01 08:16:16',0) ,(5291,128,'2014-07-01','2014-07-01 08:31:41',0) ,(5292,134,'2014-07-01','2014-07-01 11:11:49',0) ,(5293,130,'2014-07-01','2014-07-01 12:20:34',0) ,(5294,134,'2014-07-01','2014-07-01 13:50:18',0) ,(5295,128,'2014-07-01','2014-07-01 13:55:42',0) ,(5296,1,'2014-07-01','2014-07-01 14:18:53',0) ,(5297,128,'2014-07-01','2014-07-01 15:06:42',0) ,(5298,134,'2014-07-01','2014-07-01 18:36:52',0) ,(5299,1,'2014-07-01','2014-07-01 23:49:23',0) ,(5300,128,'2014-07-02','2014-07-02 00:36:53',0) ,(5301,134,'2014-07-02','2014-07-02 00:47:54',0) ,(5302,130,'2014-07-02','2014-07-02 01:27:37',0) ,(5303,128,'2014-07-02','2014-07-02 05:30:05',0) ,(5304,131,'2014-07-02','2014-07-02 05:30:25',0) ,(5305,132,'2014-07-02','2014-07-02 05:31:07',0) ,(5306,131,'2014-07-02','2014-07-02 05:31:11',0) ,(5307,132,'2014-07-02','2014-07-02 05:31:24',0) ,(5308,1,'2014-07-02','2014-07-02 05:32:57',0) ,(5309,141,'2014-07-02','2014-07-02 05:38:43',0) ,(5310,142,'2014-07-02','2014-07-02 05:42:07',0) ,(5311,143,'2014-07-02','2014-07-02 05:42:48',0) ,(5312,144,'2014-07-02','2014-07-02 05:43:09',0) ,(5313,128,'2014-07-02','2014-07-02 05:43:41',0) ,(5314,130,'2014-07-02','2014-07-02 05:44:01',0) ,(5315,134,'2014-07-02','2014-07-02 05:45:07',0) ,(5316,144,'2014-07-02','2014-07-02 07:07:29',0) ,(5317,1,'2014-07-02','2014-07-02 08:06:27',0) ,(5318,1,'2014-07-02','2014-07-02 11:07:50',0) ,(5319,1,'2014-07-02','2014-07-02 11:45:53',0) ,(5320,1,'2014-07-02','2014-07-02 14:18:06',0) ,(5321,1,'2014-07-02','2014-07-02 14:19:46',0) ,(5322,142,'2014-07-02','2014-07-02 14:20:00',0) ,(5323,141,'2014-07-02','2014-07-02 14:20:21',0) ,(5324,128,'2014-07-02','2014-07-02 14:21:37',0) ,(5325,131,'2014-07-02','2014-07-02 14:33:20',0) ,(5326,132,'2014-07-02','2014-07-02 14:33:35',0) ,(5327,132,'2014-07-02','2014-07-02 14:33:48',0) ,(5328,131,'2014-07-02','2014-07-02 14:33:58',0) ,(5329,132,'2014-07-02','2014-07-02 14:34:02',0) ,(5330,131,'2014-07-02','2014-07-02 14:34:06',0) ,(5331,132,'2014-07-02','2014-07-02 14:34:08',0) ,(5332,128,'2014-07-02','2014-07-02 14:34:15',0) ,(5333,131,'2014-07-02','2014-07-02 14:34:22',0) ,(5334,132,'2014-07-02','2014-07-02 14:34:25',0) ,(5335,131,'2014-07-02','2014-07-02 14:34:29',0) ,(5336,132,'2014-07-02','2014-07-02 14:34:33',0) ,(5337,131,'2014-07-02','2014-07-02 14:34:41',0) ,(5338,128,'2014-07-02','2014-07-02 14:52:27',0) ,(5339,132,'2014-07-02','2014-07-02 14:52:29',0) ,(5340,132,'2014-07-02','2014-07-02 14:52:30',0) ,(5341,132,'2014-07-02','2014-07-02 14:52:32',0) ,(5342,132,'2014-07-02','2014-07-02 14:52:34',0) ,(5343,134,'2014-07-02','2014-07-02 17:28:55',0) ,(5344,134,'2014-07-02','2014-07-02 21:35:43',0) ,(5345,134,'2014-07-02','2014-07-02 21:57:51',0) ,(5346,130,'2014-07-03','2014-07-03 03:07:39',0) ,(5347,1,'2014-07-03','2014-07-03 03:07:47',0) ,(5348,134,'2014-07-03','2014-07-03 03:32:55',0) ,(5349,1,'2014-07-03','2014-07-03 03:33:38',0) ,(5350,141,'2014-07-03','2014-07-03 03:33:43',0) ,(5351,142,'2014-07-03','2014-07-03 03:34:12',0) ,(5352,144,'2014-07-03','2014-07-03 03:34:50',0) ,(5353,128,'2014-07-03','2014-07-03 03:35:06',0) ,(5354,130,'2014-07-03','2014-07-03 03:35:43',0) ,(5355,130,'2014-07-03','2014-07-03 03:37:45',0) ,(5356,1,'2014-07-03','2014-07-03 04:07:15',0) ,(5357,134,'2014-07-03','2014-07-03 05:31:21',0) ,(5358,131,'2014-07-03','2014-07-03 06:14:10',0) ,(5359,1,'2014-07-03','2014-07-03 06:15:17',0) ,(5360,1,'2014-07-03','2014-07-03 07:58:42',0) ,(5361,1,'2014-07-03','2014-07-03 08:07:16',0) ,(5362,141,'2014-07-03','2014-07-03 08:07:31',0) ,(5363,1,'2014-07-03','2014-07-03 08:48:08',0) ,(5364,142,'2014-07-03','2014-07-03 10:58:22',0) ,(5365,143,'2014-07-03','2014-07-03 11:13:27',0) ,(5366,142,'2014-07-03','2014-07-03 11:13:30',0) ,(5367,143,'2014-07-03','2014-07-03 11:13:33',0) ,(5368,128,'2014-07-03','2014-07-03 11:13:37',0) ,(5369,143,'2014-07-03','2014-07-03 11:13:42',0) ,(5370,141,'2014-07-03','2014-07-03 11:13:44',0) ,(5371,1,'2014-07-03','2014-07-03 11:13:47',0) ,(5372,130,'2014-07-03','2014-07-03 11:13:50',0) ,(5373,128,'2014-07-03','2014-07-03 11:13:53',0) ,(5374,144,'2014-07-03','2014-07-03 11:13:56',0) ,(5375,143,'2014-07-03','2014-07-03 11:13:58',0) ,(5376,142,'2014-07-03','2014-07-03 11:14:01',0) ,(5377,1,'2014-07-03','2014-07-03 11:14:47',0) ,(5378,143,'2014-07-03','2014-07-03 11:14:53',0) ,(5379,144,'2014-07-03','2014-07-03 11:14:55',0) ,(5380,128,'2014-07-03','2014-07-03 11:14:57',0) ,(5381,130,'2014-07-03','2014-07-03 11:14:59',0) ,(5382,130,'2014-07-03','2014-07-03 11:15:13',0) ,(5383,144,'2014-07-03','2014-07-03 11:15:16',0) ,(5384,144,'2014-07-03','2014-07-03 11:16:03',0) ,(5385,141,'2014-07-03','2014-07-03 11:16:20',0) ,(5386,142,'2014-07-03','2014-07-03 11:16:23',0) ,(5387,1,'2014-07-03','2014-07-03 11:16:25',0) ,(5388,141,'2014-07-03','2014-07-03 11:16:30',0) ,(5389,128,'2014-07-03','2014-07-03 11:16:33',0) ,(5390,128,'2014-07-03','2014-07-03 11:16:37',0) ,(5391,144,'2014-07-03','2014-07-03 11:16:40',0) ,(5392,142,'2014-07-03','2014-07-03 11:16:42',0) ,(5393,141,'2014-07-03','2014-07-03 11:16:44',0) ,(5394,1,'2014-07-03','2014-07-03 11:16:47',0) ,(5395,143,'2014-07-03','2014-07-03 11:16:57',0) ,(5396,128,'2014-07-03','2014-07-03 11:17:01',0) ,(5397,130,'2014-07-03','2014-07-03 11:17:03',0) ,(5398,1,'2014-07-03','2014-07-03 11:17:05',0) ,(5399,142,'2014-07-03','2014-07-03 12:47:02',0) ,(5400,134,'2014-07-03','2014-07-03 13:33:54',0) ,(5401,134,'2014-07-03','2014-07-03 13:36:57',0) ,(5402,141,'2014-07-03','2014-07-03 13:46:54',0) ,(5403,134,'2014-07-04','2014-07-04 02:25:38',0) ,(5404,1,'2014-07-04','2014-07-04 08:07:15',0) ,(5405,131,'2014-07-04','2014-07-04 09:38:30',0) ,(5406,134,'2014-07-04','2014-07-04 11:29:51',0) ,(5407,143,'2014-07-04','2014-07-04 15:33:43',0) ,(5408,133,'2014-07-04','2014-07-04 17:11:07',0) ,(5409,144,'2014-07-04','2014-07-04 20:33:46',0) ,(5410,134,'2014-07-05','2014-07-05 02:21:12',0) ,(5411,128,'2014-07-05','2014-07-05 02:36:09',0) ,(5412,131,'2014-07-05','2014-07-05 03:34:15',0) ,(5413,131,'2014-07-05','2014-07-05 03:34:17',0) ,(5414,131,'2014-07-05','2014-07-05 03:34:18',0) ,(5415,131,'2014-07-05','2014-07-05 03:34:19',0) ,(5416,131,'2014-07-05','2014-07-05 04:33:26',0) ,(5417,131,'2014-07-05','2014-07-05 04:33:27',0) ,(5418,131,'2014-07-05','2014-07-05 04:33:28',0) ,(5419,131,'2014-07-05','2014-07-05 04:33:29',0) ,(5420,130,'2014-07-05','2014-07-05 07:58:02',1) ,(5421,106,'2014-07-05','2014-07-05 07:58:04',1) ,(5422,23,'2014-07-05','2014-07-05 07:58:21',1) ,(5423,1,'2014-07-05','2014-07-05 07:58:30',1) ,(5424,1,'2014-07-05','2014-07-05 07:58:41',1) ,(5425,1,'2014-07-05','2014-07-05 08:07:23',0) ,(5426,1,'2014-07-05','2014-07-05 08:08:52',1) ,(5427,141,'2014-07-05','2014-07-05 08:09:00',1) ,(5428,141,'2014-07-05','2014-07-05 08:09:23',1) ,(5429,141,'2014-07-05','2014-07-05 08:16:56',1) ,(5430,128,'2014-07-05','2014-07-05 08:17:16',0) ,(5431,134,'2014-07-05','2014-07-05 09:40:28',0) ,(5432,134,'2014-07-05','2014-07-05 09:54:49',0) ,(5433,1,'2014-07-05','2014-07-05 17:11:16',0) ,(5434,1,'2014-07-05','2014-07-05 17:27:14',0) ,(5435,1,'2014-07-05','2014-07-05 22:11:49',0) ,(5436,131,'2014-07-05','2014-07-05 23:15:50',0) ,(5437,142,'2014-07-05','2014-07-05 23:15:51',0) ,(5438,143,'2014-07-06','2014-07-06 01:24:15',0) ,(5439,144,'2014-07-06','2014-07-06 02:22:19',0) ,(5440,141,'2014-07-06','2014-07-06 03:33:47',1) ,(5441,2,'2014-07-06','2014-07-06 03:34:23',1) ,(5442,7,'2014-07-06','2014-07-06 03:34:31',1) ,(5443,6,'2014-07-06','2014-07-06 03:35:33',1) ,(5444,7,'2014-07-06','2014-07-06 03:35:34',1) ,(5445,1,'2014-07-06','2014-07-06 03:35:55',1) ,(5446,146,'2014-07-06','2014-07-06 03:35:59',1) ,(5447,146,'2014-07-06','2014-07-06 03:36:12',1) ,(5448,1,'2014-07-06','2014-07-06 05:04:16',0) ,(5449,141,'2014-07-06','2014-07-06 05:04:56',0) ,(5450,1,'2014-07-06','2014-07-06 05:16:07',1) ,(5451,1,'2014-07-06','2014-07-06 05:16:25',0) ,(5452,141,'2014-07-06','2014-07-06 05:16:38',0) ,(5453,141,'2014-07-06','2014-07-06 05:16:46',1) ,(5454,1,'2014-07-06','2014-07-06 05:16:53',1) ,(5455,141,'2014-07-06','2014-07-06 05:17:53',1) ,(5456,141,'2014-07-06','2014-07-06 05:17:57',1) ,(5457,141,'2014-07-06','2014-07-06 05:20:17',0) ,(5458,141,'2014-07-06','2014-07-06 05:20:30',1) ,(5459,141,'2014-07-06','2014-07-06 05:20:36',0) ,(5460,128,'2014-07-06','2014-07-06 05:21:01',1) ,(5461,128,'2014-07-06','2014-07-06 05:21:13',0) ,(5462,128,'2014-07-06','2014-07-06 05:21:24',1) ,(5463,128,'2014-07-06','2014-07-06 05:22:10',1) ,(5464,128,'2014-07-06','2014-07-06 05:22:14',0) ,(5465,128,'2014-07-06','2014-07-06 05:23:14',1) ,(5466,128,'2014-07-06','2014-07-06 05:23:15',1) ,(5467,128,'2014-07-06','2014-07-06 05:23:16',1) ,(5468,128,'2014-07-06','2014-07-06 05:23:43',1) ,(5469,128,'2014-07-06','2014-07-06 05:24:33',0) ,(5470,146,'2014-07-06','2014-07-06 05:28:54',0) ,(5471,128,'2014-07-06','2014-07-06 05:30:28',1) ,(5472,128,'2014-07-06','2014-07-06 05:30:29',1) ,(5473,2,'2014-07-06','2014-07-06 05:30:36',1) ,(5474,7,'2014-07-06','2014-07-06 05:31:12',1) ,(5475,1,'2014-07-06','2014-07-06 05:31:21',1) ,(5476,2,'2014-07-06','2014-07-06 05:31:26',1) ,(5477,2,'2014-07-06','2014-07-06 05:31:26',1) ,(5478,28,'2014-07-06','2014-07-06 05:32:21',1) ,(5479,1,'2014-07-06','2014-07-06 05:32:55',1) ,(5480,141,'2014-07-06','2014-07-06 05:33:02',1) ,(5481,142,'2014-07-06','2014-07-06 05:33:05',1) ,(5482,142,'2014-07-06','2014-07-06 05:33:17',1) ,(5483,130,'2014-07-06','2014-07-06 06:00:58',0) ,(5484,142,'2014-07-06','2014-07-06 06:04:22',1) ,(5485,141,'2014-07-06','2014-07-06 06:04:37',1) ,(5486,1,'2014-07-06','2014-07-06 06:05:01',1) ,(5487,1,'2014-07-06','2014-07-06 06:05:08',1) ,(5488,1,'2014-07-06','2014-07-06 06:15:21',1) ,(5489,128,'2014-07-06','2014-07-06 06:17:33',1) ,(5490,144,'2014-07-06','2014-07-06 06:19:00',1) ,(5491,1,'2014-07-06','2014-07-06 06:20:09',0) ,(5492,144,'2014-07-06','2014-07-06 06:20:20',0) ,(5493,128,'2014-07-06','2014-07-06 06:23:33',0) ,(5494,144,'2014-07-06','2014-07-06 06:23:38',1) ,(5495,144,'2014-07-06','2014-07-06 06:28:19',1) ,(5496,143,'2014-07-06','2014-07-06 06:28:25',1) ,(5497,143,'2014-07-06','2014-07-06 06:28:30',1) ,(5498,143,'2014-07-06','2014-07-06 06:32:07',1) ,(5499,142,'2014-07-06','2014-07-06 06:32:10',1) ,(5500,143,'2014-07-06','2014-07-06 06:32:19',1) ,(5501,141,'2014-07-06','2014-07-06 06:32:23',1) ,(5502,143,'2014-07-06','2014-07-06 06:32:41',1) ,(5503,143,'2014-07-06','2014-07-06 06:32:46',1) ,(5504,143,'2014-07-06','2014-07-06 06:33:23',1) ,(5505,143,'2014-07-06','2014-07-06 06:33:48',1) ,(5506,143,'2014-07-06','2014-07-06 06:33:49',1) ,(5507,143,'2014-07-06','2014-07-06 06:33:53',1) ,(5508,141,'2014-07-06','2014-07-06 06:55:07',0) ,(5509,1,'2014-07-06','2014-07-06 08:07:05',0) ,(5510,1,'2014-07-06','2014-07-06 09:07:27',0) ,(5511,131,'2014-07-06','2014-07-06 09:59:25',0) ,(5512,142,'2014-07-06','2014-07-06 09:59:27',0) ,(5513,134,'2014-07-06','2014-07-06 10:09:21',0) ,(5514,134,'2014-07-06','2014-07-06 10:18:27',0) ,(5515,144,'2014-07-06','2014-07-06 17:22:44',0) ,(5516,134,'2014-07-07','2014-07-07 00:41:54',0) ,(5517,134,'2014-07-07','2014-07-07 02:52:51',0) ,(5518,1,'2014-07-07','2014-07-07 03:07:50',0) ,(5519,1,'2014-07-07','2014-07-07 08:07:32',0) ,(5520,134,'2014-07-07','2014-07-07 11:04:20',0) ,(5521,134,'2014-07-07','2014-07-07 12:36:30',0) ,(5522,143,'2014-07-07','2014-07-07 15:59:08',1) ,(5523,106,'2014-07-07','2014-07-07 15:59:10',1) ,(5524,1,'2014-07-07','2014-07-07 16:18:16',1) ,(5525,141,'2014-07-07','2014-07-07 16:21:02',0) ,(5526,1,'2014-07-07','2014-07-07 16:36:54',1) ,(5527,1,'2014-07-07','2014-07-07 16:38:48',1) ,(5528,1,'2014-07-07','2014-07-07 16:38:55',1) ,(5529,1,'2014-07-07','2014-07-07 16:39:52',1) ,(5530,1,'2014-07-07','2014-07-07 16:42:07',1) ,(5531,131,'2014-07-07','2014-07-07 18:58:15',0) ,(5532,131,'2014-07-07','2014-07-07 18:58:17',0) ,(5533,1,'2014-07-07','2014-07-07 19:17:17',0) ,(5534,144,'2014-07-07','2014-07-07 23:36:26',0) ,(5535,1,'2014-07-08','2014-07-08 02:11:12',0) ,(5536,133,'2014-07-08','2014-07-08 02:14:14',0) ,(5537,133,'2014-07-08','2014-07-08 04:02:16',0) ,(5538,1,'2014-07-08','2014-07-08 08:07:22',0) ,(5539,1,'2014-07-08','2014-07-08 10:58:50',0) ,(5540,131,'2014-07-08','2014-07-08 12:49:11',0) ,(5541,131,'2014-07-08','2014-07-08 12:50:27',0) ,(5542,134,'2014-07-08','2014-07-08 14:11:46',0) ,(5543,1,'2014-07-08','2014-07-08 20:38:06',0) ,(5544,134,'2014-07-08','2014-07-08 22:34:46',0) ,(5545,1,'2014-07-08','2014-07-08 22:42:03',0) ,(5546,131,'2014-07-09','2014-07-09 00:23:19',0) ,(5547,141,'2014-07-09','2014-07-09 01:15:20',0) ,(5548,130,'2014-07-09','2014-07-09 03:27:22',0) ,(5549,1,'2014-07-09','2014-07-09 05:06:11',0) ,(5550,141,'2014-07-09','2014-07-09 05:14:30',0) ,(5551,143,'2014-07-09','2014-07-09 05:20:19',0) ,(5552,142,'2014-07-09','2014-07-09 05:20:29',0) ,(5553,143,'2014-07-09','2014-07-09 05:23:37',0) ,(5554,144,'2014-07-09','2014-07-09 05:25:30',0) ,(5555,146,'2014-07-09','2014-07-09 05:28:17',0) ,(5556,144,'2014-07-09','2014-07-09 05:28:46',0) ,(5557,128,'2014-07-09','2014-07-09 05:28:58',0) ,(5558,1,'2014-07-09','2014-07-09 05:50:52',0) ,(5559,1,'2014-07-09','2014-07-09 08:07:29',0) ,(5560,134,'2014-07-09','2014-07-09 08:24:05',0) ,(5561,134,'2014-07-09','2014-07-09 08:24:05',0) ,(5562,134,'2014-07-09','2014-07-09 09:00:24',0) ,(5563,110,'2014-07-09','2014-07-09 09:41:13',0) ,(5564,1,'2014-07-09','2014-07-09 10:58:18',0) ,(5565,130,'2014-07-09','2014-07-09 11:31:55',0) ,(5566,134,'2014-07-09','2014-07-09 13:49:29',0) ,(5567,1,'2014-07-09','2014-07-09 14:24:03',0) ,(5568,146,'2014-07-09','2014-07-09 15:27:29',0) ,(5569,143,'2014-07-09','2014-07-09 18:59:34',0) ,(5570,1,'2014-07-10','2014-07-10 00:33:15',0) ,(5571,128,'2014-07-10','2014-07-10 00:33:41',0) ,(5572,1,'2014-07-10','2014-07-10 02:51:53',1) ,(5573,106,'2014-07-10','2014-07-10 02:51:56',1) ,(5574,134,'2014-07-10','2014-07-10 02:57:29',0) ,(5575,1,'2014-07-10','2014-07-10 07:10:00',0) ,(5576,1,'2014-07-10','2014-07-10 08:07:23',0) ,(5577,134,'2014-07-10','2014-07-10 09:13:13',0) ,(5578,132,'2014-07-10','2014-07-10 09:53:13',0) ,(5579,1,'2014-07-10','2014-07-10 11:17:00',1) ,(5580,1,'2014-07-10','2014-07-10 12:05:08',0) ,(5581,146,'2014-07-10','2014-07-10 14:43:26',0) ,(5582,1,'2014-07-10','2014-07-10 14:51:52',0) ,(5583,146,'2014-07-10','2014-07-10 16:20:36',0) ,(5584,1,'2014-07-10','2014-07-10 16:56:27',0) ,(5585,1,'2014-07-10','2014-07-10 17:28:19',0) ,(5586,141,'2014-07-10','2014-07-10 18:06:09',0) ,(5587,131,'2014-07-10','2014-07-10 19:05:49',0) ,(5588,142,'2014-07-10','2014-07-10 19:05:50',0) ,(5589,143,'2014-07-10','2014-07-10 19:06:16',0) ,(5590,131,'2014-07-10','2014-07-10 21:21:25',0) ,(5591,143,'2014-07-10','2014-07-10 22:31:28',0) ,(5592,1,'2014-07-11','2014-07-11 03:49:14',0) ,(5593,1,'2014-07-11','2014-07-11 03:49:14',0) ,(5594,1,'2014-07-11','2014-07-11 04:39:40',0) ,(5595,128,'2014-07-11','2014-07-11 07:29:34',0) ,(5596,1,'2014-07-11','2014-07-11 07:29:36',0) ,(5597,1,'2014-07-11','2014-07-11 07:29:39',0) ,(5598,141,'2014-07-11','2014-07-11 07:29:41',0) ,(5599,142,'2014-07-11','2014-07-11 07:29:42',0) ,(5600,143,'2014-07-11','2014-07-11 07:29:43',0) ,(5601,144,'2014-07-11','2014-07-11 07:29:45',0) ,(5602,146,'2014-07-11','2014-07-11 07:29:46',0) ,(5603,130,'2014-07-11','2014-07-11 07:29:48',0) ,(5604,131,'2014-07-11','2014-07-11 07:29:51',0) ,(5605,131,'2014-07-11','2014-07-11 07:29:54',0) ,(5606,131,'2014-07-11','2014-07-11 07:29:55',0) ,(5607,131,'2014-07-11','2014-07-11 07:29:56',0) ,(5608,128,'2014-07-11','2014-07-11 07:29:57',0) ,(5609,131,'2014-07-11','2014-07-11 07:29:58',0) ,(5610,1,'2014-07-11','2014-07-11 07:29:59',0) ,(5611,1,'2014-07-11','2014-07-11 07:30:01',0) ,(5612,141,'2014-07-11','2014-07-11 07:30:02',0) ,(5613,142,'2014-07-11','2014-07-11 07:30:05',0) ,(5614,143,'2014-07-11','2014-07-11 07:30:06',0) ,(5615,144,'2014-07-11','2014-07-11 07:30:07',0) ,(5616,146,'2014-07-11','2014-07-11 07:30:08',0) ,(5617,130,'2014-07-11','2014-07-11 07:30:09',0) ,(5618,132,'2014-07-11','2014-07-11 07:30:11',0) ,(5619,1,'2014-07-11','2014-07-11 08:07:37',0) ,(5620,1,'2014-07-11','2014-07-11 08:41:04',0) ,(5621,1,'2014-07-11','2014-07-11 11:32:12',0) ,(5622,1,'2014-07-11','2014-07-11 12:40:16',0) ,(5623,146,'2014-07-11','2014-07-11 13:01:08',0) ,(5624,1,'2014-07-11','2014-07-11 14:50:19',0) ,(5625,143,'2014-07-11','2014-07-11 15:40:39',0) ,(5626,146,'2014-07-11','2014-07-11 15:45:54',0) ,(5627,1,'2014-07-11','2014-07-11 16:53:52',0) ,(5628,142,'2014-07-11','2014-07-11 17:19:36',0) ,(5629,134,'2014-07-11','2014-07-11 17:37:41',0) ,(5630,142,'2014-07-11','2014-07-11 17:41:06',0) ,(5631,146,'2014-07-11','2014-07-11 19:47:13',0) ,(5632,134,'2014-07-11','2014-07-11 20:25:51',0) ,(5633,134,'2014-07-11','2014-07-11 21:10:58',0) ,(5634,141,'2014-07-11','2014-07-11 22:21:46',0) ,(5635,141,'2014-07-11','2014-07-11 23:17:09',0) ,(5636,134,'2014-07-12','2014-07-12 02:37:58',0) ,(5637,134,'2014-07-12','2014-07-12 02:50:15',0) ,(5638,134,'2014-07-12','2014-07-12 06:31:29',0) ,(5639,130,'2014-07-12','2014-07-12 08:06:46',0) ,(5640,1,'2014-07-12','2014-07-12 08:07:30',0) ,(5641,1,'2014-07-12','2014-07-12 08:25:40',0) ,(5642,1,'2014-07-12','2014-07-12 09:07:15',0) ,(5643,144,'2014-07-12','2014-07-12 09:07:28',0) ,(5644,143,'2014-07-12','2014-07-12 09:07:28',0) ,(5645,130,'2014-07-12','2014-07-12 09:07:28',0) ,(5646,142,'2014-07-12','2014-07-12 09:07:28',0) ,(5647,128,'2014-07-12','2014-07-12 09:07:28',0) ,(5648,141,'2014-07-12','2014-07-12 09:07:28',0) ,(5649,146,'2014-07-12','2014-07-12 09:07:29',0) ,(5650,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5651,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5652,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5653,133,'2014-07-12','2014-07-12 09:07:46',0) ,(5654,131,'2014-07-12','2014-07-12 09:07:46',0) ,(5655,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5656,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5657,134,'2014-07-12','2014-07-12 09:07:46',0) ,(5658,132,'2014-07-12','2014-07-12 09:07:46',0) ,(5659,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5660,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5661,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5662,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5663,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5664,134,'2014-07-12','2014-07-12 09:07:47',0) ,(5665,134,'2014-07-12','2014-07-12 09:07:48',0) ,(5666,134,'2014-07-12','2014-07-12 09:07:48',0) ,(5667,110,'2014-07-12','2014-07-12 09:08:01',0) ,(5668,146,'2014-07-12','2014-07-12 11:12:07',0) ,(5669,146,'2014-07-12','2014-07-12 11:52:18',0) ,(5670,1,'2014-07-12','2014-07-12 14:10:34',0) ,(5671,142,'2014-07-12','2014-07-12 14:10:36',0) ,(5672,1,'2014-07-12','2014-07-12 14:24:39',1) ,(5673,106,'2014-07-12','2014-07-12 14:24:41',1) ,(5674,1,'2014-07-12','2014-07-12 14:34:20',1) ,(5675,1,'2014-07-12','2014-07-12 14:35:07',1) ,(5676,143,'2014-07-12','2014-07-12 14:35:09',1) ,(5677,1,'2014-07-12','2014-07-12 15:55:16',0) ,(5678,143,'2014-07-12','2014-07-12 16:59:43',1) ,(5679,143,'2014-07-12','2014-07-12 16:59:52',1) ,(5680,143,'2014-07-12','2014-07-12 17:01:04',1) ,(5681,2,'2014-07-12','2014-07-12 17:02:11',1) ,(5682,35,'2014-07-12','2014-07-12 17:02:18',1) ,(5683,2,'2014-07-12','2014-07-12 17:02:50',1) ,(5684,143,'2014-07-12','2014-07-12 17:02:52',1) ,(5685,143,'2014-07-12','2014-07-12 17:06:17',1) ,(5686,143,'2014-07-12','2014-07-12 17:06:47',1) ,(5687,143,'2014-07-12','2014-07-12 17:09:05',1) ,(5688,1,'2014-07-12','2014-07-12 17:09:19',1) ,(5689,1,'2014-07-12','2014-07-12 17:48:03',1) ,(5690,143,'2014-07-12','2014-07-12 17:48:23',1) ,(5691,1,'2014-07-12','2014-07-12 17:48:27',1) ,(5692,1,'2014-07-12','2014-07-12 17:48:59',1) ,(5693,1,'2014-07-12','2014-07-12 17:54:18',1) ,(5694,1,'2014-07-12','2014-07-12 18:34:12',0) ,(5695,146,'2014-07-12','2014-07-12 19:31:30',0) ,(5696,132,'2014-07-12','2014-07-12 19:48:19',0) ,(5697,142,'2014-07-13','2014-07-13 04:42:38',0) ,(5698,1,'2014-07-13','2014-07-13 06:50:12',1) ,(5699,1,'2014-07-13','2014-07-13 06:50:31',0) ,(5700,141,'2014-07-13','2014-07-13 06:50:51',0) ,(5701,142,'2014-07-13','2014-07-13 06:51:06',0) ,(5702,143,'2014-07-13','2014-07-13 06:51:15',0) ,(5703,144,'2014-07-13','2014-07-13 06:51:26',0) ,(5704,146,'2014-07-13','2014-07-13 06:51:43',0) ,(5705,144,'2014-07-13','2014-07-13 06:51:58',0) ,(5706,146,'2014-07-13','2014-07-13 06:51:59',1) ,(5707,1,'2014-07-13','2014-07-13 06:52:02',1) ,(5708,128,'2014-07-13','2014-07-13 06:52:06',0) ,(5709,130,'2014-07-13','2014-07-13 06:52:22',0) ,(5710,1,'2014-07-13','2014-07-13 06:52:41',0) ,(5711,1,'2014-07-13','2014-07-13 06:54:34',0) ,(5712,1,'2014-07-13','2014-07-13 06:59:13',0) ,(5713,1,'2014-07-13','2014-07-13 07:00:42',0) ,(5714,146,'2014-07-13','2014-07-13 07:01:20',1) ,(5715,146,'2014-07-13','2014-07-13 07:01:24',1) ,(5716,146,'2014-07-13','2014-07-13 07:03:25',1) ,(5717,128,'2014-07-13','2014-07-13 07:03:30',1) ,(5718,128,'2014-07-13','2014-07-13 07:03:36',1) ,(5719,128,'2014-07-13','2014-07-13 07:04:08',1) ,(5720,132,'2014-07-13','2014-07-13 07:04:15',1) ,(5721,128,'2014-07-13','2014-07-13 07:04:24',1) ,(5722,128,'2014-07-13','2014-07-13 07:04:28',1) ,(5723,128,'2014-07-13','2014-07-13 07:05:58',1) ,(5724,128,'2014-07-13','2014-07-13 07:06:08',1) ,(5725,128,'2014-07-13','2014-07-13 07:06:12',1) ,(5726,128,'2014-07-13','2014-07-13 07:06:52',1) ,(5727,146,'2014-07-13','2014-07-13 07:07:02',1) ,(5728,128,'2014-07-13','2014-07-13 07:07:04',1) ,(5729,128,'2014-07-13','2014-07-13 07:07:07',1) ,(5730,128,'2014-07-13','2014-07-13 07:07:18',1) ,(5731,146,'2014-07-13','2014-07-13 07:07:25',1) ,(5732,146,'2014-07-13','2014-07-13 07:07:29',1) ,(5733,146,'2014-07-13','2014-07-13 07:20:27',1) ,(5734,11,'2014-07-13','2014-07-13 07:21:00',1) ,(5735,1,'2014-07-13','2014-07-13 07:23:45',1) ,(5736,146,'2014-07-13','2014-07-13 07:23:49',1) ,(5737,146,'2014-07-13','2014-07-13 07:36:27',1) ,(5738,1,'2014-07-13','2014-07-13 08:07:08',0) ,(5739,146,'2014-07-13','2014-07-13 08:30:39',1) ,(5740,146,'2014-07-13','2014-07-13 08:31:31',1) ,(5741,146,'2014-07-13','2014-07-13 08:32:45',1) ,(5742,146,'2014-07-13','2014-07-13 09:40:40',1) ,(5743,146,'2014-07-13','2014-07-13 09:45:24',1) ,(5744,146,'2014-07-13','2014-07-13 12:31:53',1) ,(5745,146,'2014-07-13','2014-07-13 12:40:54',1) ,(5746,146,'2014-07-13','2014-07-13 12:40:55',1) ,(5747,146,'2014-07-13','2014-07-13 12:41:31',1) ,(5748,146,'2014-07-13','2014-07-13 12:41:49',1) ,(5749,146,'2014-07-13','2014-07-13 12:42:07',1) ,(5750,146,'2014-07-13','2014-07-13 12:42:26',1) ,(5751,146,'2014-07-13','2014-07-13 12:43:24',1) ,(5752,146,'2014-07-13','2014-07-13 12:44:24',1) ,(5753,146,'2014-07-13','2014-07-13 12:44:57',1) ,(5754,146,'2014-07-13','2014-07-13 12:45:17',1) ,(5755,146,'2014-07-13','2014-07-13 12:51:27',1) ,(5756,146,'2014-07-13','2014-07-13 12:59:11',1) ,(5757,1,'2014-07-13','2014-07-13 14:55:11',0) ,(5758,130,'2014-07-13','2014-07-13 16:54:46',0) ,(5759,132,'2014-07-13','2014-07-13 17:09:46',0) ,(5760,134,'2014-07-13','2014-07-13 17:23:02',0) ,(5761,134,'2014-07-13','2014-07-13 17:38:02',0) ,(5762,146,'2014-07-13','2014-07-13 18:09:27',1) ,(5763,106,'2014-07-13','2014-07-13 18:09:30',1) ,(5764,146,'2014-07-13','2014-07-13 18:09:39',1) ,(5765,146,'2014-07-13','2014-07-13 18:09:42',1) ,(5766,146,'2014-07-13','2014-07-13 18:19:09',1) ,(5767,146,'2014-07-13','2014-07-13 18:19:33',1) ,(5768,146,'2014-07-13','2014-07-13 18:20:25',1) ,(5769,146,'2014-07-13','2014-07-13 18:20:43',1) ,(5770,146,'2014-07-13','2014-07-13 18:25:08',1) ,(5771,146,'2014-07-13','2014-07-13 18:30:04',1) ,(5772,146,'2014-07-13','2014-07-13 18:30:19',1) ,(5773,146,'2014-07-13','2014-07-13 18:32:29',1) ,(5774,146,'2014-07-13','2014-07-13 18:35:07',1) ,(5775,146,'2014-07-13','2014-07-13 18:35:09',1) ,(5776,146,'2014-07-13','2014-07-13 18:35:45',1) ,(5777,146,'2014-07-13','2014-07-13 18:36:06',1) ,(5778,2,'2014-07-13','2014-07-13 18:36:13',1) ,(5779,7,'2014-07-13','2014-07-13 18:36:19',1) ,(5780,1,'2014-07-13','2014-07-13 18:38:19',1) ,(5781,146,'2014-07-13','2014-07-13 18:38:26',1) ,(5782,146,'2014-07-13','2014-07-13 18:38:59',1) ,(5783,146,'2014-07-13','2014-07-13 18:52:13',1) ,(5784,146,'2014-07-13','2014-07-13 18:53:27',1) ,(5785,146,'2014-07-13','2014-07-13 18:55:23',1) ,(5786,146,'2014-07-13','2014-07-13 18:57:41',1) ,(5787,146,'2014-07-13','2014-07-13 18:57:45',1) ,(5788,146,'2014-07-13','2014-07-13 18:57:49',1) ,(5789,146,'2014-07-13','2014-07-13 18:57:55',1) ,(5790,146,'2014-07-13','2014-07-13 18:58:02',1) ,(5791,146,'2014-07-13','2014-07-13 18:58:06',1) ,(5792,146,'2014-07-13','2014-07-13 18:58:12',1) ,(5793,146,'2014-07-13','2014-07-13 18:58:17',1) ,(5794,146,'2014-07-13','2014-07-13 18:58:22',1) ,(5795,146,'2014-07-13','2014-07-13 18:58:26',1) ,(5796,146,'2014-07-13','2014-07-13 18:58:31',1) ,(5797,146,'2014-07-13','2014-07-13 18:58:36',1) ,(5798,146,'2014-07-13','2014-07-13 18:58:41',1) ,(5799,146,'2014-07-13','2014-07-13 18:58:46',1) ,(5800,146,'2014-07-13','2014-07-13 18:58:56',1) ,(5801,146,'2014-07-13','2014-07-13 18:59:05',1) ,(5802,146,'2014-07-13','2014-07-13 18:59:07',1) ,(5803,146,'2014-07-13','2014-07-13 18:59:07',1) ,(5804,146,'2014-07-13','2014-07-13 18:59:08',1) ,(5805,146,'2014-07-13','2014-07-13 18:59:08',1) ,(5806,146,'2014-07-13','2014-07-13 18:59:08',1) ,(5807,146,'2014-07-13','2014-07-13 18:59:09',1) ,(5808,146,'2014-07-13','2014-07-13 18:59:09',1) ,(5809,146,'2014-07-13','2014-07-13 18:59:10',1) ,(5810,146,'2014-07-13','2014-07-13 18:59:10',1) ,(5811,146,'2014-07-13','2014-07-13 18:59:21',1) ,(5812,146,'2014-07-13','2014-07-13 18:59:22',1) ,(5813,146,'2014-07-13','2014-07-13 19:01:33',1) ,(5814,1,'2014-07-13','2014-07-13 19:01:38',1) ,(5815,1,'2014-07-13','2014-07-13 19:02:12',1) ,(5816,1,'2014-07-13','2014-07-13 19:02:12',1) ,(5817,1,'2014-07-13','2014-07-13 19:02:17',1) ,(5818,1,'2014-07-13','2014-07-13 19:10:52',0) ,(5819,146,'2014-07-13','2014-07-13 19:10:55',0) ,(5820,1,'2014-07-13','2014-07-13 22:09:51',0) ,(5821,130,'2014-07-14','2014-07-14 04:13:18',0) ,(5822,134,'2014-07-14','2014-07-14 06:51:18',0) ,(5823,1,'2014-07-14','2014-07-14 07:56:14',0) ,(5824,1,'2014-07-14','2014-07-14 10:27:04',0) ,(5825,1,'2014-07-14','2014-07-14 13:04:46',0) ,(5826,1,'2014-07-14','2014-07-14 17:25:57',0) ,(5827,1,'2014-07-14','2014-07-14 17:25:59',0) ,(5828,141,'2014-07-14','2014-07-14 17:26:01',0) ,(5829,128,'2014-07-14','2014-07-14 17:26:03',0) ,(5830,130,'2014-07-14','2014-07-14 17:26:05',0) ,(5831,132,'2014-07-14','2014-07-14 17:26:08',0) ,(5832,142,'2014-07-14','2014-07-14 17:26:10',0) ,(5833,143,'2014-07-14','2014-07-14 17:26:12',0) ,(5834,144,'2014-07-14','2014-07-14 17:26:13',0) ,(5835,146,'2014-07-14','2014-07-14 17:26:15',0) ,(5836,131,'2014-07-14','2014-07-14 17:26:19',0) ,(5837,134,'2014-07-14','2014-07-14 17:26:21',0) ,(5838,1,'2014-07-14','2014-07-14 19:44:16',0) ,(5839,1,'2014-07-14','2014-07-14 22:46:28',0) ,(5840,1,'2014-07-14','2014-07-14 22:46:28',0) ,(5841,1,'2014-07-15','2014-07-15 08:07:33',0) ,(5842,1,'2014-07-15','2014-07-15 08:28:37',0) ,(5843,128,'2014-07-15','2014-07-15 08:48:51',0) ,(5844,1,'2014-07-15','2014-07-15 09:21:57',0) ,(5845,1,'2014-07-15','2014-07-15 09:21:59',0) ,(5846,1,'2014-07-15','2014-07-15 09:22:00',0) ,(5847,134,'2014-07-15','2014-07-15 12:08:22',0) ,(5848,1,'2014-07-15','2014-07-15 15:14:16',0) ,(5849,144,'2014-07-15','2014-07-15 15:14:18',0) ,(5850,128,'2014-07-15','2014-07-15 15:14:19',0) ,(5851,146,'2014-07-15','2014-07-15 15:14:20',0) ,(5852,141,'2014-07-15','2014-07-15 15:14:21',0) ,(5853,143,'2014-07-15','2014-07-15 15:14:21',0) ,(5854,142,'2014-07-15','2014-07-15 15:14:22',0) ,(5855,1,'2014-07-15','2014-07-15 16:00:38',0) ,(5856,1,'2014-07-15','2014-07-15 16:25:19',0) ,(5857,1,'2014-07-15','2014-07-15 18:15:30',0) ,(5858,1,'2014-07-15','2014-07-15 21:47:04',0) ,(5859,133,'2014-07-15','2014-07-15 21:58:23',0) ,(5860,146,'2014-07-15','2014-07-15 22:08:27',0) ,(5861,144,'2014-07-15','2014-07-15 22:43:15',0) ,(5862,1,'2014-07-16','2014-07-16 06:35:26',0) ,(5863,1,'2014-07-16','2014-07-16 07:56:18',0) ,(5864,1,'2014-07-16','2014-07-16 08:07:40',0) ,(5865,1,'2014-07-16','2014-07-16 09:51:18',0) ,(5866,141,'2014-07-16','2014-07-16 11:55:36',0) ,(5867,1,'2014-07-16','2014-07-16 12:24:35',0) ,(5868,1,'2014-07-16','2014-07-16 14:39:59',0) ,(5869,1,'2014-07-16','2014-07-16 16:03:25',0) ,(5870,134,'2014-07-16','2014-07-16 22:02:05',0) ,(5871,1,'2014-07-17','2014-07-17 08:07:49',0) ,(5872,134,'2014-07-17','2014-07-17 08:08:33',0) ,(5873,134,'2014-07-17','2014-07-17 08:46:25',0) ,(5874,1,'2014-07-17','2014-07-17 09:52:35',0) ,(5875,128,'2014-07-17','2014-07-17 19:35:15',0) ,(5876,131,'2014-07-17','2014-07-17 19:35:18',0) ,(5877,131,'2014-07-17','2014-07-17 19:35:21',0) ,(5878,131,'2014-07-17','2014-07-17 19:35:24',0) ,(5879,131,'2014-07-17','2014-07-17 19:35:27',0) ,(5880,128,'2014-07-17','2014-07-17 19:35:30',0) ,(5881,131,'2014-07-17','2014-07-17 19:35:32',0) ,(5882,1,'2014-07-17','2014-07-17 19:35:33',0) ,(5883,1,'2014-07-17','2014-07-17 19:35:35',0) ,(5884,141,'2014-07-17','2014-07-17 19:35:40',0) ,(5885,142,'2014-07-17','2014-07-17 19:35:42',0) ,(5886,143,'2014-07-17','2014-07-17 19:35:43',0) ,(5887,144,'2014-07-17','2014-07-17 19:35:45',0) ,(5888,146,'2014-07-17','2014-07-17 19:35:46',0) ,(5889,130,'2014-07-17','2014-07-17 19:35:47',0) ,(5890,132,'2014-07-17','2014-07-17 19:35:49',0) ,(5891,1,'2014-07-17','2014-07-17 22:46:53',0) ,(5892,1,'2014-07-18','2014-07-18 03:26:41',0) ,(5893,141,'2014-07-18','2014-07-18 03:32:40',0) ,(5894,1,'2014-07-18','2014-07-18 03:47:47',0) ,(5895,1,'2014-07-18','2014-07-18 08:07:54',0) ,(5896,134,'2014-07-18','2014-07-18 08:46:04',0) ,(5897,1,'2014-07-18','2014-07-18 09:12:33',0) ,(5898,1,'2014-07-18','2014-07-18 12:55:48',0) ,(5899,128,'2014-07-18','2014-07-18 13:22:01',0) ,(5900,1,'2014-07-18','2014-07-18 16:36:04',0) ,(5901,146,'2014-07-18','2014-07-18 18:28:00',0) ,(5902,1,'2014-07-18','2014-07-18 20:13:34',0) ,(5903,132,'2014-07-18','2014-07-18 22:14:29',0) ,(5904,143,'2014-07-18','2014-07-18 23:12:00',0) ,(5905,1,'2014-07-18','2014-07-18 23:49:44',0) ,(5906,141,'2014-07-19','2014-07-19 00:27:37',0) ,(5907,146,'2014-07-19','2014-07-19 01:09:40',0) ,(5908,1,'2014-07-19','2014-07-19 01:37:35',0) ,(5909,146,'2014-07-19','2014-07-19 01:43:19',0) ,(5910,1,'2014-07-19','2014-07-19 04:10:43',0) ,(5911,143,'2014-07-19','2014-07-19 04:24:10',0) ,(5912,132,'2014-07-19','2014-07-19 05:51:30',0) ,(5913,1,'2014-07-19','2014-07-19 06:12:50',0) ,(5914,141,'2014-07-19','2014-07-19 06:14:39',0) ,(5915,142,'2014-07-19','2014-07-19 06:17:26',0) ,(5916,142,'2014-07-19','2014-07-19 06:17:34',0) ,(5917,1,'2014-07-19','2014-07-19 06:20:32',0) ,(5918,142,'2014-07-19','2014-07-19 06:20:40',0) ,(5919,144,'2014-07-19','2014-07-19 06:21:40',0) ,(5920,146,'2014-07-19','2014-07-19 06:22:13',0) ,(5921,146,'2014-07-19','2014-07-19 06:23:30',0) ,(5922,146,'2014-07-19','2014-07-19 06:24:19',0) ,(5923,128,'2014-07-19','2014-07-19 06:24:26',0) ,(5924,130,'2014-07-19','2014-07-19 06:25:11',0) ,(5925,1,'2014-07-19','2014-07-19 08:08:24',0) ,(5926,1,'2014-07-19','2014-07-19 09:40:41',0) ,(5927,134,'2014-07-19','2014-07-19 13:02:34',0) ,(5928,146,'2014-07-19','2014-07-19 13:05:01',0) ,(5929,1,'2014-07-19','2014-07-19 16:21:12',0) ,(5930,134,'2014-07-19','2014-07-19 18:20:44',0) ,(5931,134,'2014-07-19','2014-07-19 18:39:37',0) ,(5932,128,'2014-07-19','2014-07-19 19:34:33',0) ,(5933,132,'2014-07-19','2014-07-19 20:18:09',0) ,(5934,131,'2014-07-19','2014-07-19 21:01:51',0) ,(5935,130,'2014-07-19','2014-07-19 21:47:54',0) ,(5936,133,'2014-07-19','2014-07-19 22:32:18',0) ,(5937,110,'2014-07-20','2014-07-20 00:02:13',0) ,(5938,1,'2014-07-20','2014-07-20 03:16:10',0) ,(5939,141,'2014-07-20','2014-07-20 04:15:11',0) ,(5940,134,'2014-07-20','2014-07-20 05:30:23',0) ,(5941,130,'2014-07-20','2014-07-20 05:35:26',0) ,(5942,1,'2014-07-20','2014-07-20 09:34:46',0) ,(5943,132,'2014-07-20','2014-07-20 14:02:07',0) ,(5944,133,'2014-07-20','2014-07-20 22:09:49',0) ,(5945,134,'2014-07-21','2014-07-21 01:30:09',0) ,(5946,1,'2014-07-21','2014-07-21 08:07:45',0) ,(5947,1,'2014-07-21','2014-07-21 14:59:32',0) ,(5948,134,'2014-07-21','2014-07-21 20:16:42',0) ,(5949,134,'2014-07-21','2014-07-21 20:33:01',0) ,(5950,134,'2014-07-21','2014-07-21 20:53:17',0) ,(5951,141,'2014-07-21','2014-07-21 22:12:17',0) ,(5952,134,'2014-07-22','2014-07-22 02:06:11',0) ,(5953,1,'2014-07-22','2014-07-22 04:57:50',0) ,(5954,1,'2014-07-22','2014-07-22 08:07:46',0) ,(5955,1,'2014-07-22','2014-07-22 08:17:14',0) ,(5956,131,'2014-07-22','2014-07-22 11:24:31',0) ,(5957,131,'2014-07-22','2014-07-22 11:24:32',0) ,(5958,131,'2014-07-22','2014-07-22 11:24:36',0) ,(5959,131,'2014-07-22','2014-07-22 11:24:39',0) ,(5960,1,'2014-07-22','2014-07-22 11:57:03',0) ,(5961,1,'2014-07-22','2014-07-22 14:13:58',0) ,(5962,134,'2014-07-22','2014-07-22 17:37:29',0) ,(5963,1,'2014-07-22','2014-07-22 21:31:30',0) ,(5964,1,'2014-07-22','2014-07-22 22:01:39',0) ,(5965,144,'2014-07-23','2014-07-23 00:21:29',0) ,(5966,1,'2014-07-23','2014-07-23 00:36:07',0) ,(5967,1,'2014-07-23','2014-07-23 00:59:32',0) ,(5968,1,'2014-07-23','2014-07-23 01:30:14',0) ,(5969,1,'2014-07-23','2014-07-23 05:10:51',0) ,(5970,1,'2014-07-23','2014-07-23 06:01:50',0) ,(5971,1,'2014-07-23','2014-07-23 08:51:51',0) ,(5972,1,'2014-07-23','2014-07-23 12:09:46',0) ,(5973,134,'2014-07-23','2014-07-23 14:12:26',0) ,(5974,134,'2014-07-23','2014-07-23 14:24:16',0) ,(5975,144,'2014-07-23','2014-07-23 15:54:30',0) ,(5976,130,'2014-07-23','2014-07-23 20:14:59',0) ,(5977,133,'2014-07-23','2014-07-23 20:15:02',0) ,(5978,1,'2014-07-23','2014-07-23 23:11:45',0) ,(5979,1,'2014-07-23','2014-07-23 23:31:15',0) ,(5980,134,'2014-07-24','2014-07-24 00:24:28',0) ,(5981,131,'2014-07-24','2014-07-24 02:52:22',0) ,(5982,1,'2014-07-24','2014-07-24 04:30:48',0) ,(5983,1,'2014-07-24','2014-07-24 04:52:46',0) ,(5984,141,'2014-07-24','2014-07-24 04:53:08',0) ,(5985,142,'2014-07-24','2014-07-24 04:53:34',0) ,(5986,143,'2014-07-24','2014-07-24 04:53:51',0) ,(5987,144,'2014-07-24','2014-07-24 04:54:16',0) ,(5988,146,'2014-07-24','2014-07-24 04:54:57',0) ,(5989,128,'2014-07-24','2014-07-24 04:56:02',0) ,(5990,130,'2014-07-24','2014-07-24 04:56:46',0) ,(5991,128,'2014-07-24','2014-07-24 04:57:01',0) ,(5992,141,'2014-07-24','2014-07-24 04:57:17',0) ,(5993,128,'2014-07-24','2014-07-24 04:57:36',0) ,(5994,146,'2014-07-24','2014-07-24 04:57:39',0) ,(5995,144,'2014-07-24','2014-07-24 04:57:41',0) ,(5996,144,'2014-07-24','2014-07-24 04:57:42',0) ,(5997,1,'2014-07-24','2014-07-24 06:58:13',0) ,(5998,1,'2014-07-24','2014-07-24 08:08:17',0) ,(5999,1,'2014-07-24','2014-07-24 12:22:50',0) ,(6000,1,'2014-07-24','2014-07-24 14:02:39',0) ,(6001,133,'2014-07-24','2014-07-24 19:37:20',0) ,(6002,1,'2014-07-25','2014-07-25 02:13:23',0) ,(6003,146,'2014-07-25','2014-07-25 04:35:04',0) ,(6004,1,'2014-07-25','2014-07-25 06:00:31',0) ,(6005,141,'2014-07-25','2014-07-25 07:05:05',0) ,(6006,1,'2014-07-25','2014-07-25 07:53:08',0) ,(6007,1,'2014-07-25','2014-07-25 10:53:31',0) ,(6008,144,'2014-07-25','2014-07-25 12:33:04',0) ,(6009,1,'2014-07-25','2014-07-25 13:12:16',0) ,(6010,130,'2014-07-25','2014-07-25 14:44:52',0) ,(6011,130,'2014-07-25','2014-07-25 21:02:22',0) ,(6012,142,'2014-07-26','2014-07-26 04:28:26',0) ,(6013,1,'2014-07-26','2014-07-26 08:07:26',0) ,(6014,1,'2014-07-26','2014-07-26 08:26:02',0) ,(6015,144,'2014-07-26','2014-07-26 08:57:15',0) ,(6016,1,'2014-07-26','2014-07-26 09:22:06',0) ,(6017,1,'2014-07-26','2014-07-26 09:42:44',0) ,(6018,134,'2014-07-26','2014-07-26 10:20:20',0) ,(6019,134,'2014-07-26','2014-07-26 11:16:22',0) ,(6020,1,'2014-07-26','2014-07-26 16:48:11',0) ,(6021,132,'2014-07-26','2014-07-26 19:55:11',0) ,(6022,131,'2014-07-26','2014-07-26 19:55:14',0) ,(6023,131,'2014-07-26','2014-07-26 19:55:15',0) ,(6024,131,'2014-07-26','2014-07-26 19:55:17',0) ,(6025,131,'2014-07-26','2014-07-26 19:55:18',0) ,(6026,1,'2014-07-26','2014-07-26 21:22:37',0) ,(6027,134,'2014-07-26','2014-07-26 21:46:35',0) ,(6028,134,'2014-07-26','2014-07-26 21:56:50',0) ,(6029,1,'2014-07-26','2014-07-26 22:17:06',0) ,(6030,1,'2014-07-26','2014-07-26 22:18:45',0) ,(6031,134,'2014-07-26','2014-07-26 23:32:35',0) ,(6032,132,'2014-07-27','2014-07-27 00:09:14',0) ,(6033,1,'2014-07-27','2014-07-27 01:07:59',0) ,(6034,1,'2014-07-27','2014-07-27 01:17:45',0) ,(6035,1,'2014-07-27','2014-07-27 05:00:28',0) ,(6036,1,'2014-07-27','2014-07-27 08:07:30',0) ,(6037,143,'2014-07-27','2014-07-27 12:56:00',0) ,(6038,1,'2014-07-27','2014-07-27 14:58:10',0) ,(6039,1,'2014-07-27','2014-07-27 14:58:17',0) ,(6040,1,'2014-07-27','2014-07-27 14:58:53',0) ,(6041,128,'2014-07-27','2014-07-27 15:53:09',0) ,(6042,130,'2014-07-27','2014-07-27 17:23:12',0) ,(6043,134,'2014-07-27','2014-07-27 17:29:22',0) ,(6044,1,'2014-07-27','2014-07-27 17:56:28',0) ,(6045,134,'2014-07-27','2014-07-27 21:08:04',0) ,(6046,131,'2014-07-27','2014-07-27 22:31:15',0) ,(6047,131,'2014-07-27','2014-07-27 22:31:18',0) ,(6048,128,'2014-07-27','2014-07-27 23:17:40',0) ,(6049,130,'2014-07-28','2014-07-28 00:13:43',0) ,(6050,134,'2014-07-28','2014-07-28 00:54:32',0) ,(6051,1,'2014-07-28','2014-07-28 02:02:12',0) ,(6052,131,'2014-07-28','2014-07-28 03:56:51',0) ,(6053,128,'2014-07-28','2014-07-28 07:08:10',0) ,(6054,1,'2014-07-28','2014-07-28 08:06:51',0) ,(6055,142,'2014-07-28','2014-07-28 09:05:42',0) ,(6056,1,'2014-07-28','2014-07-28 09:36:55',0) ,(6057,1,'2014-07-28','2014-07-28 15:37:16',0) ,(6058,130,'2014-07-28','2014-07-28 18:30:12',0) ,(6059,133,'2014-07-28','2014-07-28 18:30:15',0) ,(6060,134,'2014-07-28','2014-07-28 20:51:04',0) ,(6061,128,'2014-07-29','2014-07-29 01:19:11',0) ,(6062,134,'2014-07-29','2014-07-29 02:14:53',0) ,(6063,144,'2014-07-29','2014-07-29 02:33:54',0) ,(6064,134,'2014-07-29','2014-07-29 06:45:50',0) ,(6065,134,'2014-07-29','2014-07-29 07:25:48',0) ,(6066,1,'2014-07-29','2014-07-29 08:07:08',0) ,(6067,143,'2014-07-29','2014-07-29 13:46:17',0) ,(6068,134,'2014-07-29','2014-07-29 16:47:44',0) ,(6069,133,'2014-07-29','2014-07-29 18:49:52',0) ,(6070,132,'2014-07-29','2014-07-29 21:02:35',0) ,(6071,130,'2014-07-29','2014-07-29 21:05:18',0) ,(6072,133,'2014-07-29','2014-07-29 21:05:23',0) ,(6073,1,'2014-07-29','2014-07-29 21:22:51',0) ,(6074,143,'2014-07-29','2014-07-29 23:45:46',0) ,(6075,1,'2014-07-30','2014-07-30 02:52:48',0) ,(6076,134,'2014-07-30','2014-07-30 06:22:34',0) ,(6077,1,'2014-07-30','2014-07-30 06:54:42',0) ,(6078,1,'2014-07-30','2014-07-30 08:07:07',0) ,(6079,1,'2014-07-30','2014-07-30 08:10:17',0) ,(6080,1,'2014-07-30','2014-07-30 08:10:18',0) ,(6081,134,'2014-07-30','2014-07-30 11:24:09',0) ,(6082,1,'2014-07-30','2014-07-30 14:59:42',0) ,(6083,1,'2014-07-30','2014-07-30 17:47:09',0) ,(6084,134,'2014-07-30','2014-07-30 21:39:12',0) ,(6085,1,'2014-07-30','2014-07-30 21:58:29',0) ,(6086,1,'2014-07-30','2014-07-30 23:18:02',0) ,(6087,1,'2014-07-31','2014-07-31 01:10:23',0) ,(6088,1,'2014-07-31','2014-07-31 02:53:53',0) ,(6089,1,'2014-07-31','2014-07-31 07:39:21',0) ,(6090,1,'2014-07-31','2014-07-31 08:08:03',0) ,(6091,1,'2014-07-31','2014-07-31 08:12:31',0) ,(6092,1,'2014-07-31','2014-07-31 08:43:16',0) ,(6093,1,'2014-07-31','2014-07-31 08:45:17',0) ,(6094,146,'2014-07-31','2014-07-31 08:45:25',0) ,(6095,146,'2014-07-31','2014-07-31 08:45:58',0) ,(6096,146,'2014-07-31','2014-07-31 08:46:03',0) ,(6097,146,'2014-07-31','2014-07-31 08:46:05',0) ,(6098,128,'2014-07-31','2014-07-31 08:46:13',0) ,(6099,1,'2014-07-31','2014-07-31 10:44:32',0) ,(6100,1,'2014-07-31','2014-07-31 10:50:49',0) ,(6101,1,'2014-07-31','2014-07-31 15:47:01',0) ,(6102,1,'2014-07-31','2014-07-31 20:00:00',0) ,(6103,141,'2014-07-31','2014-07-31 20:03:39',0) ,(6104,142,'2014-07-31','2014-07-31 20:08:31',0) ,(6105,141,'2014-07-31','2014-07-31 20:14:21',0) ,(6106,1,'2014-07-31','2014-07-31 20:17:19',0) ,(6107,142,'2014-07-31','2014-07-31 20:19:07',0) ,(6108,143,'2014-07-31','2014-07-31 20:19:25',0) ,(6109,144,'2014-07-31','2014-07-31 20:20:20',0) ,(6110,146,'2014-07-31','2014-07-31 20:21:48',0) ,(6111,146,'2014-07-31','2014-07-31 20:23:01',0) ,(6112,146,'2014-07-31','2014-07-31 20:24:13',0) ,(6113,128,'2014-07-31','2014-07-31 20:24:58',0) ,(6114,130,'2014-07-31','2014-07-31 20:28:41',0) ,(6115,134,'2014-07-31','2014-07-31 20:29:33',0) ,(6116,130,'2014-07-31','2014-07-31 20:29:51',0) ,(6117,134,'2014-07-31','2014-07-31 20:30:02',0) ,(6118,134,'2014-07-31','2014-07-31 20:30:13',0) ,(6119,134,'2014-07-31','2014-07-31 20:30:26',0) ,(6120,134,'2014-07-31','2014-07-31 20:30:44',0) ,(6121,134,'2014-07-31','2014-07-31 20:30:52',0) ,(6122,1,'2014-07-31','2014-07-31 20:31:01',0) ,(6123,141,'2014-07-31','2014-07-31 20:32:23',0) ,(6124,142,'2014-07-31','2014-07-31 20:32:32',0) ,(6125,143,'2014-07-31','2014-07-31 20:32:47',0) ,(6126,128,'2014-07-31','2014-07-31 20:33:37',0) ,(6127,131,'2014-07-31','2014-07-31 20:34:11',0) ,(6128,128,'2014-07-31','2014-07-31 20:34:27',0) ,(6129,132,'2014-07-31','2014-07-31 20:34:31',0) ,(6130,128,'2014-07-31','2014-07-31 20:35:10',0) ,(6131,143,'2014-07-31','2014-07-31 20:36:27',0) ,(6132,1,'2014-07-31','2014-07-31 20:36:29',0) ,(6133,134,'2014-08-01','2014-08-01 01:26:03',0) ,(6134,143,'2014-08-01','2014-08-01 02:28:11',0) ,(6135,130,'2014-08-01','2014-08-01 02:35:34',0) ,(6136,133,'2014-08-01','2014-08-01 02:35:36',0) ,(6137,131,'2014-08-01','2014-08-01 05:17:18',0) ,(6138,142,'2014-08-01','2014-08-01 05:17:20',0) ,(6139,1,'2014-08-01','2014-08-01 06:15:16',0) ,(6140,1,'2014-08-01','2014-08-01 08:07:23',0) ,(6141,1,'2014-08-01','2014-08-01 09:22:22',0) ,(6142,1,'2014-08-01','2014-08-01 09:22:23',0) ,(6143,1,'2014-08-01','2014-08-01 09:22:24',0) ,(6144,1,'2014-08-01','2014-08-01 09:22:25',0) ,(6145,131,'2014-08-01','2014-08-01 09:31:45',0) ,(6146,1,'2014-08-01','2014-08-01 10:24:56',0) ,(6147,1,'2014-08-01','2014-08-01 11:55:48',0) ,(6148,134,'2014-08-01','2014-08-01 12:17:00',0) ,(6149,1,'2014-08-01','2014-08-01 18:35:17',0) ,(6150,134,'2014-08-01','2014-08-01 21:19:20',0) ,(6151,144,'2014-08-02','2014-08-02 01:48:55',0) ,(6152,1,'2014-08-02','2014-08-02 04:59:28',0) ,(6153,1,'2014-08-02','2014-08-02 08:07:07',0) ,(6154,141,'2014-08-02','2014-08-02 12:25:49',0) ,(6155,130,'2014-08-02','2014-08-02 19:12:24',0) ,(6156,1,'2014-08-02','2014-08-02 21:35:57',0) ,(6157,1,'2014-08-02','2014-08-02 22:55:37',0) ,(6158,1,'2014-08-03','2014-08-03 06:58:09',0) ,(6159,1,'2014-08-03','2014-08-03 07:07:14',0) ,(6160,131,'2014-08-03','2014-08-03 07:51:46',0) ,(6161,1,'2014-08-03','2014-08-03 08:06:43',0) ,(6162,110,'2014-08-03','2014-08-03 08:08:29',0) ,(6163,1,'2014-08-03','2014-08-03 14:56:25',0) ,(6164,134,'2014-08-03','2014-08-03 15:24:27',0) ,(6165,131,'2014-08-03','2014-08-03 17:28:43',0) ,(6166,131,'2014-08-03','2014-08-03 17:28:45',0) ,(6167,1,'2014-08-03','2014-08-03 20:31:46',0) ,(6168,134,'2014-08-03','2014-08-03 21:53:50',0) ,(6169,134,'2014-08-03','2014-08-03 23:54:22',0) ,(6170,1,'2014-08-04','2014-08-04 00:13:42',0) ,(6171,141,'2014-08-04','2014-08-04 00:17:15',0) ,(6172,142,'2014-08-04','2014-08-04 00:18:07',0) ,(6173,143,'2014-08-04','2014-08-04 00:18:36',0) ,(6174,128,'2014-08-04','2014-08-04 00:18:57',0) ,(6175,1,'2014-08-04','2014-08-04 00:21:03',0) ,(6176,1,'2014-08-04','2014-08-04 00:21:08',0) ,(6177,1,'2014-08-04','2014-08-04 00:23:38',0) ,(6178,128,'2014-08-04','2014-08-04 00:32:48',0) ,(6179,143,'2014-08-04','2014-08-04 00:32:49',0) ,(6180,1,'2014-08-04','2014-08-04 04:28:01',0) ,(6181,128,'2014-08-04','2014-08-04 06:56:34',0) ,(6182,1,'2014-08-04','2014-08-04 08:06:33',0) ,(6183,134,'2014-08-04','2014-08-04 10:16:51',0) ,(6184,134,'2014-08-04','2014-08-04 10:22:17',0) ,(6185,1,'2014-08-04','2014-08-04 10:36:39',0) ,(6186,131,'2014-08-04','2014-08-04 11:21:16',0) ,(6187,131,'2014-08-04','2014-08-04 11:21:18',0) ,(6188,131,'2014-08-04','2014-08-04 11:21:19',0) ,(6189,131,'2014-08-04','2014-08-04 11:21:20',0) ,(6190,131,'2014-08-04','2014-08-04 11:21:22',0) ,(6191,134,'2014-08-04','2014-08-04 12:37:05',0) ,(6192,144,'2014-08-04','2014-08-04 14:50:52',0) ,(6193,1,'2014-08-04','2014-08-04 18:31:09',0) ,(6194,1,'2014-08-04','2014-08-04 20:37:49',0) ,(6195,1,'2014-08-04','2014-08-04 22:00:26',0) ,(6196,1,'2014-08-05','2014-08-05 08:07:17',0) ,(6197,1,'2014-08-05','2014-08-05 14:34:32',0) ,(6198,110,'2014-08-05','2014-08-05 22:21:35',0) ,(6199,144,'2014-08-05','2014-08-05 22:27:48',0) ,(6200,142,'2014-08-05','2014-08-05 23:21:14',0) ,(6201,1,'2014-08-06','2014-08-06 01:29:56',0) ,(6202,1,'2014-08-06','2014-08-06 02:00:14',0) ,(6203,132,'2014-08-06','2014-08-06 04:12:51',0) ,(6204,131,'2014-08-06','2014-08-06 04:44:58',0) ,(6205,128,'2014-08-06','2014-08-06 07:37:09',0) ,(6206,141,'2014-08-06','2014-08-06 07:37:58',0) ,(6207,142,'2014-08-06','2014-08-06 07:38:17',0) ,(6208,143,'2014-08-06','2014-08-06 07:38:27',0) ,(6209,144,'2014-08-06','2014-08-06 07:38:40',0) ,(6210,146,'2014-08-06','2014-08-06 07:38:54',0) ,(6211,128,'2014-08-06','2014-08-06 07:39:38',0) ,(6212,130,'2014-08-06','2014-08-06 07:40:00',0) ,(6213,128,'2014-08-06','2014-08-06 07:40:12',0) ,(6214,128,'2014-08-06','2014-08-06 07:40:13',0) ,(6215,128,'2014-08-06','2014-08-06 07:40:13',0) ,(6216,128,'2014-08-06','2014-08-06 07:40:14',0) ,(6217,146,'2014-08-06','2014-08-06 07:40:15',0) ,(6218,144,'2014-08-06','2014-08-06 07:40:17',0) ,(6219,143,'2014-08-06','2014-08-06 07:40:18',0) ,(6220,142,'2014-08-06','2014-08-06 07:40:20',0) ,(6221,141,'2014-08-06','2014-08-06 07:40:22',0) ,(6222,128,'2014-08-06','2014-08-06 07:40:24',0) ,(6223,1,'2014-08-06','2014-08-06 08:07:10',0) ,(6224,1,'2014-08-06','2014-08-06 08:19:59',0) ,(6225,128,'2014-08-06','2014-08-06 17:18:01',0) ,(6226,1,'2014-08-06','2014-08-06 21:39:32',0) ,(6227,1,'2014-08-06','2014-08-06 21:53:08',0) ,(6228,134,'2014-08-06','2014-08-06 22:26:30',0) ,(6229,134,'2014-08-06','2014-08-06 22:38:14',0) ,(6230,1,'2014-08-06','2014-08-06 22:44:43',0) ,(6231,1,'2014-08-07','2014-08-07 04:02:19',0) ,(6232,143,'2014-08-07','2014-08-07 04:02:22',0) ,(6233,142,'2014-08-07','2014-08-07 04:02:26',0) ,(6234,128,'2014-08-07','2014-08-07 04:02:28',0) ,(6235,132,'2014-08-07','2014-08-07 04:02:29',0) ,(6236,141,'2014-08-07','2014-08-07 04:02:31',0) ,(6237,1,'2014-08-07','2014-08-07 04:02:32',0) ,(6238,131,'2014-08-07','2014-08-07 04:02:35',0) ,(6239,142,'2014-08-07','2014-08-07 04:02:36',0) ,(6240,1,'2014-08-07','2014-08-07 08:06:55',0) ,(6241,134,'2014-08-07','2014-08-07 09:10:16',0) ,(6242,131,'2014-08-07','2014-08-07 12:17:50',0) ,(6243,142,'2014-08-07','2014-08-07 12:17:51',0) ,(6244,1,'2014-08-07','2014-08-07 19:41:00',0) ,(6245,1,'2014-08-07','2014-08-07 20:22:23',0) ,(6246,1,'2014-08-07','2014-08-07 21:52:29',0) ,(6247,1,'2014-08-08','2014-08-08 01:04:57',0) ,(6248,1,'2014-08-08','2014-08-08 05:55:55',0) ,(6249,1,'2014-08-08','2014-08-08 08:07:10',0) ,(6250,1,'2014-08-08','2014-08-08 11:56:10',0) ,(6251,1,'2014-08-08','2014-08-08 12:39:42',0) ,(6252,1,'2014-08-08','2014-08-08 13:48:16',0) ,(6253,144,'2014-08-08','2014-08-08 14:11:50',0) ,(6254,130,'2014-08-08','2014-08-08 15:28:53',0) ,(6255,1,'2014-08-08','2014-08-08 16:15:34',0) ,(6256,133,'2014-08-08','2014-08-08 16:51:00',0) ,(6257,1,'2014-08-08','2014-08-08 18:07:13',0) ,(6258,1,'2014-08-08','2014-08-08 18:35:20',0) ,(6259,134,'2014-08-08','2014-08-08 19:20:24',0) ,(6260,144,'2014-08-08','2014-08-08 23:26:27',0) ,(6261,134,'2014-08-08','2014-08-08 23:39:40',0) ,(6262,130,'2014-08-09','2014-08-09 06:16:12',0) ,(6263,1,'2014-08-09','2014-08-09 06:48:31',0) ,(6264,1,'2014-08-09','2014-08-09 06:58:50',0) ,(6265,1,'2014-08-09','2014-08-09 07:22:09',0) ,(6266,144,'2014-08-09','2014-08-09 07:26:00',0) ,(6267,1,'2014-08-09','2014-08-09 08:07:13',0) ,(6268,134,'2014-08-09','2014-08-09 15:31:34',0) ,(6269,1,'2014-08-09','2014-08-09 19:41:20',0) ,(6270,134,'2014-08-09','2014-08-09 19:51:31',0) ,(6271,134,'2014-08-09','2014-08-09 21:22:05',0) ,(6272,1,'2014-08-09','2014-08-09 22:06:56',0) ,(6273,134,'2014-08-10','2014-08-10 01:29:59',0) ,(6274,1,'2014-08-10','2014-08-10 04:58:35',0) ,(6275,1,'2014-08-10','2014-08-10 07:10:31',0) ,(6276,1,'2014-08-10','2014-08-10 07:12:00',0) ,(6277,1,'2014-08-10','2014-08-10 08:07:02',0) ,(6278,1,'2014-08-10','2014-08-10 10:31:32',0) ,(6279,1,'2014-08-10','2014-08-10 10:45:06',0) ,(6280,134,'2014-08-10','2014-08-10 13:07:07',0) ,(6281,130,'2014-08-10','2014-08-10 13:23:23',0) ,(6282,134,'2014-08-11','2014-08-11 00:41:34',0) ,(6283,134,'2014-08-11','2014-08-11 00:45:38',0) ,(6284,134,'2014-08-11','2014-08-11 01:38:22',0) ,(6285,146,'2014-08-11','2014-08-11 02:08:22',0) ,(6286,134,'2014-08-11','2014-08-11 04:34:10',0) ,(6287,134,'2014-08-11','2014-08-11 05:05:16',0) ,(6288,1,'2014-08-11','2014-08-11 06:50:00',0) ,(6289,1,'2014-08-11','2014-08-11 06:59:21',0) ,(6290,1,'2014-08-11','2014-08-11 08:06:56',0) ,(6291,1,'2014-08-11','2014-08-11 09:40:59',0) ,(6292,1,'2014-08-11','2014-08-11 10:58:03',0) ,(6293,1,'2014-08-11','2014-08-11 11:26:50',0) ,(6294,130,'2014-08-11','2014-08-11 14:23:52',0) ,(6295,134,'2014-08-11','2014-08-11 16:36:31',0) ,(6296,1,'2014-08-11','2014-08-11 19:33:14',0) ,(6297,1,'2014-08-11','2014-08-11 19:59:03',0) ,(6298,128,'2014-08-11','2014-08-11 19:59:04',0) ,(6299,1,'2014-08-11','2014-08-11 21:43:09',0) ,(6300,146,'2014-08-11','2014-08-11 22:11:46',0) ,(6301,144,'2014-08-11','2014-08-11 23:29:50',0) ,(6302,131,'2014-08-12','2014-08-12 02:03:50',0) ,(6303,1,'2014-08-12','2014-08-12 02:16:51',0) ,(6304,134,'2014-08-12','2014-08-12 05:01:26',0) ,(6305,1,'2014-08-12','2014-08-12 05:01:56',0) ,(6306,134,'2014-08-12','2014-08-12 05:51:22',0) ,(6307,1,'2014-08-12','2014-08-12 06:37:19',0) ,(6308,131,'2014-08-12','2014-08-12 06:38:49',0) ,(6309,131,'2014-08-12','2014-08-12 06:38:50',0) ,(6310,1,'2014-08-12','2014-08-12 08:07:17',0) ,(6311,131,'2014-08-12','2014-08-12 09:50:07',0) ,(6312,142,'2014-08-12','2014-08-12 09:50:11',0) ,(6313,1,'2014-08-12','2014-08-12 10:27:55',0) ,(6314,134,'2014-08-12','2014-08-12 11:21:59',0) ,(6315,141,'2014-08-12','2014-08-12 11:32:17',0) ,(6316,131,'2014-08-12','2014-08-12 13:15:20',0) ,(6317,142,'2014-08-12','2014-08-12 13:15:21',0) ,(6318,134,'2014-08-12','2014-08-12 13:34:26',0) ,(6319,132,'2014-08-12','2014-08-12 14:37:21',0) ,(6320,132,'2014-08-12','2014-08-12 16:30:47',0) ,(6321,133,'2014-08-12','2014-08-12 18:02:25',0) ,(6322,1,'2014-08-12','2014-08-12 19:56:28',0) ,(6323,1,'2014-08-12','2014-08-12 19:56:28',0) ,(6324,1,'2014-08-12','2014-08-12 20:42:10',0) ,(6325,1,'2014-08-12','2014-08-12 20:55:09',0) ,(6326,134,'2014-08-12','2014-08-12 21:56:04',0) ,(6327,134,'2014-08-12','2014-08-12 22:24:15',0) ,(6328,131,'2014-08-12','2014-08-12 23:04:15',0) ,(6329,131,'2014-08-12','2014-08-12 23:04:17',0) ,(6330,1,'2014-08-13','2014-08-13 02:02:29',0) ,(6331,143,'2014-08-13','2014-08-13 02:45:51',0) ,(6332,1,'2014-08-13','2014-08-13 03:46:12',0) ,(6333,134,'2014-08-13','2014-08-13 03:53:17',0) ,(6334,130,'2014-08-13','2014-08-13 05:59:53',0) ,(6335,134,'2014-08-13','2014-08-13 07:50:05',0) ,(6336,134,'2014-08-13','2014-08-13 08:02:59',0) ,(6337,1,'2014-08-13','2014-08-13 08:07:02',0) ,(6338,1,'2014-08-13','2014-08-13 09:24:06',0) ,(6339,134,'2014-08-13','2014-08-13 09:24:50',0) ,(6340,1,'2014-08-13','2014-08-13 10:38:00',0) ,(6341,146,'2014-08-13','2014-08-13 10:38:35',0) ,(6342,1,'2014-08-13','2014-08-13 10:39:01',0) ,(6343,141,'2014-08-13','2014-08-13 10:39:05',0) ,(6344,1,'2014-08-13','2014-08-13 10:39:32',0) ,(6345,128,'2014-08-13','2014-08-13 10:45:28',0) ,(6346,141,'2014-08-13','2014-08-13 10:45:55',0) ,(6347,130,'2014-08-13','2014-08-13 10:46:13',0) ,(6348,144,'2014-08-13','2014-08-13 10:54:52',0) ,(6349,1,'2014-08-13','2014-08-13 11:11:34',0) ,(6350,1,'2014-08-13','2014-08-13 11:17:28',0) ,(6351,142,'2014-08-13','2014-08-13 11:24:55',0) ,(6352,143,'2014-08-13','2014-08-13 11:32:26',0) ,(6353,134,'2014-08-13','2014-08-13 14:41:32',0) ,(6354,142,'2014-08-13','2014-08-13 16:18:39',0) ,(6355,134,'2014-08-13','2014-08-13 17:51:45',0) ,(6356,1,'2014-08-13','2014-08-13 17:56:55',0) ,(6357,131,'2014-08-13','2014-08-13 18:35:34',0) ,(6358,146,'2014-08-13','2014-08-13 19:13:43',0) ,(6359,144,'2014-08-13','2014-08-13 21:09:17',0) ,(6360,133,'2014-08-13','2014-08-13 21:32:38',0) ,(6361,1,'2014-08-13','2014-08-13 21:37:01',0) ,(6362,143,'2014-08-14','2014-08-14 01:03:52',0) ,(6363,142,'2014-08-14','2014-08-14 02:46:46',0) ,(6364,1,'2014-08-14','2014-08-14 04:04:25',0) ,(6365,134,'2014-08-14','2014-08-14 04:22:08',0) ,(6366,142,'2014-08-14','2014-08-14 05:32:08',0) ,(6367,134,'2014-08-14','2014-08-14 06:55:01',0) ,(6368,1,'2014-08-14','2014-08-14 08:06:59',0) ,(6369,1,'2014-08-14','2014-08-14 08:57:50',0) ,(6370,134,'2014-08-14','2014-08-14 10:20:52',0) ,(6371,1,'2014-08-14','2014-08-14 12:14:27',0) ,(6372,1,'2014-08-14','2014-08-14 16:06:24',0) ,(6373,1,'2014-08-14','2014-08-14 20:10:17',0) ,(6374,142,'2014-08-14','2014-08-14 21:19:54',0) ,(6375,141,'2014-08-14','2014-08-14 22:01:35',0) ,(6376,1,'2014-08-14','2014-08-14 22:49:03',0) ,(6377,1,'2014-08-14','2014-08-14 22:49:05',0) ,(6378,141,'2014-08-14','2014-08-14 22:49:07',0) ,(6379,128,'2014-08-14','2014-08-14 22:49:08',0) ,(6380,130,'2014-08-14','2014-08-14 22:49:10',0) ,(6381,132,'2014-08-14','2014-08-14 22:49:12',0) ,(6382,142,'2014-08-14','2014-08-14 22:49:14',0) ,(6383,143,'2014-08-14','2014-08-14 22:49:15',0) ,(6384,144,'2014-08-14','2014-08-14 22:49:17',0) ,(6385,146,'2014-08-14','2014-08-14 22:49:18',0) ,(6386,131,'2014-08-14','2014-08-14 22:49:21',0) ,(6387,134,'2014-08-14','2014-08-14 22:49:23',0) ,(6388,1,'2014-08-14','2014-08-14 22:57:28',0) ,(6389,1,'2014-08-14','2014-08-14 22:57:28',0) ,(6390,144,'2014-08-14','2014-08-14 23:20:55',0) ,(6391,1,'2014-08-15','2014-08-15 00:21:25',0) ,(6392,142,'2014-08-15','2014-08-15 00:54:29',0) ,(6393,130,'2014-08-15','2014-08-15 01:06:00',0) ,(6394,1,'2014-08-15','2014-08-15 02:10:47',0) ,(6395,134,'2014-08-15','2014-08-15 02:45:08',0) ,(6396,131,'2014-08-15','2014-08-15 06:38:16',0) ,(6397,142,'2014-08-15','2014-08-15 06:38:18',0) ,(6398,131,'2014-08-15','2014-08-15 07:41:05',0) ,(6399,1,'2014-08-15','2014-08-15 07:47:32',0) ,(6400,1,'2014-08-15','2014-08-15 08:07:12',0) ,(6401,1,'2014-08-15','2014-08-15 09:13:57',0) ,(6402,1,'2014-08-15','2014-08-15 18:14:20',0) ,(6403,1,'2014-08-15','2014-08-15 22:01:19',0) ,(6404,134,'2014-08-15','2014-08-15 22:28:26',0) ,(6405,134,'2014-08-15','2014-08-15 23:12:28',0) ,(6406,1,'2014-08-15','2014-08-15 23:24:22',0) ,(6407,1,'2014-08-16','2014-08-16 00:06:53',0) ,(6408,1,'2014-08-16','2014-08-16 00:25:59',0) ,(6409,1,'2014-08-16','2014-08-16 04:02:56',0) ,(6410,1,'2014-08-16','2014-08-16 08:06:56',0) ,(6411,134,'2014-08-16','2014-08-16 09:16:17',0) ,(6412,1,'2014-08-16','2014-08-16 10:38:37',0) ,(6413,141,'2014-08-16','2014-08-16 10:38:38',0) ,(6414,144,'2014-08-16','2014-08-16 10:38:40',0) ,(6415,128,'2014-08-16','2014-08-16 10:38:41',0) ,(6416,142,'2014-08-16','2014-08-16 10:38:42',0) ,(6417,146,'2014-08-16','2014-08-16 10:38:43',0) ,(6418,1,'2014-08-16','2014-08-16 11:03:10',0) ,(6419,1,'2014-08-16','2014-08-16 15:30:22',0) ,(6420,1,'2014-08-16','2014-08-16 17:28:55',0) ,(6421,1,'2014-08-16','2014-08-16 18:38:50',0) ,(6422,131,'2014-08-16','2014-08-16 20:00:23',0) ,(6423,131,'2014-08-16','2014-08-16 20:00:25',0) ,(6424,130,'2014-08-17','2014-08-17 00:06:13',0) ,(6425,1,'2014-08-17','2014-08-17 05:29:39',0) ,(6426,1,'2014-08-17','2014-08-17 05:29:40',0) ,(6427,1,'2014-08-17','2014-08-17 05:29:41',0) ,(6428,1,'2014-08-17','2014-08-17 08:06:56',0) ,(6429,1,'2014-08-17','2014-08-17 08:07:17',0) ,(6430,134,'2014-08-17','2014-08-17 11:25:37',0) ,(6431,131,'2014-08-17','2014-08-17 14:51:32',0) ,(6432,142,'2014-08-17','2014-08-17 14:51:33',0) ,(6433,134,'2014-08-17','2014-08-17 16:37:04',0) ,(6434,1,'2014-08-17','2014-08-17 18:25:46',0) ,(6435,1,'2014-08-17','2014-08-17 20:11:19',0) ,(6436,144,'2014-08-17','2014-08-17 23:30:55',0) ,(6437,1,'2014-08-18','2014-08-18 08:06:51',0) ,(6438,1,'2014-08-18','2014-08-18 11:54:28',0) ,(6439,142,'2014-08-18','2014-08-18 12:44:04',0) ,(6440,134,'2014-08-18','2014-08-18 17:57:46',0) ,(6441,1,'2014-08-18','2014-08-18 18:22:08',0) ,(6442,1,'2014-08-18','2014-08-18 20:22:20',0) ,(6443,134,'2014-08-18','2014-08-18 20:47:09',0) ,(6444,1,'2014-08-18','2014-08-18 22:05:34',0) ,(6445,1,'2014-08-18','2014-08-18 22:21:44',0) ,(6446,134,'2014-08-18','2014-08-18 22:46:48',0) ,(6447,134,'2014-08-18','2014-08-18 23:09:37',0) ,(6448,134,'2014-08-19','2014-08-19 00:17:19',0) ,(6449,134,'2014-08-19','2014-08-19 01:58:57',0) ,(6450,1,'2014-08-19','2014-08-19 04:28:46',0) ,(6451,1,'2014-08-19','2014-08-19 07:53:24',0) ,(6452,1,'2014-08-19','2014-08-19 08:06:59',0) ,(6453,1,'2014-08-19','2014-08-19 08:33:42',0) ,(6454,134,'2014-08-19','2014-08-19 09:21:17',0) ,(6455,1,'2014-08-19','2014-08-19 09:54:57',0) ,(6456,134,'2014-08-19','2014-08-19 13:01:42',0) ,(6457,133,'2014-08-19','2014-08-19 13:57:45',0) ,(6458,131,'2014-08-19','2014-08-19 14:42:35',0) ,(6459,131,'2014-08-19','2014-08-19 14:42:37',0) ,(6460,1,'2014-08-19','2014-08-19 18:54:17',0) ,(6461,110,'2014-08-19','2014-08-19 19:02:39',0) ,(6462,1,'2014-08-20','2014-08-20 01:34:22',0) ,(6463,1,'2014-08-20','2014-08-20 02:52:27',0) ,(6464,1,'2014-08-20','2014-08-20 05:35:13',0) ,(6465,128,'2014-08-20','2014-08-20 05:45:31',0) ,(6466,1,'2014-08-20','2014-08-20 08:08:48',0) ,(6467,134,'2014-08-20','2014-08-20 11:50:43',0) ,(6468,1,'2014-08-20','2014-08-20 12:34:15',0) ,(6469,1,'2014-08-20','2014-08-20 14:09:49',0) ,(6470,130,'2014-08-20','2014-08-20 15:41:43',0) ,(6471,134,'2014-08-20','2014-08-20 17:12:24',0) ,(6472,1,'2014-08-20','2014-08-20 17:16:44',0) ,(6473,128,'2014-08-20','2014-08-20 18:55:28',0) ,(6474,1,'2014-08-20','2014-08-20 19:16:43',0) ,(6475,144,'2014-08-20','2014-08-20 19:46:12',0) ,(6476,131,'2014-08-21','2014-08-21 00:17:50',0) ,(6477,1,'2014-08-21','2014-08-21 01:54:59',0) ,(6478,134,'2014-08-21','2014-08-21 02:40:19',0) ,(6479,143,'2014-08-21','2014-08-21 03:17:11',0) ,(6480,1,'2014-08-21','2014-08-21 05:38:34',0) ,(6481,134,'2014-08-21','2014-08-21 05:42:31',0) ,(6482,134,'2014-08-21','2014-08-21 05:52:21',0) ,(6483,1,'2014-08-21','2014-08-21 08:07:11',0) ,(6484,1,'2014-08-21','2014-08-21 08:53:32',0) ,(6485,1,'2014-08-21','2014-08-21 10:32:15',0) ,(6486,134,'2014-08-21','2014-08-21 11:47:00',0) ,(6487,1,'2014-08-21','2014-08-21 20:35:34',0) ,(6488,134,'2014-08-21','2014-08-21 21:20:56',0) ,(6489,1,'2014-08-21','2014-08-21 21:30:29',0) ,(6490,1,'2014-08-21','2014-08-21 21:30:29',0) ,(6491,1,'2014-08-21','2014-08-21 23:49:24',0) ,(6492,134,'2014-08-22','2014-08-22 00:10:44',0) ,(6493,1,'2014-08-22','2014-08-22 00:14:40',0) ,(6494,1,'2014-08-22','2014-08-22 00:53:23',0) ,(6495,134,'2014-08-22','2014-08-22 01:11:41',0) ,(6496,1,'2014-08-22','2014-08-22 03:35:07',0) ,(6497,1,'2014-08-22','2014-08-22 06:54:37',0) ,(6498,1,'2014-08-22','2014-08-22 06:57:58',0) ,(6499,1,'2014-08-22','2014-08-22 07:56:42',0) ,(6500,1,'2014-08-22','2014-08-22 08:04:45',0) ,(6501,1,'2014-08-22','2014-08-22 08:07:20',0) ,(6502,134,'2014-08-22','2014-08-22 10:36:26',0) ,(6503,134,'2014-08-22','2014-08-22 10:37:37',0) ,(6504,1,'2014-08-22','2014-08-22 10:56:57',0) ,(6505,1,'2014-08-22','2014-08-22 10:56:58',0) ,(6506,1,'2014-08-22','2014-08-22 10:56:59',0) ,(6507,134,'2014-08-22','2014-08-22 14:15:47',0) ,(6508,128,'2014-08-22','2014-08-22 16:01:22',0) ,(6509,130,'2014-08-22','2014-08-22 16:57:48',0) ,(6510,1,'2014-08-22','2014-08-22 18:06:42',0) ,(6511,128,'2014-08-22','2014-08-22 21:07:04',0) ,(6512,1,'2014-08-22','2014-08-22 21:58:18',0) ,(6513,130,'2014-08-22','2014-08-22 22:27:14',0) ,(6514,1,'2014-08-23','2014-08-23 01:31:50',0) ,(6515,132,'2014-08-23','2014-08-23 01:49:56',0) ,(6516,128,'2014-08-23','2014-08-23 02:19:41',0) ,(6517,130,'2014-08-23','2014-08-23 03:24:23',0) ,(6518,1,'2014-08-23','2014-08-23 05:08:17',0) ,(6519,1,'2014-08-23','2014-08-23 06:19:57',0) ,(6520,1,'2014-08-23','2014-08-23 08:06:59',0) ,(6521,1,'2014-08-23','2014-08-23 11:25:03',0) ,(6522,134,'2014-08-23','2014-08-23 12:29:22',0) ,(6523,1,'2014-08-23','2014-08-23 13:19:39',0) ,(6524,133,'2014-08-23','2014-08-23 14:35:37',0) ,(6525,134,'2014-08-23','2014-08-23 16:01:46',0) ,(6526,134,'2014-08-23','2014-08-23 16:15:50',0) ,(6527,1,'2014-08-23','2014-08-23 17:30:43',0) ,(6528,1,'2014-08-23','2014-08-23 19:04:13',0) ,(6529,134,'2014-08-23','2014-08-23 20:42:43',0) ,(6530,1,'2014-08-24','2014-08-24 01:17:38',0) ,(6531,134,'2014-08-24','2014-08-24 01:25:32',0) ,(6532,1,'2014-08-24','2014-08-24 02:01:38',0) ,(6533,141,'2014-08-24','2014-08-24 02:02:15',0) ,(6534,142,'2014-08-24','2014-08-24 02:02:27',0) ,(6535,143,'2014-08-24','2014-08-24 02:02:34',0) ,(6536,144,'2014-08-24','2014-08-24 02:02:44',0) ,(6537,146,'2014-08-24','2014-08-24 02:03:05',0) ,(6538,130,'2014-08-24','2014-08-24 02:03:48',0) ,(6539,134,'2014-08-24','2014-08-24 02:04:03',0) ,(6540,1,'2014-08-24','2014-08-24 04:08:43',0) ,(6541,1,'2014-08-24','2014-08-24 07:31:00',0) ,(6542,1,'2014-08-24','2014-08-24 08:07:06',0) ,(6543,128,'2014-08-24','2014-08-24 10:31:26',0) ,(6544,141,'2014-08-24','2014-08-24 10:32:43',0) ,(6545,142,'2014-08-24','2014-08-24 10:33:03',0) ,(6546,143,'2014-08-24','2014-08-24 10:33:44',0) ,(6547,144,'2014-08-24','2014-08-24 10:34:09',0) ,(6548,146,'2014-08-24','2014-08-24 10:35:02',0) ,(6549,146,'2014-08-24','2014-08-24 10:35:36',0) ,(6550,128,'2014-08-24','2014-08-24 10:35:42',0) ,(6551,130,'2014-08-24','2014-08-24 10:36:00',0) ,(6552,134,'2014-08-24','2014-08-24 10:36:29',0) ,(6553,134,'2014-08-24','2014-08-24 10:36:38',0) ,(6554,134,'2014-08-24','2014-08-24 10:36:43',0) ,(6555,134,'2014-08-24','2014-08-24 10:36:47',0) ,(6556,134,'2014-08-24','2014-08-24 10:36:52',0) ,(6557,134,'2014-08-24','2014-08-24 10:36:59',0) ,(6558,1,'2014-08-24','2014-08-24 10:37:04',0) ,(6559,134,'2014-08-24','2014-08-24 12:18:02',0) ,(6560,1,'2014-08-24','2014-08-24 13:30:53',0) ,(6561,1,'2014-08-24','2014-08-24 13:57:11',0) ,(6562,134,'2014-08-24','2014-08-24 14:27:32',0) ,(6563,134,'2014-08-24','2014-08-24 14:33:57',0) ,(6564,1,'2014-08-24','2014-08-24 14:55:01',0) ,(6565,143,'2014-08-24','2014-08-24 15:35:24',0) ,(6566,144,'2014-08-24','2014-08-24 16:27:39',0) ,(6567,130,'2014-08-24','2014-08-24 16:40:21',0) ,(6568,142,'2014-08-24','2014-08-24 17:43:44',0) ,(6569,134,'2014-08-24','2014-08-24 18:18:15',0) ,(6570,146,'2014-08-24','2014-08-24 18:31:18',0) ,(6571,141,'2014-08-24','2014-08-24 19:58:42',0) ,(6572,132,'2014-08-24','2014-08-24 20:57:04',0) ,(6573,1,'2014-08-24','2014-08-24 21:09:41',0) ,(6574,142,'2014-08-24','2014-08-24 21:09:42',0) ,(6575,133,'2014-08-24','2014-08-24 21:40:58',0) ,(6576,1,'2014-08-24','2014-08-24 22:02:18',0) ,(6577,143,'2014-08-24','2014-08-24 22:29:06',0) ,(6578,144,'2014-08-24','2014-08-24 22:47:02',0) ,(6579,134,'2014-08-24','2014-08-24 22:48:31',0) ,(6580,142,'2014-08-25','2014-08-25 00:01:17',0) ,(6581,1,'2014-08-25','2014-08-25 00:23:39',0) ,(6582,132,'2014-08-25','2014-08-25 02:00:19',0) ,(6583,1,'2014-08-25','2014-08-25 03:45:34',0) ,(6584,1,'2014-08-25','2014-08-25 03:45:34',0) ,(6585,1,'2014-08-25','2014-08-25 03:45:48',0) ,(6586,1,'2014-08-25','2014-08-25 07:34:39',0) ,(6587,1,'2014-08-25','2014-08-25 08:07:00',0) ,(6588,146,'2014-08-25','2014-08-25 10:39:18',0) ,(6589,134,'2014-08-25','2014-08-25 16:44:44',0) ,(6590,134,'2014-08-25','2014-08-25 17:06:42',0) ,(6591,134,'2014-08-25','2014-08-25 20:53:49',0) ,(6592,134,'2014-08-25','2014-08-25 21:00:21',0) ,(6593,1,'2014-08-25','2014-08-25 22:33:59',0) ,(6594,1,'2014-08-25','2014-08-25 23:38:03',0) ,(6595,1,'2014-08-25','2014-08-25 23:39:10',0) ,(6596,141,'2014-08-25','2014-08-25 23:39:14',0) ,(6597,142,'2014-08-26','2014-08-26 00:04:47',0) ,(6598,143,'2014-08-26','2014-08-26 00:05:44',0) ,(6599,144,'2014-08-26','2014-08-26 00:06:23',0) ,(6600,146,'2014-08-26','2014-08-26 00:07:20',0) ,(6601,128,'2014-08-26','2014-08-26 00:07:56',0) ,(6602,130,'2014-08-26','2014-08-26 00:08:35',0) ,(6603,134,'2014-08-26','2014-08-26 00:08:46',0) ,(6604,134,'2014-08-26','2014-08-26 01:11:16',0) ,(6605,144,'2014-08-26','2014-08-26 02:16:33',0) ,(6606,1,'2014-08-26','2014-08-26 03:18:42',0) ,(6607,134,'2014-08-26','2014-08-26 06:34:04',0) ,(6608,1,'2014-08-26','2014-08-26 08:07:03',0) ,(6609,1,'2014-08-26','2014-08-26 12:35:58',0) ,(6610,133,'2014-08-26','2014-08-26 14:55:40',0) ,(6611,134,'2014-08-26','2014-08-26 19:31:24',0) ,(6612,134,'2014-08-26','2014-08-26 23:10:25',0) ,(6613,110,'2014-08-27','2014-08-27 03:25:36',0) ,(6614,134,'2014-08-27','2014-08-27 03:44:52',0) ,(6615,1,'2014-08-27','2014-08-27 03:58:54',0) ,(6616,1,'2014-08-27','2014-08-27 04:02:26',0) ,(6617,1,'2014-08-27','2014-08-27 04:23:19',0) ,(6618,142,'2014-08-27','2014-08-27 04:28:45',0) ,(6619,1,'2014-08-27','2014-08-27 04:31:10',0) ,(6620,130,'2014-08-27','2014-08-27 04:53:48',0) ,(6621,1,'2014-08-27','2014-08-27 08:07:04',0) ,(6622,134,'2014-08-27','2014-08-27 08:17:29',0) ,(6623,1,'2014-08-27','2014-08-27 10:13:34',0) ,(6624,134,'2014-08-27','2014-08-27 11:49:19',0) ,(6625,1,'2014-08-27','2014-08-27 13:08:25',0) ,(6626,1,'2014-08-27','2014-08-27 13:41:48',0) ,(6627,1,'2014-08-27','2014-08-27 17:10:38',0) ,(6628,1,'2014-08-27','2014-08-27 20:47:16',0) ,(6629,1,'2014-08-27','2014-08-27 22:22:52',0) ,(6630,134,'2014-08-28','2014-08-28 01:03:51',0) ,(6631,1,'2014-08-28','2014-08-28 06:50:01',0) ,(6632,1,'2014-08-28','2014-08-28 06:51:54',0) ,(6633,1,'2014-08-28','2014-08-28 06:57:20',0) ,(6634,1,'2014-08-28','2014-08-28 06:57:28',0) ,(6635,1,'2014-08-28','2014-08-28 08:06:53',0) ,(6636,1,'2014-08-28','2014-08-28 10:23:55',0) ,(6637,130,'2014-08-28','2014-08-28 10:38:56',0) ,(6638,1,'2014-08-28','2014-08-28 11:19:50',0) ,(6639,1,'2014-08-28','2014-08-28 21:11:20',0) ,(6640,134,'2014-08-28','2014-08-28 22:43:09',0) ,(6641,1,'2014-08-29','2014-08-29 00:53:22',0) ,(6642,134,'2014-08-29','2014-08-29 05:35:11',0) ,(6643,1,'2014-08-29','2014-08-29 06:02:50',0) ,(6644,1,'2014-08-29','2014-08-29 08:04:57',0) ,(6645,1,'2014-08-29','2014-08-29 08:07:02',0) ,(6646,144,'2014-08-29','2014-08-29 09:26:49',0) ,(6647,132,'2014-08-29','2014-08-29 09:44:58',0) ,(6648,1,'2014-08-29','2014-08-29 10:10:47',0) ,(6649,1,'2014-08-29','2014-08-29 10:51:37',0) ,(6650,134,'2014-08-29','2014-08-29 12:20:43',0) ,(6651,1,'2014-08-29','2014-08-29 14:03:36',0) ,(6652,1,'2014-08-29','2014-08-29 18:19:18',0) ,(6653,1,'2014-08-29','2014-08-29 20:26:55',0) ,(6654,1,'2014-08-29','2014-08-29 20:30:17',0) ,(6655,1,'2014-08-29','2014-08-29 22:46:15',0) ,(6656,1,'2014-08-29','2014-08-29 23:37:17',0) ,(6657,134,'2014-08-30','2014-08-30 00:16:53',0) ,(6658,134,'2014-08-30','2014-08-30 01:18:13',0) ,(6659,128,'2014-08-30','2014-08-30 04:04:44',0) ,(6660,1,'2014-08-30','2014-08-30 04:16:45',0) ,(6661,1,'2014-08-30','2014-08-30 04:16:46',0) ,(6662,1,'2014-08-30','2014-08-30 04:20:22',0) ,(6663,1,'2014-08-30','2014-08-30 04:20:24',0) ,(6664,134,'2014-08-30','2014-08-30 05:34:19',0) ,(6665,1,'2014-08-30','2014-08-30 08:06:50',0) ,(6666,133,'2014-08-30','2014-08-30 09:17:21',0) ,(6667,146,'2014-08-30','2014-08-30 09:19:17',0) ,(6668,1,'2014-08-30','2014-08-30 09:57:19',0) ,(6669,1,'2014-08-30','2014-08-30 11:21:07',0) ,(6670,1,'2014-08-30','2014-08-30 13:55:01',0) ,(6671,134,'2014-08-30','2014-08-30 14:49:07',0) ,(6672,1,'2014-08-30','2014-08-30 15:27:28',0) ,(6673,141,'2014-08-30','2014-08-30 17:00:29',0) ,(6674,1,'2014-08-30','2014-08-30 19:12:00',0) ,(6675,142,'2014-08-30','2014-08-30 21:09:26',0) ,(6676,1,'2014-08-30','2014-08-30 22:52:13',0) ,(6677,1,'2014-08-30','2014-08-30 22:58:11',0) ,(6678,134,'2014-08-31','2014-08-31 03:44:23',0) ,(6679,1,'2014-08-31','2014-08-31 03:48:36',0) ,(6680,1,'2014-08-31','2014-08-31 06:33:15',0) ,(6681,1,'2014-08-31','2014-08-31 08:07:00',0) ,(6682,1,'2014-08-31','2014-08-31 08:22:56',0) ,(6683,1,'2014-08-31','2014-08-31 08:49:27',0) ,(6684,1,'2014-08-31','2014-08-31 23:40:28',0) ,(6685,141,'2014-08-31','2014-08-31 23:46:34',0) ,(6686,142,'2014-08-31','2014-08-31 23:46:43',0) ,(6687,143,'2014-08-31','2014-08-31 23:47:23',0) ,(6688,146,'2014-08-31','2014-08-31 23:47:38',0) ,(6689,128,'2014-08-31','2014-08-31 23:48:33',0) ,(6690,1,'2014-09-01','2014-09-01 04:18:56',0) ,(6691,1,'2014-09-01','2014-09-01 04:18:56',0) ,(6692,1,'2014-09-01','2014-09-01 04:19:12',0) ,(6693,1,'2014-09-01','2014-09-01 04:19:12',0) ,(6694,1,'2014-09-01','2014-09-01 07:26:54',0) ,(6695,1,'2014-09-01','2014-09-01 08:07:05',0) ,(6696,110,'2014-09-01','2014-09-01 17:31:02',0) ,(6697,110,'2014-09-01','2014-09-01 17:31:07',0) ,(6698,1,'2014-09-01','2014-09-01 17:31:09',1) ,(6699,106,'2014-09-01','2014-09-01 17:31:12',1) ,(6700,2,'2014-09-01','2014-09-01 17:31:30',1) ,(6701,23,'2014-09-01','2014-09-01 17:31:40',1) ,(6702,2,'2014-09-01','2014-09-01 17:32:53',1) ,(6703,51,'2014-09-01','2014-09-01 17:33:03',1) ,(6704,93,'2014-09-01','2014-09-01 17:33:28',1) ,(6705,51,'2014-09-01','2014-09-01 17:33:59',1) ,(6706,67,'2014-09-01','2014-09-01 17:34:15',1) ,(6707,67,'2014-09-01','2014-09-01 17:35:10',1) ,(6708,67,'2014-09-01','2014-09-01 17:35:11',1) ,(6709,51,'2014-09-01','2014-09-01 17:35:20',1) ,(6710,68,'2014-09-01','2014-09-01 17:35:25',1) ,(6711,68,'2014-09-01','2014-09-01 17:35:28',1) ,(6712,68,'2014-09-01','2014-09-01 17:35:29',1) ,(6713,51,'2014-09-01','2014-09-01 17:36:35',1) ,(6714,98,'2014-09-01','2014-09-01 17:36:50',1) ,(6715,98,'2014-09-01','2014-09-01 17:36:58',1); DROP TABLE IF EXISTS PageThemeStyles; CREATE TABLE IF NOT EXISTS `PageThemeStyles` ( `ptID` int(10) unsigned NOT NULL DEFAULT '0', `ptsHandle` varchar(128) NOT NULL, `ptsValue` longtext, `ptsType` varchar(32) NOT NULL, PRIMARY KEY (`ptID`,`ptsHandle`,`ptsType`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PageThemes; CREATE TABLE IF NOT EXISTS `PageThemes` ( `ptID` int(10) unsigned NOT NULL AUTO_INCREMENT, `ptHandle` varchar(64) NOT NULL, `ptName` varchar(255) DEFAULT NULL, `ptDescription` text, `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ptID`), UNIQUE KEY `ptHandle` (`ptHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO PageThemes VALUES(1,'default','Plain Yogurt','Plain Yogurt is concrete5\'s default theme.',0) ,(2,'greensalad','Green Salad Theme','This is concrete5\'s Green Salad site theme.',0) ,(3,'dark_chocolate','Dark Chocolate','Dark Chocolate is concrete5\'s default theme in black.',0) ,(4,'greek_yogurt','Greek Yogurt','An elegant theme for concrete5.',0) ,(5,'earthtones_leather','Earthtones Leather','Earthtones series of themes by InnerOptics.net',1) ,(6,'natural_essence','Natural Essence','Wood, brown, gray and white theme by C5 theme Park. For Support click here',2) ,(7,'orange_sunset','Orange Sunset','An orange, gray, and white theme.',3) ,(8,'rigidlight','Rigid Light','A beautiful clean theme for C5',4) ,(9,'grunge_columns','Grunge Columns','grungy layout with 6 page types :: custom design by www.rynomediaonline.com',5) ,(10,'retro','Stylish Retro','A retro theme',6); DROP TABLE IF EXISTS PageTypeAttributes; CREATE TABLE IF NOT EXISTS `PageTypeAttributes` ( `ctID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ctID`,`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PageTypes; CREATE TABLE IF NOT EXISTS `PageTypes` ( `ctID` int(10) unsigned NOT NULL AUTO_INCREMENT, `ctHandle` varchar(32) NOT NULL, `ctIcon` varchar(128) DEFAULT NULL, `ctName` varchar(90) NOT NULL, `ctIsInternal` tinyint(1) NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ctID`), UNIQUE KEY `ctHandle` (`ctHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; INSERT INTO PageTypes VALUES(1,'core_stack','main.png','Stack',1,0) ,(2,'dashboard_primary_five','main.png','Dashboard Primary + Five',1,0) ,(3,'dashboard_header_four_col','main.png','Dashboard Header + Four Column',1,0) ,(4,'blog_entry','template1.png','Blog Entry',0,0) ,(5,'full','main.png','Full',0,0) ,(6,'left_sidebar','template1.png','Left Sidebar',0,0) ,(7,'right_sidebar','right_sidebar.png','Right Sidebar',0,0); DROP TABLE IF EXISTS PageWorkflowProgress; CREATE TABLE IF NOT EXISTS `PageWorkflowProgress` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `wpID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`wpID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Pages; CREATE TABLE IF NOT EXISTS `Pages` ( `cID` int(10) unsigned NOT NULL DEFAULT '0', `cIsTemplate` int(1) unsigned NOT NULL DEFAULT '0', `uID` int(10) unsigned DEFAULT NULL, `cIsCheckedOut` tinyint(1) NOT NULL DEFAULT '0', `cCheckedOutUID` int(10) unsigned DEFAULT NULL, `cCheckedOutDatetime` datetime DEFAULT NULL, `cCheckedOutDatetimeLastEdit` datetime DEFAULT NULL, `cOverrideTemplatePermissions` tinyint(1) NOT NULL DEFAULT '1', `cInheritPermissionsFromCID` int(10) unsigned NOT NULL DEFAULT '0', `cInheritPermissionsFrom` varchar(8) NOT NULL DEFAULT 'PARENT', `cFilename` varchar(255) DEFAULT NULL, `cPointerID` int(10) unsigned NOT NULL DEFAULT '0', `cPointerExternalLink` longtext, `cPointerExternalLinkNewWindow` tinyint(1) NOT NULL DEFAULT '0', `cIsActive` tinyint(1) NOT NULL DEFAULT '1', `cChildren` int(10) unsigned NOT NULL DEFAULT '0', `cDisplayOrder` int(10) unsigned NOT NULL DEFAULT '0', `cParentID` int(10) unsigned NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', `cCacheFullPageContent` int(4) NOT NULL DEFAULT '-1', `cCacheFullPageContentOverrideLifetime` varchar(32) NOT NULL DEFAULT '0', `cCacheFullPageContentLifetimeCustom` int(10) unsigned NOT NULL DEFAULT '0', `cIsSystemPage` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`cID`), KEY `cParentID` (`cParentID`), KEY `cIsActive` (`cIsActive`), KEY `cCheckedOutUID` (`cCheckedOutUID`), KEY `uID` (`uID`), KEY `cPointerID` (`cPointerID`), KEY `cIsTemplate` (`cIsTemplate`), KEY `cIsSystemPage` (`cIsSystemPage`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO Pages VALUES(1,0,1,0,NULL,NULL,NULL,1,1,'OVERRIDE',NULL,0,NULL,0,1,18,0,0,0,-1,'0',0,0) ,(2,0,1,0,NULL,NULL,NULL,1,2,'OVERRIDE','/dashboard/view.php',0,NULL,0,1,13,0,0,0,-1,'0',0,1) ,(3,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/composer/view.php',0,NULL,0,1,2,0,2,0,-1,'0',0,1) ,(4,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/composer/write.php',0,NULL,0,1,0,0,3,0,-1,'0',0,1) ,(5,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/composer/drafts.php',0,NULL,0,1,0,1,3,0,-1,'0',0,1) ,(6,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/sitemap/view.php',0,NULL,0,1,3,1,2,0,-1,'0',0,1) ,(7,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/sitemap/full.php',0,NULL,0,1,0,0,6,0,-1,'0',0,1) ,(8,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/sitemap/explore.php',0,NULL,0,1,0,1,6,0,-1,'0',0,1) ,(9,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/sitemap/search.php',0,NULL,0,1,0,2,6,0,-1,'0',0,1) ,(10,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/files/view.php',0,NULL,0,1,4,2,2,0,-1,'0',0,1) ,(11,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/files/search.php',0,NULL,0,1,0,0,10,0,-1,'0',0,1) ,(12,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/files/attributes.php',0,NULL,0,1,0,1,10,0,-1,'0',0,1) ,(13,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/files/sets.php',0,NULL,0,1,0,2,10,0,-1,'0',0,1) ,(14,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/files/add_set.php',0,NULL,0,1,0,3,10,0,-1,'0',0,1) ,(15,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/view.php',0,NULL,0,1,6,3,2,0,-1,'0',0,1) ,(16,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/search.php',0,NULL,0,1,0,0,15,0,-1,'0',0,1) ,(17,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/groups.php',0,NULL,0,1,0,1,15,0,-1,'0',0,1) ,(18,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/attributes.php',0,NULL,0,1,0,2,15,0,-1,'0',0,1) ,(19,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/add.php',0,NULL,0,1,0,3,15,0,-1,'0',0,1) ,(20,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/add_group.php',0,NULL,0,1,0,4,15,0,-1,'0',0,1) ,(21,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/users/group_sets.php',0,NULL,0,1,0,5,15,0,-1,'0',0,1) ,(22,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/reports.php',0,NULL,0,1,4,4,2,0,-1,'0',0,1) ,(23,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/reports/statistics.php',0,NULL,0,1,0,0,22,0,-1,'0',0,1) ,(24,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/reports/forms.php',0,NULL,0,1,0,1,22,0,-1,'0',0,1) ,(25,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/reports/surveys.php',0,NULL,0,1,0,2,22,0,-1,'0',0,1) ,(26,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/reports/logs.php',0,NULL,0,1,0,3,22,0,-1,'0',0,1) ,(27,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/view.php',0,NULL,0,1,4,5,2,0,-1,'0',0,1) ,(28,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/themes/view.php',0,NULL,0,1,3,0,27,0,-1,'0',0,1) ,(29,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/themes/add.php',0,NULL,0,1,0,0,28,0,-1,'0',0,1) ,(30,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/themes/inspect.php',0,NULL,0,1,0,1,28,0,-1,'0',0,1) ,(31,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/themes/customize.php',0,NULL,0,1,0,2,28,0,-1,'0',0,1) ,(32,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/types/view.php',0,NULL,0,1,2,1,27,0,-1,'0',0,1) ,(33,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/types/add.php',0,NULL,0,1,0,0,32,0,-1,'0',0,1) ,(34,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/attributes.php',0,NULL,0,1,0,2,27,0,-1,'0',0,1) ,(35,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/single.php',0,NULL,0,1,0,3,27,0,-1,'0',0,1) ,(36,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/workflow/view.php',0,NULL,0,1,2,6,2,0,-1,'0',0,1) ,(37,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/workflow/list.php',0,NULL,0,1,0,0,36,0,-1,'0',0,1) ,(38,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/workflow/me.php',0,NULL,0,1,0,1,36,0,-1,'0',0,1) ,(39,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/blocks/view.php',0,NULL,0,1,3,7,2,0,-1,'0',0,1) ,(40,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/blocks/stacks/view.php',0,NULL,0,1,1,0,39,0,-1,'0',0,1) ,(41,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/blocks/permissions.php',0,NULL,0,1,0,1,39,0,-1,'0',0,1) ,(42,0,1,0,NULL,NULL,NULL,1,42,'OVERRIDE','/dashboard/blocks/stacks/list/view.php',0,NULL,0,1,0,0,40,0,-1,'0',0,1) ,(43,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/blocks/types/view.php',0,NULL,0,1,0,2,39,0,-1,'0',0,1) ,(44,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/view.php',0,NULL,0,1,5,8,2,0,-1,'0',0,1) ,(45,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/news.php',0,NULL,0,1,0,9,2,0,-1,'0',0,1) ,(46,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/install.php',0,NULL,0,1,0,0,44,0,-1,'0',0,1) ,(47,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/update.php',0,NULL,0,1,0,1,44,0,-1,'0',0,1) ,(48,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/connect.php',0,NULL,0,1,0,2,44,0,-1,'0',0,1) ,(49,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/themes.php',0,NULL,0,1,0,3,44,0,-1,'0',0,1) ,(50,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/extend/add-ons.php',0,NULL,0,1,0,4,44,0,-1,'0',0,1) ,(51,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/view.php',0,NULL,0,1,9,10,2,0,-1,'0',0,1) ,(52,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/view.php',0,NULL,0,1,6,0,51,0,-1,'0',0,1) ,(53,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/site_name.php',0,NULL,0,1,0,0,52,0,-1,'0',0,1) ,(54,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/icons.php',0,NULL,0,1,0,1,52,0,-1,'0',0,1) ,(55,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/editor.php',0,NULL,0,1,0,2,52,0,-1,'0',0,1) ,(56,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/multilingual/view.php',0,NULL,0,1,0,3,52,0,-1,'0',0,1) ,(57,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/timezone.php',0,NULL,0,1,0,4,52,0,-1,'0',0,1) ,(58,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/basics/interface.php',0,NULL,0,1,0,5,52,0,-1,'0',0,1) ,(59,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/view.php',0,NULL,0,1,6,1,51,0,-1,'0',0,1) ,(60,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/urls.php',0,NULL,0,1,0,0,59,0,-1,'0',0,1) ,(61,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/bulk_seo_tool.php',0,NULL,0,1,0,1,59,0,-1,'0',0,1) ,(62,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/tracking_codes.php',0,NULL,0,1,0,2,59,0,-1,'0',0,1) ,(63,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/excluded.php',0,NULL,0,1,0,3,59,0,-1,'0',0,1) ,(64,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/statistics.php',0,NULL,0,1,0,4,59,0,-1,'0',0,1) ,(65,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/seo/search_index.php',0,NULL,0,1,0,5,59,0,-1,'0',0,1) ,(66,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/optimization/view.php',0,NULL,0,1,3,2,51,0,-1,'0',0,1) ,(67,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/optimization/cache.php',0,NULL,0,1,0,0,66,0,-1,'0',0,1) ,(68,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/optimization/clear_cache.php',0,NULL,0,1,0,1,66,0,-1,'0',0,1) ,(69,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/optimization/jobs.php',0,NULL,0,1,0,2,66,0,-1,'0',0,1) ,(70,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/view.php',0,NULL,0,1,10,3,51,0,-1,'0',0,1) ,(71,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/site.php',0,NULL,0,1,0,0,70,0,-1,'0',0,1) ,(72,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/files.php',0,NULL,0,1,0,1,70,0,-1,'0',0,1) ,(73,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/file_types.php',0,NULL,0,1,0,2,70,0,-1,'0',0,1) ,(74,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/tasks.php',0,NULL,0,1,0,3,70,0,-1,'0',0,1) ,(75,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/users.php',0,NULL,0,1,0,4,70,0,-1,'0',0,1) ,(76,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/advanced.php',0,NULL,0,1,0,5,70,0,-1,'0',0,1) ,(77,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/ip_blacklist.php',0,NULL,0,1,0,6,70,0,-1,'0',0,1) ,(78,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/captcha.php',0,NULL,0,1,0,7,70,0,-1,'0',0,1) ,(79,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/antispam.php',0,NULL,0,1,0,8,70,0,-1,'0',0,1) ,(80,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/permissions/maintenance_mode.php',0,NULL,0,1,0,9,70,0,-1,'0',0,1) ,(81,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/registration/view.php',0,NULL,0,1,3,4,51,0,-1,'0',0,1) ,(82,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/registration/postlogin.php',0,NULL,0,1,0,0,81,0,-1,'0',0,1) ,(83,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/registration/profiles.php',0,NULL,0,1,0,1,81,0,-1,'0',0,1) ,(84,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/registration/public_registration.php',0,NULL,0,1,0,2,81,0,-1,'0',0,1) ,(85,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/mail/view.php',0,NULL,0,1,2,5,51,0,-1,'0',0,1) ,(86,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/mail/method.php',0,NULL,0,1,0,0,85,0,-1,'0',0,1) ,(87,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/mail/importers.php',0,NULL,0,1,0,1,85,0,-1,'0',0,1) ,(88,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/attributes/view.php',0,NULL,0,1,2,6,51,0,-1,'0',0,1) ,(89,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/attributes/sets.php',0,NULL,0,1,0,0,88,0,-1,'0',0,1) ,(90,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/attributes/types.php',0,NULL,0,1,0,1,88,0,-1,'0',0,1) ,(91,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/view.php',0,NULL,0,1,5,7,51,0,-1,'0',0,1) ,(92,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/info.php',0,NULL,0,1,0,0,91,0,-1,'0',0,1) ,(93,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/debug.php',0,NULL,0,1,0,1,91,0,-1,'0',0,1) ,(94,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/logging.php',0,NULL,0,1,0,2,91,0,-1,'0',0,1) ,(95,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/file_storage_locations.php',0,NULL,0,1,0,3,91,0,-1,'0',0,1) ,(96,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/environment/proxy.php',0,NULL,0,1,0,4,91,0,-1,'0',0,1) ,(97,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/backup_restore/view.php',0,NULL,0,1,3,8,51,0,-1,'0',0,1) ,(98,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/backup_restore/backup.php',0,NULL,0,1,0,0,97,0,-1,'0',0,1) ,(99,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/backup_restore/update.php',0,NULL,0,1,0,1,97,0,-1,'0',0,1) ,(100,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/system/backup_restore/database.php',0,NULL,0,1,0,2,97,0,-1,'0',0,1) ,(101,0,1,0,NULL,NULL,NULL,1,2,'PARENT','/dashboard/pages/types/composer.php',0,NULL,0,1,0,1,32,0,-1,'0',0,1) ,(102,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(103,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(104,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(105,0,1,0,NULL,NULL,NULL,1,2,'PARENT',NULL,0,NULL,0,1,0,11,2,0,-1,'0',0,1) ,(106,0,1,0,NULL,NULL,NULL,1,2,'PARENT',NULL,0,NULL,0,1,0,12,2,0,-1,'0',0,1) ,(107,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/!drafts/view.php',0,NULL,0,1,5,0,0,0,-1,'0',0,1) ,(108,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/!trash/view.php',0,NULL,0,1,3,0,0,0,-1,'0',0,1) ,(109,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/!stacks/view.php',0,NULL,0,1,3,0,0,0,-1,'0',0,1) ,(110,0,1,0,NULL,NULL,NULL,1,110,'OVERRIDE','/login.php',0,NULL,0,1,0,0,0,0,-1,'0',0,1) ,(111,0,1,0,NULL,NULL,NULL,1,111,'OVERRIDE','/register.php',0,NULL,0,1,0,0,0,0,-1,'0',0,1) ,(112,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/profile/view.php',0,NULL,0,1,4,0,1,0,-1,'0',0,1) ,(113,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/profile/edit.php',0,NULL,0,1,0,0,112,0,-1,'0',0,1) ,(114,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/profile/avatar.php',0,NULL,0,1,0,1,112,0,-1,'0',0,1) ,(115,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/profile/messages.php',0,NULL,0,1,0,2,112,0,-1,'0',0,1) ,(116,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/profile/friends.php',0,NULL,0,1,0,3,112,0,-1,'0',0,1) ,(117,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/page_not_found.php',0,NULL,0,1,0,1,0,0,-1,'0',0,1) ,(118,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/page_forbidden.php',0,NULL,0,1,0,1,0,0,-1,'0',0,1) ,(119,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/download_file.php',0,NULL,0,1,0,2,1,0,-1,'0',0,1) ,(120,0,1,0,NULL,NULL,NULL,1,1,'PARENT','/members.php',0,NULL,0,1,0,4,1,0,-1,'0',0,1) ,(121,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,0,109,0,-1,'0',0,1) ,(122,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,1,109,0,-1,'0',0,1) ,(123,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,2,109,0,-1,'0',0,1) ,(124,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(125,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(126,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(127,1,NULL,0,NULL,NULL,NULL,1,0,'PARENT',NULL,0,NULL,0,1,0,0,0,0,-1,'0',0,0) ,(128,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,2,5,1,0,-1,'0',0,0) ,(129,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,0,108,0,-1,'0',0,1) ,(130,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,2,6,1,0,-1,'0',0,0) ,(131,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,0,128,0,-1,'0',0,0) ,(132,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,1,128,0,-1,'0',0,0) ,(133,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,0,130,0,-1,'0',0,0) ,(134,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,1,130,0,-1,'0',0,0) ,(136,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,0,107,0,-1,'0',0,0) ,(135,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,1,108,0,-1,'0',0,1) ,(137,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,1,107,0,-1,'0',0,0) ,(138,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,2,107,0,-1,'0',0,0) ,(139,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,3,107,0,-1,'0',0,0) ,(140,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,4,107,0,-1,'0',0,0) ,(142,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,1,1,0,-1,'0',0,0) ,(141,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,0,1,0,-1,'0',0,0) ,(143,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,2,1,0,-1,'0',0,0) ,(144,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,3,1,0,-1,'0',0,0) ,(145,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,0,0,2,108,0,-1,'0',0,1) ,(146,0,1,0,NULL,NULL,NULL,1,1,'PARENT',NULL,0,NULL,0,1,0,4,1,0,-1,'0',0,0); DROP TABLE IF EXISTS PermissionAccess; CREATE TABLE IF NOT EXISTS `PermissionAccess` ( `paID` int(10) unsigned NOT NULL AUTO_INCREMENT, `paIsInUse` int(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`) ) ENGINE=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; INSERT INTO PermissionAccess VALUES(1,1) ,(2,1) ,(3,1) ,(4,1) ,(5,1) ,(6,1) ,(7,1) ,(8,1) ,(9,1) ,(10,1) ,(11,1) ,(12,1) ,(13,1) ,(14,1) ,(15,1) ,(16,1) ,(17,1) ,(18,1) ,(19,1) ,(20,1) ,(21,1) ,(22,1) ,(23,1) ,(24,1) ,(25,1) ,(26,1) ,(27,1) ,(28,1) ,(29,1) ,(30,1) ,(31,1) ,(32,1) ,(33,1) ,(34,1) ,(35,1) ,(36,1) ,(37,1) ,(38,1) ,(39,1) ,(40,1) ,(41,1) ,(42,1) ,(43,1) ,(44,1) ,(45,1) ,(46,1) ,(47,1) ,(48,1) ,(49,1) ,(50,1) ,(51,1) ,(52,1) ,(53,1) ,(54,1) ,(55,1) ,(56,1) ,(57,1) ,(58,1) ,(59,1) ,(60,1) ,(61,1) ,(62,1) ,(63,1) ,(64,1) ,(65,1) ,(66,1) ,(67,1); DROP TABLE IF EXISTS PermissionAccessEntities; CREATE TABLE IF NOT EXISTS `PermissionAccessEntities` ( `peID` int(10) unsigned NOT NULL AUTO_INCREMENT, `petID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`peID`), KEY `petID` (`petID`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; INSERT INTO PermissionAccessEntities VALUES(1,1) ,(2,1) ,(3,1) ,(4,5) ,(5,6); DROP TABLE IF EXISTS PermissionAccessEntityGroupSets; CREATE TABLE IF NOT EXISTS `PermissionAccessEntityGroupSets` ( `peID` int(10) unsigned NOT NULL DEFAULT '0', `gsID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`peID`,`gsID`), KEY `gsID` (`gsID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PermissionAccessEntityGroups; CREATE TABLE IF NOT EXISTS `PermissionAccessEntityGroups` ( `pegID` int(10) unsigned NOT NULL AUTO_INCREMENT, `peID` int(10) unsigned NOT NULL DEFAULT '0', `gID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`pegID`), KEY `gID` (`gID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO PermissionAccessEntityGroups VALUES(1,1,3) ,(2,2,1) ,(3,3,2); DROP TABLE IF EXISTS PermissionAccessEntityTypeCategories; CREATE TABLE IF NOT EXISTS `PermissionAccessEntityTypeCategories` ( `petID` int(10) unsigned NOT NULL DEFAULT '0', `pkCategoryID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`petID`,`pkCategoryID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO PermissionAccessEntityTypeCategories VALUES(1,1) ,(1,5) ,(1,6) ,(1,7) ,(1,8) ,(1,9) ,(1,10) ,(1,11) ,(1,12) ,(1,13) ,(1,14) ,(2,1) ,(2,5) ,(2,6) ,(2,7) ,(2,8) ,(2,9) ,(2,10) ,(2,11) ,(2,12) ,(2,13) ,(2,14) ,(3,1) ,(3,5) ,(3,6) ,(3,7) ,(3,8) ,(3,9) ,(3,10) ,(3,11) ,(3,12) ,(3,13) ,(3,14) ,(4,1) ,(4,5) ,(4,6) ,(4,7) ,(4,8) ,(4,9) ,(4,10) ,(4,11) ,(4,12) ,(4,13) ,(4,14) ,(5,1) ,(6,6) ,(6,7); DROP TABLE IF EXISTS PermissionAccessEntityTypes; CREATE TABLE IF NOT EXISTS `PermissionAccessEntityTypes` ( `petID` int(10) unsigned NOT NULL AUTO_INCREMENT, `petHandle` varchar(255) NOT NULL, `petName` varchar(255) NOT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`petID`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; INSERT INTO PermissionAccessEntityTypes VALUES(1,'group','Group',0) ,(2,'user','User',0) ,(3,'group_set','Group Set',0) ,(4,'group_combination','Group Combination',0) ,(5,'page_owner','Page Owner',0) ,(6,'file_uploader','File Uploader',0); DROP TABLE IF EXISTS PermissionAccessEntityUsers; CREATE TABLE IF NOT EXISTS `PermissionAccessEntityUsers` ( `peID` int(10) unsigned NOT NULL DEFAULT '0', `uID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`peID`,`uID`), KEY `uID` (`uID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PermissionAccessList; CREATE TABLE IF NOT EXISTS `PermissionAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `pdID` int(10) unsigned NOT NULL DEFAULT '0', `accessType` int(4) NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`), KEY `accessType` (`accessType`), KEY `peID` (`peID`), KEY `peID_accessType` (`peID`,`accessType`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO PermissionAccessList VALUES(1,1,0,10) ,(2,1,0,10) ,(3,1,0,10) ,(4,1,0,10) ,(5,1,0,10) ,(6,1,0,10) ,(7,1,0,10) ,(8,1,0,10) ,(9,1,0,10) ,(10,1,0,10) ,(11,1,0,10) ,(12,1,0,10) ,(13,1,0,10) ,(14,1,0,10) ,(15,1,0,10) ,(16,1,0,10) ,(17,1,0,10) ,(18,1,0,10) ,(19,1,0,10) ,(20,1,0,10) ,(21,1,0,10) ,(22,1,0,10) ,(23,1,0,10) ,(24,1,0,10) ,(25,1,0,10) ,(26,1,0,10) ,(27,1,0,10) ,(28,1,0,10) ,(29,1,0,10) ,(30,1,0,10) ,(31,1,0,10) ,(32,1,0,10) ,(33,1,0,10) ,(34,2,0,10) ,(35,2,0,10) ,(36,2,0,10) ,(37,2,0,10) ,(38,2,0,10) ,(38,3,0,10) ,(39,2,0,10) ,(39,3,0,10) ,(40,2,0,10) ,(41,2,0,10) ,(42,2,0,10) ,(43,2,0,10) ,(43,1,0,10) ,(44,1,0,10) ,(45,1,0,10) ,(46,1,0,10) ,(47,1,0,10) ,(48,1,0,10) ,(49,1,0,10) ,(50,1,0,10) ,(51,1,0,10) ,(52,2,0,10) ,(53,1,0,10) ,(54,1,0,10) ,(55,1,0,10) ,(56,1,0,10) ,(57,1,0,10) ,(58,1,0,10) ,(59,1,0,10) ,(60,1,0,10) ,(61,1,0,10) ,(62,1,0,10) ,(63,1,0,10) ,(64,1,0,10) ,(65,1,0,10) ,(66,1,0,10) ,(67,1,0,10); DROP TABLE IF EXISTS PermissionAccessWorkflows; CREATE TABLE IF NOT EXISTS `PermissionAccessWorkflows` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `wfID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`wfID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PermissionAssignments; CREATE TABLE IF NOT EXISTS `PermissionAssignments` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `pkID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`pkID`), KEY `pkID` (`pkID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO PermissionAssignments VALUES(1,17) ,(2,18) ,(3,55) ,(4,56) ,(5,57) ,(6,58) ,(7,60) ,(8,61) ,(9,62) ,(10,63) ,(11,64) ,(12,66) ,(13,67) ,(14,68) ,(15,69) ,(16,70) ,(17,71); DROP TABLE IF EXISTS PermissionDurationObjects; CREATE TABLE IF NOT EXISTS `PermissionDurationObjects` ( `pdID` int(10) unsigned NOT NULL AUTO_INCREMENT, `pdObject` text, PRIMARY KEY (`pdID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS PermissionKeyCategories; CREATE TABLE IF NOT EXISTS `PermissionKeyCategories` ( `pkCategoryID` int(10) unsigned NOT NULL AUTO_INCREMENT, `pkCategoryHandle` varchar(255) NOT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`pkCategoryID`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; INSERT INTO PermissionKeyCategories VALUES(1,'page',NULL) ,(2,'single_page',NULL) ,(3,'stack',NULL) ,(4,'composer_page',NULL) ,(5,'user',NULL) ,(6,'file_set',NULL) ,(7,'file',NULL) ,(8,'area',NULL) ,(9,'block_type',NULL) ,(10,'block',NULL) ,(11,'admin',NULL) ,(12,'sitemap',NULL) ,(13,'marketplace_newsflow',NULL) ,(14,'basic_workflow',NULL); DROP TABLE IF EXISTS PermissionKeys; CREATE TABLE IF NOT EXISTS `PermissionKeys` ( `pkID` int(10) unsigned NOT NULL AUTO_INCREMENT, `pkHandle` varchar(255) NOT NULL, `pkName` varchar(255) NOT NULL, `pkCanTriggerWorkflow` int(1) NOT NULL DEFAULT '0', `pkHasCustomClass` int(1) NOT NULL DEFAULT '0', `pkDescription` varchar(255) DEFAULT NULL, `pkCategoryID` int(10) unsigned DEFAULT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`pkID`), UNIQUE KEY `akHandle` (`pkHandle`) ) ENGINE=MyISAM AUTO_INCREMENT=72 DEFAULT CHARSET=utf8; INSERT INTO PermissionKeys VALUES(1,'view_page','View',0,0,'Can see a page exists and read its content.',1,0) ,(2,'view_page_versions','View Versions',0,0,'Can view the page versions dialog and read past versions of a page.',1,0) ,(3,'view_page_in_sitemap','View Page in Sitemap',0,0,'Controls whether a user can see a page in the sitemap or intelligent search.',1,0) ,(4,'preview_page_as_user','Preview Page As User',0,0,'Ability to see what this page will look like at a specific time in the future as a specific user.',1,0) ,(5,'edit_page_properties','Edit Properties',0,1,'Ability to change anything in the Page Properties menu.',1,0) ,(6,'edit_page_contents','Edit Contents',0,0,'Ability to make edits to at least some of the content in the page. You can lock down different block areas and specific blocks by clicking Permissions on them as well. ',1,0) ,(7,'edit_page_speed_settings','Edit Speed Settings',0,0,'Ability to change caching settings.',1,0) ,(8,'edit_page_theme','Change Theme',0,1,'Ability to change just the theme for this page.',1,0) ,(9,'edit_page_type','Change Page Type',0,0,'Ability to change just the page type for this page, also check out Theme permissions.',1,0) ,(10,'edit_page_permissions','Edit Permissions',1,0,'Ability to change permissions for this page. Warning: by granting this a user could give themselves more access.',1,0) ,(11,'delete_page','Delete',1,0,'Ability to move this page to the site\'s Trash.',1,0) ,(12,'delete_page_versions','Delete Versions',1,0,'Ability to remove old versions of this page.',1,0) ,(13,'approve_page_versions','Approve Changes',1,0,'Can publish an unapproved version of the page.',1,0) ,(14,'add_subpage','Add Sub-Page',0,1,'Can add a page beneath the current page.',1,0) ,(15,'move_or_copy_page','Move or Copy Page',1,0,'Can move or copy this page to another location.',1,0) ,(16,'schedule_page_contents_guest_access','Schedule Guest Access',0,0,'Can control scheduled guest access to this page.',1,0) ,(17,'add_block','Add Block',0,1,'Can add a block to any area on the site. If someone is added here they can add blocks to any area (unless that area has permissions that override these global permissions.)',9,0) ,(18,'add_stack','Add Stack',0,0,'Can add a stack or block from a stack to any area on the site. If someone is added here they can add stacks to any area (unless that area has permissions that override these global permissions.)',9,0) ,(19,'view_area','View Area',0,0,'Can view the area and its contents.',8,0) ,(20,'edit_area_contents','Edit Area Contents',0,0,'Can edit blocks within this area.',8,0) ,(21,'add_block_to_area','Add Block to Area',0,1,'Can add blocks to this area. This setting overrides the global Add Block permission for this area.',8,0) ,(22,'add_stack_to_area','Add Stack to Area',0,0,'Can add stacks to this area. This setting overrides the global Add Stack permission for this area.',8,0) ,(23,'add_layout_to_area','Add Layouts to Area',0,0,'Controls whether users get the ability to add layouts to a particular area.',8,0) ,(24,'edit_area_design','Edit Area Design',0,0,'Controls whether users see design controls and can modify an area\'s custom CSS.',8,0) ,(25,'edit_area_permissions','Edit Area Permissions',0,0,'Controls whether users can access the permissions on an area. Custom area permissions could override those of the page.',8,0) ,(26,'delete_area_contents','Delete Area Contents',0,0,'Controls whether users can delete blocks from this area.',8,0) ,(27,'schedule_area_contents_guest_access','Schedule Guest Access',0,0,'Controls whether users can schedule guest access permissions on blocks in this area. Guest Access is a shortcut for granting permissions just to the Guest Group.',8,0) ,(28,'view_block','View Block',0,0,'Controls whether users can view this block in the page.',10,0) ,(29,'edit_block','Edit Block',0,0,'Controls whether users can edit this block. This overrides any area or page permissions.',10,0) ,(30,'edit_block_custom_template','Change Custom Template',0,0,'Controls whether users can change the custom template on this block. This overrides any area or page permissions.',10,0) ,(31,'delete_block','Delete Block',0,0,'Controls whether users can delete this block. This overrides any area or page permissions.',10,0) ,(32,'edit_block_design','Edit Design',0,0,'Controls whether users can set custom design properties or CSS on this block.',10,0) ,(33,'edit_block_permissions','Edit Permissions',0,0,'Controls whether users can change permissions on this block, potentially granting themselves or others greater access.',10,0) ,(34,'schedule_guest_access','Schedule Guest Access',0,0,'Controls whether users can schedule guest access permissions on this block. Guest Access is a shortcut for granting permissions just to the Guest Group.',10,0) ,(35,'view_file_set_file','View Files',0,0,'Can view and download files in the site.',6,0) ,(36,'search_file_set','Search Files in File Manager',0,0,'Can access the file manager',6,0) ,(37,'edit_file_set_file_properties','Edit File Properties',0,0,'Can edit a file\'s properties.',6,0) ,(38,'edit_file_set_file_contents','Edit File Contents',0,0,'Can edit or replace files in set.',6,0) ,(39,'copy_file_set_files','Copy File',0,0,'Can copy files in file set.',6,0) ,(40,'edit_file_set_permissions','Edit File Access',0,0,'Can edit access to file sets.',6,0) ,(41,'delete_file_set','Delete File Set',0,0,'',6,0) ,(42,'delete_file_set_files','Delete File',0,0,'Can delete files in set.',6,0) ,(43,'add_file','Add File',0,1,'Can add files to set.',6,0) ,(44,'view_file','View Files',0,0,'Can view and download files.',7,0) ,(45,'view_file_in_file_manager','View File in File Manager',0,0,'Can access the File Manager.',7,0) ,(46,'edit_file_properties','Edit File Properties',0,0,'Can edit a file\'s properties.',7,0) ,(47,'edit_file_contents','Edit File Contents',0,0,'Can edit or replace files.',7,0) ,(48,'copy_file','Copy File',0,0,'Can copy file.',7,0) ,(49,'edit_file_permissions','Edit File Access',0,0,'Can edit access to file.',7,0) ,(50,'delete_file','Delete File',0,0,'Can delete file.',7,0) ,(51,'approve_basic_workflow_action','Approve or Deny',0,0,'Grant ability to approve workflow.',14,0) ,(52,'notify_on_basic_workflow_entry','Notify on Entry',0,0,'Notify approvers that a change has entered the workflow.',14,0) ,(53,'notify_on_basic_workflow_approve','Notify on Approve',0,0,'Notify approvers that a change has been approved.',14,0) ,(54,'notify_on_basic_workflow_deny','Notify on Deny',0,0,'Notify approvers that a change has been denied.',14,0) ,(55,'access_user_search','Access User Search',0,1,'',5,0) ,(56,'edit_user_properties','Edit User Details',0,1,NULL,5,0) ,(57,'view_user_attributes','View User Attributes',0,1,NULL,5,0) ,(58,'activate_user','Activate/Deactivate User',0,0,NULL,5,0) ,(59,'sudo','Sign in as User',0,0,NULL,5,0) ,(60,'delete_user','Delete User',0,0,NULL,5,0) ,(61,'access_group_search','Access Group Search',0,0,'',5,0) ,(62,'edit_groups','Edit Groups',0,0,'',5,0) ,(63,'assign_user_groups','Assign Groups to User',0,1,'',5,0) ,(64,'backup','Perform Backups',0,0,NULL,11,0) ,(65,'access_task_permissions','Access Task Permissions',0,0,NULL,11,0) ,(66,'access_sitemap','Access Sitemap',0,0,NULL,12,0) ,(67,'access_page_defaults','Access Page Type Defaults',0,0,NULL,11,0) ,(68,'empty_trash','Empty Trash',0,0,NULL,11,0) ,(69,'uninstall_packages','Uninstall Packages',0,0,NULL,13,0) ,(70,'install_packages','Install Packages',0,0,NULL,13,0) ,(71,'view_newsflow','View Newsflow',0,0,NULL,13,0); DROP TABLE IF EXISTS PileContents; CREATE TABLE IF NOT EXISTS `PileContents` ( `pcID` int(10) unsigned NOT NULL AUTO_INCREMENT, `pID` int(10) unsigned NOT NULL DEFAULT '0', `itemID` int(10) unsigned NOT NULL DEFAULT '0', `itemType` varchar(64) NOT NULL, `quantity` int(10) unsigned NOT NULL DEFAULT '1', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `displayOrder` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`pcID`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO PileContents VALUES(1,1,141,'BLOCK',1,'2014-06-29 11:24:21',1) ,(2,1,226,'BLOCK',1,'2014-07-06 06:00:18',2); DROP TABLE IF EXISTS Piles; CREATE TABLE IF NOT EXISTS `Piles` ( `pID` int(10) unsigned NOT NULL AUTO_INCREMENT, `uID` int(10) unsigned DEFAULT NULL, `isDefault` tinyint(1) NOT NULL DEFAULT '0', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `name` varchar(255) DEFAULT NULL, `state` varchar(64) NOT NULL, PRIMARY KEY (`pID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO Piles VALUES(1,1,1,'2014-03-29 10:40:24',NULL,'READY'); DROP TABLE IF EXISTS QueueMessages; CREATE TABLE IF NOT EXISTS `QueueMessages` ( `message_id` int(20) unsigned NOT NULL AUTO_INCREMENT, `queue_id` int(10) unsigned NOT NULL, `handle` varchar(32) DEFAULT NULL, `body` varchar(8192) NOT NULL, `md5` varchar(32) NOT NULL, `timeout` decimal(14,0) unsigned DEFAULT NULL, `created` int(10) unsigned NOT NULL, PRIMARY KEY (`message_id`), UNIQUE KEY `message_handle` (`handle`), KEY `message_queueid` (`queue_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS QueuePageDuplicationRelations; CREATE TABLE IF NOT EXISTS `QueuePageDuplicationRelations` ( `queue_name` varchar(255) NOT NULL, `cID` int(10) unsigned NOT NULL DEFAULT '0', `originalCID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cID`,`originalCID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Queues; CREATE TABLE IF NOT EXISTS `Queues` ( `queue_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `queue_name` varchar(100) NOT NULL, `timeout` int(5) unsigned NOT NULL DEFAULT '30', PRIMARY KEY (`queue_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS SignupRequests; CREATE TABLE IF NOT EXISTS `SignupRequests` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ipFrom` int(10) unsigned NOT NULL DEFAULT '0', `date_access` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `index_ipFrom` (`ipFrom`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Stacks; CREATE TABLE IF NOT EXISTS `Stacks` ( `stID` int(10) unsigned NOT NULL AUTO_INCREMENT, `stName` varchar(255) NOT NULL, `stType` int(1) unsigned NOT NULL DEFAULT '0', `cID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`stID`), KEY `stType` (`stType`), KEY `stName` (`stName`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO Stacks VALUES(1,'Header Nav',20,121) ,(2,'Side Nav',0,122) ,(3,'Site Name',20,123); DROP TABLE IF EXISTS SystemAntispamLibraries; CREATE TABLE IF NOT EXISTS `SystemAntispamLibraries` ( `saslHandle` varchar(64) NOT NULL, `saslName` varchar(255) DEFAULT NULL, `saslIsActive` int(1) NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`saslHandle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS SystemCaptchaLibraries; CREATE TABLE IF NOT EXISTS `SystemCaptchaLibraries` ( `sclHandle` varchar(64) NOT NULL, `sclName` varchar(255) DEFAULT NULL, `sclIsActive` int(1) NOT NULL DEFAULT '0', `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`sclHandle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO SystemCaptchaLibraries VALUES('securimage','SecurImage (Default)',1,0); DROP TABLE IF EXISTS SystemNotifications; CREATE TABLE IF NOT EXISTS `SystemNotifications` ( `snID` int(10) unsigned NOT NULL AUTO_INCREMENT, `snTypeID` int(3) unsigned NOT NULL DEFAULT '0', `snURL` text, `snURL2` text, `snDateTime` datetime NOT NULL, `snIsArchived` int(1) NOT NULL DEFAULT '0', `snIsNew` int(1) NOT NULL DEFAULT '0', `snTitle` varchar(255) DEFAULT NULL, `snDescription` text, `snBody` text, PRIMARY KEY (`snID`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; INSERT INTO SystemNotifications VALUES(1,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-04-06 12:26:50',0,1,'A new version of concrete5 is now available.','','\n \n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\nVersion 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\nThey are highly recommended for all users of concrete5.\n

\n

\nAs always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(2,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-04-13 06:17:17',0,1,'A new version of concrete5 is now available.','','\n \n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\nVersion 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\nThey are highly recommended for all users of concrete5.\n

\n

\nAs always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(3,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-04-21 00:42:07',0,1,'A new version of concrete5 is now available.','','\n \n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\nVersion 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\nThey are highly recommended for all users of concrete5.\n

\n

\nAs always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(4,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-04-26 16:57:14',0,1,'A new version of concrete5 is now available.','','\n \n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\nVersion 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\nThey are highly recommended for all users of concrete5.\n

\n

\nAs always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(5,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-06-29 06:59:01',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(6,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-07-05 07:58:05',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(7,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-07-07 15:59:11',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(8,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-07-10 02:51:57',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(9,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-07-12 14:24:42',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n ') ,(10,10,'/index.php/dashboard/system/backup_restore/update/',NULL,'2014-09-01 17:31:13',0,1,'A new version of concrete5 is now available.','','\n\n

5.6.3.1 Release Notes

\n\n

Huge Maintenance Update

\n\n

\n Version 5.6.3 and 5.6.3.1 introduce a lot of bug fixes, security improvements, and a large number of multilingual website improvements.\n They are highly recommended for all users of concrete5.\n

\n

\n As always, backup your data and site before running the upgrade live.\n

\n\n

Full 5.6.3 Release Notes

\n

Full 5.6.3.1 Release Notes

\n\n\n '); DROP TABLE IF EXISTS UserAttributeKeys; CREATE TABLE IF NOT EXISTS `UserAttributeKeys` ( `akID` int(10) unsigned NOT NULL, `uakProfileDisplay` tinyint(1) NOT NULL DEFAULT '0', `uakMemberListDisplay` tinyint(1) NOT NULL DEFAULT '0', `uakProfileEdit` tinyint(1) NOT NULL DEFAULT '1', `uakProfileEditRequired` tinyint(1) NOT NULL DEFAULT '0', `uakRegisterEdit` tinyint(1) NOT NULL DEFAULT '0', `uakRegisterEditRequired` tinyint(1) NOT NULL DEFAULT '0', `displayOrder` int(10) unsigned DEFAULT '0', `uakIsActive` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO UserAttributeKeys VALUES(10,0,0,1,0,1,0,1,1) ,(11,0,0,1,0,1,0,2,1); DROP TABLE IF EXISTS UserAttributeValues; CREATE TABLE IF NOT EXISTS `UserAttributeValues` ( `uID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', `avID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uID`,`akID`,`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserBannedIPs; CREATE TABLE IF NOT EXISTS `UserBannedIPs` ( `ipFrom` int(10) unsigned NOT NULL DEFAULT '0', `ipTo` int(10) unsigned NOT NULL DEFAULT '0', `banCode` int(1) unsigned NOT NULL DEFAULT '1', `expires` int(10) unsigned NOT NULL DEFAULT '0', `isManual` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ipFrom`,`ipTo`), KEY `ipFrom` (`ipFrom`), KEY `ipTo` (`ipTo`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserGroups; CREATE TABLE IF NOT EXISTS `UserGroups` ( `uID` int(10) unsigned NOT NULL DEFAULT '0', `gID` int(10) unsigned NOT NULL DEFAULT '0', `ugEntered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `type` varchar(64) DEFAULT NULL, PRIMARY KEY (`uID`,`gID`), KEY `uID` (`uID`), KEY `gID` (`gID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserOpenIDs; CREATE TABLE IF NOT EXISTS `UserOpenIDs` ( `uID` int(10) unsigned NOT NULL, `uOpenID` varchar(255) NOT NULL, PRIMARY KEY (`uOpenID`), KEY `uID` (`uID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionAssignGroupAccessList; CREATE TABLE IF NOT EXISTS `UserPermissionAssignGroupAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionAssignGroupAccessListCustom; CREATE TABLE IF NOT EXISTS `UserPermissionAssignGroupAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `gID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`gID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionEditPropertyAccessList; CREATE TABLE IF NOT EXISTS `UserPermissionEditPropertyAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `uName` int(1) unsigned DEFAULT '0', `uEmail` int(1) unsigned DEFAULT '0', `uPassword` int(1) unsigned DEFAULT '0', `uAvatar` int(1) unsigned DEFAULT '0', `uTimezone` int(1) unsigned DEFAULT '0', `uDefaultLanguage` int(1) unsigned DEFAULT '0', `attributePermission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionEditPropertyAttributeAccessListCustom; CREATE TABLE IF NOT EXISTS `UserPermissionEditPropertyAttributeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionUserSearchAccessList; CREATE TABLE IF NOT EXISTS `UserPermissionUserSearchAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionUserSearchAccessListCustom; CREATE TABLE IF NOT EXISTS `UserPermissionUserSearchAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `gID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`gID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionViewAttributeAccessList; CREATE TABLE IF NOT EXISTS `UserPermissionViewAttributeAccessList` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `permission` varchar(1) NOT NULL DEFAULT '1', PRIMARY KEY (`paID`,`peID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPermissionViewAttributeAccessListCustom; CREATE TABLE IF NOT EXISTS `UserPermissionViewAttributeAccessListCustom` ( `paID` int(10) unsigned NOT NULL DEFAULT '0', `peID` int(10) unsigned NOT NULL DEFAULT '0', `akID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`paID`,`peID`,`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPointHistory; CREATE TABLE IF NOT EXISTS `UserPointHistory` ( `upID` int(11) NOT NULL AUTO_INCREMENT, `upuID` int(11) NOT NULL DEFAULT '0', `upaID` int(11) DEFAULT '0', `upPoints` int(11) DEFAULT '0', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`upID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPrivateMessages; CREATE TABLE IF NOT EXISTS `UserPrivateMessages` ( `msgID` int(10) unsigned NOT NULL AUTO_INCREMENT, `uAuthorID` int(10) unsigned NOT NULL DEFAULT '0', `msgDateCreated` datetime NOT NULL, `msgSubject` varchar(255) NOT NULL, `msgBody` text, `uToID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`msgID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserPrivateMessagesTo; CREATE TABLE IF NOT EXISTS `UserPrivateMessagesTo` ( `msgID` int(10) unsigned NOT NULL DEFAULT '0', `uID` int(10) unsigned NOT NULL DEFAULT '0', `uAuthorID` int(10) unsigned NOT NULL DEFAULT '0', `msgMailboxID` int(11) NOT NULL, `msgIsNew` int(1) NOT NULL DEFAULT '0', `msgIsUnread` int(1) NOT NULL DEFAULT '0', `msgIsReplied` int(1) NOT NULL DEFAULT '0', PRIMARY KEY (`msgID`,`uID`,`uAuthorID`), KEY `uID` (`uID`), KEY `uAuthorID` (`uAuthorID`), KEY `msgFolderID` (`msgMailboxID`), KEY `msgIsNew` (`msgIsNew`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserSearchIndexAttributes; CREATE TABLE IF NOT EXISTS `UserSearchIndexAttributes` ( `uID` int(11) unsigned NOT NULL DEFAULT '0', `ak_profile_private_messages_enabled` tinyint(4) DEFAULT '0', `ak_profile_private_messages_notification_enabled` tinyint(4) DEFAULT '0', PRIMARY KEY (`uID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS UserValidationHashes; CREATE TABLE IF NOT EXISTS `UserValidationHashes` ( `uvhID` int(10) unsigned NOT NULL AUTO_INCREMENT, `uID` int(10) unsigned DEFAULT NULL, `uHash` varchar(64) NOT NULL, `type` int(4) unsigned NOT NULL DEFAULT '0', `uDateGenerated` int(10) unsigned NOT NULL DEFAULT '0', `uDateRedeemed` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uvhID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS Users; CREATE TABLE IF NOT EXISTS `Users` ( `uID` int(10) unsigned NOT NULL AUTO_INCREMENT, `uName` varchar(64) NOT NULL, `uEmail` varchar(64) NOT NULL, `uPassword` varchar(255) NOT NULL, `uIsActive` varchar(1) NOT NULL DEFAULT '0', `uIsValidated` tinyint(4) NOT NULL DEFAULT '-1', `uIsFullRecord` tinyint(1) NOT NULL DEFAULT '1', `uDateAdded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `uHasAvatar` tinyint(1) NOT NULL DEFAULT '0', `uLastOnline` int(10) unsigned NOT NULL DEFAULT '0', `uLastLogin` int(10) unsigned NOT NULL DEFAULT '0', `uLastIP` bigint(10) NOT NULL DEFAULT '0', `uPreviousLogin` int(10) unsigned NOT NULL DEFAULT '0', `uNumLogins` int(10) unsigned NOT NULL DEFAULT '0', `uTimezone` varchar(255) DEFAULT NULL, `uDefaultLanguage` varchar(32) DEFAULT NULL, PRIMARY KEY (`uID`), UNIQUE KEY `uName` (`uName`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO Users VALUES(1,'admin','shopmgt@gmail.com','c7bfbf3f93e80533ff930c902bf88648','1',-1,1,'2013-10-05 18:47:01',0,1409614595,1409614268,1451733534,1398558570,17,NULL,NULL); DROP TABLE IF EXISTS UsersFriends; CREATE TABLE IF NOT EXISTS `UsersFriends` ( `ufID` int(10) unsigned NOT NULL AUTO_INCREMENT, `uID` int(10) unsigned DEFAULT NULL, `status` varchar(64) NOT NULL, `friendUID` int(10) unsigned DEFAULT NULL, `uDateAdded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`ufID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS WorkflowProgress; CREATE TABLE IF NOT EXISTS `WorkflowProgress` ( `wpID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wpCategoryID` int(10) unsigned DEFAULT NULL, `wfID` int(10) unsigned NOT NULL DEFAULT '0', `wpApproved` tinyint(1) NOT NULL DEFAULT '0', `wpDateAdded` datetime DEFAULT NULL, `wpDateLastAction` datetime DEFAULT NULL, `wpCurrentStatus` int(10) NOT NULL DEFAULT '0', `wrID` int(1) NOT NULL DEFAULT '0', `wpIsCompleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`wpID`), KEY `wrID` (`wrID`), KEY `wpIsCompleted` (`wpIsCompleted`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS WorkflowProgressCategories; CREATE TABLE IF NOT EXISTS `WorkflowProgressCategories` ( `wpCategoryID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wpCategoryHandle` varchar(255) NOT NULL, `pkgID` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`wpCategoryID`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; INSERT INTO WorkflowProgressCategories VALUES(1,'page',NULL) ,(2,'file',NULL) ,(3,'user',NULL); DROP TABLE IF EXISTS WorkflowProgressHistory; CREATE TABLE IF NOT EXISTS `WorkflowProgressHistory` ( `wphID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wpID` int(10) unsigned NOT NULL DEFAULT '0', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `object` text, PRIMARY KEY (`wphID`) ) ENGINE=MyISAM AUTO_INCREMENT=156 DEFAULT CHARSET=utf8; INSERT INTO WorkflowProgressHistory VALUES(1,1,'2013-10-05 20:18:59','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"1\";}') ,(2,2,'2013-10-08 02:54:08','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"2\";}') ,(3,3,'2013-10-08 05:29:10','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"3\";}') ,(4,4,'2013-10-08 05:31:26','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"129\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"4\";}') ,(5,5,'2013-10-08 05:32:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"5\";}') ,(6,1,'2014-03-29 10:35:48','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"1\";}') ,(7,2,'2014-03-29 10:47:04','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"2\";}') ,(8,3,'2014-03-29 10:47:48','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"3\";}') ,(9,4,'2014-03-29 10:50:04','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"4\";}') ,(10,1,'2014-04-06 12:29:22','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:1:\"1\";}') ,(11,2,'2014-04-06 13:20:48','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"2\";}') ,(12,3,'2014-04-06 14:03:19','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"3\";}') ,(13,4,'2014-04-06 14:11:57','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"4\";}') ,(14,5,'2014-04-06 14:34:49','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:1:\"5\";}') ,(15,6,'2014-04-06 14:58:06','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:1:\"6\";}') ,(16,7,'2014-04-06 14:58:28','O:27:\"MovePagePageWorkflowRequest\":9:{s:12:\"\0*\0targetCID\";s:1:\"1\";s:14:\"\0*\0wrStatusNum\";i:50;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"15\";s:3:\"cID\";s:3:\"142\";s:15:\"saveOldPagePath\";N;s:4:\"wrID\";s:1:\"7\";}') ,(17,8,'2014-04-06 15:07:36','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"8\";}') ,(18,9,'2014-04-06 15:08:56','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"9\";}') ,(19,10,'2014-04-06 15:11:13','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"10\";}') ,(20,11,'2014-04-06 15:12:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:2:\"11\";}') ,(21,12,'2014-04-06 15:14:04','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:2:\"12\";}') ,(22,13,'2014-04-06 15:14:41','O:29:\"DeletePagePageWorkflowRequest\":7:{s:14:\"\0*\0wrStatusNum\";i:100;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"11\";s:3:\"cID\";s:3:\"129\";s:4:\"wrID\";s:2:\"13\";}') ,(23,14,'2014-04-06 15:15:09','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:2:\"14\";}') ,(24,15,'2014-04-06 15:19:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"135\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"15\";}') ,(25,16,'2014-04-06 15:21:16','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"16\";}') ,(26,17,'2014-04-06 15:22:14','O:29:\"DeletePagePageWorkflowRequest\":7:{s:14:\"\0*\0wrStatusNum\";i:100;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"11\";s:3:\"cID\";s:3:\"135\";s:4:\"wrID\";s:2:\"17\";}') ,(27,18,'2014-04-06 15:26:39','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"18\";}') ,(28,19,'2014-04-06 15:29:15','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:2:\"19\";}') ,(29,20,'2014-04-06 15:30:39','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:2:\"20\";}') ,(30,21,'2014-04-06 15:33:37','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:2:\"21\";}') ,(31,22,'2014-04-06 15:42:42','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"22\";}') ,(32,23,'2014-04-06 15:44:19','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:2:\"23\";}') ,(33,24,'2014-04-06 15:46:00','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:2:\"24\";}') ,(34,25,'2014-04-06 15:53:50','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"25\";}') ,(35,26,'2014-04-06 15:54:57','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:2:\"26\";}') ,(36,27,'2014-04-06 15:55:45','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:2:\"27\";}') ,(37,28,'2014-04-06 15:56:35','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"145\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:2:\"28\";}') ,(38,29,'2014-04-06 16:04:42','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"145\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:2:\"29\";}') ,(39,30,'2014-04-06 16:16:47','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"30\";}') ,(40,31,'2014-04-06 16:18:26','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"31\";}') ,(41,32,'2014-04-06 16:20:24','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"32\";}') ,(42,33,'2014-04-06 16:28:44','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:2:\"33\";}') ,(43,34,'2014-04-06 16:29:50','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:2:\"34\";}') ,(44,35,'2014-04-06 16:30:35','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"35\";}') ,(45,36,'2014-04-06 16:33:58','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:2:\"36\";}') ,(46,37,'2014-04-06 16:34:59','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:2:\"37\";}') ,(47,1,'2014-04-13 06:24:47','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:1:\"1\";}') ,(48,1,'2014-04-21 06:17:35','O:29:\"DeletePagePageWorkflowRequest\":7:{s:14:\"\0*\0wrStatusNum\";i:100;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"11\";s:3:\"cID\";s:3:\"145\";s:4:\"wrID\";s:1:\"1\";}') ,(49,2,'2014-04-21 06:19:19','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:1:\"2\";}') ,(50,3,'2014-04-21 14:45:32','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:1:\"3\";}') ,(51,4,'2014-04-21 14:48:30','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:1:\"4\";}') ,(52,5,'2014-04-21 14:50:52','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:1:\"5\";}') ,(53,6,'2014-04-21 15:08:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:1:\"6\";}') ,(54,7,'2014-04-21 15:10:32','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"13\";s:4:\"wrID\";s:1:\"7\";}') ,(55,8,'2014-04-21 15:27:52','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"14\";s:4:\"wrID\";s:1:\"8\";}') ,(56,9,'2014-04-21 18:16:47','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"132\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"9\";}') ,(57,10,'2014-04-21 18:17:34','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"131\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:2:\"10\";}') ,(58,11,'2014-04-21 18:18:49','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"131\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"11\";}') ,(59,12,'2014-04-21 18:21:50','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"132\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"12\";}') ,(60,13,'2014-04-21 18:22:57','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"13\";}') ,(61,14,'2014-04-21 18:26:29','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:2:\"14\";}') ,(62,15,'2014-04-21 18:29:38','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"13\";s:4:\"wrID\";s:2:\"15\";}') ,(63,16,'2014-04-21 18:32:42','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"14\";s:4:\"wrID\";s:2:\"16\";}') ,(64,17,'2014-04-21 20:02:10','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"15\";s:4:\"wrID\";s:2:\"17\";}') ,(65,18,'2014-04-22 18:40:58','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"15\";s:4:\"wrID\";s:2:\"18\";}') ,(66,19,'2014-04-22 18:42:45','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"16\";s:4:\"wrID\";s:2:\"19\";}') ,(67,1,'2014-04-26 17:46:43','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"16\";s:4:\"wrID\";s:1:\"1\";}') ,(68,2,'2014-04-27 08:35:31','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"134\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"2\";}') ,(69,3,'2014-04-27 13:58:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"3\";}') ,(70,4,'2014-04-27 14:01:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"4\";}') ,(71,5,'2014-04-27 14:05:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"133\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"5\";}') ,(72,6,'2014-04-27 14:05:23','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"134\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"6\";}') ,(73,7,'2014-04-27 14:05:34','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"7\";}') ,(74,8,'2014-04-27 14:06:37','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"8\";}') ,(75,9,'2014-04-27 14:08:45','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"134\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"9\";}') ,(76,10,'2014-04-27 14:12:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"134\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"10\";}') ,(77,11,'2014-04-27 14:12:41','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"134\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"11\";}') ,(78,12,'2014-04-27 14:13:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"12\";}') ,(79,13,'2014-04-27 14:16:22','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"13\";}') ,(80,14,'2014-04-27 14:56:30','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"17\";s:4:\"wrID\";s:2:\"14\";}') ,(81,15,'2014-04-27 15:18:42','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"18\";s:4:\"wrID\";s:2:\"15\";}') ,(82,16,'2014-04-27 15:26:41','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"19\";s:4:\"wrID\";s:2:\"16\";}') ,(83,17,'2014-04-27 15:27:45','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"17\";s:4:\"wrID\";s:2:\"17\";}') ,(84,18,'2014-04-27 15:31:10','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"18\";s:4:\"wrID\";s:2:\"18\";}') ,(85,19,'2014-04-27 15:33:06','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"19\";s:4:\"wrID\";s:2:\"19\";}') ,(86,20,'2014-04-27 15:34:28','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"20\";s:4:\"wrID\";s:2:\"20\";}') ,(87,21,'2014-04-27 15:37:04','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"20\";s:4:\"wrID\";s:2:\"21\";}') ,(88,1,'2014-06-29 08:11:37','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"1\";}') ,(89,2,'2014-06-29 09:49:48','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"2\";}') ,(90,3,'2014-06-29 10:54:51','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:1:\"3\";}') ,(91,4,'2014-06-29 10:58:10','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:1:\"4\";}') ,(92,5,'2014-06-29 11:00:08','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:1:\"5\";}') ,(93,6,'2014-06-29 11:02:00','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:1:\"6\";}') ,(94,7,'2014-06-29 11:03:57','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:1:\"7\";}') ,(95,8,'2014-06-29 11:23:25','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"21\";s:4:\"wrID\";s:1:\"8\";}') ,(96,9,'2014-06-29 11:27:13','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"22\";s:4:\"wrID\";s:1:\"9\";}') ,(97,10,'2014-06-29 11:31:44','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"23\";s:4:\"wrID\";s:2:\"10\";}') ,(98,11,'2014-06-29 11:33:19','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"24\";s:4:\"wrID\";s:2:\"11\";}') ,(99,12,'2014-06-29 11:36:29','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"26\";s:4:\"wrID\";s:2:\"12\";}') ,(100,13,'2014-06-29 11:51:06','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"27\";s:4:\"wrID\";s:2:\"13\";}') ,(101,14,'2014-06-29 12:00:04','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"28\";s:4:\"wrID\";s:2:\"14\";}') ,(102,15,'2014-06-29 12:07:44','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:2:\"15\";}') ,(103,16,'2014-06-29 12:09:54','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:2:\"16\";}') ,(104,17,'2014-06-29 12:12:49','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:2:\"17\";}') ,(105,18,'2014-06-29 12:25:35','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"18\";}') ,(106,19,'2014-06-29 12:27:09','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:2:\"19\";}') ,(107,20,'2014-06-29 12:27:59','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:2:\"20\";}') ,(108,21,'2014-06-29 12:28:28','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:2:\"21\";}') ,(109,22,'2014-06-29 12:29:08','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:2:\"22\";}') ,(110,23,'2014-06-29 12:32:14','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"23\";}') ,(111,24,'2014-06-29 13:01:37','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"122\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:2:\"24\";}') ,(112,25,'2014-06-29 13:03:13','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"122\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:2:\"25\";}') ,(113,26,'2014-06-29 13:05:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"29\";s:4:\"wrID\";s:2:\"26\";}') ,(114,27,'2014-06-29 13:12:54','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"30\";s:4:\"wrID\";s:2:\"27\";}') ,(115,28,'2014-06-29 17:42:37','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"13\";s:4:\"wrID\";s:2:\"28\";}') ,(116,29,'2014-06-29 18:19:03','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"21\";s:4:\"wrID\";s:2:\"29\";}') ,(117,30,'2014-06-29 18:19:44','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"22\";s:4:\"wrID\";s:2:\"30\";}') ,(118,31,'2014-06-29 18:44:09','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"14\";s:4:\"wrID\";s:2:\"31\";}') ,(119,32,'2014-06-29 19:07:30','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:2:\"32\";}') ,(120,33,'2014-06-29 19:13:54','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"15\";s:4:\"wrID\";s:2:\"33\";}') ,(121,34,'2014-06-29 19:16:24','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:2:\"34\";}') ,(122,35,'2014-06-29 19:17:49','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:2:\"35\";}') ,(123,36,'2014-06-29 19:19:20','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:2:\"36\";}') ,(124,37,'2014-06-29 19:19:53','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"37\";}') ,(125,38,'2014-06-29 19:23:22','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:2:\"38\";}') ,(126,39,'2014-06-29 19:25:41','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"130\";s:4:\"cvID\";s:2:\"13\";s:4:\"wrID\";s:2:\"39\";}') ,(127,1,'2014-07-05 08:08:51','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"23\";s:4:\"wrID\";s:1:\"1\";}') ,(128,2,'2014-07-05 08:16:56','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"16\";s:4:\"wrID\";s:1:\"2\";}') ,(129,3,'2014-07-06 03:35:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"1\";s:4:\"wrID\";s:1:\"3\";}') ,(130,4,'2014-07-06 05:20:29','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"17\";s:4:\"wrID\";s:1:\"4\";}') ,(131,5,'2014-07-06 05:22:09','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"31\";s:4:\"wrID\";s:1:\"5\";}') ,(132,6,'2014-07-06 05:23:43','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"32\";s:4:\"wrID\";s:1:\"6\";}') ,(133,7,'2014-07-06 06:04:21','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"142\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:1:\"7\";}') ,(134,8,'2014-07-06 06:15:20','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:1:\"1\";s:4:\"cvID\";s:2:\"24\";s:4:\"wrID\";s:1:\"8\";}') ,(135,9,'2014-07-06 06:28:18','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"144\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:1:\"9\";}') ,(136,10,'2014-07-06 06:32:06','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"10\";}') ,(137,11,'2014-07-06 06:33:22','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"143\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:2:\"11\";}') ,(138,1,'2014-07-13 07:03:24','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"2\";s:4:\"wrID\";s:1:\"1\";}') ,(139,2,'2014-07-13 07:04:07','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"33\";s:4:\"wrID\";s:1:\"2\";}') ,(140,3,'2014-07-13 07:05:58','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"128\";s:4:\"cvID\";s:2:\"34\";s:4:\"wrID\";s:1:\"3\";}') ,(141,4,'2014-07-13 07:20:27','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"3\";s:4:\"wrID\";s:1:\"4\";}') ,(142,5,'2014-07-13 08:30:39','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"4\";s:4:\"wrID\";s:1:\"5\";}') ,(143,6,'2014-07-13 09:40:39','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"5\";s:4:\"wrID\";s:1:\"6\";}') ,(144,7,'2014-07-13 12:41:48','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"6\";s:4:\"wrID\";s:1:\"7\";}') ,(145,8,'2014-07-13 12:44:56','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"7\";s:4:\"wrID\";s:1:\"8\";}') ,(146,9,'2014-07-13 12:59:10','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"8\";s:4:\"wrID\";s:1:\"9\";}') ,(147,10,'2014-07-13 18:19:09','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:1:\"9\";s:4:\"wrID\";s:2:\"10\";}') ,(148,11,'2014-07-13 18:20:25','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"10\";s:4:\"wrID\";s:2:\"11\";}') ,(149,12,'2014-07-13 18:25:08','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"11\";s:4:\"wrID\";s:2:\"12\";}') ,(150,13,'2014-07-13 18:35:44','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"12\";s:4:\"wrID\";s:2:\"13\";}') ,(151,14,'2014-07-13 18:37:21','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"13\";s:4:\"wrID\";s:2:\"14\";}') ,(152,15,'2014-07-13 18:37:49','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"141\";s:4:\"cvID\";s:2:\"18\";s:4:\"wrID\";s:2:\"15\";}') ,(153,16,'2014-07-13 18:52:12','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"14\";s:4:\"wrID\";s:2:\"16\";}') ,(154,17,'2014-07-13 18:55:22','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"15\";s:4:\"wrID\";s:2:\"17\";}') ,(155,18,'2014-07-13 19:01:33','O:30:\"ApprovePagePageWorkflowRequest\":8:{s:14:\"\0*\0wrStatusNum\";i:30;s:12:\"\0*\0currentWP\";N;s:6:\"\0*\0uID\";s:1:\"1\";s:5:\"error\";s:0:\"\";s:4:\"pkID\";s:2:\"13\";s:3:\"cID\";s:3:\"146\";s:4:\"cvID\";s:2:\"16\";s:4:\"wrID\";s:2:\"18\";}'); DROP TABLE IF EXISTS WorkflowRequestObjects; CREATE TABLE IF NOT EXISTS `WorkflowRequestObjects` ( `wrID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wrObject` text, PRIMARY KEY (`wrID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS WorkflowTypes; CREATE TABLE IF NOT EXISTS `WorkflowTypes` ( `wftID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wftHandle` varchar(64) NOT NULL, `wftName` varchar(128) NOT NULL, `pkgID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`wftID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO WorkflowTypes VALUES(1,'basic','Basic Workflow',0); DROP TABLE IF EXISTS Workflows; CREATE TABLE IF NOT EXISTS `Workflows` ( `wfID` int(10) unsigned NOT NULL AUTO_INCREMENT, `wfName` varchar(255) DEFAULT NULL, `wftID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`wfID`), UNIQUE KEY `wfName` (`wfName`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atAddress; CREATE TABLE IF NOT EXISTS `atAddress` ( `avID` int(10) unsigned NOT NULL DEFAULT '0', `address1` varchar(255) DEFAULT NULL, `address2` varchar(255) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `state_province` varchar(255) DEFAULT NULL, `country` varchar(4) DEFAULT NULL, `postal_code` varchar(32) DEFAULT NULL, PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atAddressCustomCountries; CREATE TABLE IF NOT EXISTS `atAddressCustomCountries` ( `atAddressCustomCountryID` int(10) unsigned NOT NULL AUTO_INCREMENT, `akID` int(10) unsigned NOT NULL DEFAULT '0', `country` varchar(5) NOT NULL, PRIMARY KEY (`atAddressCustomCountryID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atAddressSettings; CREATE TABLE IF NOT EXISTS `atAddressSettings` ( `akID` int(10) unsigned NOT NULL DEFAULT '0', `akHasCustomCountries` int(1) NOT NULL DEFAULT '0', `akDefaultCountry` varchar(12) DEFAULT NULL, PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atBoolean; CREATE TABLE IF NOT EXISTS `atBoolean` ( `avID` int(10) unsigned NOT NULL, `value` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atBoolean VALUES(20,1) ,(31,1) ,(34,1) ,(64,1) ,(65,1) ,(68,1) ,(69,1) ,(75,1) ,(108,1) ,(117,1) ,(118,1) ,(119,1) ,(138,1) ,(139,1) ,(140,1); DROP TABLE IF EXISTS atBooleanSettings; CREATE TABLE IF NOT EXISTS `atBooleanSettings` ( `akID` int(10) unsigned NOT NULL, `akCheckedByDefault` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atBooleanSettings VALUES(5,0) ,(6,0) ,(8,0) ,(9,0) ,(10,1) ,(11,1); DROP TABLE IF EXISTS atDateTime; CREATE TABLE IF NOT EXISTS `atDateTime` ( `avID` int(10) unsigned NOT NULL, `value` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atDateTimeSettings; CREATE TABLE IF NOT EXISTS `atDateTimeSettings` ( `akID` int(10) unsigned NOT NULL, `akDateDisplayMode` varchar(255) DEFAULT NULL, PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atDefault; CREATE TABLE IF NOT EXISTS `atDefault` ( `avID` int(10) unsigned NOT NULL, `value` longtext, PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atDefault VALUES(1,'blog, blogging') ,(2,'icon-book') ,(3,'new blog, write blog, blogging') ,(4,'icon-pencil') ,(5,'blog drafts, composer') ,(6,'icon-book') ,(7,'pages, add page, delete page, copy, move, alias') ,(8,'pages, add page, delete page, copy, move, alias') ,(9,'icon-home') ,(10,'pages, add page, delete page, copy, move, alias, bulk') ,(11,'icon-road') ,(12,'find page, search page, search, find, pages, sitemap') ,(13,'icon-search') ,(14,'add file, delete file, copy, move, alias, resize, crop, rename, images, title, attribute') ,(15,'icon-picture') ,(16,'file, file attributes, title, attribute, description, rename') ,(17,'icon-cog') ,(18,'files, category, categories') ,(19,'icon-list-alt') ,(21,'new file set') ,(22,'icon-plus-sign') ,(23,'users, groups, people, find, delete user, remove user, change password, password') ,(24,'find, search, people, delete user, remove user, change password, password') ,(25,'icon-user') ,(26,'user, group, people, permissions, access, expire') ,(27,'icon-globe') ,(28,'user attributes, user data, gather data, registration data') ,(29,'icon-cog') ,(30,'new user, create') ,(32,'icon-plus-sign') ,(33,'new user group, new group, group, create') ,(35,'icon-plus') ,(36,'group set') ,(37,'icon-list') ,(38,'forms, log, error, email, mysql, exception, survey') ,(39,'hits, pageviews, visitors, activity') ,(40,'icon-signal') ,(41,'forms, questions, response, data') ,(42,'icon-briefcase') ,(43,'questions, quiz, response') ,(44,'icon-tasks') ,(45,'forms, log, error, email, mysql, exception, survey, history') ,(46,'icon-time') ,(47,'new theme, theme, active theme, change theme, template, css') ,(48,'icon-font') ,(49,'theme') ,(50,'page types') ,(51,'custom theme, change theme, custom css, css') ,(52,'page type defaults, global block, global area, starter, template') ,(53,'icon-file') ,(54,'page attributes, custom') ,(55,'icon-cog') ,(56,'single, page, custom, application') ,(57,'icon-wrench') ,(58,'add workflow, remove workflow') ,(59,'icon-list') ,(60,'icon-user') ,(61,'stacks, reusable content, scrapbook, copy, paste, paste block, copy block, site name, logo') ,(62,'icon-th') ,(63,'icon-lock') ,(66,'block, refresh, custom') ,(67,'icon-wrench') ,(70,'add-on, addon, ecommerce, install, discussions, forums, themes, templates, blocks') ,(71,'update, upgrade') ,(72,'concrete5.org, my account, marketplace') ,(73,'buy theme, new theme, marketplace, template') ,(74,'buy addon, buy add on, buy add-on, purchase addon, purchase add on, purchase add-on, find addon, new addon, marketplace') ,(76,'website name, title') ,(77,'logo, favicon, iphone, icon, bookmark') ,(78,'tinymce, content block, fonts, editor, content, overlay') ,(79,'translate, translation, internationalization, multilingual') ,(80,'timezone, profile, locale') ,(81,'interface, quick nav, dashboard background, background image') ,(82,'vanity, pretty url, seo, pageview, view') ,(83,'bulk, seo, change keywords, engine, optimization, search') ,(84,'traffic, statistics, google analytics, quant, pageviews, hits') ,(85,'pretty, slug') ,(86,'turn off statistics, tracking, statistics, pageviews, hits') ,(87,'configure search, site search, search option') ,(88,'cache option, change cache, override, turn on cache, turn off cache, no cache, page cache, caching') ,(89,'cache option, turn off cache, no cache, page cache, caching') ,(90,'index search, reindex search, build sitemap, sitemap.xml, clear old versions, page versions, remove old') ,(91,'editors, hide site, offline, private, public, access') ,(92,'file options, file manager, upload, modify') ,(93,'security, files, media, extension, manager, upload') ,(94,'security, actions, administrator, admin, package, marketplace, search') ,(95,'security, lock ip, lock out, block ip, address, restrict, access') ,(96,'security, registration') ,(97,'antispam, block spam, security') ,(98,'lock site, under construction, hide, hidden') ,(99,'profile, login, redirect, specific, dashboard, administrators') ,(100,'member profile, member page, community, forums, social, avatar') ,(101,'signup, new user, community') ,(102,'smtp, mail settings') ,(103,'email server, mail settings, mail configuration, external, internal') ,(104,'email server, mail settings, mail configuration, private message, message system, import, email, message') ,(105,'attribute configuration') ,(106,'attributes, sets') ,(107,'attributes, types') ,(109,'overrides, system info, debug, support, help') ,(110,'errors, exceptions, develop, support, help') ,(111,'email, logging, logs, smtp, pop, errors, mysql, log') ,(112,'security, alternate storage, hide files') ,(113,'network, proxy server') ,(114,'export, backup, database, sql, mysql, encryption, restore') ,(115,'upgrade, new version, update') ,(116,'export, database, xml, starting, points, schema, refresh, custom, tables'); DROP TABLE IF EXISTS atFile; CREATE TABLE IF NOT EXISTS `atFile` ( `avID` int(10) unsigned NOT NULL, `fID` int(10) unsigned NOT NULL, PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS atNumber; CREATE TABLE IF NOT EXISTS `atNumber` ( `avID` int(10) unsigned NOT NULL, `value` decimal(14,4) DEFAULT '0.0000', PRIMARY KEY (`avID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atNumber VALUES(120,960.0000) ,(121,212.0000) ,(122,960.0000) ,(123,212.0000) ,(124,960.0000) ,(125,212.0000) ,(126,960.0000) ,(127,212.0000) ,(128,150.0000) ,(129,150.0000) ,(130,960.0000) ,(131,212.0000) ,(132,960.0000) ,(133,212.0000) ,(134,960.0000) ,(135,212.0000) ,(150,640.0000) ,(151,480.0000) ,(152,392.0000) ,(153,427.0000) ,(154,482.0000) ,(155,386.0000) ,(156,624.0000) ,(157,1096.0000) ,(158,1280.0000) ,(159,960.0000) ,(160,640.0000) ,(161,480.0000) ,(162,600.0000) ,(163,600.0000) ,(164,609.0000) ,(165,486.0000) ,(166,575.0000) ,(167,525.0000) ,(168,377.0000) ,(169,420.0000) ,(170,709.0000) ,(171,564.0000) ,(172,348.0000) ,(173,306.0000) ,(174,341.0000) ,(175,591.0000) ,(176,420.0000) ,(177,303.0000) ,(178,1280.0000) ,(179,960.0000) ,(180,488.0000) ,(181,382.0000) ,(182,596.0000) ,(183,447.0000) ,(184,600.0000) ,(185,450.0000) ,(186,600.0000) ,(187,450.0000) ,(188,600.0000) ,(189,450.0000) ,(190,600.0000) ,(191,450.0000) ,(192,600.0000) ,(193,450.0000) ,(194,400.0000) ,(195,300.0000) ,(196,450.0000) ,(197,338.0000) ,(198,450.0000) ,(199,338.0000) ,(200,450.0000) ,(201,338.0000) ,(202,450.0000) ,(203,338.0000) ,(204,450.0000) ,(205,338.0000); DROP TABLE IF EXISTS atSelectOptions; CREATE TABLE IF NOT EXISTS `atSelectOptions` ( `ID` int(10) unsigned NOT NULL AUTO_INCREMENT, `akID` int(10) unsigned DEFAULT NULL, `value` varchar(255) DEFAULT NULL, `displayOrder` int(10) unsigned DEFAULT NULL, `isEndUserAdded` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; INSERT INTO atSelectOptions VALUES(1,15,'composer',0,1) ,(2,15,'hello',1,1) ,(3,15,'world',2,1) ,(4,15,'first post',3,1); DROP TABLE IF EXISTS atSelectOptionsSelected; CREATE TABLE IF NOT EXISTS `atSelectOptionsSelected` ( `avID` int(10) unsigned NOT NULL, `atSelectOptionID` int(10) unsigned NOT NULL, PRIMARY KEY (`avID`,`atSelectOptionID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atSelectOptionsSelected VALUES(137,1) ,(137,2) ,(137,3) ,(137,4); DROP TABLE IF EXISTS atSelectSettings; CREATE TABLE IF NOT EXISTS `atSelectSettings` ( `akID` int(10) unsigned NOT NULL, `akSelectAllowMultipleValues` tinyint(1) NOT NULL DEFAULT '0', `akSelectOptionDisplayOrder` varchar(255) NOT NULL DEFAULT 'display_asc', `akSelectAllowOtherValues` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atSelectSettings VALUES(15,1,'display_asc',1); DROP TABLE IF EXISTS atTextareaSettings; CREATE TABLE IF NOT EXISTS `atTextareaSettings` ( `akID` int(10) unsigned NOT NULL DEFAULT '0', `akTextareaDisplayMode` varchar(255) DEFAULT NULL, PRIMARY KEY (`akID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO atTextareaSettings VALUES(2,'') ,(3,'') ,(4,'') ,(7,''); DROP TABLE IF EXISTS btContentFile; CREATE TABLE IF NOT EXISTS `btContentFile` ( `bID` int(10) unsigned NOT NULL, `fID` int(10) unsigned DEFAULT NULL, `fileLinkText` varchar(255) DEFAULT NULL, `filePassword` varchar(255) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btContentImage; CREATE TABLE IF NOT EXISTS `btContentImage` ( `bID` int(10) unsigned NOT NULL, `fID` int(10) unsigned DEFAULT '0', `fOnstateID` int(10) unsigned DEFAULT '0', `maxWidth` int(10) unsigned DEFAULT '0', `maxHeight` int(10) unsigned DEFAULT '0', `externalLink` varchar(255) DEFAULT NULL, `internalLinkCID` int(10) unsigned DEFAULT '0', `forceImageToMatchDimensions` int(10) unsigned DEFAULT '0', `altText` varchar(255) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btContentImage VALUES(15,5,0,0,0,'',0,NULL,'') ,(16,3,0,960,212,'',0,1,'My concrete5 Blog') ,(17,4,0,960,212,'',0,1,'') ,(18,8,0,960,212,'',0,1,'') ,(19,2,0,960,212,'',0,1,'') ,(27,7,0,960,212,'',0,1,'') ,(42,3,0,960,212,'',0,1,'My concrete5 Blog') ,(44,5,0,0,0,'',0,NULL,'') ,(72,3,0,0,0,'',0,NULL,NULL) ,(73,5,0,0,0,'',0,NULL,NULL) ,(75,3,0,0,0,'',0,NULL,NULL) ,(76,5,0,0,0,'',0,NULL,NULL) ,(78,3,0,0,0,'',0,NULL,NULL) ,(79,5,0,0,0,'',0,NULL,NULL) ,(82,3,0,0,0,'',0,NULL,NULL) ,(83,5,0,0,0,'',0,NULL,NULL) ,(85,3,0,0,0,'',0,NULL,NULL) ,(86,5,0,0,0,'',0,NULL,NULL); DROP TABLE IF EXISTS btContentLocal; CREATE TABLE IF NOT EXISTS `btContentLocal` ( `bID` int(10) unsigned NOT NULL, `content` longtext, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btContentLocal VALUES(1,'

Welcome to concrete5.

\n

It\'s easy to edit content and add pages using in-context editing.

\n ') ,(2,'
\n

Building Your Own Site

\n

Editing with concrete5 is a breeze. Just point and click to make changes.

\n
\n

Editor\'s Guide

\n
') ,(3,'
\n

Developing Applications

\n

If you’re comfortable in PHP concrete5 should be a breeze to learn. Take a few moments to understand the architecture.

\n

Developer\'s Guide

\n
') ,(4,'
\n

Designing Websites

\n

Good with CSS and HTML? You can easily theme anything with concrete5.

\n
\n

Designer\'s Guide

\n
') ,(5,'\n
\n

Business Background

\n

Worried about license structures, white-labeling or why concrete5 is a good choice for your agency?

\n

Executive\'s Guide

\n
') ,(13,'

This is my first blog post.

') ,(21,'

Links:

') ,(23,'

Diamond Citizen

') ,(24,'

Sidebar

') ,(25,'

Everything about concrete5 is completely customizable through the CMS. This is a separate area from the main content on the homepage. You can drag and drop blocks like this around your layout.

') ,(26,'

Welcome to concrete5!

\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\n

You can watch videos and learn how to:

\n \n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(29,'

Learn More

\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\n

 

\n

Getting Help

\n

You can get free help in the forums and post for free to the jobs board

\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(33,'

Contact Us

\n

Building a form is easy to do. Learn how to add a form block.

') ,(35,'

Site Map

') ,(39,'

Tags

') ,(43,'

Here is some sample content! I\'m writing it using composer!

') ,(48,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

Facilities 

\r\n

Bath attached , hygienic double bed room /( Sharing or single ). Table , Chair , TV , 24 hrs. hot water , Toiletry ,  linen , Laundry ,News papers, books and periodicals. Food of  choice.

Full fledged kitchen facilities with Refrigerator and washing machine and other required gadgets..

Vehicle for commuting at cost.  weekly visit of allopathic and or Ayurvedic doctors.

Computer with internet for common use , and or exclusive use ( optional ).

Assistance to procure medicine, shopping , or any other genuine requirements .

Periodic medical check ups by a panel of doctors, offered and  Tie up with local neighboring hospitals for medical emergencies viz Wayanad Institute of Medical Sciences, Fathima Hospital, Leo Hospital )  .The present location is situated at Wayanad.

\r\n


Present Location -Wayanad, Kerala

Wayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, Tea , coffee and spice Estates along with waterfalls , ancient caves and many more tourist destinations makes this district  attractive to many  business opportunities besides tourism. Average height of about 4000ft. above sea level make this hill station pollution free and hence ideal for health Rejuvenation.   Depending on the patronage demands we can open up the facilities at other locations in the country  as well.

\r\n

 

\r\n

 

\r\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\r\n

You can watch videos and learn how to:

\r\n\r\n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(49,'

Our Objectives

') ,(50,'

To provide a caring, safe, secure, peaceful and healthy residence for senior citizens who would like to retire and reside in a place where all their requirements are fulfilled.

\r\n

 

\r\n

Everything about concrete5 is completely customizable through the CMS. This is a separate area from the main content on the homepage. You can drag and drop blocks like this around your layout.

') ,(53,'

 

\r\n

trdiytiygfc

\r\n

 

\r\n

 

\r\n

 

\r\n

Learn More

\r\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\r\n

 

\r\n

Getting Help

\r\n

You can get free help in the forums and post for free to the jobs board

\r\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(56,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

Facilities 

\r\n

Bath attached , hygienic double bed room /( Sharing or single ). Table , Chair , TV , 24 hrs. hot water , Toiletry ,  linen , Laundry ,News papers, books and periodicals. Food of  choice.

Full fledged kitchen facilities with Refrigerator and washing machine and other required gadgets..

Vehicle for commuting at cost.  weekly visit of allopathic and or Ayurvedic doctors.

Computer with internet for common use , and or exclusive use ( optional ).

Assistance to procure medicine, shopping , or any other genuine requirements .

Periodic medical check ups by a panel of doctors, offered and  Tie up with local neighboring hospitals for medical emergencies viz Wayanad Institute of Medical Sciences, Fathima Hospital, Leo Hospital )  .The present location is situated at Wayanad.

\r\n


Present Location -Wayanad, Kerala

Wayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, Tea , coffee and spice Estates along with waterfalls , ancient caves and many more tourist destinations makes this district  attractive to many  business opportunities besides tourism. Average height of about 4000ft. above sea level make this hill station pollution free and hence ideal for health Rejuvenation.   Depending on the patronage demands we can open up the facilities at other locations in the country  as well.

\r\n

 

\r\n

 

\r\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\r\n

You can watch videos and learn how to:

\r\n\r\n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(59,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

Facilities 

\r\n

Bath attached , hygienic double bed room /( Sharing or single ). Table , Chair , TV , 24 hrs. hot water , Toiletry ,  linen , Laundry ,News papers, books and periodicals. Food of  choice.

Full fledged kitchen facilities with Refrigerator and washing machine and other required gadgets..

Vehicle for commuting at cost.  weekly visit of allopathic and or Ayurvedic doctors.

Computer with internet for common use , and or exclusive use ( optional ).

Assistance to procure medicine, shopping , or any other genuine requirements .

Periodic medical check ups by a panel of doctors, offered and  Tie up with local neighboring hospitals for medical emergencies viz Wayanad Institute of Medical Sciences, Fathima Hospital, Leo Hospital )  .The present location is situated at Wayanad.

\r\n


Present Location -Wayanad, Kerala

Wayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, Tea , coffee and spice Estates along with waterfalls , ancient caves and many more tourist destinations makes this district  attractive to many  business opportunities besides tourism. Average height of about 4000ft. above sea level make this hill station pollution free and hence ideal for health Rejuvenation.   Depending on the patronage demands we can open up the facilities at other locations in the country  as well.

\r\n


\r\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\r\n

You can watch videos and learn how to:

\r\n\r\n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(67,'

 

\r\n

 

\r\n

 

\r\n

 

\r\n

Learn More

\r\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\r\n

 

\r\n

Getting Help

\r\n

You can get free help in the forums and post for free to the jobs board

\r\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(74,'

This is my first blog post.

') ,(77,'

We are a non-profit service oriented senior citizens having chequered experience. 

') ,(80,'

This is my first blog post.

') ,(84,'

This is my first blog post.

') ,(87,'

This is my first blog post.

') ,(89,'At 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.\r\nThis is a service oriented Trust and is a non profit organization.') ,(90,'

Who are we?

\r\n\r\nAt 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.\r\nThis is a service oriented Trust and is a non profit organization.') ,(99,'') ,(94,'

Service Plans

\r\n
\r\n

Package Price

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n



') ,(97,'

Facilities

\r\n\r\n') ,(96,'

Facilities

\r\n\r\n') ,(101,'') ,(102,'

Who are we?

\r\n

At 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.
This is a service oriented Trust and is a non profit organization.

\r\n

 

\r\n

Learn More

\r\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\r\n

 

\r\n

Getting Help

\r\n

You can get free help in the forums and post for free to the jobs board

\r\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(103,'

Location

\r\n

\r\n

Idyllic Wayannad

\r\n
\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.') ,(104,'

Location

\r\n

Idyllic Wayannad

\r\n
\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.') ,(106,'

FAQs

\r\n\r\n\r\n1. What is Diamond citizen?\r\n60th year is the Diamond Jubilee year. Then on we deserve peace and contentment .\r\n2. How did Diamond Citizen started ?\r\nAt 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.\r\n3. How much does it cost to utilize Diamond Citizen .\r\nThis is a service oriented Trust and is a non profit organization. Therefore the cost is proportionate to the service requirements\r\n4. Do the inmates have to cook their own food ?\r\nUncles the inmates wishes to do so may be as a hobby , we have cooks to do your food production.\r\n5. What are the options for inmates to be actively involved ?\r\nSky is the LIMIT !!\r\n') ,(107,'

FAQs

\r\n\r\n\r\n') ,(108,'

FAQs

\r\n\r\n\r\n') ,(110,'

Contact Information

\r\nDiamond Citizen Welfare Trust
\r\nVinayaka Residential colony
\r\nKalpetta, Wayanad
\r\nKerala 673577
\r\nIndia
\r\n
\r\nContact Person: Mr K R Prabhurajan
\r\nLand phone: +0091-4936-205383
\r\nMobile: +0091-944-637-3834
\r\n
\r\n\r\n') ,(111,'

Who are we?

\r\n

At 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.
This is a service oriented Trust and is a non profit organization.

\r\n

Learn More

\r\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\r\n

Getting Help

\r\n

You can get free help in the forums and post for free to the jobs board

\r\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(112,'

Who are we?

\r\n

At 76 , the promoter out of his own escapades and experience realized the needs and conceived this innovative project.  This is a service-oriented Trust and is a non-profit organization.

\r\n

Learn More

\r\n

Visit concrete5.org to learn more from the community and the documentation. You can also browse our marketplace for more add-ons and themes to quickly build the site you really need. 

\r\n

Getting Help

\r\n

You can get free help in the forums and post for free to the jobs board

\r\n

You can also pay the concrete5 team of developers to help with any problem you run into. We offer training courses and hosting packages, just let us know how we can help.

') ,(114,'




Accommodation will available to husband and wife both retired from service/business and whose children are living away/outside India. They will have to of course be well-settled, financially able and independent, however unable to be present and take care of each other due to reasons mentioned above.
A widow or widower retired from service/business, who children are living away/outside India.
\r\nA spinster above the age of 60 years who wishes to live away from relatives and aspire living with this concept and yet can get in touch with their near and dear whenever they wish to do so.

\r\n \r\n') ,(115,'

\r\n

Location

\r\n

Idyllic Wayannad

\r\n
\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.\r\n\r\n

\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to. \r\n\r\n \r\n \r\n') ,(116,'

\r\n

Location

\r\n

Idyllic Wayannad

\r\n
\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.\r\n\r\n

\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to. \r\n
\r\nWe will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence.
\r\n \r\n \r\n') ,(117,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

 

\r\n

Present Location -Wayanad, Kerala

Wayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, Tea , coffee and spice Estates along with waterfalls , ancient caves and many more tourist destinations makes this district  attractive to many  business opportunities besides tourism. Average height of about 4000ft. above sea level make this hill station pollution free and hence ideal for health Rejuvenation.   Depending on the patronage demands we can open up the facilities at other locations in the country  as well.

\r\n


\r\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\r\n

You can watch videos and learn how to:

\r\n\r\n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(118,'
\r\n

Facilities

\r\n\r\n \r\n\r\n\r\n') ,(119,'
\r\n

Facilities

\r\n\r\n \r\n\r\n\r\n') ,(120,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

 

\r\n

Content Management is easy with concrete5\'s in-context editing. Just login and you can change things as you browse your site.

\r\n

You can watch videos and learn how to:

\r\n\r\n

We\'ve taken the liberty to build out the rest of this site with some sample content that will help you learn concrete5. Wander around a bit, or click Dashboard to get to the Sitemap and quickly delete the parts you don\'t want.

') ,(121,'

\r\n

Present Location - Idyllic Wayanad, Kerala

\r\n\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well.
\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.
\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to. \r\n
\r\nWe will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence.
\r\n \r\n \r\n') ,(122,'

\r\n

Present Location - Idyllic Wayanad, Kerala


\r\n\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well.

\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.

\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to.
\r\n
\r\nWe will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence.
\r\n \r\n \r\n') ,(123,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

 

') ,(124,'

To provide a caring, safe, secure, peaceful and healthy residence for senior citizens who would like to retire and reside in a place where all their requirements are fulfilled.

') ,(126,'

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He concieved this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

\r\n

 

') ,(127,'

News

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

') ,(128,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals  concerned in particular.     

\r\n

Despite love , affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding . The stigma is no more present .  Understanding these realities we are committed to :

\r\n\r\n

 

') ,(129,'

Latest News

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

') ,(132,'

News

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

') ,(130,'

Latest News

') ,(131,'

Our Objectives

') ,(133,'

April 18th 2014:

\r\n

Coverage of the press conference in the Mathrubhoomi daily magazine in Malayalam (pdf file)

\r\n

Alternative link (image file)

') ,(134,'

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

Alternative link (image file)

') ,(135,'

Welcome to Diamond Citizen!

\r\n

God has given us two great Gifts  -  Physical Health and  Mental Health.

Both these gifts are to be utilized positively. Any assets that are not in regular use gets rusted , jammed , spoiled and therefore become unusable.

Our objective is to provide opportunity to such potential seniors, there by the society around them is benefited in general  and the individuals concerned in particular.

\r\n

Despite love, affection and care  between husband , wife , Parents and children  they  are  unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present.  Understanding these realities we are committed to :

\r\n') ,(139,'

 

') ,(140,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He concieved this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

\r\n

 

') ,(141,'

Contact Information

\r\nDiamond Citizen Welfare Trust
\r\nVinayaka Residential colony
\r\nKalpetta, Wayanad
\r\nKerala 673577
\r\nIndia
\r\n
\r\nEmail: info@diamondcitizen.com
\r\nTel: +0091-4936-205383
\r\nMobile: +0091-944-637-3834
\r\n
\r\n\r\n') ,(142,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

') ,(143,'

April 21st 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

Alternative link (image file)

') ,(144,'

News

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

') ,(145,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

Apr 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

\r\n

Apr 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

') ,(146,'

News

\r\n

On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 18th 2014: Coverage of the press conference in the Mathrubhoomi daily magazine (in Malayalam)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

') ,(152,'

April 26th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

April 21st 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

Alternative link (image file)

') ,(153,'

April 26th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

April 21st 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (pdf file)

\r\n

Alternative link (image file)

') ,(154,'

April 26th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page)

\r\n

April 21st 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page)

\r\n

Alternative link (image file)

') ,(155,'

News

\r\n

On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and expereicne for the general upliftment of the Adhivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

') ,(156,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

') ,(157,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(158,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(159,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

Trustees

\r\n

The founder of this trust, Mr. K R Prabhurahajan is a passionate welfare oriented senior citizen. At 76 , he realized from his own escapades and experience, the need to care for the men and women who have contributed all their life to the up-bringing and development of the future generations. He conceived this innovative project to provide such diamond citizens the peace, protection, care, culture, community and support that they rightly deserve in their lives.

\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(160,'

April 26th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page)

\r\n

April 21st 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014:

\r\n

Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the page)

\r\n

Alternative link (image file)

') ,(161,'

News

\r\n

On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experience for the general upliftment of the Adhivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

') ,(162,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n



') ,(163,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n



\r\nPlease feel free to contact us to discuss options viz stay preferences, food preferences, activities interested and we will provide services to meet your requirements. ') ,(164,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n



\r\nPlease feel free to contact us to discuss options viz stay preferences, food preferences, activities interested and we will provide services to meet your requirements. ') ,(165,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n



\r\n \r\n

\r\nPlease feel free to contact us to discuss options viz stay preferences, food preferences, activities interested and we will provide services to meet your requirements. ') ,(166,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n
\r\n \r\n
\r\nPlease feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements. ') ,(167,'

\r\n

Present Location - Idyllic Wayanad, Kerala


\r\n\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well.

\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.

\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to.
\r\n
\r\n\r\n \r\n \r\n') ,(168,'

We will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence.

') ,(169,'

Your Diamond Life

') ,(170,'') ,(171,'

YOUR DIAMOND LIFE

\r\n

 

') ,(172,'') ,(173,'

We will interact between you and those in need to the extent that both are satisfied. We will have a committee to consider the member\'s suggestions for providing better service, healthy and happy progress of your Diamond Life. This will provide comfort level to the children who can lead their lives without worrying about their parents who will be well taken care of in their absence.

') ,(174,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We have registered a TRUST and the trustees are committed to put all their best efforts and make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded .

\r\n

Our ad hoc  plan of action:

\r\n\r\n

Press

\r\n

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(175,'

CONTACT US

') ,(176,'') ,(177,'

Diamond Citizen Welfare Trust
Vinayaka Residential colony
Kalpetta, Wayanad
Kerala 673577
India

Email: info@diamondcitizen.com
Tel: +0091-4936-205383
Mobile: +0091-944-637-3834

') ,(178,'
Diamond Citizen Welfare Trust
Vinayaka Residential Colony
Kalpetta, Wayanad
Kerala 673577
India

Email: info@diamondcitizen.com
Tel: +0091-4936-205383
Mobile: +0091-944-637-3834
') ,(179,'
Diamond Citizen Welfare Trust
Vinayaka Residential Colony
Kalpetta, Wayanad
Kerala 673577
India

Email: info@diamondcitizen.com
Tel: +0091-4936-205383
Mobile: +0091-944-637-3834
') ,(180,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We have registered a TRUST and the trustees are committed to put all their best efforts and make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded .

\r\n

Our ad hoc  plan of action:

\r\n\r\n

 

') ,(181,'

PRESS RELEASE

') ,(182,'

On April 18th, the Diamond Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experiecne for the upliftment of the Adivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(183,'') ,(184,'') ,(185,'

Diamond Citizen Welfare Trust
Vinayaka Residential Colony
Kalpetta, Wayanad
Kerala 673577
India

Email: info@diamondcitizen.com
Tel: +0091-4936-205383
Mobile: +0091-944-637-3834

') ,(186,'


') ,(189,'

Diamond Citizen Welfare Trust
Vinayaka Residential Colony
Kalpetta, Wayanad
Kerala 673577
India

Email: info@diamondcitizen.com
Tel: +0091-4936-205383
Mobile: +0091-944-637-3834

') ,(187,'') ,(188,'

CONTACT US

') ,(190,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We have registered a TRUST and the trustees are committed to put all their best efforts and make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded.

\r\n

Our ad hoc  plan of action:

\r\n\r\n

 

') ,(191,'

Your Diamond Needs

') ,(192,'') ,(193,'') ,(194,'') ,(195,'

Services

\r\n
\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n
\r\n
\r\nPlease feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements. ') ,(196,'
\r\n

Facilities

\r\n\r\n \r\n\r\n') ,(197,'

Services

\r\n\r\n

Diamond Citizen Welfare Trust, ready to serve:

\r\nIt is felt that there is a multipurpose need for such a venture:\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide opportunity to such potential seniors, whereby the society around them is benefited in general and the individual concerned in particular. A viable option among the senior members of the society who are financially independent, who want to live with dignity and above all, want a peaceful secured life, where they can relocate and spend the sunset of their lives without bothering about paying electricity bills, cooking and the travails concerned.

\r\nRetired from service/ business, whose ward/s are living away/abroad and well settled. Despite love and affection between them, unable to be present and take care of each other due to compelling situations, has become today\'s accepted reality.\r\n


\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n

\r\nPlease feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements. \r\n
\r\n') ,(198,'

Services

\r\n\r\n

Diamond Citizen Welfare Trust, ready to serve

\r\nIt is felt that there is a multipurpose need for such a venture:\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide opportunity to such potential seniors, whereby the society around them is benefited in general and the individual concerned in particular. A viable option among the senior members of the society who are financially independent, who want to live with dignity and above all, want a peaceful secured life, where they can relocate and spend the sunset of their lives without bothering about paying electricity bills, cooking and the travails concerned.

\r\nRetired from service/ business, whose ward/s are living away/abroad and well settled. Despite love and affection between them, unable to be present and take care of each other due to compelling situations, has become today\'s accepted reality.\r\n


\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n

\r\nPlease feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements. \r\n
\r\n') ,(199,'

<BR \\>
Please feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements.  
<BR \\>

') ,(200,'

Please feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements.  

') ,(201,'


\r\n

Please feel free to contact us to discuss options viz accommodation preferences, food preferences, activities interested and we will provide services to meet your requirements.  

') ,(202,'

 

\r\n

Please feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will provide services that meet your requirements.  

') ,(203,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We are a registered Trust and all our trustees are committed to put all their best efforts to make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded.

\r\n

Our ad hoc  plan of action:

\r\n\r\n

 

') ,(204,'

 

') ,(206,'

Your feedback

') ,(207,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We are a registered Trust and all our trustees are committed to put all their best efforts to make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded.

\r\n

Our long-term plan of action is to:

\r\n\r\n

 

') ,(208,'

Services

\r\n\r\n

Life is not a pre-determined package or service plan

\r\n\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide opportunity to such potential seniors, whereby the society around them is benefited in general and the individual concerned in particular. A viable option among the senior members of the society who are financially independent, who want to live with dignity and above all, want a peaceful secured life, where they can relocate and spend the sunset of their lives without bothering about paying electricity bills, cooking and the travails concerned.

\r\nRetired from service/ business, whose ward/s are living away/abroad and well settled. Despite love and affection between them, unable to be present and take care of each other due to compelling situations, has become today\'s accepted reality.\r\n


\r\n

Life is not a pre-determined package

\r\nWe don’t believe in thrusting a package. What we love to do is prepare a tailor-made package in order to meet your requirements for a comfortable stay. The cost will be based on your requirements. \r\n

\r\nPlease feel free to contact us to discuss options reagrding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n
\r\n') ,(209,'

Welcome to Diamond Citizen!

\r\n

Diamond Citizen is a novel venture run by The Diamond Citizen Welfare Trust, wherein we offer senior citizens, the required service and care, that is personalised and not pre-packaged. We believe senior citizens have a lot to offer to our country and society instead of being treated as an ageing population statistic or problem that is usually ignored or forgotten. Senior citizens have the knowledge, experience, specialisation, generosity, wisdom and above all the care and concern for the under-privileged and the future generation, that is generally overlooked by a thriving fast-paced society. The other end of the spectrum are the under-privileged people, who are oppressed by poverty, stigma, lack of literacy and skills in the society. People like the Adhivasis of Wayanad.

The Diamond Citizen Welfare Trust believes that by offering senior citizens, the protection, care, security and the opportunity to lead a peaceful retired life that is enriched by the opportunity to advice, train and help the down-trodden such as the Adhivasis, senior citizens will be able to pro-actively and voluntarily contribute to the benefit of society so that their invaluable knowledge and experience is not seen as a thing of the past but an asset that can only be offered by them and no one else.

\r\n

Simply put, our objective is to provide the opportunities to senior citizens, so that they lead an enriched life and in return, if they are able to do so, they enrich the society around them in whichever way they can.

\r\n

 

') ,(210,'

Welcome to Diamond Citizen!

\r\n

Diamond Citizen is a novel venture run by The Diamond Citizen Welfare Trust, wherein we offer senior citizens, the required service and care, that is personalised and not pre-packaged. We believe senior citizens have a lot to offer to our country and society instead of being treated as an ageing population statistic or problem that is usually ignored or forgotten. Senior citizens have the knowledge, experience, specialisation, generosity, wisdom and above all the care and concern for the under-privileged and the future generation, that is generally overlooked by a thriving fast-paced society. The other end of the spectrum are the under-privileged people, who are oppressed by poverty, stigma, lack of literacy and skills in the society. People like the Adhivasis of Wayanad.

The Diamond Citizen Welfare Trust believes that by offering senior citizens, the protection, care, security and the opportunity to lead a peaceful retired life that is enriched by the opportunity to advice, train and help the down-trodden such as the Adhivasis, senior citizens will be able to pro-actively and voluntarily contribute to the benefit of society so that their invaluable knowledge and experience is not seen as a thing of the past but an asset that can only be offered by them and no one else.

\r\n

Simply put, our objective is to provide the opportunities to senior citizens, so that they lead an enriched life and in return, if they are able to do so, they enrich the society around them in whichever way they can.

') ,(211,'

Services

\r\n\r\n

Is this you?

\r\n

\r\nDespite love, affection and care between husband , wife , Parents and children they are unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present. Understanding these realities we are committed to :\r\n

\r\n\r\n

Life is not a pre-determined package or service plan...

\r\n

\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide opportunity to such potential seniors, whereby the society around them is benefited in general and the individual concerned in particular. \r\nWe don’t believe that retired life can be packaged. This is why we promise to offer a personalised service that meets your requirements and objectives. This means that the cost will also be based on your requirements. \r\n

\r\nPlease feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n
\r\n

\r\n

But life can be about making a difference...

\r\n

\r\nAs a senior diamond citizen, what we can offer you is the opportunity to voluntarily take part in activities that we at the Diamond Citizen Welfare Trust, are passionate about - the welfare and improvement of the under-privileged Adhivasis of Wayanad. Why? Because we believe that the Tribal Community can emerge as a force to reckon with, towards the prosperity and development of our wonderful country. To this extent, we will work in coordination with the Govt., NGOs , general public , Industrialists and like minded forward-thinking individuals to achieve the following:\r\n

\r\n\r\n\r\n') ,(212,'

FAQs

\r\n\r\n\r\n') ,(213,'

Services

\r\n\r\n

Is this you?

\r\n

\r\nDespite love, affection and care between husband , wife , Parents and children they are unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present. Understanding these realities we are committed to :\r\n

\r\n\r\n

Life is not a pre-determined package or service plan...

\r\n
\r\n

\r\nWe don’t believe that retired life can be packaged. This is why we promise to offer a personalised service that meets your requirements and objectives. This means that the cost will also be based on your requirements. \r\n\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide senior citizens appropriate care and opporutnity to maintain these gifts in such a way that it benefits the individual, in particular, as well as the community and society around each individual, in general. \r\n

\r\nPlease feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n
\r\n

\r\n

But life can be about making a difference...

\r\n
\r\n

\r\nAs a senior diamond citizen, what we can offer you is the opportunity to voluntarily take part in activities that we at the Diamond Citizen Welfare Trust, are passionate about - the welfare and improvement of the under-privileged Adhivasis of Wayanad. Why? Because we believe that the Tribal Community can emerge as a force to reckon with, towards the prosperity and development of our wonderful country. To this extent, we will work in coordination with the Govt., NGOs , general public , Industrialists and like minded forward-thinking individuals to achieve the following:\r\n

\r\n\r\n\r\n') ,(218,'

Welcome to Diamond Citizen!

\r\n

Diamond Citizen is a novel venture run by The Diamond Citizen Welfare Trust, wherein we offer senior citizens, the required service and care, that is personalised and not pre-packaged.

\r\n

We believe senior citizens have a lot to offer to our country and society instead of being treated as an ageing population statistic or problem that is usually ignored or forgotten.

\r\n

Senior citizens have the knowledge, experience, specialisation, generosity, wisdom and above all the care and concern for the under-privileged and the future generation, that is generally overlooked by a thriving fast-paced society.

\r\n

The other end of the spectrum are the under-privileged people, who are oppressed by poverty, stigma, lack of literacy and skills in the society. People like the Adhivasis of Wayanad.

The Diamond Citizen Welfare Trust believes that by offering senior citizens, the protection, care, security and the opportunity to lead a peaceful retired life that is enriched by the opportunity to advice, train and help the down-trodden such as the Adhivasis, senior citizens will be able to pro-actively and voluntarily contribute to the benefit of society so that their invaluable knowledge and experience is not seen as a thing of the past but an asset that can only be offered by them and no one else.

\r\n

Simply put, our objective is to provide the opportunities to senior citizens, so that they lead an enriched life and in return, if they are able to do so, they enrich the society around them in whichever way they can.

') ,(219,'

News

\r\n

On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experience for the general upliftment of the Adhivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article))

') ,(220,'

Services

\r\n\r\n

Is this you?

\r\n

\r\nDespite love, affection and care between husband , wife , Parents and children they are unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present. Understanding these realities we are committed to :\r\n

\r\n\r\n

Life is not a pre-determined package or service plan...

\r\n
\r\n

\r\nWe don’t believe that retired life can be packaged. This is why we promise to offer a personalised service that meets your requirements and objectives. This means that the cost will also be based on your requirements. \r\n\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide senior citizens appropriate care and opporutnity to maintain these gifts in such a way that it benefits the individual, in particular, as well as the community and society around each individual, in general. \r\n

\r\nPlease feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n
\r\n

\r\n

But life can be about making a difference...

\r\n
\r\n

\r\nAs a senior diamond citizen, what we can offer you is the opportunity to voluntarily take part in activities that we at the Diamond Citizen Welfare Trust, are passionate about - the welfare and improvement of the under-privileged Adhivasis of Wayanad. Why? Because we believe that the Tribal Community can emerge as a force to reckon with, towards the prosperity and development of our wonderful country. To this extent, we will work in coordination with the Govt., NGOs , general public , Industrialists and like minded forward-thinking individuals to achieve the following:\r\n

\r\n\r\n\r\n') ,(221,'

OUR PROMISE

\r\n

 

') ,(222,'

Services

\r\n\r\n

Is this you?

\r\n

\r\nDespite love, affection and care between husband , wife , Parents and children they are unable to be present and take care of each other due to compelling situations. Today our society is more practical and understanding. The stigma is no more present. Understanding these realities we are committed to :\r\n

\r\n\r\n

Life is not a pre-determined package or service plan...

\r\n
\r\n

\r\nWe don’t believe that retired life can be packaged. This is why we promise to offer a personalised service that meets your requirements and objectives. This means that the cost will also be based on your requirements. \r\n\r\nGod has given us two great gifts: Physical Health and Mental Health.

\r\nDiamond Citizen Welfare Trust is here to provide senior citizens appropriate care and opporutnity to maintain these gifts in such a way that it benefits the individual, in particular, as well as the community and society around each individual, in general. \r\n

\r\nPlease feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will endeavour to provide the services that meet your requirements. \r\n
\r\n

\r\n

But life can be about making a difference...

\r\n
\r\n

\r\nAs a senior diamond citizen, what we can offer you is the opportunity to voluntarily take part in activities that we at the Diamond Citizen Welfare Trust, are passionate about - the welfare and improvement of the under-privileged Adhivasis of Wayanad. Why? Because we believe that the Tribal Community can emerge as a force to reckon with, towards the prosperity and development of our wonderful country. To this extent, we will work in coordination with the Govt., NGOs , general public , Industrialists and like minded forward-thinking individuals to achieve the following:\r\n

\r\n\r\n\r\n') ,(223,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action . Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We are a registered Trust and all our trustees are committed to put all their best efforts to make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded.

\r\n

Our long-term plan of action is to:

\r\n\r\n

 

') ,(224,'

ABOUT US

\r\n

Who are we?

\r\n

We are the Diamond Welfare Trust. This is a service-oriented Trust and is a non-profit organization.

\r\n

There are certain facts that warrants our urgent attention and positive action. Albeit there are many different schools of thought. Due to obvious reasons the Tribal community continues to struggle in pursuit of leading a deserving healthy life.

\r\n

Within Wayanad district alone tribal population is about 1,50,000, which is the highest in Kerala state. The State Govt., Central Govt. and some NGO groups are trying their best efforts towards improving lifestyle of the Tribal community since Independence.  Nevertheless there  appears to be a lot more steps that need to be attended to.

\r\n

We are a registered Trust and all our trustees are committed to put all their best efforts to make the Tribal life go in tangent with the main stream, ultimately to combine together to become one straight line, growing up. We in Diamond Citizen Welfare Trust  do have reasons to believe that the Tribal Community can emerge as a force to reckon with towards Indian Nation Building in the near future.  We shall work in coordination with Govt., NGO, general public, Industrialists and the like-minded.

\r\n

Our long-term plan of action is to:

\r\n\r\n

 

') ,(225,'

Facilities

\r\n\r\n \r\n\r\n') ,(226,'

Please feel free to contact us to discuss options regarding accommodation preferences, food preferences, activities interested and we will provide services that meet your requirements.  

') ,(227,'

News

\r\n

On April 18th, the Diamond Citizen Welfare Trust organised a press conference where the trustees announced the launch of welfare programmes that are targetted at providing training and crafts man-ship skills to Adhivasis of Wayanad. These activities are also opportunites for the patrons who join the Diamond Citizen care programme to get involved in activities and possibly share their knoweldge and experience for the general upliftment of the Adhivasis.

\r\n

April 26th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

\r\n

April 21st 2014: Coverage of the press conference in the Mangalam Malayalam daily

\r\n

April 18th 2014: Coverage of the Diamond Citizen Welfare Trust press conference in the Mathrubhoomi Malayalam daily (clip of the article)

') ,(228,'

FAQs

\r\n\r\n\r\n') ,(229,'

Present Location - Idyllic Wayanad, Kerala


\r\n

\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well.

\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.

\r\n\r\nWithin Wayanad district alone tribal population is about 1,50,000 which is the highest in Kerala state. The State Government, Central Government and some NGO groups are trying their best efforts towards improving life style of the tribal community since Independence. Nevertheless, there still appears to be a lot more steps that need to be attended to.
\r\n


\r\n

\r\n \r\n \r\n') ,(230,'

Present Location - Idyllic Wayanad, Kerala


\r\n

\r\nWayanad is a hill station, nature’s paradise in the midst of Western Ghats. Forests, wild life, tea , coffee and spice estates along with waterfalls, ancient caves and many more tourist destinations makes this district attractive to many business opportunities besides tourism. At an average height of about 4000ft above sealevel makes this hill station pollution free and hence ideal for health rejuvenation. Depending on the patronage demands we can open up the facilities at other locations in the country as well.

\r\nThis location is 110kms from Ooty and 80kms from Calicut by road. Nearest airport is Calicut. Konkan railway passes through Calicut.

\r\n\r\n

\r\n \r\n \r\n') ,(238,'

Activities

') ,(239,'

Skills training

') ,(241,'

We believe that by imparting training to Adhivasis in skills such as making handicrafts and furniture using bamboo which is available in and around their villanges and the forests near by, they will be able to make use of their cultural knowledge about bamboo and learn higly sought after craftsman ship to improve their wya of life by catering to the needs of modern society without having to learn alien skills or abandon their culture or way of life.

') ,(249,'

Gallery

') ,(250,'

Training is rewarding

') ,(252,'

We believe that by imparting training to Adhivasis in skills such as making handicrafts and furniture using bamboo which is available in abundance around their villanges and the forests nearby, they will be able to make use of their traditional knowledge about bamboo and learn higly sought after craftsmanship to improve their way of life by catering to the needs of modern society without having to learn alien skills or abandon their culture or way of life.

'); DROP TABLE IF EXISTS btCoreScrapbookDisplay; CREATE TABLE IF NOT EXISTS `btCoreScrapbookDisplay` ( `bID` int(10) unsigned NOT NULL, `bOriginalID` int(10) unsigned NOT NULL, PRIMARY KEY (`bID`), KEY `bOriginalID` (`bOriginalID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btCoreStackDisplay; CREATE TABLE IF NOT EXISTS `btCoreStackDisplay` ( `bID` int(10) unsigned NOT NULL, `stID` int(10) unsigned NOT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btCoreStackDisplay VALUES(28,122) ,(30,122) ,(32,122) ,(205,122); DROP TABLE IF EXISTS btDashboardNewsflowLatest; CREATE TABLE IF NOT EXISTS `btDashboardNewsflowLatest` ( `bID` int(10) unsigned NOT NULL, `slot` varchar(1) NOT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btDashboardNewsflowLatest VALUES(8,'A') ,(9,'B') ,(12,'C'); DROP TABLE IF EXISTS btDateArchive; CREATE TABLE IF NOT EXISTS `btDateArchive` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `targetCID` int(11) DEFAULT NULL, `numMonths` int(11) DEFAULT '12', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btDateArchive VALUES(41,'Archives',134,12) ,(47,'Archives',134,12); DROP TABLE IF EXISTS btDateNav; CREATE TABLE IF NOT EXISTS `btDateNav` ( `bID` int(10) unsigned NOT NULL, `num` smallint(5) unsigned NOT NULL, `cParentID` int(10) unsigned NOT NULL DEFAULT '1', `cThis` tinyint(3) unsigned NOT NULL DEFAULT '0', `ctID` smallint(5) unsigned DEFAULT NULL, `flatDisplay` int(11) DEFAULT '0', `defaultNode` varchar(64) DEFAULT 'current_page', `truncateTitles` int(11) DEFAULT '0', `truncateSummaries` int(11) DEFAULT '0', `displayFeaturedOnly` int(11) DEFAULT '0', `truncateChars` int(11) DEFAULT '128', `truncateTitleChars` int(11) DEFAULT '128', `showDescriptions` int(11) DEFAULT '0', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btExternalForm; CREATE TABLE IF NOT EXISTS `btExternalForm` ( `bID` int(10) unsigned NOT NULL, `filename` varchar(128) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btFlashContent; CREATE TABLE IF NOT EXISTS `btFlashContent` ( `bID` int(10) unsigned NOT NULL, `fID` int(10) unsigned DEFAULT NULL, `quality` varchar(255) DEFAULT NULL, `minVersion` varchar(255) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btForm; CREATE TABLE IF NOT EXISTS `btForm` ( `bID` int(10) unsigned NOT NULL, `questionSetId` int(10) unsigned DEFAULT '0', `surveyName` varchar(255) DEFAULT NULL, `thankyouMsg` text, `notifyMeOnSubmission` tinyint(3) unsigned NOT NULL DEFAULT '0', `recipientEmail` varchar(255) DEFAULT NULL, `displayCaptcha` int(11) DEFAULT '1', `redirectCID` int(11) DEFAULT '0', `addFilesToSet` int(11) DEFAULT '0', PRIMARY KEY (`bID`), KEY `questionSetIdForeign` (`questionSetId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btForm VALUES(34,1381020444,'Contact Us','Thanks!',0,'',0,0,0) ,(138,1381020444,'Contact Us','Thanks!',1,'info@diamondcitizen.com',0,0,0); DROP TABLE IF EXISTS btFormAnswerSet; CREATE TABLE IF NOT EXISTS `btFormAnswerSet` ( `asID` int(10) unsigned NOT NULL AUTO_INCREMENT, `questionSetId` int(10) unsigned DEFAULT '0', `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `uID` int(10) unsigned DEFAULT '0', PRIMARY KEY (`asID`), KEY `questionSetId` (`questionSetId`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; INSERT INTO btFormAnswerSet VALUES(1,1381020444,'2014-02-26 22:26:42',0) ,(2,1381020444,'2014-04-27 09:07:59',0); DROP TABLE IF EXISTS btFormAnswers; CREATE TABLE IF NOT EXISTS `btFormAnswers` ( `aID` int(10) unsigned NOT NULL AUTO_INCREMENT, `asID` int(10) unsigned DEFAULT '0', `msqID` int(10) unsigned DEFAULT '0', `answer` varchar(255) DEFAULT NULL, `answerLong` text, PRIMARY KEY (`aID`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; INSERT INTO btFormAnswers VALUES(1,1,4,'Donna Gabriel','') ,(2,1,5,'donnagabriel91@gmail.com','') ,(3,1,6,'Question','') ,(4,1,7,'','We can increase rankings of your website in search engines. Please reply back for more details.') ,(5,2,4,'test','') ,(6,2,5,'test@gmail.com','') ,(7,2,6,'Question','') ,(8,2,7,'','test'); DROP TABLE IF EXISTS btFormQuestions; CREATE TABLE IF NOT EXISTS `btFormQuestions` ( `qID` int(10) unsigned NOT NULL AUTO_INCREMENT, `msqID` int(10) unsigned DEFAULT '0', `bID` int(10) unsigned DEFAULT '0', `questionSetId` int(10) unsigned DEFAULT '0', `question` varchar(255) DEFAULT NULL, `inputType` varchar(255) DEFAULT NULL, `options` text, `position` int(10) unsigned DEFAULT '1000', `width` int(10) unsigned DEFAULT '50', `height` int(10) unsigned DEFAULT '3', `required` int(11) DEFAULT '0', PRIMARY KEY (`qID`), KEY `questionSetId` (`questionSetId`), KEY `msqID` (`msqID`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; INSERT INTO btFormQuestions VALUES(5,4,34,1381020444,'Name','field','',0,50,3,1) ,(6,5,34,1381020444,'Email:','email','',0,50,3,1) ,(7,6,34,1381020444,'What are you contacting us about?','radios','Question%%Comment%%Urgent Issue%%To Say Hello%%Other',0,50,3,1) ,(8,7,34,1381020444,'Message','text','',0,50,3,1) ,(9,4,138,1381020444,'Name','field','',0,50,3,1) ,(10,5,138,1381020444,'Email:','email','',0,50,3,1) ,(11,6,138,1381020444,'What are you contacting us about?','radios','Question%%Comment%%Urgent Issue%%To Say Hello%%Other',0,50,3,1) ,(12,7,138,1381020444,'Message','text','',0,50,3,1); DROP TABLE IF EXISTS btGoogleMap; CREATE TABLE IF NOT EXISTS `btGoogleMap` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `location` varchar(255) DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `zoom` int(8) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btGuestBook; CREATE TABLE IF NOT EXISTS `btGuestBook` ( `bID` int(10) unsigned NOT NULL, `requireApproval` int(11) DEFAULT '0', `title` varchar(100) DEFAULT 'Comments', `dateFormat` varchar(100) DEFAULT NULL, `displayGuestBookForm` int(11) DEFAULT '1', `displayCaptcha` int(11) DEFAULT '1', `authenticationRequired` int(11) DEFAULT '0', `notifyEmail` varchar(100) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btGuestBook VALUES(31,0,'Tell us what you think','M jS, Y',1,1,0,''); DROP TABLE IF EXISTS btGuestBookEntries; CREATE TABLE IF NOT EXISTS `btGuestBookEntries` ( `bID` int(11) DEFAULT NULL, `cID` int(11) DEFAULT '1', `entryID` int(11) NOT NULL AUTO_INCREMENT, `uID` int(11) DEFAULT '0', `commentText` longtext, `user_name` varchar(100) DEFAULT NULL, `user_email` varchar(100) DEFAULT NULL, `entryDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `approved` int(11) DEFAULT '1', PRIMARY KEY (`entryID`), KEY `cID` (`cID`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO btGuestBookEntries VALUES(31,131,1,0,'Wishing you all the best in the Diamond Citizen endeavours!!\r\n\r\nwith all the very best wishes\r\nSoumya','Soumya','shooting6stars@yahoo.com','2014-04-22 13:47:24',1); DROP TABLE IF EXISTS btNavigation; CREATE TABLE IF NOT EXISTS `btNavigation` ( `bID` int(10) unsigned NOT NULL, `orderBy` varchar(255) DEFAULT 'alpha_asc', `displayPages` varchar(255) DEFAULT 'top', `displayPagesCID` int(10) unsigned NOT NULL DEFAULT '1', `displayPagesIncludeSelf` tinyint(3) unsigned NOT NULL DEFAULT '0', `displaySubPages` varchar(255) DEFAULT 'none', `displaySubPageLevels` varchar(255) DEFAULT 'none', `displaySubPageLevelsNum` smallint(5) unsigned NOT NULL DEFAULT '0', `displayUnavailablePages` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btNavigation VALUES(20,'display_asc','top',0,0,'none','enough',0,0) ,(22,'display_asc','second_level',0,0,'all','all',0,0) ,(36,'display_asc','top',0,0,'all','all',0,0) ,(51,'display_asc','top',0,0,'relevant_breadcrumb','all',0,0) ,(52,'display_asc','top',0,0,'relevant_breadcrumb','all',0,0) ,(57,'display_asc','top',0,0,'relevant_breadcrumb','enough',0,0) ,(58,'display_asc','top',0,0,'relevant_breadcrumb','enough',0,0) ,(60,'display_asc','top',0,0,'none','enough',0,0) ,(61,'display_asc','top',0,0,'none','enough',0,0) ,(62,'display_asc','top',0,0,'none','enough',0,0) ,(63,'display_asc','top',0,0,'none','enough',0,0) ,(64,'display_asc','top',0,0,'none','enough',0,0) ,(65,'display_asc','top',0,0,'relevant_breadcrumb','enough',0,0) ,(69,'display_asc','top',0,0,'all','enough',0,0) ,(88,'display_asc','top',0,0,'all','enough',0,0) ,(92,'display_asc','top',0,0,'all','enough',0,0) ,(95,'display_asc','top',0,0,'all','enough',0,0) ,(98,'display_asc','top',0,0,'all','enough',0,0) ,(100,'display_asc','top',0,0,'all','enough',0,0) ,(105,'display_asc','top',0,0,'none','all',0,0) ,(113,'display_asc','top',0,0,'none','all',0,0) ,(125,'display_asc','top',0,0,'all','enough',0,0) ,(136,'display_asc','top',0,0,'all','enough',0,0) ,(137,'display_asc','top',0,0,'all','enough',0,0) ,(147,'display_asc','top',0,0,'all','enough',0,0) ,(150,'display_asc','top',0,0,'none','enough',0,0) ,(231,'display_asc','top',0,0,'none',NULL,0,0) ,(232,'display_asc','second_level',0,0,'relevant','enough',0,0) ,(233,'display_asc','second_level',0,0,'relevant','enough',0,0) ,(234,'display_asc','third_level',0,0,'relevant','enough',0,0) ,(243,'display_asc','top',0,0,'none',NULL,0,0); DROP TABLE IF EXISTS btNextPrevious; CREATE TABLE IF NOT EXISTS `btNextPrevious` ( `bID` int(10) unsigned NOT NULL, `linkStyle` varchar(32) DEFAULT NULL, `nextLabel` varchar(128) DEFAULT NULL, `previousLabel` varchar(128) DEFAULT NULL, `parentLabel` varchar(128) DEFAULT NULL, `showArrows` int(11) DEFAULT '1', `loopSequence` int(11) DEFAULT '1', `excludeSystemPages` int(11) DEFAULT '1', `orderBy` varchar(20) DEFAULT 'display_asc', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btPageList; CREATE TABLE IF NOT EXISTS `btPageList` ( `bID` int(10) unsigned NOT NULL, `num` smallint(5) unsigned NOT NULL, `orderBy` varchar(32) DEFAULT NULL, `cParentID` int(10) unsigned NOT NULL DEFAULT '1', `cThis` tinyint(3) unsigned NOT NULL DEFAULT '0', `includeAllDescendents` tinyint(3) unsigned NOT NULL DEFAULT '0', `paginate` tinyint(3) unsigned NOT NULL DEFAULT '0', `displayAliases` tinyint(3) unsigned NOT NULL DEFAULT '1', `ctID` smallint(5) unsigned DEFAULT NULL, `rss` int(11) DEFAULT '0', `rssTitle` varchar(255) DEFAULT NULL, `rssDescription` longtext, `truncateSummaries` int(11) DEFAULT '0', `displayFeaturedOnly` int(11) DEFAULT '0', `truncateChars` int(11) DEFAULT '128', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btPageList VALUES(38,12,'chrono_desc',130,0,0,1,0,4,0,'','',1,0,128); DROP TABLE IF EXISTS btPowerSlideImgRigid; CREATE TABLE IF NOT EXISTS `btPowerSlideImgRigid` ( `slideshowImgId` int(10) unsigned NOT NULL AUTO_INCREMENT, `bID` int(10) unsigned DEFAULT NULL, `fID` int(10) unsigned DEFAULT NULL, `pageID` int(10) unsigned DEFAULT NULL, `powerSlidePhraseTitle` longtext, `powerSlidePhraseDesc` longtext, `groupSet` int(10) unsigned DEFAULT NULL, `position` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`slideshowImgId`) ) ENGINE=MyISAM AUTO_INCREMENT=73 DEFAULT CHARSET=utf8; INSERT INTO btPowerSlideImgRigid VALUES(1,240,19,0,'Bamboo Plant Pots','.. yes you can water them.',0,0) ,(2,240,13,0,'Bamboo Diwan','Boo.. Do I scare you, please sit.',0,1) ,(16,242,20,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,1) ,(15,242,23,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,0) ,(20,244,20,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,1) ,(19,244,23,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,0) ,(32,245,26,0,'Bamboo Hanging Plant Pots','Simple decoration for any home...',0,1) ,(31,245,25,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,0) ,(36,246,26,0,'','Bamboo Hanging Plant Pots',0,1) ,(35,246,25,0,'','Bamboo Medicine Holder',0,0) ,(40,247,26,0,'Bamboo Hanging Plant Pots','',0,1) ,(39,247,25,0,'Bamboo Medicine Holder','',0,0) ,(51,248,27,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,1) ,(50,248,26,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,0) ,(60,251,27,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,2) ,(61,251,28,0,'Bamboo Cloth Hanger','Even shirts get the hang of it...',0,3) ,(59,251,30,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,1) ,(58,251,26,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,0) ,(62,251,29,0,'Bamboo Cloth Hanger','Hangers also need to rest...',0,4) ,(71,253,28,0,'Bamboo Cloth Hanger','Even the shirt get the hang of it...',0,3) ,(70,253,27,0,'Bamboo Medicine Holder','Even medicines look good on this...',0,2) ,(69,253,30,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,1) ,(68,253,26,0,'Bamboo Hanging Plant Pots','Simple yet effective decoration for any home...',0,0) ,(72,253,29,0,'Bamboo Cloth Hanger','Their turn shall come...',0,4); DROP TABLE IF EXISTS btPowerSlideRigid; CREATE TABLE IF NOT EXISTS `btPowerSlideRigid` ( `bID` int(10) unsigned NOT NULL, `fsID` int(10) unsigned DEFAULT NULL, `playback` varchar(50) DEFAULT NULL, `duration` int(10) unsigned DEFAULT NULL, `fadeDuration` int(10) unsigned DEFAULT NULL, `powerSlideHeight` longtext, `powerSlideWidth` longtext, `transitionType` longtext, `slideDelay` longtext, `prevNextArrows` longtext, `prevBtnOffsetX` longtext, `prevBtnOffsetY` longtext, `nextBtnOffsetX` longtext, `nextBtnOffsetY` longtext, `paginationToggle` longtext, `paginationOffsetY` longtext, `paginationAlignment` longtext, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btPowerSlideRigid VALUES(240,0,'ORDER',NULL,NULL,'456','700','scrollLeft','5','prevNextOff','5','30','5','30','paginationOff','0','left') ,(242,0,'ORDER',NULL,NULL,'650','600','scrollLeft','5','prevNextOn','5','30','5',NULL,'paginationOff','0','left') ,(244,0,'ORDER',NULL,NULL,'650','600','scrollLeft','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(245,0,'ORDER',NULL,NULL,'400','450','fade','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(246,0,'ORDER',NULL,NULL,'400','450','fade','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(247,0,'ORDER',NULL,NULL,'400','450','fade','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(248,0,'ORDER',NULL,NULL,'400','470','fadeZoom','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(251,0,'ORDER',NULL,NULL,'400','470','fadeZoom','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left') ,(253,0,'ORDER',NULL,NULL,'400','470','fadeZoom','5','prevNextOff','5','30','5',NULL,'paginationOff','0','left'); DROP TABLE IF EXISTS btRssDisplay; CREATE TABLE IF NOT EXISTS `btRssDisplay` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `dateFormat` varchar(100) DEFAULT NULL, `itemsToDisplay` int(10) unsigned DEFAULT '5', `showSummary` tinyint(3) unsigned NOT NULL DEFAULT '1', `launchInNewWindow` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btSearch; CREATE TABLE IF NOT EXISTS `btSearch` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `buttonText` varchar(128) DEFAULT NULL, `baseSearchPath` varchar(255) DEFAULT NULL, `postTo_cID` varchar(255) DEFAULT NULL, `resultsURL` varchar(255) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btSearch VALUES(37,'Search This Site','Search','','','') ,(45,'Search Blog','Search','/blog','',''); DROP TABLE IF EXISTS btSimpleCta; CREATE TABLE IF NOT EXISTS `btSimpleCta` ( `bID` int(10) unsigned NOT NULL, `ctaTitle` longtext, `ctaDesc` longtext, `pageID` int(11) DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btSimpleLogo; CREATE TABLE IF NOT EXISTS `btSimpleLogo` ( `bID` int(10) unsigned NOT NULL, `logoTitleWhite` longtext, `logoTitleYellow` longtext, `logoSubTitle` longtext, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btSlideshow; CREATE TABLE IF NOT EXISTS `btSlideshow` ( `bID` int(10) unsigned NOT NULL, `fsID` int(10) unsigned DEFAULT NULL, `playback` varchar(50) DEFAULT NULL, `duration` int(10) unsigned DEFAULT NULL, `fadeDuration` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btSlideshow VALUES(235,0,'ORDER',NULL,NULL) ,(236,0,'RANDOM-SET',NULL,NULL); DROP TABLE IF EXISTS btSlideshowImg; CREATE TABLE IF NOT EXISTS `btSlideshowImg` ( `slideshowImgId` int(10) unsigned NOT NULL AUTO_INCREMENT, `bID` int(10) unsigned DEFAULT NULL, `fID` int(10) unsigned DEFAULT NULL, `url` varchar(255) DEFAULT NULL, `duration` int(10) unsigned DEFAULT NULL, `fadeDuration` int(10) unsigned DEFAULT NULL, `groupSet` int(10) unsigned DEFAULT NULL, `position` int(10) unsigned DEFAULT NULL, `imgHeight` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`slideshowImgId`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; INSERT INTO btSlideshowImg VALUES(1,235,10,'',5,2,0,0,427) ,(2,235,9,'',5,2,0,1,480) ,(25,236,13,'',5,2,0,6,303) ,(24,236,12,'',5,2,0,5,960) ,(23,236,14,'',5,2,0,4,600) ,(22,236,15,'',5,2,0,3,486) ,(21,236,18,'',5,2,0,2,564) ,(20,236,11,'',5,2,0,1,1096) ,(19,236,17,'',5,2,0,0,306); DROP TABLE IF EXISTS btSurvey; CREATE TABLE IF NOT EXISTS `btSurvey` ( `bID` int(10) unsigned NOT NULL, `question` varchar(255) DEFAULT '', `requiresRegistration` int(11) DEFAULT '0', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btSurveyOptions; CREATE TABLE IF NOT EXISTS `btSurveyOptions` ( `optionID` int(10) unsigned NOT NULL AUTO_INCREMENT, `bID` int(11) DEFAULT NULL, `optionName` varchar(255) DEFAULT NULL, `displayOrder` int(11) DEFAULT '0', PRIMARY KEY (`optionID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btSurveyResults; CREATE TABLE IF NOT EXISTS `btSurveyResults` ( `resultID` int(10) unsigned NOT NULL AUTO_INCREMENT, `optionID` int(10) unsigned DEFAULT '0', `uID` int(10) unsigned DEFAULT '0', `bID` int(11) DEFAULT NULL, `cID` int(11) DEFAULT NULL, `ipAddress` varchar(128) DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`resultID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btTags; CREATE TABLE IF NOT EXISTS `btTags` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `targetCID` int(11) DEFAULT NULL, `displayMode` varchar(20) DEFAULT 'page', `cloudCount` int(11) DEFAULT '10', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btTags VALUES(14,'Tags',134,'page',0) ,(40,'',134,'cloud',0) ,(46,'Tags',134,'cloud',0) ,(151,'',134,'cloud',0) ,(214,'',134,'page',0) ,(215,'',134,'cloud',0) ,(216,'',134,'cloud',0) ,(217,'',134,'cloud',0); DROP TABLE IF EXISTS btVideo; CREATE TABLE IF NOT EXISTS `btVideo` ( `bID` int(10) unsigned NOT NULL, `fID` int(10) unsigned DEFAULT NULL, `width` int(10) unsigned DEFAULT NULL, `height` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS btYouTube; CREATE TABLE IF NOT EXISTS `btYouTube` ( `bID` int(10) unsigned NOT NULL, `title` varchar(255) DEFAULT NULL, `videoURL` varchar(255) DEFAULT NULL, `vHeight` varchar(255) DEFAULT NULL, `vWidth` varchar(255) DEFAULT NULL, `vPlayer` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO btYouTube VALUES(55,'My Video','http://www.youtube.com/watch?v=PyJMxd9iYjY','344','425',0) ,(68,'My Video','http://www.youtube.com/watch?v=PyJMxd9iYjY','80','120',0) ,(70,'My Video','http://www.youtube.com/watch?v=PyJMxd9iYjY','150','180',0) ,(71,'My Video','http://www.youtube.com/watch?v=PyJMxd9iYjY','160','220',0); DROP TABLE IF EXISTS btvCard; CREATE TABLE IF NOT EXISTS `btvCard` ( `bID` int(10) unsigned NOT NULL, `compName` longtext, `stAddress` longtext, `stAddress2` longtext, `city` longtext, `state` longtext, `zipCode` longtext, `phNumber` longtext, PRIMARY KEY (`bID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;